7254f7b4d1
Build / Build (macos-latest) (push) Has been cancelled
Build / Build (ubuntu-latest) (push) Has been cancelled
Build / Build (windows-latest) (push) Has been cancelled
Build / Analyze (javascript) (push) Has been cancelled
Build / Analyze (python) (push) Has been cancelled
45 lines
727 B
JSON
45 lines
727 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
] |