| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- [
- {
- "name": "Conv2d",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "name": "DepthWiseConv2d",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "name": "FullyConnected",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "name": "PoolAvg2d",
- "category": "Pool"
- },
- {
- "name": "Pool",
- "category": "Pool"
- },
- {
- "name": "Transpose",
- "category": "Transform"
- },
- {
- "name": "Neuron",
- "category": "Activation"
- }
- ]
|