Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:37:45 +08:00

109 lines
1.7 KiB
JSON

[
{
"name": "batchnorm",
"category": "Normalization",
"inputs": [
{ "name": "input" },
{ "name": "scale" },
{ "name": "bias" }
]
},
{
"name": "concat",
"category": "Tensor",
"inputs": [
{ "name": "input", "option": "variadic" }
]
},
{
"name": "const_v2",
"category": "Constant"
},
{
"name": "conv",
"category": "Layer",
"inputs": [
{ "name": "input" },
{ "name": "weights" },
{ "name": "biases" }
]
},
{
"name": "deconv",
"category": "Layer",
"inputs": [
{ "name": "input" },
{ "name": "weights" },
{ "name": "biases" }
]
},
{
"name": "depthdeconv",
"category": "Layer",
"inputs": [
{ "name": "input" },
{ "name": "weights" },
{ "name": "biases" }
]
},
{
"name": "eltwise",
"inputs": [
{ "name": "input", "option": "variadic" }
]
},
{
"name": "linear",
"category": "Activation",
"inputs": [
{ "name": "input" }
]
},
{
"name": "pad",
"category": "Shape"
},
{
"name": "pool",
"category": "Pool",
"inputs": [
{ "name": "input" }
]
},
{
"name": "prelu",
"category": "Activation",
"inputs": [
{ "name": "input" },
{ "name": "slope" }
]
},
{
"name": "relu",
"category": "Activation",
"inputs": [
{ "name": "input" }
]
},
{
"name": "relu6",
"category": "Activation",
"inputs": [
{ "name": "input" }
]
},
{
"name": "sigmoid",
"category": "Activation",
"inputs": [
{ "name": "input" }
]
},
{
"name": "softmax",
"category": "Activation",
"inputs": [
{ "name": "input" }
]
}
]