| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709 |
- [
- {
- "name": "AbsVal",
- "operator": 0
- },
- {
- "name": "ArgMax",
- "operator": 1
- },
- {
- "name": "BatchNorm",
- "operator": 2,
- "category": "Normalization",
- "attributes": [
- { "name": "channels", "type": "int32", "default": 0 },
- { "name": "eps", "type": "float32", "default": 0 }
- ]
- },
- {
- "name": "Bias",
- "operator": 3,
- "category": "Layer",
- "attributes": [
- { "name": "bias_data_size", "default": 0, "visible": false }
- ]
- },
- {
- "name": "BinaryOp",
- "operator": 40,
- "attributes": [
- { "name": "op_type", "type": "BinaryOpType", "default": 0 },
- { "name": "with_scalar", "type": "int32", "default": 0 },
- { "name": "b", "type": "float32", "default": 0 }
- ]
- },
- {
- "name": "BNLL",
- "operator": 4
- },
- {
- "name": "Cast",
- "operator": 64
- },
- {
- "name": "Clip",
- "operator": 54,
- "attributes": [
- { "name": "min", "type": "float32" },
- { "name": "max", "type": "float32" }
- ]
- },
- {
- "name": "Concat",
- "operator": 5,
- "category": "Tensor",
- "attributes": [
- { "name": "axis", "type": "int32", "default": 0 }
- ],
- "inputs": [
- { "name": "input", "option": "variadic" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Convolution",
- "operator": 6,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "type": "int32", "default": 0 },
- { "name": "kernel_w", "type": "int32", "default": 0 },
- { "name": "dilation_w", "type": "int32", "default": 1 },
- { "name": "stride_w", "type": "int32", "default": 1 },
- { "name": "pad_left", "type": "int32", "default": 0 },
- { "name": "bias_term", "default": 0, "visible": false },
- { "name": "weight_data_size", "type": "int32", "default": 0, "visible": false },
- { "name": "group", "type": "int32", "default": 0 },
- { "name": "int8_scale_term", "default": 0 },
- { "name": "activation_type", "default": 0 },
- { "name": "activation_params", "default": [] },
- { "name": "kernel_h", "type": "int32", "default": 0 },
- { "name": "dilation_h", "type": "int32", "default": 1 },
- { "name": "stride_h", "type": "int32", "default": 1 },
- { "name": "pad_right", "type": "int32", "default": 0 },
- { "name": "pad_top", "type": "int32", "default": 0 },
- { "name": "pad_bottom", "type": "int32", "default": 0 },
- { "name": "pad_value", "type": "float32", "default": 0 }
- ]
- },
- {
- "name": "ConvolutionDepthWise",
- "operator": 42,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "default": 0 },
- { "name": "kernel_w", "default": 0 },
- { "name": "dilation_w", "default": 1 },
- { "name": "stride_w", "default": 1 },
- { "name": "pad_left", "default": 0 },
- { "name": "bias_term", "default": 0, "visible": false },
- { "name": "weight_data_size", "default": 0, "visible": false },
- { "name": "group", "default": 0 },
- { "name": "int8_scale_term", "default": 0 },
- { "name": "activation_type", "default": 0 },
- { "name": "activation_params", "default": [] },
- { "name": "kernel_h", "default": 0 },
- { "name": "dilation_h", "default": 1 },
- { "name": "stride_h", "default": 1 },
- { "name": "pad_right", "type": "int32", "default": 0 },
- { "name": "pad_top", "type": "int32", "default": 0 },
- { "name": "pad_bottom", "type": "int32", "default": 0 },
- { "name": "pad_value", "type": "float32", "default": 0 }
- ]
- },
- {
- "name": "Crop",
- "operator": 7,
- "category": "Data",
- "attributes": [
- { "name": "woffset", "default": 0 },
- { "name": "hoffset", "default": 0 },
- { "name": "coffset", "default": 0 },
- { "name": "outw", "default": 0 },
- { "name": "outh", "default": 0 },
- { "name": "outc", "default": 0 },
- { "name": "woffset2", "default": 0 },
- { "name": "hoffset2", "default": 0 },
- { "name": "coffset2", "default": 0 },
- { "name": "starts", "default": [] },
- { "name": "ends", "default": [] },
- { "name": "axes", "default": [] }
- ]
- },
- {
- "name": "Deconvolution",
- "operator": 8,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "default": 0 },
- { "name": "kernel_w", "default": 0 },
- { "name": "dilation_w", "default": 1 },
- { "name": "stride_w", "default": 1 },
- { "name": "pad_w", "default": 0 },
- { "name": "bias_term", "default": 0, "visible": false },
- { "name": "weight_data_size", "default": 0, "visible": false },
- { "name": "group", "default": 0 },
- { "name": "int8_scale_term", "default": 0 },
- { "name": "activation_type", "default": 0 },
- { "name": "activation_params", "default": [] },
- { "name": "kernel_h", "default": 0 },
- { "name": "dilation_h", "default": 1 },
- { "name": "stride_h", "default": 1 },
- { "name": "pad_h", "default": 0 }
- ]
- },
- {
- "name": "DeconvolutionDepthWise",
- "operator": 51,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "default": 0 },
- { "name": "kernel_w", "default": 0 },
- { "name": "dilation_w", "default": 1 },
- { "name": "stride_w", "default": 1 },
- { "name": "pad_w", "default": 0 },
- { "name": "bias_term", "default": 0, "visible": false },
- { "name": "weight_data_size", "default": 0, "visible": false },
- { "name": "group", "default": 0 },
- { "name": "int8_scale_term", "default": 0 },
- { "name": "activation_type", "default": 0 },
- { "name": "activation_params", "default": [] },
- { "name": "kernel_h", "default": 0 },
- { "name": "dilation_h", "default": 1 },
- { "name": "stride_h", "default": 1 },
- { "name": "pad_h", "default": 0 }
- ]
- },
- {
- "name": "DeepCopy",
- "operator": 70
- },
- {
- "name": "Dequantize",
- "operator": 58
- },
- {
- "name": "DetectionOutput",
- "operator": 49,
- "attributes": [
- { "name": "num_class", "default": 0 },
- { "name": "nms_threshold", "default": 0.05 },
- { "name": "nms_top_k", "default": 300 },
- { "name": "keep_top_k", "default": 100 },
- { "name": "confidence_threshold", "default": 0.5 },
- { "name": "varainces0", "default": 0.1 },
- { "name": "varainces1", "default": 0.1 },
- { "name": "varainces2", "default": 0.2 },
- { "name": "varainces3", "default": 0.2 }
- ]
- },
- {
- "name": "Dropout",
- "operator": 9,
- "category": "Dropout",
- "attributes": [
- { "name": "scale", "type": "float32", "default": 1 }
- ]
- },
- {
- "name": "Eltwise",
- "operator": 10,
- "attributes": [
- { "name": "op_type", "type": "EltwiseType", "default": 0 },
- { "name": "coeffs", "default": [] }
- ],
- "inputs": [
- { "name": "inputs", "option": "variadic" }
- ]
- },
- {
- "name": "ELU",
- "operator": 11
- },
- {
- "name": "Embed",
- "operator": 12,
- "category": "Transform",
- "attributes": [
- { "name": "num_output", "default": 0 },
- { "name": "input_dim", "default": 0 },
- { "name": "bias_term", "default": 0 },
- { "name": "weight_data_size", "default": 0 }
- ]
- },
- {
- "name": "Exp",
- "operator": 13
- },
- {
- "name": "Exp",
- "operator": 17
- },
- {
- "name": "ExpandDims",
- "operator": 45
- },
- {
- "name": "Flatten",
- "operator": 14,
- "category": "Shape"
- },
- {
- "name": "Gemm",
- "operator": 74,
- "category": "Layer"
- },
- {
- "name": "GroupNorm",
- "operator": 75,
- "category": "Normalization",
- "attributes": [
- { "name": "group", "default": 1 },
- { "name": "channels", "default": 0 },
- { "name": "eps", "type": "float32", "default": 0.001 },
- { "name": "affine", "default": 0 }
- ]
- },
- {
- "name": "GRU",
- "operator": 78,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "default": 0 },
- { "name": "weight_data_size", "default": 0, "visible": false },
- { "name": "direction", "default": 1 }
- ]
- },
- {
- "name": "HardSigmoid",
- "operator": 65,
- "category": "Activation",
- "attributes": [
- { "name": "alpha", "type": "float32", "default": 0.2 },
- { "name": "beta", "type": "float32", "default": 0.5 }
- ]
- },
- {
- "name": "HardSwish",
- "operator": 67,
- "category": "Activation",
- "attributes": [
- { "name": "alpha", "type": "float32", "default": 0.2 },
- { "name": "beta", "type": "float32", "default": 0.5 }
- ]
- },
- {
- "name": "InnerProduct",
- "operator": 15,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "type": "int32", "default": 0 },
- { "name": "bias_term", "default": 0, "visible": false },
- { "name": "weight_data_size", "default": 0, "visible": false },
- { "name": "" },
- { "name": "" },
- { "name": "" },
- { "name": "" },
- { "name": "" },
- { "name": "int8_scale_term", "default": 0 },
- { "name": "activation_type", "default": 0 },
- { "name": "activation_params", "default": 0 }
- ]
- },
- {
- "name": "Input",
- "operator": 16
- },
- {
- "name": "InstanceNorm",
- "operator": 53,
- "category": "Normalization",
- "attributes": [
- { "name": "channels", "default": 0 },
- { "name": "eps", "type": "float32", "default": 0.001 },
- { "name": "affine", "default": 1 }
- ]
- },
- {
- "name": "Interp",
- "operator": 50,
- "attributes": [
- { "name": "resize_type", "type": "InterpResizeType", "default": 0 },
- { "name": "height_scale", "type": "float32", "default": 1 },
- { "name": "width_scale", "type": "float32", "default": 1 },
- { "name": "output_height", "default": 0 },
- { "name": "output_width", "default": 0 },
- { "name": "dynamic_target_size", "default": 0 },
- { "name": "align_corner", "default": 0 }
- ]
- },
- {
- "name": "LayerNorm",
- "operator": 76,
- "category": "Normalization",
- "attributes": [
- { "name": "channels", "default": 0 },
- { "name": "eps", "type": "float32", "default": 0.001 }
- ]
- },
- {
- "name": "LRN",
- "operator": 18,
- "category": "Normalization",
- "attributes": [
- { "name": "region_type", "default": 0 },
- { "name": "local_size", "default": 5 },
- { "name": "alpha", "default": 1 },
- { "name": "beta", "default": 0.75 },
- { "name": "bias", "default": 1 }
- ]
- },
- {
- "name": "LSTM",
- "operator": 39,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "default": 0 },
- { "name": "weight_data_size", "default": 0, "visible": false },
- { "name": "direction", "default": 1 }
- ]
- },
- {
- "name": "MemoryData",
- "operator": 19,
- "attributes": [
- { "name": "w", "default": 0 },
- { "name": "h", "default": 0 },
- { "name": "c", "default": 0 }
- ]
- },
- {
- "name": "Mish",
- "operator": 71,
- "category": "Activation"
- },
- {
- "name": "MVN",
- "operator": 20
- },
- {
- "name": "Noop",
- "operator": 68
- },
- {
- "name": "Normalize",
- "operator": 46,
- "category": "Normalization",
- "attributes": [
- { "name": "across_spatial", "default": 0 },
- { "name": "channel_shared", "default": 0 },
- { "name": "eps", "type": "float32", "default": 0.0001 },
- { "name": "scale_data_size", "default": 0, "visible": false },
- { "name": "across_channel", "default": 0 },
- { "name": "" },
- { "name": "" },
- { "name": "" },
- { "name": "" },
- { "name": "eps_mode", "default": 0 }
- ]
- },
- {
- "name": "Packing",
- "operator": 62
- },
- {
- "name": "Padding",
- "operator": 43,
- "category": "Layer",
- "attributes": [
- { "name": "top", "default": 0 },
- { "name": "bottom", "default": 0 },
- { "name": "left", "default": 0 },
- { "name": "right", "default": 0 },
- { "name": "type", "default": 0 },
- { "name": "value", "type": "float32", "default": 0 },
- { "name": "per_channel_pad_data_size", "default": 0, "visible": false },
- { "name": "front", "default": 0 },
- { "name": "behind", "default": 0 }
- ]
- },
- {
- "name": "Permute",
- "operator": 47,
- "category": "Shape",
- "attributes": [
- { "name": "order_type", "type": "PermuteOrderType", "default": 0 }
- ]
- },
- {
- "name": "PixelShuffle",
- "operator": 69,
- "attributes": [
- { "name": "upscale_factor", "default": 1 },
- { "name": "mode", "default": 0 }
- ]
- },
- {
- "name": "Pooling",
- "operator": 21,
- "category": "Pool",
- "attributes": [
- { "name": "pooling_type", "type": "PoolingType", "default": 0 },
- { "name": "kernel_w", "default": 0 },
- { "name": "stride_w", "default": 1 },
- { "name": "pad_left", "default": 0 },
- { "name": "global_pooling", "default": 0 },
- { "name": "pad_mode", "default": 0 },
- { "name": "avgpool_count_include_pad", "default": 0 },
- { "name": "adaptive_pooling", "default": 0 },
- { "name": "out_w", "default": 0 },
- { "name": "" },
- { "name": "" },
- { "name": "kernel_h", "default": 0 },
- { "name": "stride_h", "default": 1 },
- { "name": "pad_top", "default": 0 },
- { "name": "pad_right", "default": 0 },
- { "name": "pad_bottom", "default": 0 },
- { "name": "" },
- { "name": "" },
- { "name": "out_h", "default": 0 }
- ]
- },
- {
- "name": "Power",
- "operator": 22
- },
- {
- "name": "PReLU",
- "operator": 23,
- "category": "Activation",
- "attributes": [
- { "name": "num_slope", "type": "int32", "default": 0, "visible": false }
- ]
- },
- {
- "name": "PriorBox",
- "operator": 48,
- "attributes": [
- { "name": "min_sizes", "default": [] },
- { "name": "max_sizes", "default": [] },
- { "name": "aspect_ratios", "default": [] },
- { "name": "varainces0", "type": "float32", "default": 0 },
- { "name": "varainces1", "type": "float32", "default": 0 },
- { "name": "varainces2", "type": "float32", "default": 0 },
- { "name": "varainces3", "type": "float32", "default": 0 },
- { "name": "flip", "default": 1 },
- { "name": "clip", "default": 0 },
- { "name": "image_width", "default": 0 },
- { "name": "image_height", "default": 0 },
- { "name": "step_width", "default": -233 },
- { "name": "step_height", "default": -233 },
- { "name": "offset", "default": 0 }
- ]
- },
- {
- "name": "Proposal",
- "operator": 24
- },
- {
- "name": "PSROIPooling",
- "operator": 60
- },
- {
- "name": "Quantize",
- "operator": 57
- },
- {
- "name": "Reducation",
- "operator": 25
- },
- {
- "name": "ReLU",
- "operator": 26,
- "category": "Activation",
- "attributes": [
- { "name": "slope", "type": "float32", "default": 0 }
- ]
- },
- {
- "name": "ReLU6",
- "category": "Activation"
- },
- {
- "name": "Reorg",
- "operator": 55,
- "attributes": [
- { "name": "stride", "default": 1 },
- { "name": "mode", "default": 0 }
- ]
- },
- {
- "name": "Requantize",
- "operator": 63
- },
- {
- "name": "Reshape",
- "operator": 27,
- "category": "Shape",
- "attributes": [
- { "name": "w", "default": -233 },
- { "name": "h", "default": -233 },
- { "name": "c", "default": -233 },
- { "name": "permute", "default": 0 }
- ]
- },
- {
- "name": "RNN",
- "operator": 38,
- "category": "Layer",
- "attributes": [
- { "name": "num_output", "default": 0 },
- { "name": "weight_data_size", "default": 0, "visible": false },
- { "name": "direction", "default": 1 }
- ]
- },
- {
- "name": "ROIAlign",
- "operator": 61
- },
- {
- "name": "ROIPooling",
- "operator": 28
- },
- {
- "name": "Scale",
- "operator": 29,
- "category": "Layer",
- "attributes": [
- { "name": "scale_data_size", "default": 0, "visible": false },
- { "name": "bias_term", "default": 0, "visible": false }
- ]
- },
- {
- "name": "SELU",
- "operator": 66,
- "category": "Activation",
- "attributes": [
- { "name": "alpha", "type": "float32", "default": 1.67326324 },
- { "name": "lambda", "type": "float32", "default": 1.050700987 }
- ]
- },
- {
- "name": "ShuffleChannel",
- "operator": 52,
- "attributes": [
- { "name": "group", "default": 1 },
- { "name": "reverse", "default": 0 }
- ]
- },
- {
- "name": "Sigmoid",
- "operator": 30,
- "category": "Activation"
- },
- {
- "name": "Slice",
- "operator": 31,
- "category": "Tensor",
- "attributes": [
- { "name": "slices", "default": [] },
- { "name": "axis", "default": 0 }
- ]
- },
- {
- "name": "Softmax",
- "operator": 32,
- "category": "Activation",
- "attributes": [
- { "name": "axis", "type": "int32", "default": 0 },
- { "name": "fixbug0", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "Softplus",
- "operator": 77,
- "category": "Activation"
- },
- {
- "name": "Split",
- "operator": 33,
- "category": "Tensor",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output", "option": "variadic" }
- ]
- },
- {
- "name": "SPP",
- "operator": 34,
- "category": "Activation"
- },
- {
- "name": "Squeeze",
- "operator": 44
- },
- {
- "name": "StatisticsPooling",
- "operator": 72,
- "category": "Pool"
- },
- {
- "name": "Swish",
- "operator": 73,
- "category": "Activation"
- },
- {
- "name": "TanH",
- "operator": 35,
- "category": "Activation"
- },
- {
- "name": "Threshold",
- "operator": 36
- },
- {
- "name": "Tile",
- "operator": 37
- },
- {
- "name": "UnaryOp",
- "operator": 41,
- "attributes": [
- { "name": "op_type", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "YoloDetectionOutput",
- "operator": 56,
- "attributes": [
- { "name": "num_class", "type": "int32", "default": 20 },
- { "name": "num_box", "type": "int32", "default": 5 },
- { "name": "confidence_threshold", "type": "float32", "default": 0.01 },
- { "name": "nms_threshold", "type": "float32", "default": 0.45 },
- { "name": "biases" }
- ],
- "inputs": [
- { "name": "input", "option": "variadic" }
- ]
- },
- {
- "name": "Yolov3DetectionOutput",
- "operator": 59,
- "attributes": [
- { "name": "num_class", "type": "int32", "default": 20 },
- { "name": "num_box", "type": "int32", "default": 5 },
- { "name": "confidence_threshold", "type": "float32", "default": 0.01 },
- { "name": "nms_threshold", "type": "float32", "default": 0.45 },
- { "name": "biases", "type": "float32[]" },
- { "name": "mask", "type": "float32[]" },
- { "name": "anchors_scale", "type": "float32[]" }
- ],
- "inputs": [
- { "name": "input", "option": "variadic" }
- ]
- }
- ]
|