| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462 |
- [
- {
- "name": "Accuracy",
- "inputs": [
- { "name": "predictions" },
- { "name": "labels" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "AnnotatedData",
- "category": "Data",
- "outputs": [
- { "name": "data" }
- ]
- },
- {
- "name": "BatchNorm",
- "category": "Normalization",
- "attributes": [
- { "name": "use_global_stats", "type": "boolean", "visible": false },
- { "name": "eps", "type": "float32", "default": 0.00001 }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "gamma" },
- { "name": "beta" },
- { "name": "mean" },
- { "name": "variance" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "BN",
- "category": "Normalization",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ColorConv",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Concat",
- "category": "Tensor",
- "inputs": [
- { "name": "inputs", "option": "variadic" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ContrastiveLossParameter",
- "attributes": [
- { "name": "margin", "default": 1 },
- { "name": "legacy_version", "default": false }
- ]
- },
- {
- "name": "Convolution",
- "category": "Layer",
- "attributes": [
- { "name": "bias_term", "visible": false },
- { "name": "weight_filler", "visible": false },
- { "name": "bias_filler", "visible": false },
- { "name": "num_output", "visible": false },
- { "name": "pad", "default": [ 0 ] },
- { "name": "kernel_size", "default": [] },
- { "name": "stride", "default": [ 1 ] },
- { "name": "dilation", "default": [] },
- { "name": "group", "default": 1 }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "filter" },
- { "name": "bias" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ConvolutionDepthwise",
- "category": "Layer",
- "attributes": [
- { "name": "pad", "default": [ 0 ] },
- { "name": "kernel_size", "default": [] },
- { "name": "stride", "default": [ 1 ] },
- { "name": "bias_term", "visible": false },
- { "name": "weight_filler", "visible": false },
- { "name": "bias_filler", "visible": false },
- { "name": "num_output", "visible": false }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "filter" },
- { "name": "bias" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Crop",
- "category": "Data",
- "inputs": [
- { "name": "data" },
- { "name": "size" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Data",
- "category": "Data",
- "outputs": [
- { "name": "data" },
- { "name": "label" }
- ]
- },
- {
- "name": "Deconvolution",
- "category": "Layer",
- "attributes": [
- { "name": "bias_term", "visible": false },
- { "name": "weight_filler", "visible": false },
- { "name": "bias_filler", "visible": false },
- { "name": "num_output", "visible": false },
- { "name": "pad", "default": [] },
- { "name": "kernel_size", "default": [] },
- { "name": "stride", "default": [] },
- { "name": "dilation", "default": [] }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "filter" },
- { "name": "bias" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "DepthwiseConvolution",
- "category": "Layer",
- "attributes": [
- { "name": "bias_term", "visible": false },
- { "name": "weight_filler", "visible": false },
- { "name": "bias_filler", "visible": false },
- { "name": "num_output", "visible": false }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "filter" },
- { "name": "bias" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Dropout",
- "category": "Dropout",
- "attributes": [
- { "name": "dropout_ratio", "default": 0.5 }
- ],
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "DummyData",
- "category": "Data",
- "outputs": [
- { "name": "data" }
- ]
- },
- {
- "name": "Eltwise",
- "attributes": [
- { "name": "operation", "type": "EltwiseParameter.EltwiseOp", "default": 1 },
- { "name": "coeff", "type": "float32[]", "default": [] },
- { "name": "stable_prod_grad", "type": "boolean", "default": true }
- ],
- "inputs": [
- { "name": "inputs", "option": "variadic" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "EuclideanLoss",
- "inputs": [
- { "name": "predictions" },
- { "name": "targets" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Flatten",
- "category": "Shape",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "HDF5Data",
- "category": "Data",
- "outputs": [
- { "name": "data" }
- ]
- },
- {
- "name": "ImageData",
- "category": "Data",
- "outputs": [
- { "name": "data" },
- { "name": "label" }
- ]
- },
- {
- "name": "InnerProduct",
- "category": "Layer",
- "attributes": [
- { "name": "bias_term", "visible": false },
- { "name": "weight_filler", "visible": false },
- { "name": "bias_filler", "visible": false },
- { "name": "num_output", "visible": false }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "bias" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "LRN",
- "category": "Normalization",
- "attributes": [
- { "name": "local_size", "type": "uint32", "default": 5 },
- { "name": "alpha", "type": "float32", "default": 0.0001 },
- { "name": "beta", "type": "float32", "default": 0.75 }
- ],
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "LSTM",
- "category": "Layer",
- "attributes": [
- { "name": "weight_filler", "visible": false },
- { "name": "bias_filler", "visible": false },
- { "name": "num_output", "visible": false }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "weights" },
- { "name": "h_0" },
- { "name": "c_0" }
- ],
- "outputs": [
- { "name": "output" },
- { "name": "h_T" },
- { "name": "c_T" }
- ]
- },
- {
- "name": "Parameter",
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Permute",
- "category": "Shape",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Pooling",
- "category": "Pool",
- "attributes": [
- { "name": "pool", "type": "PoolingParameter.PoolMethod", "default": 0 },
- { "name": "engine", "type": "PoolingParameter.Engine", "default": 0 }
- ],
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "PReLU",
- "category": "Activation",
- "inputs": [
- { "name": "input" },
- { "name": "slope" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Python"
- },
- {
- "name": "ReLU",
- "category": "Activation",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ReLU6",
- "category": "Activation",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Reshape",
- "category": "Shape",
- "inputs": [
- { "name": "data" }
- ],
- "outputs": [
- { "name": "reshaped" }
- ]
- },
- {
- "name": "Scale",
- "category": "Layer",
- "attributes": [
- { "name": "filler", "visible": false },
- { "name": "bias_term", "visible": false },
- { "name": "bias_filler", "visible": false }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "scale" },
- { "name": "bias" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Sigmoid",
- "category": "Activation",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Slice",
- "category": "Tensor",
- "attributes": [
- { "name": "axis", "default": 1 }
- ],
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "outputs", "option": "variadic" }
- ]
- },
- {
- "name": "Softmax",
- "category": "Activation",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "SoftmaxLoss",
- "category": "Activation",
- "inputs": [
- { "name": "input" },
- { "name": "labels" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "SoftmaxWithLoss",
- "category": "Activation",
- "inputs": [
- { "name": "input" },
- { "name": "labels" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Split",
- "category": "Tensor",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "outputs", "option": "variadic" }
- ]
- },
- {
- "name": "WindowData",
- "category": "Data",
- "outputs": [
- { "name": "data" },
- { "name": "label" }
- ]
- }
- ]
|