| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- [
- {
- "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_CONV_RELU",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "name": "VSI_NN_OP_CONV_RELU_POOL",
- "category": "Layer",
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ]
- },
- {
- "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_FCL_RELU",
- "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_PRELU",
- "category": "Activation",
- "inputs": [
- { "name": "input" },
- { "name": "slope" }
- ]
- },
- {
- "name": "VSI_NN_OP_RESHAPE",
- "category": "Shape"
- },
- {
- "name": "VSI_NN_OP_SIGMOID",
- "category": "Activation"
- },
- {
- "name": "VSI_NN_OP_SOFTMAX",
- "category": "Activation"
- },
- {
- "name": "VSI_NN_OP_RESIZE",
- "category": "Shape"
- },
- {
- "name": "VSI_NN_OP_LRN",
- "category": "Normalization"
- },
- {
- "name": "VSI_NN_OP_BATCH_NORM",
- "category": "Normalization",
- "inputs": [
- { "name": "input" },
- { "name": "gamma" },
- { "name": "beta" },
- { "name": "mean" },
- { "name": "variance" }
- ]
- },
- {
- "name": "VSI_NN_OP_LSTM",
- "category": "Layer"
- },
- {
- "name": "VSI_NN_OP_STRIDED_SLICE",
- "category": "Tensor"
- },
- {
- "name": "VSI_NN_OP_SWISH",
- "category": "Activation"
- },
- {
- "name": "VSI_NN_OP_RELUN",
- "category": "Activation"
- },
- {
- "name": "VSI_NN_OP_INSTANCE_NORM",
- "category": "Normalization",
- "inputs": [
- { "name": "input" },
- { "name": "scale" },
- { "name": "bias" }
- ]
- },
- {
- "name": "Conv",
- "category": "Layer"
- },
- {
- "name": "Concat",
- "category": "Layer"
- },
- {
- "name": "BatchNormalization",
- "category": "Normalization"
- },
- {
- "name": "Relu",
- "category": "Activation"
- },
- {
- "name": "Softmax",
- "category": "Activation"
- },
- {
- "name": "MaxPool",
- "category": "Pool"
- },
- {
- "name": "AveragePool",
- "category": "Pool"
- },
- {
- "name": "Reshape",
- "category": "Shape"
- },
- {
- "name": "Transpose",
- "category": "Transform"
- }
- ]
|