| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019 |
- [
- {
- "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 }
- ],
- "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 }
- ],
- "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 }
- ]
- }
- ]
|