| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021 |
- [
- {
- "name": "Add",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "pot_scale_int16", "type": "boolean", "default": true }
- ],
- "inputs": [
- { "name": "A", "type": "T" },
- { "name": "B", "type": "T" }
- ],
- "outputs": [
- { "name": "C", "type": "T" }
- ]
- },
- {
- "name": "ArgMax",
- "attributes": [
- { "name": "output_type", "type": "TensorType", "default": "FLOAT32" }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "dimension", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "ArgMin",
- "attributes": [
- { "name": "output_type", "type": "TensorType", "default": "FLOAT32" }
- ]
- },
- {
- "name": "AveragePool2D",
- "category": "Pool",
- "attributes": [
- { "name": "padding", "type": "Padding", "default": "SAME" },
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "stride_w", "type": "int32" },
- { "name": "stride_h", "type": "int32" },
- { "name": "filter_width", "type": "int32" },
- { "name": "filter_height", "type": "int32" }
- ],
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "BatchMatMul",
- "attributes": [
- { "name": "adj_x", "type": "boolean", "default": false },
- { "name": "adj_y", "type": "boolean", "default": false },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "BidirectionalSequenceLSTM",
- "category": "Layer",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "cell_clip", "type": "float32", "default": 0 },
- { "name": "proj_clip", "type": "float32", "default": 0 },
- { "name": "merge_outputs", "type": "boolean", "default": false },
- { "name": "time_major", "type": "boolean", "default": true },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "BidirectionalSequenceRNN",
- "attributes": [
- { "name": "time_major", "type": "boolean", "default": false },
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "merge_outputs", "type": "boolean", "default": false },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "Bucketize",
- "attributes": [
- { "name": "boundaries", "type": "float32[]", "default": 0 }
- ]
- },
- {
- "name": "Call",
- "attributes": [
- { "name": "subgraph", "type": "uint32", "default": 0 }
- ]
- },
- {
- "name": "CallOnce",
- "attributes": [
- { "name": "init_subgraph_index", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "Cast",
- "attributes": [
- { "name": "in_data_type", "type": "TensorType", "default": "FLOAT32" },
- { "name": "out_data_type", "type": "TensorType", "default": "FLOAT32" }
- ],
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ConcatEmbeddings",
- "attributes": [
- { "name": "num_channels", "type": "int32", "default": 0 },
- { "name": "num_columns_per_channel", "type": "int32[]", "default": 0 },
- { "name": "embedding_dim_per_channel", "type": "int32[]", "default": 0 }
- ]
- },
- {
- "name": "Concatenation",
- "category": "Tensor",
- "attributes": [
- { "name": "axis", "type": "int32", "default": 0 },
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" }
- ],
- "inputs": [
- { "name": "inputs", "list": true }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Conv2D",
- "category": "Layer",
- "attributes": [
- { "name": "padding", "type": "Padding", "default": "SAME", "description": "`SAME`|`VALID`" },
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE", "description": "`NONE`|`RELU`|`RELU6`" },
- { "name": "stride_w", "type": "int32", "default": 0, "description": "stride of the filter window" },
- { "name": "stride_h", "type": "int32", "default": 0, "description": "stride of the filter window" },
- { "name": "dilation_w_factor", "type": "int32", "default": 1 },
- { "name": "dilation_h_factor", "type": "int32", "default": 1 }
- ],
- "inputs": [
- { "name": "input", "description": "4D tensor" },
- { "name": "filter" },
- { "name": "bias", "description": "(optional)" }
- ],
- "outputs": [
- { "name": "output", "description": "result of 2D convolution of the input tensor" }
- ]
- },
- {
- "name": "Cumsum",
- "attributes": [
- { "name": "exclusive", "type": "boolean", "default": false },
- { "name": "reverse", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "Densify",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "DepthToSpace",
- "attributes": [
- { "name": "block_size", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "DepthwiseConv2D",
- "category": "Layer",
- "attributes": [
- { "name": "padding", "type": "Padding", "default": "SAME" },
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "stride_w", "type": "int32", "default": 0 },
- { "name": "stride_h", "type": "int32", "default": 0 },
- { "name": "depth_multiplier", "type": "int32", "default": 0 },
- { "name": "dilation_w_factor", "type": "int32", "default": 1 },
- { "name": "dilation_h_factor", "type": "int32", "default": 1 }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "weights", "type": "T" },
- { "name": "bias", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Dequantize",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Div",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" }
- ],
- "inputs": [
- { "name": "A", "type": "T" },
- { "name": "B", "type": "T" }
- ],
- "outputs": [
- { "name": "C", "type": "T" }
- ]
- },
- {
- "name": "EmbeddingLookupSparse",
- "attributes": [
- { "name": "combiner", "type": "CombinerType", "default": "SUM" }
- ]
- },
- {
- "name": "Exp",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ExpandDims",
- "inputs": [
- { "name": "input" },
- { "name": "axis_param" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ExtractFeatures",
- "inputs": [
- { "name": "ngrams" }
- ],
- "outputs": [
- { "name": "features" },
- { "name": "weights" }
- ]
- },
- {
- "name": "FakeQuant",
- "attributes": [
- { "name": "min", "type": "float32", "default": 0 },
- { "name": "max", "type": "float32", "default": 0 },
- { "name": "num_bits", "type": "int32", "default": 0 },
- { "name": "narrow_range", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "Fill",
- "inputs": [
- { "name": "dims", "type": "T" },
- { "name": "value", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "FullyConnected",
- "category": "Layer",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "weights_format", "type": "FullyConnectedOptionsWeightsFormat", "default": "DEFAULT" },
- { "name": "keep_num_dims", "type": "boolean", "default": false },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "weights", "type": "T" },
- { "name": "bias", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Gather",
- "category": "Transform",
- "attributes": [
- { "name": "axis", "default": 0, "type": "int32" },
- { "name": "batch_dims", "type": "int32", "default": 0 }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "positions" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Gelu",
- "category": "Activation",
- "attributes": [
- { "name": "approximate", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "HardSwish",
- "category": "Activation",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Hashtable",
- "attributes": [
- { "name": "table_id", "type": "int32", "default": 0 },
- { "name": "key_dtype", "type": "TensorType", "default": "FLOAT32" },
- { "name": "value_dtype", "type": "TensorType", "default": "FLOAT32" }
- ]
- },
- {
- "name": "HashtableLookup",
- "inputs": [
- { "name": "key" },
- { "name": "keys" },
- { "name": "values" }
- ],
- "outputs": [
- { "name": "value" },
- { "name": "hits" }
- ]
- },
- {
- "name": "If",
- "attributes": [
- { "name": "then_subgraph_index", "type": "int32", "default": 0 },
- { "name": "else_subgraph_index", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "LeakyRelu",
- "attributes": [
- { "name": "alpha", "type": "float32", "default": 0 }
- ]
- },
- {
- "name": "LocalResponseNormalization",
- "category": "Normalization",
- "attributes": [
- { "name": "radius", "type": "int32", "default": 0 },
- { "name": "bias", "type": "float32", "default": 0 },
- { "name": "alpha", "type": "float32", "default": 0 },
- { "name": "beta", "type": "float32", "default": 0 }
- ],
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "LogicalOr",
- "inputs": [
- { "name": "A", "type": "T" },
- { "name": "B", "type": "T" }
- ],
- "outputs": [
- { "name": "C", "type": "T" }
- ]
- },
- {
- "name": "Logistic",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "LogSoftmax",
- "category": "Activation",
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "LSHProjection",
- "attributes": [
- { "name": "type", "type": "LSHProjectionType", "default": "UNKNOWN" }
- ],
- "inputs": [
- { "name": "hash" },
- { "name": "input" },
- { "name": "weight" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "LSTM",
- "category": "Layer",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "cell_clip", "type": "float32", "default": 0 },
- { "name": "proj_clip", "type": "float32", "default": 0 },
- { "name": "kernel_type", "type": "LSTMKernelType", "default": "FULL" },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false }
- ],
- "inputs": [
- { "name": "input", "type": "T", "description": "Input tensor." },
- { "name": "input_input_weights", "type": "T", "option": "optional", "description": "Input to input weights tensor.", "visible": false },
- { "name": "input_forget_weights", "type": "T", "description": "Input to forget weights tensor.", "visible": false },
- { "name": "input_cell_weights", "type": "T", "description": "Input to cell weights tensor.", "visible": false },
- { "name": "input_output_weights", "type": "T", "description": "Input to output weights tensor.", "visible": false },
- { "name": "recurrent_input_weights", "type": "T", "option": "optional", "description": "Recurrent to input weights tensor.", "visible": false },
- { "name": "recurrent_forget_weights", "type": "T", "description": "Recurrent to forget weights tensor.", "visible": false },
- { "name": "recurrent_cell_weights", "type": "T", "description": "Recurrent to cell weights tensor.", "visible": false },
- { "name": "recurrent_output_weights", "type": "T", "description": "Recurrent to output weights tensor.", "visible": false },
- { "name": "cell_input_weights", "type": "T", "option": "optional", "description": "Cell to input weights tensor.", "visible": false },
- { "name": "cell_forget_weights", "type": "T", "option": "optional", "description": "Cell to forget weights tensor.", "visible": false },
- { "name": "cell_output_weights", "type": "T", "option": "optional", "description": "Cell to output weights tensor.", "visible": false },
- { "name": "input_gate_bias", "type": "T", "option": "optional", "description": "Input gate bias tensor.", "visible": false },
- { "name": "forget_gate_bias", "type": "T", "description": "Forget gate bias tensor.", "visible": false },
- { "name": "cell_gate_bias", "type": "T", "description": "Cell gate bias tensor.", "visible": false },
- { "name": "output_gate_bias", "type": "T", "description": "Output gate bias tensor.", "visible": false },
- { "name": "projection_weights", "type": "T", "option": "optional", "description": "Projection weights tensor.", "visible": false },
- { "name": "projection_bias", "type": "T", "option": "optional", "description": "Projection bias tensor.", "visible": false }
- ],
- "outputs": [
- { "name": "scratch", "type": "T" },
- { "name": "output_state", "type": "T" },
- { "name": "cell_state", "type": "T" },
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Maximum",
- "inputs": [
- { "name": "input1" },
- { "name": "input2" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "MaxPool2D",
- "category": "Pool",
- "attributes": [
- { "name": "padding", "type": "Padding", "default": "SAME" },
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "stride_w", "type": "int32" },
- { "name": "stride_h", "type": "int32" },
- { "name": "filter_width", "type": "int32" },
- { "name": "filter_height", "type": "int32" }
- ],
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Mean",
- "attributes": [
- { "name": "keep_dims", "type": "boolean" }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "axis", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Minimum",
- "inputs": [
- { "name": "input1" },
- { "name": "input2" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "MirrorPad",
- "attributes": [
- { "name": "mode", "type": "MirrorPadMode", "default": "REFLECT" }
- ]
- },
- {
- "name": "Mul",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" }
- ],
- "inputs": [
- { "name": "A", "type": "T" },
- { "name": "B", "type": "T" }
- ],
- "outputs": [
- { "name": "C", "type": "T" }
- ]
- },
- {
- "name": "Normalize",
- "category": "Normalization",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "NotEqual",
- "inputs": [
- { "name": "A", "type": "T" },
- { "name": "B", "type": "T" }
- ],
- "outputs": [
- { "name": "C" }
- ]
- },
- {
- "name": "OneHot",
- "attributes": [
- { "name": "axis", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "Pack",
- "attributes": [
- { "name": "values_count", "type": "int32", "default": 0 },
- { "name": "axis", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "Pad",
- "category": "Tensor",
- "inputs": [
- { "name": "input" },
- { "name": "paddings" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Predict",
- "inputs": [
- { "name": "hashes" },
- { "name": "keys" },
- { "name": "labels" },
- { "name": "weights" }
- ],
- "outputs": [
- { "name": "label" },
- { "name": "weight" }
- ]
- },
- {
- "name": "Prelu",
- "category": "Activation",
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "slope", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Quantize",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Range",
- "attributes": [
- { "name": "keep_dims", "type": "boolean" }
- ],
- "inputs": [
- { "name": "start", "type": "T" },
- { "name": "limit", "type": "T" },
- { "name": "delta", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "ReduceMax",
- "attributes": [
- { "name": "keep_dims", "type": "boolean" }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "axis", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "ReduceMin",
- "attributes": [
- { "name": "keep_dims", "type": "boolean" }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "axis", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Relu",
- "category": "Activation",
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Relu6",
- "category": "Activation",
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Reshape",
- "category": "Shape",
- "attributes": [
- { "name": "new_shape", "type": "int32[]", "default": 0 }
- ],
- "inputs": [
- { "name": "data", "type": "T" },
- { "name": "shape", "type": "T" }
- ],
- "outputs": [
- { "name": "reshaped", "type": "T" }
- ]
- },
- {
- "name": "ResizeBilinear",
- "attributes": [
- { "name": "align_corners", "default": false, "type": "boolean" },
- { "name": "new_height", "type": "int32", "default": 0 },
- { "name": "new_width", "type": "int32", "default": 0 },
- { "name": "half_pixel_centers", "type": "boolean", "default": false }
- ],
- "inputs": [
- { "name": "input" },
- { "name": "size" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "ResizeNearestNeighbor",
- "attributes": [
- { "name": "align_corners", "type": "boolean", "default": false },
- { "name": "half_pixel_centers", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "ReverseSequence",
- "attributes": [
- { "name": "seq_dim", "type": "int32", "default": 0 },
- { "name": "batch_dim", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "RNN",
- "category": "Layer",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false }
- ],
- "inputs": [
- { "name": "X", "type": "T" },
- { "name": "W", "type": "T" },
- { "name": "R", "type": "T" },
- { "name": "b", "type": "T" }
- ],
- "outputs": [
- { "name": "hidden", "type": "T" },
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Rsqrt",
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Shape",
- "attributes": [
- { "name": "out_type", "type": "TensorType", "default": "FLOAT32" }
- ]
- },
- {
- "name": "Sin",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "SkipGram",
- "inputs": [
- { "name": "inputs" }
- ],
- "outputs": [
- { "name": "ngrams" }
- ],
- "attributes": [
- { "name": "ngram_size", "type": "int32", "default": 0 },
- { "name": "max_skip_size", "type": "int32", "default": 0 },
- { "name": "include_all_ngrams", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "Slice",
- "category": "Tensor",
- "inputs": [
- { "name": "input" },
- { "name": "begin" },
- { "name": "size" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Softmax",
- "category": "Activation",
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ],
- "attributes": [
- { "name": "beta", "type": "float32", "default": 0 }
- ]
- },
- {
- "name": "SpaceToDepth",
- "attributes": [
- { "name": "block_size", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "SparseToDense",
- "attributes": [
- { "name": "validate_indices", "type": "boolean", "default": false }
- ]
- },
- {
- "name": "Split",
- "category": "Tensor",
- "inputs": [
- { "name": "axis" },
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ],
- "attributes": [
- { "name": "num_splits", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "SplitV",
- "attributes": [
- { "name": "num_splits", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "Squeeze",
- "category": "Transform",
- "inputs": [
- { "name": "input" }
- ],
- "outputs": [
- { "name": "output" }
- ],
- "attributes": [
- { "name": "squeeze_dims", "type": "int32[]", "default": 0 }
- ]
- },
- {
- "name": "StridedSlice",
- "category": "Tensor",
- "inputs": [
- { "name": "input" },
- { "name": "begin" },
- { "name": "end" },
- { "name": "strides" }
- ],
- "outputs": [
- { "name": "output" }
- ],
- "attributes": [
- { "name": "begin_mask", "type": "int32", "default": 0 },
- { "name": "end_mask", "type": "int32", "default": 0 },
- { "name": "ellipsis_mask", "type": "int32", "default": 0 },
- { "name": "new_axis_mask", "type": "int32", "default": 0 },
- { "name": "shrink_axis_mask", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "Sub",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "pot_scale_int16", "type": "boolean", "default": true }
- ],
- "inputs": [
- { "name": "A", "type": "T" },
- { "name": "B", "type": "T" }
- ],
- "outputs": [
- { "name": "C", "type": "T" }
- ]
- },
- {
- "name": "Sum",
- "attributes": [
- { "name": "keep_dims", "type": "boolean" }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "axis", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "SVDF",
- "category": "Layer",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "rank", "type": "int32", "default": 0 },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false }
- ],
- "inputs": [
- { "name": "input", "type": "T" },
- { "name": "feature", "type": "T" },
- { "name": "time", "type": "T" },
- { "name": "bias", "type": "T" }
- ],
- "outputs": [
- { "name": "state", "type": "T" },
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Tanh",
- "category": "Activation",
- "inputs": [
- { "name": "input", "type": "T" }
- ],
- "outputs": [
- { "name": "output", "type": "T" }
- ]
- },
- {
- "name": "Tile",
- "inputs": [
- { "name": "input" },
- { "name": "multipliers" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "Transpose",
- "category": "Transform",
- "inputs": [
- { "name": "input" },
- { "name": "perm" }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "TransposeConv",
- "category": "Layer",
- "attributes": [
- { "name": "padding", "type": "Padding", "default": "SAME" },
- { "name": "stride_w", "type": "int32", "default": 0 },
- { "name": "stride_h", "type": "int32", "default": 0 },
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" }
- ],
- "inputs": [
- { "name": "output_shape" },
- { "name": "weights" },
- { "name": "input" },
- { "name": "bias", "optional": true }
- ],
- "outputs": [
- { "name": "output" }
- ]
- },
- {
- "name": "UnidirectionalSequenceLSTM",
- "category": "Layer",
- "attributes": [
- { "name": "fused_activation_function", "type": "ActivationFunctionType", "default": "NONE" },
- { "name": "cell_clip", "type": "float32", "default": 0 },
- { "name": "proj_clip", "type": "float32", "default": 0 },
- { "name": "time_major", "type": "boolean", "default": false },
- { "name": "asymmetric_quantize_inputs", "type": "boolean", "default": false },
- { "name": "diagonal_recurrent_tensors", "type": "boolean", "default": false }
- ],
- "inputs": [
- { "name": "input", "type": "T", "description": "Input tensor." },
- { "name": "input_input_weights", "type": "T", "option": "optional", "description": "Input to input weights tensor.", "visible": false },
- { "name": "input_forget_weights", "type": "T", "description": "Input to forget weights tensor.", "visible": false },
- { "name": "input_cell_weights", "type": "T", "description": "Input to cell weights tensor.", "visible": false },
- { "name": "input_output_weights", "type": "T", "description": "Input to output weights tensor.", "visible": false },
- { "name": "recurrent_input_weights", "type": "T", "option": "optional", "description": "Recurrent to input weights tensor.", "visible": false },
- { "name": "recurrent_forget_weights", "type": "T", "description": "Recurrent to forget weights tensor.", "visible": false },
- { "name": "recurrent_cell_weights", "type": "T", "description": "Recurrent to cell weights tensor.", "visible": false },
- { "name": "recurrent_output_weights", "type": "T", "description": "Recurrent to output weights tensor.", "visible": false },
- { "name": "cell_input_weights", "type": "T", "option": "optional", "description": "Cell to input weights tensor.", "visible": false },
- { "name": "cell_forget_weights", "type": "T", "option": "optional", "description": "Cell to forget weights tensor.", "visible": false },
- { "name": "cell_output_weights", "type": "T", "option": "optional", "description": "Cell to output weights tensor.", "visible": false },
- { "name": "input_gate_bias", "type": "T", "option": "optional", "description": "Input gate bias tensor.", "visible": false },
- { "name": "forget_gate_bias", "type": "T", "description": "Forget gate bias tensor.", "visible": false },
- { "name": "cell_gate_bias", "type": "T", "description": "Cell gate bias tensor.", "visible": false },
- { "name": "output_gate_bias", "type": "T", "description": "Output gate bias tensor.", "visible": false },
- { "name": "projection_weights", "type": "T", "option": "optional", "description": "Projection weights tensor.", "visible": false },
- { "name": "projection_bias", "type": "T", "option": "optional", "description": "Projection bias tensor.", "visible": false },
- { "name": "output_state_in", "type": "T", "option": "optional", "visible": false },
- { "name": "cell_state_in", "type": "T", "option": "optional", "visible": false },
- { "name": "activation", "type": "T", "option": "optional", "visible": false },
- { "name": "cell_clip", "type": "T", "option": "optional", "visible": false },
- { "name": "proj_clip", "type": "T", "option": "optional", "visible": false },
- { "name": "time_major", "type": "T", "option": "optional", "visible": false },
- { "name": "input_layer_norm_weights", "type": "T", "option": "optional", "visible": false },
- { "name": "forget_layer_norm_weights", "type": "T", "option": "optional", "visible": false },
- { "name": "cell_layer_norm_weights", "type": "T", "option": "optional", "visible": false },
- { "name": "output_layer_norm_weights", "type": "T", "option": "optional", "visible": false }
- ]
- },
- {
- "name": "Unique",
- "attributes": [
- { "name": "idx_out_type", "type": "TensorType", "default": "INT32" }
- ]
- },
- {
- "name": "Unpack",
- "attributes": [
- { "name": "num", "type": "int32", "default": 0 },
- { "name": "axis", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "UnsortedSegmentProd",
- "attributes": [
- { "name": "num_segments", "type": "int32", "default": 0 }
- ]
- },
- {
- "name": "VarHandle",
- "attributes": [
- { "name": "container", "type": "string", "default": null },
- { "name": "shared_name", "type": "string", "default": null }
- ]
- },
- {
- "name": "While",
- "attributes": [
- { "name": "cond_subgraph_index", "type": "int32", "default": 0 },
- { "name": "body_subgraph_index", "type": "int32", "default": 0 }
- ]
- }
- ]
|