| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- [
- {
- "name": "VSI_NN_OP_ADD",
- "inputs": [
- { "name": "input" },
- { "name": "other" }
- ]
- },
- {
- "name": "VSI_NN_OP_CONCAT",
- "category": "Tensor",
- "inputs": [
- { "name": "inputs", "list": true }
- ]
- },
- {
- "name": "VSI_NN_OP_CONV2D",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "name": "VSI_NN_OP_DECONVOLUTION",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "name": "VSI_NN_OP_FCL",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "name": "VSI_NN_OP_LEAKY_RELU",
- "category": "Activation"
- },
- {
- "name": "VSI_NN_OP_LEAKY_SIGMOID",
- "category": "Activation"
- },
- {
- "name": "VSI_NN_OP_PERMUTE",
- "category": "Shape"
- },
- {
- "name": "VSI_NN_OP_POOL",
- "category": "Pool"
- },
- {
- "name": "VSI_NN_OP_RELU",
- "category": "Activation"
- },
- {
- "name": "VSI_NN_OP_RESHAPE",
- "category": "Shape"
- },
- {
- "name": "VSI_NN_OP_SIGMOID",
- "category": "Activation"
- }
- ]
|