diff --git a/master/doctrees/environment.pickle b/master/doctrees/environment.pickle index c260e3b6..2fcae9a5 100644 Binary files a/master/doctrees/environment.pickle and b/master/doctrees/environment.pickle differ diff --git a/master/doctrees/functionlib/dsplib/greater.doctree b/master/doctrees/functionlib/dsplib/greater.doctree index 81c109f7..4b86ea24 100644 Binary files a/master/doctrees/functionlib/dsplib/greater.doctree and b/master/doctrees/functionlib/dsplib/greater.doctree differ diff --git a/master/html/_sources/functionlib/dsplib/greater.rst.txt b/master/html/_sources/functionlib/dsplib/greater.rst.txt index d357efd9..63518727 100644 --- a/master/html/_sources/functionlib/dsplib/greater.rst.txt +++ b/master/html/_sources/functionlib/dsplib/greater.rst.txt @@ -48,7 +48,7 @@ Greater .. code-block:: c :linenos: - :emphasize-lines: 15 + :emphasize-lines: 50 //FT78NE示例 #include @@ -108,6 +108,7 @@ Greater .. c:function:: void fp_greater_p(float *input1, float *input2, bool *output, long long *params) .. c:function:: void hp_greater_p(half *input1, half *input2, bool *output, long long *params) +.. c:function:: void dp_greater_p(double *input1, double *input2, bool *output, long long *params) .. c:function:: void i32_greater_p(int32_t *input1, int32_t *input2, bool *output, long long *params) .. c:function:: void i16_greater_p(int16_t *input1, int16_t *input2, bool *output, long long *params) .. c:function:: void i8_greater_p(int8_t *input1, int8_t *input2, bool *output, long long *params) @@ -117,9 +118,9 @@ Greater .. code-block:: c :linenos: - :emphasize-lines: 14 + :emphasize-lines: 47 - //FT78NE示例 + //FT04示例 #include #include int main(int argc, char* argv[]) { diff --git a/master/html/functionlib/dsplib/greater.html b/master/html/functionlib/dsplib/greater.html index e412696b..b457f844 100644 --- a/master/html/functionlib/dsplib/greater.html +++ b/master/html/functionlib/dsplib/greater.html @@ -396,8 +396,8 @@ 12 int i = 0; 13 14 srand(seed++); -15 -16 float f_min = -100.0; +15 +16 float f_min = -100.0; 17 float f_max = 100.0; 18 19 // same shape @@ -431,8 +431,8 @@ 47 input1[i] = f_min + ((float)rand() / (float)RAND_MAX) * (f_max - f_min); 48 } 49 -50 fp_greater_s(input0, input1, output, params, core_mask);//调用汇编 -51 return 0; +50 fp_greater_s(input0, input1, output, params, core_mask);//调用汇编 +51 return 0; 52} @@ -447,6 +447,11 @@ void hp_greater_p(half *input1, half *input2, bool *output, long long *params)
+
+
+void dp_greater_p(double *input1, double *input2, bool *output, long long *params)
+
+
void i32_greater_p(int32_t *input1, int32_t *input2, bool *output, long long *params)
@@ -463,7 +468,7 @@

C调用示例:

-
 1//FT78NE示例
+
 1//FT04示例
  2#include <stdio.h>
  3#include <greater.h>
  4int main(int argc, char* argv[]) {
@@ -476,8 +481,8 @@
 11
 12    int i = 0;
 13
-14    srand(seed++);
-15
+14    srand(seed++);
+15
 16    float f_min = -100.0;
 17    float f_max = 100.0;
 18
@@ -509,8 +514,8 @@
 44        input1[i] = f_min + ((float)rand() / (float)RAND_MAX) * (f_max - f_min);
 45    }
 46
-47    fp_greater_p(input0, input1, output, params);//调用汇编
-48    return 0;
+47    fp_greater_p(input0, input1, output, params);//调用汇编
+48    return 0;
 49}
 
diff --git a/master/html/genindex.html b/master/html/genindex.html index 48d9c60a..e1e92915 100644 --- a/master/html/genindex.html +++ b/master/html/genindex.html @@ -855,6 +855,8 @@
  • dp_gather_s(C function)
  • dp_greater_equal_s(C function) +
  • +
  • dp_greater_p(C function)
  • dp_greater_s(C function)
  • @@ -913,11 +915,11 @@
  • dp_mul_p(C function)
  • dp_mul_s(C function) -
  • -
  • dp_neg_grad_p(C function)
    • +
    • dp_neg_grad_p(C function) +
    • dp_neg_grad_s(C function)
    • dp_neg_p(C function) diff --git a/master/html/objects.inv b/master/html/objects.inv index c173de17..5d384d6b 100644 Binary files a/master/html/objects.inv and b/master/html/objects.inv differ diff --git a/master/html/searchindex.js b/master/html/searchindex.js index 38cfdeea..d2c131c3 100644 --- a/master/html/searchindex.js +++ b/master/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["appdevelop/ai_dsp/gray_cnn", "appdevelop/ai_dsp/index", "appdevelop/autocodegen/index", "appdevelop/dsp/hrrp", "appdevelop/dsp/index", "appdevelop/dsp/rdsar", "appdevelop/dsp/rpc", "appdevelop/index", "functionlib/custom_op/complex_abs", "functionlib/custom_op/fft", "functionlib/custom_op/ifft", "functionlib/custom_op/index", "functionlib/dsplib/abs", "functionlib/dsplib/abs_grad", "functionlib/dsplib/activation", "functionlib/dsplib/activation_grad", "functionlib/dsplib/adam", "functionlib/dsplib/adamweightdecay", "functionlib/dsplib/add", "functionlib/dsplib/add_grad", "functionlib/dsplib/adder", "functionlib/dsplib/addn", "functionlib/dsplib/affine", "functionlib/dsplib/all", "functionlib/dsplib/allgather", "functionlib/dsplib/apply_momentum", "functionlib/dsplib/argmax", "functionlib/dsplib/argmin", "functionlib/dsplib/assert", "functionlib/dsplib/assign", "functionlib/dsplib/assignadd", "functionlib/dsplib/attention", "functionlib/dsplib/audio_spectrogram", "functionlib/dsplib/avg_pool_grad", "functionlib/dsplib/avgpooling", "functionlib/dsplib/batch_to_space", "functionlib/dsplib/batchnorm", "functionlib/dsplib/batchnormgrad", "functionlib/dsplib/batchtospacend", "functionlib/dsplib/biasadd", "functionlib/dsplib/biasaddgrad", "functionlib/dsplib/binary_cross_entropy_grad", "functionlib/dsplib/binarycrossentropy", "functionlib/dsplib/broadcastto", "functionlib/dsplib/call", "functionlib/dsplib/cast", "functionlib/dsplib/ceil", "functionlib/dsplib/clip", "functionlib/dsplib/concat", "functionlib/dsplib/constant_of_shape", "functionlib/dsplib/conv2d", "functionlib/dsplib/conv2d_transpose", "functionlib/dsplib/conv2dbackpropfilterfusion", "functionlib/dsplib/conv2dbackpropinputfusion", "functionlib/dsplib/cos", "functionlib/dsplib/crop", "functionlib/dsplib/crop_and_resize", "functionlib/dsplib/cumsum", "functionlib/dsplib/custom", "functionlib/dsplib/customextractfeatures", "functionlib/dsplib/customnormalize", "functionlib/dsplib/custompredict", "functionlib/dsplib/deconvgradfilter", "functionlib/dsplib/depend", "functionlib/dsplib/depthtospace", "functionlib/dsplib/detection_post_process", "functionlib/dsplib/div", "functionlib/dsplib/divgrad", "functionlib/dsplib/dropout", "functionlib/dsplib/dropoutgrad", "functionlib/dsplib/dsplib_index", "functionlib/dsplib/dynamic_quant", "functionlib/dsplib/eltwise", "functionlib/dsplib/elu", "functionlib/dsplib/embeddinglookup", "functionlib/dsplib/equal", "functionlib/dsplib/erf", "functionlib/dsplib/expand_dims", "functionlib/dsplib/expfusion", "functionlib/dsplib/fake_quant_with_min_max_vars", "functionlib/dsplib/fake_quant_with_min_max_vars_per_channel", "functionlib/dsplib/fftimag", "functionlib/dsplib/fftreal", "functionlib/dsplib/fill", "functionlib/dsplib/fillv2", "functionlib/dsplib/flatten", "functionlib/dsplib/flattengrad", "functionlib/dsplib/floor", "functionlib/dsplib/floor_mod", "functionlib/dsplib/floordiv", "functionlib/dsplib/formattranspose", "functionlib/dsplib/fullconnection", "functionlib/dsplib/fusedbatchnorm", "functionlib/dsplib/gather", "functionlib/dsplib/gather_nd", "functionlib/dsplib/gatherd", "functionlib/dsplib/genop", "functionlib/dsplib/glu", "functionlib/dsplib/greater", "functionlib/dsplib/greaterequal", "functionlib/dsplib/groupnormfusion", "functionlib/dsplib/gru", "functionlib/dsplib/hashtablelookup", "functionlib/dsplib/instancenorm", "functionlib/dsplib/invert_permutation", "functionlib/dsplib/isfinite", "functionlib/dsplib/l2norm", "functionlib/dsplib/layernormfusion", "functionlib/dsplib/layernormgrad", "functionlib/dsplib/leaky_relu", "functionlib/dsplib/less", "functionlib/dsplib/lessequal", "functionlib/dsplib/linspace", "functionlib/dsplib/log", "functionlib/dsplib/log1p", "functionlib/dsplib/loggrad", "functionlib/dsplib/logical_and", "functionlib/dsplib/logical_not", "functionlib/dsplib/logical_or", "functionlib/dsplib/logsoftmax", "functionlib/dsplib/lpnormalization", "functionlib/dsplib/lrn", "functionlib/dsplib/lsh_projection", "functionlib/dsplib/lstm", "functionlib/dsplib/lstmgrad", "functionlib/dsplib/lstmgraddata", "functionlib/dsplib/lstmgradweight", "functionlib/dsplib/matmul_fusion", "functionlib/dsplib/maximum", "functionlib/dsplib/maximumgrad", "functionlib/dsplib/maxpoolfusion", "functionlib/dsplib/maxpoolgrad", "functionlib/dsplib/mfcc", "functionlib/dsplib/minimum", "functionlib/dsplib/minimumgrad", "functionlib/dsplib/mod", "functionlib/dsplib/mul", "functionlib/dsplib/mulgrad", "functionlib/dsplib/neg", "functionlib/dsplib/neg_grad", "functionlib/dsplib/nllloss", "functionlib/dsplib/nlllossgrad", "functionlib/dsplib/non_max_suppression", "functionlib/dsplib/nonzero", "functionlib/dsplib/not_equal", "functionlib/dsplib/onehot", "functionlib/dsplib/ones_like", "functionlib/dsplib/padfusion", "functionlib/dsplib/partialfusion", "functionlib/dsplib/pow_fusion", "functionlib/dsplib/power_grad", "functionlib/dsplib/prelufusion", "functionlib/dsplib/priorbox", "functionlib/dsplib/quantdtypecast", "functionlib/dsplib/ragged_range", "functionlib/dsplib/random_normal", "functionlib/dsplib/random_standard_normal", "functionlib/dsplib/range", "functionlib/dsplib/rank", "functionlib/dsplib/real_div", "functionlib/dsplib/reciprocal", "functionlib/dsplib/reduce", "functionlib/dsplib/reducescatter", "functionlib/dsplib/reshape", "functionlib/dsplib/resize", "functionlib/dsplib/resizegrad", "functionlib/dsplib/reverse_sequence", "functionlib/dsplib/reversev2", "functionlib/dsplib/rfft", "functionlib/dsplib/roipooling", "functionlib/dsplib/round", "functionlib/dsplib/rsqrt", "functionlib/dsplib/rsqrt_grad", "functionlib/dsplib/scale_fusion", "functionlib/dsplib/scatter_elements", "functionlib/dsplib/scatter_nd", "functionlib/dsplib/scatter_nd_update", "functionlib/dsplib/select", "functionlib/dsplib/sgd", "functionlib/dsplib/shape", "functionlib/dsplib/sigmoidcrossentropywithlogits", "functionlib/dsplib/sigmoidcrossentropywithlogitsgrad", "functionlib/dsplib/sin", "functionlib/dsplib/size", "functionlib/dsplib/skipgram", "functionlib/dsplib/slice", "functionlib/dsplib/smooth1loss", "functionlib/dsplib/smoothl1lossgrad", "functionlib/dsplib/softmax", "functionlib/dsplib/softmax_cross_entropy_with_logits", "functionlib/dsplib/spacetobatch", "functionlib/dsplib/spacetobatchnd", "functionlib/dsplib/spacetodepth", "functionlib/dsplib/sparse_softmax_cross_entropy_with_logits", "functionlib/dsplib/sparsefillemptyrows", "functionlib/dsplib/sparsereshape", "functionlib/dsplib/sparsesegmentsum", "functionlib/dsplib/sparsetodense", "functionlib/dsplib/splice", "functionlib/dsplib/split", "functionlib/dsplib/split_with_overlap", "functionlib/dsplib/sqrt", "functionlib/dsplib/sqrt_grad", "functionlib/dsplib/square", "functionlib/dsplib/squaredifference", "functionlib/dsplib/squeeze", "functionlib/dsplib/stack", "functionlib/dsplib/stridedslice", "functionlib/dsplib/stridedslicegrad", "functionlib/dsplib/sub", "functionlib/dsplib/sub_grad", "functionlib/dsplib/switch", "functionlib/dsplib/switchlayer", "functionlib/dsplib/tensor_scatter_add", "functionlib/dsplib/tensorarray", "functionlib/dsplib/tensorarrayread", "functionlib/dsplib/tensorarraywrite", "functionlib/dsplib/tensorlist_from_tensor", "functionlib/dsplib/tensorlistgetitem", "functionlib/dsplib/tensorlistreserve", "functionlib/dsplib/tensorlistsetitem", "functionlib/dsplib/tensorliststack", "functionlib/dsplib/tile", "functionlib/dsplib/topkfusion", "functionlib/dsplib/transpose", "functionlib/dsplib/tril", "functionlib/dsplib/triu", "functionlib/dsplib/uniform_real", "functionlib/dsplib/unique", "functionlib/dsplib/unsortedsegmentsum", "functionlib/dsplib/unsqueeze", "functionlib/dsplib/unstack", "functionlib/dsplib/where", "functionlib/dsplib/zeroslike", "functionlib/index", "functionlib/supported_op", "index", "quickstart/hellodsp", "quickstart/index", "quickstart/installation", "quickstart/overview", "refdoc/dsplib_description", "refdoc/index", "refdoc/mindspore", "refdoc/signal_scheduling"], "filenames": ["appdevelop/ai_dsp/gray_cnn.rst", "appdevelop/ai_dsp/index.rst", "appdevelop/autocodegen/index.rst", "appdevelop/dsp/hrrp.md", "appdevelop/dsp/index.rst", "appdevelop/dsp/rdsar.md", "appdevelop/dsp/rpc.md", "appdevelop/index.rst", "functionlib/custom_op/complex_abs.rst", "functionlib/custom_op/fft.rst", "functionlib/custom_op/ifft.rst", "functionlib/custom_op/index.rst", "functionlib/dsplib/abs.rst", "functionlib/dsplib/abs_grad.rst", "functionlib/dsplib/activation.rst", "functionlib/dsplib/activation_grad.rst", "functionlib/dsplib/adam.rst", "functionlib/dsplib/adamweightdecay.rst", "functionlib/dsplib/add.rst", "functionlib/dsplib/add_grad.rst", "functionlib/dsplib/adder.rst", "functionlib/dsplib/addn.rst", "functionlib/dsplib/affine.rst", "functionlib/dsplib/all.rst", "functionlib/dsplib/allgather.rst", "functionlib/dsplib/apply_momentum.rst", "functionlib/dsplib/argmax.rst", "functionlib/dsplib/argmin.rst", "functionlib/dsplib/assert.rst", "functionlib/dsplib/assign.rst", "functionlib/dsplib/assignadd.rst", "functionlib/dsplib/attention.rst", "functionlib/dsplib/audio_spectrogram.rst", "functionlib/dsplib/avg_pool_grad.rst", "functionlib/dsplib/avgpooling.rst", "functionlib/dsplib/batch_to_space.rst", "functionlib/dsplib/batchnorm.rst", "functionlib/dsplib/batchnormgrad.rst", "functionlib/dsplib/batchtospacend.rst", "functionlib/dsplib/biasadd.rst", "functionlib/dsplib/biasaddgrad.rst", "functionlib/dsplib/binary_cross_entropy_grad.rst", "functionlib/dsplib/binarycrossentropy.rst", "functionlib/dsplib/broadcastto.rst", "functionlib/dsplib/call.rst", "functionlib/dsplib/cast.rst", "functionlib/dsplib/ceil.rst", "functionlib/dsplib/clip.rst", "functionlib/dsplib/concat.rst", "functionlib/dsplib/constant_of_shape.rst", "functionlib/dsplib/conv2d.rst", "functionlib/dsplib/conv2d_transpose.rst", "functionlib/dsplib/conv2dbackpropfilterfusion.rst", "functionlib/dsplib/conv2dbackpropinputfusion.rst", "functionlib/dsplib/cos.rst", "functionlib/dsplib/crop.rst", "functionlib/dsplib/crop_and_resize.rst", "functionlib/dsplib/cumsum.rst", "functionlib/dsplib/custom.rst", "functionlib/dsplib/customextractfeatures.rst", "functionlib/dsplib/customnormalize.rst", "functionlib/dsplib/custompredict.rst", "functionlib/dsplib/deconvgradfilter.rst", "functionlib/dsplib/depend.rst", "functionlib/dsplib/depthtospace.rst", "functionlib/dsplib/detection_post_process.rst", "functionlib/dsplib/div.rst", "functionlib/dsplib/divgrad.rst", "functionlib/dsplib/dropout.rst", "functionlib/dsplib/dropoutgrad.rst", "functionlib/dsplib/dsplib_index.rst", "functionlib/dsplib/dynamic_quant.rst", "functionlib/dsplib/eltwise.rst", "functionlib/dsplib/elu.rst", "functionlib/dsplib/embeddinglookup.rst", "functionlib/dsplib/equal.rst", "functionlib/dsplib/erf.rst", "functionlib/dsplib/expand_dims.rst", "functionlib/dsplib/expfusion.rst", "functionlib/dsplib/fake_quant_with_min_max_vars.rst", "functionlib/dsplib/fake_quant_with_min_max_vars_per_channel.rst", "functionlib/dsplib/fftimag.rst", "functionlib/dsplib/fftreal.rst", "functionlib/dsplib/fill.rst", "functionlib/dsplib/fillv2.rst", "functionlib/dsplib/flatten.rst", "functionlib/dsplib/flattengrad.rst", "functionlib/dsplib/floor.rst", "functionlib/dsplib/floor_mod.rst", "functionlib/dsplib/floordiv.rst", "functionlib/dsplib/formattranspose.rst", "functionlib/dsplib/fullconnection.rst", "functionlib/dsplib/fusedbatchnorm.rst", "functionlib/dsplib/gather.rst", "functionlib/dsplib/gather_nd.rst", "functionlib/dsplib/gatherd.rst", "functionlib/dsplib/genop.rst", "functionlib/dsplib/glu.rst", "functionlib/dsplib/greater.rst", "functionlib/dsplib/greaterequal.rst", "functionlib/dsplib/groupnormfusion.rst", "functionlib/dsplib/gru.rst", "functionlib/dsplib/hashtablelookup.rst", "functionlib/dsplib/instancenorm.rst", "functionlib/dsplib/invert_permutation.rst", "functionlib/dsplib/isfinite.rst", "functionlib/dsplib/l2norm.rst", "functionlib/dsplib/layernormfusion.rst", "functionlib/dsplib/layernormgrad.rst", "functionlib/dsplib/leaky_relu.rst", "functionlib/dsplib/less.rst", "functionlib/dsplib/lessequal.rst", "functionlib/dsplib/linspace.rst", "functionlib/dsplib/log.rst", "functionlib/dsplib/log1p.rst", "functionlib/dsplib/loggrad.rst", "functionlib/dsplib/logical_and.rst", "functionlib/dsplib/logical_not.rst", "functionlib/dsplib/logical_or.rst", "functionlib/dsplib/logsoftmax.rst", "functionlib/dsplib/lpnormalization.rst", "functionlib/dsplib/lrn.rst", "functionlib/dsplib/lsh_projection.rst", "functionlib/dsplib/lstm.rst", "functionlib/dsplib/lstmgrad.rst", "functionlib/dsplib/lstmgraddata.rst", "functionlib/dsplib/lstmgradweight.rst", "functionlib/dsplib/matmul_fusion.rst", "functionlib/dsplib/maximum.rst", "functionlib/dsplib/maximumgrad.rst", "functionlib/dsplib/maxpoolfusion.rst", "functionlib/dsplib/maxpoolgrad.rst", "functionlib/dsplib/mfcc.rst", "functionlib/dsplib/minimum.rst", "functionlib/dsplib/minimumgrad.rst", "functionlib/dsplib/mod.rst", "functionlib/dsplib/mul.rst", "functionlib/dsplib/mulgrad.rst", "functionlib/dsplib/neg.rst", "functionlib/dsplib/neg_grad.rst", "functionlib/dsplib/nllloss.rst", "functionlib/dsplib/nlllossgrad.rst", "functionlib/dsplib/non_max_suppression.rst", "functionlib/dsplib/nonzero.rst", "functionlib/dsplib/not_equal.rst", "functionlib/dsplib/onehot.rst", "functionlib/dsplib/ones_like.rst", "functionlib/dsplib/padfusion.rst", "functionlib/dsplib/partialfusion.rst", "functionlib/dsplib/pow_fusion.rst", "functionlib/dsplib/power_grad.rst", "functionlib/dsplib/prelufusion.rst", "functionlib/dsplib/priorbox.rst", "functionlib/dsplib/quantdtypecast.rst", "functionlib/dsplib/ragged_range.rst", "functionlib/dsplib/random_normal.rst", "functionlib/dsplib/random_standard_normal.rst", "functionlib/dsplib/range.rst", "functionlib/dsplib/rank.rst", "functionlib/dsplib/real_div.rst", "functionlib/dsplib/reciprocal.rst", "functionlib/dsplib/reduce.rst", "functionlib/dsplib/reducescatter.rst", "functionlib/dsplib/reshape.rst", "functionlib/dsplib/resize.rst", "functionlib/dsplib/resizegrad.rst", "functionlib/dsplib/reverse_sequence.rst", "functionlib/dsplib/reversev2.rst", "functionlib/dsplib/rfft.rst", "functionlib/dsplib/roipooling.rst", "functionlib/dsplib/round.rst", "functionlib/dsplib/rsqrt.rst", "functionlib/dsplib/rsqrt_grad.rst", "functionlib/dsplib/scale_fusion.rst", "functionlib/dsplib/scatter_elements.rst", "functionlib/dsplib/scatter_nd.rst", "functionlib/dsplib/scatter_nd_update.rst", "functionlib/dsplib/select.rst", "functionlib/dsplib/sgd.rst", "functionlib/dsplib/shape.rst", "functionlib/dsplib/sigmoidcrossentropywithlogits.rst", "functionlib/dsplib/sigmoidcrossentropywithlogitsgrad.rst", "functionlib/dsplib/sin.rst", "functionlib/dsplib/size.rst", "functionlib/dsplib/skipgram.rst", "functionlib/dsplib/slice.rst", "functionlib/dsplib/smooth1loss.rst", "functionlib/dsplib/smoothl1lossgrad.rst", "functionlib/dsplib/softmax.rst", "functionlib/dsplib/softmax_cross_entropy_with_logits.rst", "functionlib/dsplib/spacetobatch.rst", "functionlib/dsplib/spacetobatchnd.rst", "functionlib/dsplib/spacetodepth.rst", "functionlib/dsplib/sparse_softmax_cross_entropy_with_logits.rst", "functionlib/dsplib/sparsefillemptyrows.rst", "functionlib/dsplib/sparsereshape.rst", "functionlib/dsplib/sparsesegmentsum.rst", "functionlib/dsplib/sparsetodense.rst", "functionlib/dsplib/splice.rst", "functionlib/dsplib/split.rst", "functionlib/dsplib/split_with_overlap.rst", "functionlib/dsplib/sqrt.rst", "functionlib/dsplib/sqrt_grad.rst", "functionlib/dsplib/square.rst", "functionlib/dsplib/squaredifference.rst", "functionlib/dsplib/squeeze.rst", "functionlib/dsplib/stack.rst", "functionlib/dsplib/stridedslice.rst", "functionlib/dsplib/stridedslicegrad.rst", "functionlib/dsplib/sub.rst", "functionlib/dsplib/sub_grad.rst", "functionlib/dsplib/switch.rst", "functionlib/dsplib/switchlayer.rst", "functionlib/dsplib/tensor_scatter_add.rst", "functionlib/dsplib/tensorarray.rst", "functionlib/dsplib/tensorarrayread.rst", "functionlib/dsplib/tensorarraywrite.rst", "functionlib/dsplib/tensorlist_from_tensor.rst", "functionlib/dsplib/tensorlistgetitem.rst", "functionlib/dsplib/tensorlistreserve.rst", "functionlib/dsplib/tensorlistsetitem.rst", "functionlib/dsplib/tensorliststack.rst", "functionlib/dsplib/tile.rst", "functionlib/dsplib/topkfusion.rst", "functionlib/dsplib/transpose.rst", "functionlib/dsplib/tril.rst", "functionlib/dsplib/triu.rst", "functionlib/dsplib/uniform_real.rst", "functionlib/dsplib/unique.rst", "functionlib/dsplib/unsortedsegmentsum.rst", "functionlib/dsplib/unsqueeze.rst", "functionlib/dsplib/unstack.rst", "functionlib/dsplib/where.rst", "functionlib/dsplib/zeroslike.rst", "functionlib/index.rst", "functionlib/supported_op.md", "index.rst", "quickstart/hellodsp.md", "quickstart/index.rst", "quickstart/installation.md", "quickstart/overview.md", "refdoc/dsplib_description.md", "refdoc/index.rst", "refdoc/mindspore.md", "refdoc/signal_scheduling.md"], "titles": ["GRAY_CNN(\u56fe\u7247\u7070\u5ea6\u5316\u5904\u7406+\u56fe\u7247\u8bc6\u522b)", "AI+DSP\u5e94\u7528\u793a\u4f8b", "AI\u8f85\u52a9\u5f00\u53d1\u793a\u4f8b", "HRRP\uff08\u9ad8\u5206\u8fa8\u7387\u8ddd\u79bb\u50cf\u7b97\u6cd5\uff09", "DSP\u5e94\u7528\u793a\u4f8b", "RDSAR\uff08\u8ddd\u79bb-\u591a\u666e\u52d2SAR\u6210\u50cf\u7b97\u6cd5\uff09", "RPC(\u5927\u70b9\u6570\u8109\u51b2\u538b\u7f29\u7b97\u6cd5)", "\u5e94\u7528\u5f00\u53d1\u793a\u4f8b", "ComplexAbs", "FFT", "IFFT", "\u81ea\u5b9a\u4e49\u7b97\u5b50\u5217\u8868", "Abs", "AbsGrad", "Activation", "ActivationGrad", "Adam", "AdamWeightDecay", "AddFusion", "AddGrad", "AdderFusion", "AddN", "Affine", "All", "AllGather", "ApplyMomentum", "Argmax", "Argmin", "Assert", "Assign", "AssignAdd", "Attention", "AudioSpectrogram", "AvgPoolGrad", "Avgpooling", "BatchToSpace", "BatchNorm", "Batchnormgrad", "BatchToSpaceND", "Biasadd", "Biasaddgrad", "BinaryCrossEntropyGrad", "Binarycrossentropy", "BroadcastTo", "Call", "Cast", "Ceil", "Clip", "Concat", "ConstantOfShape", "Conv2d", "Conv2dTranspose", "Conv2DBackpropFilterFusion", "Conv2DBackpropInputFusion", "Cos", "Crop", "CropAndResize", "Cumsum", "Custom", "CustomExtractFeatures", "Customnormalize", "CustomPredict", "DeconvGradFilter", "Depend", "DepthToSpace", "DetectionPostProcess", "DivFusion", "Divgrad", "Dropout", "Dropoutgrad", "DSP Library C API Reference", "DynamicQuant", "Eltwise", "Elu", "EmbeddingLookup", "Equal", "Erf", "ExpandDims", "ExpFusion", "FakeQuantWithMinMaxVars", "FakeQuantWithMinMaxVarsPerChannel", "FFTImag", "FFTReal", "Fill", "FillV2", "Flatten", "FlattenGrad", "Floor", "FloorMod", "FloorDiv", "FormatTranspose", "FullConnection", "FusedBatchNorm", "Gather", "GatherNd", "GatherD", "GenOp", "GLU", "Greater", "GreaterEqual", "GroupNormFusion", "GRU", "HashtableLookup", "InstanceNorm", "InvertPermutation", "Isfinite", "L2norm", "LayerNormFusion", "Layernormgrad", "LeakyReLu", "Less", "LessEqual", "LinSpace", "Log", "Log1p", "LogGrad", "LogicalAnd", "LogicalNot", "LogicalOr", "LogSoftmax", "LpNormalization", "Lrn", "LshProjection", "LSTM", "LstmGrad", "LstmGradData", "LstmGradWeight", "MatMulFusion", "Maximum", "Maximumgrad", "MaxPoolFusion", "MaxPoolGrad", "MFCC", "Minimum", "Minimumgrad", "Mod", "MulFusion", "Mulgrad", "Neg", "NegGrad", "NLLLoss", "NLLLossGrad", "NonMaxSuppression", "NonZero", "NotEqual", "OneHot", "OnesLike", "PadFusion", "PartialFusion", "PowFusion", "PowerGrad", "PReLUFusion", "Priorbox", "QuantDTypeCast", "RaggedRange", "RandomNormal", "RandomStandardNormal", "Range", "Rank", "RealDiv", "Reciprocal", "Reduce", "ReduceScatter", "Reshape", "Resize", "Resizegrad", "ReverseSequence", "ReverseV2", "RFFT", "ROIPooling", "Round", "Rsqrt", "RsqrtGrad", "ScaleFusion", "ScatterElements", "ScatterNd", "ScatterNdUpdate", "Select", "SGD", "Shape", "SigmoidCrossEntropyWithLogits", "SigmoidCrossEntropyWithLogitsGrad", "Sin", "Size", "Skipgram", "SliceFusion", "SmoothL1Loss", "Smoothl1lossgrad", "Softmax", "SoftmaxCrossEntropyWithLogits", "SpaceToBatch", "SpaceToBatchND", "SpaceToDepth", "SparseSoftmaxCrossEntropyWithLogits", "SparseFillEmptyRows", "Sparsereshape", "Sparsesegmentsum", "Sparsetodense", "Splice", "Split", "SplitWithOverlap", "Sqrt", "SqrtGrad", "Square", "Squaredifference", "Squeeze", "Stack", "Stridedslice", "Stridedslicegrad", "SubFusion", "SubGrad", "Switch", "Switchlayer", "TensorScatterAdd", "Tensorarray", "Tensorarrayread", "TensorarrayWrite", "TensorListFromTensor", "Tensorlistgetitem", "Tensorlistreserve", "Tensorlistsetitem", "Tensorliststack", "Tile", "TopkFusion", "Transpose", "Tril", "Triu", "UniformReal", "Unique", "UnsortedSegmentSum", "UnSqueeze", "Unstack", "Where", "ZerosLike", "\u7b97\u5b50\u5e93\u652f\u6301", "\u7b97\u5b50\u5e93\u652f\u6301\u60c5\u51b5", "MindSpore Signal+ \u4f7f\u7528\u624b\u518c", "HelloDSP", "\u5feb\u901f\u5165\u95e8", "\u73af\u5883\u5b89\u88c5", "\u6574\u4f53\u6982\u89c8", "DSP\u7b97\u5b50C\u63a5\u53e3\u547d\u540d\u89c4\u8303", "\u53c2\u8003\u8d44\u6599", "\u5b98\u65b9\u8d44\u6599", "MindSpore Signal+ \u8c03\u5ea6\u65b9\u6848"], "terms": {"ai": [0, 6, 7, 236], "dsp": [0, 6, 7, 77, 205, 230, 234, 236, 242], "cnn": 0, "114": 0, "587": 0, "299": [0, 3], "gray": 0, "time": [0, 3, 22, 26, 27, 34, 35, 71, 79, 88, 121, 127, 131, 136, 137, 147, 149, 150, 153, 157, 166, 172, 187, 195, 196, 197, 202, 203, 204, 210, 223, 225, 226], "clip": [0, 14, 34, 70, 71, 130, 153, 234, 235], "255": [0, 79, 80], "import": [0, 3, 5, 6, 8, 9, 10, 237, 239], "mindspor": [0, 6, 8, 9, 10, 101, 106, 184, 235, 242, 243], "as": [0, 3, 5, 6, 8, 9, 10, 237], "ms": [0, 3, 5, 6, 8, 9, 10, 237], "from": [0, 3, 5, 6, 69, 237, 239], "train": 0, "serial": 0, "export": [0, 3, 5, 6, 237], "numpi": [0, 3, 5, 6, 8, 9, 10, 237], "np": [0, 3, 5, 6, 8, 9, 10, 237], "nn": [0, 3, 5, 6, 237], "ops": [0, 3, 5, 6, 237], "class": [0, 3, 5, 6, 8, 9, 10, 142, 193, 237], "cell": [0, 3, 5, 6, 123, 237], "def": [0, 3, 5, 6, 237], "__init__": [0, 3, 5, 6, 237], "self": [0, 3, 5, 6, 14, 237], "super": [0, 3, 5, 6, 237], "split": [0, 70, 154, 200, 234, 235], "axi": [0, 3, 5, 6, 26, 27, 48, 55, 93, 119, 145, 161, 166, 167, 174, 188, 199, 200, 205, 206, 223, 231], "output_num": [0, 61, 65, 177], "construct": [0, 3, 5, 6, 237], "squeez": [0, 70, 234, 235], "clip_by_valu": 0, "return": [0, 3, 5, 6, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 52, 53, 54, 57, 59, 60, 61, 62, 64, 65, 66, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 165, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 237], "conv2d": [0, 51, 52, 53, 70, 234], "32": [0, 19, 22, 31, 32, 37, 86, 92, 100, 122, 124, 125, 126, 130, 132, 140, 141, 168, 169, 185, 189, 193, 229, 239, 241], "relu": [0, 14, 15, 18, 22, 66, 91, 106, 109, 127, 136, 209], "maxpool2d": 0, "64": [0, 31, 33, 36, 37, 92, 98, 99, 100, 120, 122, 127, 169, 185, 193, 198, 210, 229, 231, 239, 241], "128": [0, 31, 33, 36, 71, 79, 86, 108, 122, 153, 185, 189, 194, 219, 229, 231, 241], "flatten": [0, 70, 86, 179, 234, 235], "32768": 0, "dens": 0, "conv1": 0, "kernel_s": [0, 50], "has_bia": 0, "true": [0, 3, 5, 14, 25, 26, 27, 32, 37, 41, 42, 57, 65, 75, 79, 80, 81, 82, 91, 98, 99, 110, 111, 116, 117, 118, 123, 127, 132, 142, 144, 149, 168, 177, 178, 211, 223, 232], "pool1": 0, "stride": [0, 20, 50, 51, 52, 53, 97, 130, 131, 166, 207, 208, 213, 222, 224], "conv2": 0, "pool2": 0, "conv3": 0, "pool3": 0, "dense1": 0, "dense2": 0, "target": [0, 186, 187], "graphcel": 0, "save_checkpoint": 0, "ckpt": 0, "load_checkpoint": 0, "10": [0, 3, 6, 9, 10, 19, 20, 22, 31, 34, 43, 48, 50, 59, 60, 61, 62, 64, 65, 77, 79, 80, 88, 91, 93, 94, 103, 106, 127, 130, 131, 147, 166, 167, 169, 177, 183, 190, 191, 195, 197, 199, 200, 204, 205, 206, 210, 218, 220, 222, 225, 226, 228, 230, 239], "context": [0, 22, 237], "pil": 0, "imag": [0, 3, 5, 6], "dataset": 0, "ds": 0, "py_transform": 0, "vision": 0, "cv": 0, "callback": 0, "lossmonitor": 0, "batch_siz": [0, 31, 101, 140, 165, 189, 193], "img_siz": 0, "data_path": 0, "rescale_to_0_1": 0, "color": 0, "add_channel": 0, "if": [0, 3, 6, 13, 14, 20, 22, 23, 25, 28, 50, 51, 55, 56, 57, 59, 72, 73, 74, 75, 84, 101, 102, 105, 106, 109, 110, 111, 116, 123, 127, 129, 131, 134, 144, 145, 149, 151, 161, 164, 165, 166, 167, 174, 177, 178, 186, 187, 194, 197, 211, 225, 226, 232], "len": [0, 3, 6, 81, 82, 97, 168, 184], "shape": [0, 3, 5, 6, 19, 48, 50, 51, 70, 72, 75, 77, 81, 82, 84, 85, 88, 98, 99, 106, 110, 111, 143, 166, 167, 168, 183, 184, 199, 204, 205, 206, 210, 230, 231, 234, 235, 237], "cin_channel": 0, "image_four_channel": 0, "expand_dim": [0, 3], "els": [0, 3, 102, 149, 164, 177], "pass": [0, 69, 137, 172, 187, 202, 208, 210], "export_cnn": 0, "set_context": [0, 239], "mode": [0, 161, 164], "pynative_mod": 0, "device_target": [0, 239], "cpu": [0, 8, 9, 10, 235, 237, 239], "resize_op": 0, "resiz": [0, 70, 165, 166, 167, 234, 235], "rescale_transform": 0, "transform": 0, "compos": 0, "f32_typecast": 0, "typecast": 0, "float32": [0, 3, 5, 6, 8, 49, 81, 82, 112, 168, 207, 212, 214, 237, 241], "rgb": 0, "convert_gray": 0, "convertcolor": 0, "convertmod": 0, "color_rgb2gray": 0, "hwc2chw": 0, "train_data": 0, "imagefolderdataset": 0, "dataset_dir": 0, "decod": 0, "extens": 0, "jpeg": 0, "png": 0, "jpg": [0, 5], "map": 0, "input_column": 0, "oper": 0, "lambda": [0, 14], "output_column": 0, "batch": [0, 33, 34, 35, 36, 37, 38, 50, 51, 52, 53, 62, 64, 81, 82, 90, 92, 100, 101, 103, 108, 120, 123, 130, 131, 140, 141, 142, 168, 189, 190, 191, 193], "data_it": 0, "create_dict_iter": 0, "print": [0, 3, 5, 6, 8, 9, 10, 237], "my_model": 0, "loss": [0, 42, 140, 141, 180, 186, 187, 189, 193], "crossentropyloss": 0, "reduct": [0, 41, 42, 141, 174], "mean": [0, 3, 6, 36, 37, 41, 42, 92, 100, 108, 140, 141, 155], "optim": [0, 14], "adam": [0, 17, 70, 234, 235], "trainable_param": 0, "learning_r": [0, 16, 25, 178], "01": 0, "cnn_model": 0, "model": [0, 3, 5, 237], "loss_fn": 0, "metric": 0, "accuraci": 0, "num_epoch": 0, "dataset_sink_mod": 0, "fals": [0, 5, 14, 25, 32, 41, 42, 57, 75, 79, 80, 81, 82, 91, 98, 99, 110, 111, 116, 117, 118, 123, 127, 132, 142, 144, 149, 168, 177, 178, 211, 232], "input": [0, 3, 5, 6, 8, 12, 13, 14, 18, 21, 23, 24, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 43, 45, 46, 48, 53, 54, 55, 56, 57, 61, 62, 64, 66, 68, 69, 71, 72, 73, 74, 76, 78, 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 92, 93, 94, 95, 97, 100, 101, 102, 103, 104, 105, 106, 109, 113, 114, 117, 119, 120, 121, 123, 130, 131, 132, 136, 138, 139, 143, 144, 147, 149, 153, 160, 161, 162, 163, 164, 168, 169, 170, 171, 173, 174, 179, 182, 185, 188, 190, 191, 192, 193, 195, 196, 198, 199, 200, 201, 203, 206, 207, 208, 209, 211, 212, 213, 214, 217, 218, 222, 223, 224, 225, 226, 228, 229, 231, 237], "tensor": [0, 3, 5, 6, 8, 9, 10, 21, 26, 27, 50, 56, 81, 82, 84, 102, 131, 167, 168, 174, 199, 205, 214, 221, 223, 237], "random": 0, "randn": 0, "astyp": [0, 3, 6, 8, 9, 10], "file_nam": [0, 3, 5, 6, 237], "file_format": [0, 3, 5, 6, 237], "mindir": [0, 3, 5, 6, 237], "cv2": 0, "export_gray": 0, "connect": 0, "export_connect": 0, "class_nam": 0, "brdm_2": 0, "btr_60": 0, "slici": 0, "t62": 0, "zsu_23_4": 0, "class_label": 0, "graycnn": 0, "load": 0, "reshap": [0, 3, 6, 9, 10, 70, 85, 86, 195, 234, 235], "__name__": 0, "__main__": 0, "graph_mod": 0, "uint8": [0, 81, 82, 102, 168, 235], "color_imag": 0, "imread": 0, "image_origin": 0, "resized_imag": 0, "width": [0, 35, 38, 64, 165, 190, 191, 225, 226], "height": [0, 35, 38, 64, 165, 190, 191, 225, 226], "interpol": 0, "inter_linear": 0, "resized_image_tensor": 0, "param_dict": 0, "param_not_load": 0, "load_param_into_net": 0, "strict_load": 0, "input_tensor": [0, 3, 102, 212], "one": [0, 145, 166, 193, 237], "dtype": [0, 3, 5, 6, 237], "reload_cnn": 0, "predict": [0, 186, 187, 237], "output_np": 0, "asnumpi": [0, 3, 6], "num_class": [0, 65], "output_prob": 0, "exp": [0, 3, 5, 6, 8, 9, 10, 78, 119, 149, 188], "sum": [0, 41, 42, 140, 141], "keepdim": 0, "predicted_class": 0, "argmax": [0, 3, 6, 70, 223, 234], "ft78ne": [0, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 237], "lite": [0, 3, 5, 6, 235, 243], "converter_lit": [0, 6], "yhft": [0, 3, 5, 6, 237], "ide": [0, 3, 5, 6, 237], "fmk": [0, 6], "modelfil": [0, 6], "outputfil": [0, 6], "netron": [0, 6], "https": [0, 239], "app": 0, "midir": 0, "heterogen": [0, 6, 237], "data_handl": [0, 6, 237], "cc": [0, 6], "main": [0, 6, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "cmakelist": [0, 6, 237], "txt": [0, 6, 237, 239], "opencv": 0, "lib": 0, "includ": [0, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 52, 53, 54, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 165, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233], "build": [0, 6, 237], "opencv2": 0, "hpp": 0, "int": [0, 3, 6, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "readimag": 0, "float": [0, 6, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 215, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "reslut": 0, "std": [0, 237], "string": [0, 59, 60, 221], "imagepath": 0, "mat": [0, 5], "c_str": 0, "imread_color": 0, "empti": [0, 3, 194], "fprintf": 0, "stderr": 0, "read": [0, 6], "fail": 0, "size": [0, 5, 6, 50, 51, 70, 71, 108, 166, 172, 185, 193, 202, 212, 214, 215, 234, 235], "convertto": 0, "cv_32f": 0, "const": [0, 16, 17, 25, 33, 35, 38, 39, 43, 52, 53, 64, 65, 85, 92, 100, 109, 122, 123, 132, 140, 169, 178, 190, 191, 192, 224, 237], "channel": [0, 33, 34, 35, 36, 37, 38, 62, 64, 80, 90, 92, 100, 103, 120, 121, 130, 131, 165, 190, 191, 192], "element_count": 0, "for": [0, 3, 6, 19, 22, 26, 27, 34, 62, 67, 75, 83, 88, 91, 98, 99, 103, 104, 106, 108, 110, 111, 119, 127, 131, 137, 147, 161, 166, 167, 174, 177, 188, 194, 195, 196, 197, 204, 210, 221, 223, 231, 239], "src_ptr": 0, "ptr": 0, "dst_ptr": 0, "memcpi": [0, 20, 50, 51, 55, 56, 101, 164, 166, 179, 211], "sizeof": [0, 18, 20, 38, 43, 50, 51, 55, 56, 64, 66, 67, 72, 75, 77, 83, 85, 89, 101, 110, 111, 116, 136, 137, 164, 165, 166, 179, 190, 191, 192, 197, 205, 208, 209, 211, 215, 230, 231], "auto": 0, "make_shar": 0, "device_list": 0, "mutabledeviceinfo": [0, 237], "setbuiltindeleg": 0, "delegatemod": 0, "kpnna": 0, "cpu_info": 0, "cpudeviceinfo": 0, "dsp_info": 0, "ft78nedeviceinfo": 0, "push_back": 0, "vector": [0, 237], "floatarraytovector": 0, "array": [0, 5, 152, 167], "size_t": [0, 237], "vec": 0, "numpy_exp": 0, "result": [0, 3, 5, 60, 239], "reserv": 0, "num": [0, 22, 104, 112, 189, 193, 206], "sum_row": 0, "accumul": [0, 25, 178], "begin": [0, 12, 13, 14, 17, 23, 25, 28, 35, 57, 59, 72, 73, 74, 75, 78, 101, 102, 105, 106, 109, 110, 111, 116, 123, 129, 131, 134, 141, 144, 145, 151, 154, 165, 177, 178, 180, 181, 185, 186, 187, 197, 207, 208, 211, 225, 226, 232], "end": [0, 6, 12, 13, 14, 16, 17, 23, 25, 28, 35, 49, 57, 59, 72, 73, 74, 75, 78, 101, 102, 105, 106, 109, 110, 111, 112, 116, 123, 129, 131, 134, 141, 144, 145, 151, 154, 165, 177, 178, 180, 181, 186, 187, 197, 200, 207, 211, 225, 226, 232], "convertto2d": 0, "row": [0, 31, 85, 194], "col": 0, "index": [0, 26, 27, 65, 95, 142, 197, 212, 214, 215, 216, 218, 220, 223, 229, 231], "void": [0, 6, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 237], "getoutputdata": [0, 237], "mstensor": [0, 237], "output": [0, 12, 13, 14, 15, 18, 21, 22, 23, 24, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 48, 49, 54, 55, 56, 57, 62, 64, 66, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 128, 130, 131, 132, 133, 135, 136, 138, 139, 142, 143, 144, 145, 146, 147, 149, 150, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 185, 188, 189, 190, 191, 192, 193, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 211, 212, 213, 214, 215, 216, 217, 218, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 237], "cout": 0, "name": [0, 3], "is": [0, 39, 40, 74, 106, 110, 111, 194, 197, 232, 239], "datas": 0, "element": [0, 119, 166, 188, 228], "elementnum": 0, "endl": 0, "out_data": [0, 97, 196, 220, 224], "reinterpret_cast": 0, "data": [0, 3, 5, 59, 127, 184, 212, 214], "get": [0, 142], "50": [0, 3, 5, 34, 43, 60, 62, 65, 93, 102, 130, 131, 142], "out": [0, 3, 6, 8, 9, 10, 35, 50, 78, 97, 117, 118, 128, 133, 135, 165, 186, 192, 195, 196, 237], "exp_x": 0, "x1": [0, 19, 56, 67, 137, 169, 187, 210, 237], "twod": 0, "argmax_indic": 0, "py": [0, 237], "defin": [0, 18, 22, 66, 72, 136, 209], "directori": 0, "and": [0, 23, 57, 116, 166], "paramet": [0, 3, 5, 67, 123, 137, 152], "sar": [0, 4], "befor": [0, 166], "128x128": 0, "after": 0, "gray_cnn": 1, "high": 3, "resolut": 3, "rang": [3, 5, 6, 70, 154, 234, 235], "profil": 3, "python": [3, 5], "fromfil": 3, "read_hrrp_data": 3, "filenam": 3, "maichongshu": 3, "jln": 3, "rfftn": 3, "with": [3, 6, 91, 127, 181], "open": [3, 6], "rb": [3, 6], "fp": [3, 12, 54, 62, 79, 80, 83, 90, 91, 107, 117, 118, 119, 122, 124, 125, 126, 128, 133, 135, 140, 141, 151, 162, 169, 182, 188, 194, 198, 201, 224, 233, 241], "expected_s": 3, "rais": [3, 6], "valueerror": [3, 6, 81, 82, 168], "datar": 3, "datai": 3, "datar_ful": 3, "zero": [3, 6, 71, 79, 153], "datai_ful": 3, "hrrp_400_512": 3, "dat": 3, "input_data": [3, 20, 32, 50, 51, 74, 132, 162, 166, 167, 174], "complex64": [3, 5, 6, 8, 9, 10, 49, 81, 82, 168, 241], "1j": [3, 5, 6], "hangmc": 3, "liejl": 3, "f0": [3, 5], "fs": 3, "mohuhalfshu": 3, "prf": [3, 5], "vdengxiao": 3, "mubiaojuli": 3, "fft": [3, 5, 6, 10, 11, 32, 81, 82, 132, 168, 179, 234, 235], "mr": [3, 5, 6, 8, 9, 10], "ifft": [3, 5, 6, 11, 81, 82, 168, 234, 235], "fftshift": [3, 5, 6], "abs": [3, 5, 6, 70, 234, 235], "complexab": [3, 5, 11, 234, 239], "stoltsun": 3, "dim": [3, 5, 9, 10, 39, 95, 129, 134, 194], "mul": [3, 6, 136, 137], "reduce_sum": [3, 161], "reducesum": [3, 162], "keep_dim": [3, 161], "gather": [3, 5, 24, 70, 95, 234, 235], "wl": 3, "lc": 3, "ka": [3, 5], "mctime": 3, "arang": [3, 5, 8, 9, 10], "xiangwei": 3, "pi": [3, 5, 6, 8, 9, 10, 14, 76, 81, 82, 168], "phase_comp": 3, "fwn": 3, "rnfft": 3, "get2intm": 3, "fwn_8": 3, "xold": 3, "newaxi": 3, "broadcast_to": 3, "i_arr": 3, "sigma_arr": 3, "xnew": 3, "mchtr": 3, "tailewindow": 3, "window_2d": 3, "j_constant": 3, "0j": 3, "_precompute_cirshift_indic": 3, "shift": [3, 5, 149, 150], "indic": [3, 67, 93, 94, 137, 145, 174, 175, 176, 213], "int32": [3, 6, 12, 18, 21, 23, 24, 26, 27, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 54, 57, 59, 64, 66, 71, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 98, 99, 102, 104, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 158, 159, 160, 161, 162, 163, 166, 167, 168, 171, 173, 174, 175, 176, 177, 182, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 215, 216, 217, 221, 222, 223, 224, 225, 226, 228, 230, 231, 232, 233, 235, 241], "indices_shift": 3, "cirshift_indic": 3, "param2": 3, "max": [3, 6, 14, 18, 22, 34, 47, 66, 72, 74, 79, 80, 106, 121, 128, 130, 136, 153, 165, 196, 209], "nlevel": 3, "nsll": 3, "45": 3, "13": [3, 22, 34, 62, 130, 131, 225, 226], "mb": 3, "math": [3, 16, 106, 108, 121, 208], "pow": 3, "20": [3, 5, 6, 22, 43, 60, 62, 106, 137, 185, 197, 199, 217, 222], "ma": 3, "log": [3, 42, 70, 102, 114, 115, 119, 140, 141, 189, 193, 234, 235], "sqrt": [3, 6, 8, 9, 10, 12, 14, 16, 17, 31, 36, 37, 70, 76, 81, 82, 92, 100, 103, 106, 107, 108, 168, 171, 172, 202, 234, 235], "msquaq": 3, "m_dfm": 3, "in": [3, 6, 20, 23, 37, 50, 51, 59, 60, 61, 74, 78, 101, 102, 117, 130, 131, 165, 169, 195, 196, 229], "mtmpa": 3, "mtmpb": 3, "term": 3, "continu": [3, 14], "term2": 3, "dwin": 3, "angl": 3, "cos": [3, 6, 70, 234, 235], "mean_val": 3, "1e": [3, 6, 16, 17, 25, 36, 92, 100, 106, 107, 120, 149, 178], "15": [3, 6, 22, 48, 62, 225, 226], "50db": 3, "mohushu": 3, "offset": [3, 55, 92, 100, 152, 184], "mh": 3, "keystone_interp": 3, "gethrrp": 3, "gethrrp_v2shang": 3, "shang_valu": 3, "shang": 3, "cat": [3, 6], "xuhao": 3, "argmin": [3, 70, 234], "min_result": 3, "tmp": [3, 74], "append": [3, 5, 6], "11": [3, 5, 6, 22, 34, 59, 62, 130, 131, 147, 194, 195, 197, 225, 226, 239], "moshuzhouqishu": 3, "fft4f": 3, "nyquist_idx": 3, "new_nyquist_valu": 3, "concat": [3, 70, 234, 235], "left_part": 3, "nyquist_part": 3, "right_part": 3, "wuxiaodiansujl": 3, "floor": [3, 70, 88, 234, 235], "pindian": 3, "j_indic": 3, "complex_angl": 3, "j_times_angl": 3, "phase_comp_al": 3, "temp_complex_top": 3, "temp_complex": 3, "pad": [3, 5, 20, 32, 50, 51, 52, 53, 130, 131, 132, 147, 190, 191], "temp_complex_valid": 3, "xnew_valid": 3, "xold_valid": 3, "update_part": 3, "cirshift_optim": 3, "ifft4f": 3, "liejln": 3, "afftn": 3, "windowed_data": 3, "windowed_data_t": 3, "transpos": [3, 62, 70, 234, 235], "fft_input": 3, "fft_ret": 3, "fd": 3, "abs_result": 3, "cast": [3, 5, 70, 234, 235], "maxp_indic": 3, "row_indic": 3, "peak_valu": 3, "peak_values_2d": 3, "sum_sq": 3, "is_nan": 3, "is_valid": 3, "logical_and": 3, "logical_not": 3, "log_t": 3, "entropi": [3, 181, 189, 193], "where": [3, 5, 70, 78, 107, 234, 235], "hellodsp": [3, 5, 236, 238], "mindradar": [3, 5, 6, 8, 9, 10], "3d": 3, "intnumb": 3, "not": [3, 60, 117], "isinst": 3, "or": [3, 118], "must": 3, "be": [3, 39, 40, 166], "posit": 3, "integ": [3, 170], "log2": 3, "log2_val": 3, "ceil": [3, 70, 234, 235], "write_hrrp_binary_v2": 3, "512": [3, 92, 135, 189], "interleav": 3, "2560": 3, "tofil": 3, "new_index": 3, "old_index": 3, "mod": [3, 70, 234, 235], "cirshift": 3, "ndim": [3, 67, 97, 137, 161, 166, 167, 174, 185, 222, 231], "is_invers": 3, "end_tim": 3, "1000": [3, 13, 14, 29, 30, 49, 67, 72, 74, 78, 84, 87, 105, 109, 112, 114, 138, 139, 140, 141, 144, 157, 160, 167, 171, 172, 173, 180, 186, 187, 189, 193, 202, 203, 212, 214, 215, 232], "ifft_ret": 3, "1415926535897": 3, "792458": 3, "400": [3, 35, 38, 93, 132, 183], "9500": 3, "3600": 3, "3000": [3, 74], "2000": [3, 16, 80], "700e3": 3, "dr_out": 3, "real": [3, 6, 81, 82, 168], "di_out": 3, "hrrp_out_400_512_pi": 3, "rdsar": 4, "hrrp": 4, "rpc": 4, "doppler": 5, "rd": 5, "2023": 5, "18": [5, 6, 22], "47": 5, "close": 5, "all": [5, 24, 70, 234, 235], "1536": 5, "2048": [5, 6, 17, 20, 45, 50, 178], "complex": 5, "int8": [5, 12, 14, 18, 20, 21, 22, 23, 24, 28, 29, 30, 34, 35, 36, 38, 39, 42, 43, 45, 47, 48, 49, 50, 51, 54, 55, 56, 57, 59, 64, 65, 66, 71, 72, 73, 75, 77, 78, 81, 82, 83, 84, 85, 90, 91, 93, 94, 97, 98, 99, 101, 104, 105, 107, 109, 110, 111, 114, 116, 117, 118, 119, 122, 127, 128, 133, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 147, 149, 151, 153, 154, 157, 158, 159, 160, 161, 162, 163, 164, 166, 167, 168, 169, 171, 173, 174, 175, 176, 177, 180, 182, 183, 185, 186, 188, 189, 190, 191, 192, 194, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 217, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235, 241], "echo1": 5, "importdata": 5, "cddata1": 5, "echo2": 5, "cddata2": 5, "3072": 5, "echo": [5, 6], "doubl": [5, 12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 46, 47, 48, 49, 54, 57, 59, 64, 66, 72, 75, 76, 78, 83, 87, 88, 89, 90, 93, 94, 95, 98, 99, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 130, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 159, 160, 161, 162, 163, 170, 171, 173, 174, 175, 176, 177, 182, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 206, 209, 213, 217, 222, 224, 225, 226, 228, 229, 232, 233], "para": 5, "cd_run_param": 5, "fr": 5, "fa": 5, "tr": [5, 6], "r0": 5, "kr": 5, "vr": 5, "7062": 5, "1733": 5, "f_nc": 5, "6900": 5, "lamda": 5, "na": 5, "nr": 5, "4096": [5, 17, 25, 46, 47, 68, 69, 73, 76, 113, 115, 137, 153, 170, 178, 221], "3414": 5, "padarray": 5, "round": [5, 70, 71, 79, 153, 165, 234, 235], "tr_axi": 5, "fr_gap": 5, "fr_axi": 5, "ta_axi": 5, "ta_gap": 5, "fa_axi": 5, "echo_s1": 5, "echo_d1_mf": 5, "1i": 5, "2i": 5, "echo_s2": 5, "4i": 5, "echo_d3_mf": 5, "echo_s3": 5, "echo_s4": 5, "circshift": 5, "3328": 5, "flipud": 5, "echo_s5": 5, "satur": 5, "figur": 5, "imagesc": 5, "titl": 5, "echo_r": 5, "adapthisteq": 5, "cliplimit": 5, "004": 5, "distribut": 5, "exponenti": [5, 73], "alpha": [5, 14, 15, 73, 109, 121], "imshow": 5, "loadmat": 5, "scipi": 5, "io": [5, 123], "step": 5, "sio": 5, "pip": [5, 239], "instal": [5, 239], "echo_shap": 5, "api": [5, 6, 234, 236], "fft1": 5, "ifft1": 5, "temp": [5, 42, 106], "temp1": 5, "temp2": 5, "temp3": 5, "sq_fr_axi": 5, "new_shap": 5, "constant": [5, 147], "constant_valu": [5, 147], "2j": 5, "4j": 5, "matplotlib": 5, "pyplot": 5, "plt": 5, "show": 5, "pcolor": 5, "savefig": 5, "v3": 5, "matmul": [5, 237], "unsqueez": [5, 70, 234, 235], "squar": [5, 70, 171, 234, 235], "sq_fa_axi": 5, "multipli": 5, "roll": 5, "flip": 5, "saturation_tensor": 5, "full": 5, "rdsarv3": 5, "matio": 5, "cs": 5, "sar_imaging_with_rd_cs_wk": 5, "puls": 6, "compress": 6, "id": [6, 107, 196, 229], "getcoreid": 6, "icnti": 6, "icntj": 6, "mask": [6, 68, 69, 74], "iheadercplx": 6, "ireadlenpercor": 6, "ireadstpercor": 6, "iwritelenpercor": 6, "iwritestpercor": 6, "ifillzerolen": 6, "ipingpongflag": 6, "ichannelnum": 6, "iimagevalidrlen": 6, "43456": 6, "irsamplelen": 6, "iasamplelen": 6, "17": [6, 22, 62, 72, 74, 75, 89, 98, 99, 110, 111, 131, 210], "irpclength": 6, "65536": 6, "itpadnum": 6, "tp": 6, "ffs": 6, "25": [6, 68, 69, 151], "mhz": 6, "ftp": [6, 239], "210": 6, "us": 6, "fkr": 6, "2775": 6, "flosvel": 6, "485044537103641e": 6, "03": 6, "fprt": 6, "38092e": 6, "fdr": 6, "99584916": 6, "ftemp0": 6, "theta": 6, "cplx": 6, "pcddrffttwid": 6, "0x140000000": 6, "pcddriffttwid": 6, "0x180000000": 6, "pfgsmangl": 6, "0x70320000": 6, "pcgsmdata1": 6, "0x70330000": 6, "pcgsmdata2": 6, "0x703b0000": 6, "pcgsmfftbuf": 6, "0x70200000": 6, "pcgsmbuf": 6, "0x703a0000": 6, "pcgsmrefbuf": 6, "0x70760000": 6, "pcgsmpcref": 6, "0x70430000": 6, "pcgsmrcref": 6, "0x704b0000": 6, "pcgsmref": 6, "0x70730000": 6, "pcgsmdatain": 6, "pcgsmdataout": 6, "pcddrdatain": 6, "0x80000000": 6, "pcddrdataout": 6, "0x100000000": 6, "pigsmbuf": 6, "0x70780000": 6, "0x70530000": 6, "0x705b0000": 6, "0x70630000": 6, "0x706b0000": 6, "unsign": [6, 18, 19, 66, 72, 74, 75, 88, 89, 98, 99, 110, 111, 116, 123, 136, 155, 156, 177, 204, 209, 210], "long": [6, 18, 19, 22, 26, 27, 34, 37, 41, 42, 60, 62, 66, 67, 72, 74, 75, 88, 89, 91, 93, 94, 97, 98, 99, 103, 106, 108, 110, 111, 116, 120, 121, 123, 124, 125, 126, 127, 129, 130, 131, 136, 137, 147, 177, 184, 194, 195, 204, 209, 210, 212, 223], "cnt": 6, "cnt1": 6, "use_tim": 6, "cnt2": 6, "cnt3": 6, "use_time1": 6, "cnt4": 6, "cnt5": 6, "use_time2": 6, "cnt6": 6, "cnt7": 6, "cnt8": 6, "use_time3": 6, "use_time4": 6, "use_time5": 6, "use_time6": 6, "use_time7": 6, "settimerperiod": 6, "0xffffffff": 6, "configtim": 6, "0x80": 6, "asm": 6, "smfenc": 6, "timerstart": 6, "sys_bar": [6, 20, 50, 51, 55, 56, 84, 101, 161, 164, 166, 167, 174], "gettimercount": 6, "gk_getw_cor": 6, "get_angle_f_cor": 6, "gk_cos_sin_f_cor": 6, "gk_cvmemfill_f_cor": 6, "gk_fft_core": 6, "12": [6, 22, 26, 27, 33, 34, 37, 48, 59, 62, 108, 123, 130, 131, 147, 185, 206, 208, 222, 223, 225, 226, 239], "gk_bitrev_cor": 6, "gk_cvconj_f_cor": 6, "vello": 6, "prt": 6, "nopuls": 6, "rangecomp": 6, "widthrang": 6, "numfft": 6, "gk_tmuls_f_4cor": 6, "rccoef": 6, "losvel": 6, "pri": 6, "prnum": 6, "diswidth": 6, "range_fftnum": 6, "gk_vej_f_4cor": 6, "gk_vmuls_i_cor": 6, "dma_config": 6, "dma_start": 6, "0x40": 6, "dma_check": 6, "re": [6, 12, 60], "im": [6, 12], "atan": 6, "gk_cvpown_f_cor": 6, "0x8000": 6, "gk_cvmulcv_f_cor": 6, "gk_ifft_cor": 6, "printf": [6, 228], "ok": [6, 123], "ft": 6, "dma": [6, 24, 83, 123, 146, 176, 222], "gk_": 6, "data_43456_17_rpcdata_chnum5_rpcdatain": 6, "bin": [6, 169], "raw_data": 6, "frombuff": 6, "signal": [6, 81, 82, 168, 184, 237, 239, 242], "smc": [6, 161], "88ms": 6, "70ms": 6, "slice": [6, 55, 207, 217, 231], "line": 6, "data_compar": 6, "compar": 6, "f_n": 6, "sin": [6, 70, 234, 235], "conj": 6, "tmuls_0": 6, "linspac": [6, 70, 234, 235], "power": [6, 32, 132, 150], "256": [6, 24, 85, 120, 121, 129, 134], "fun": 6, "out_43456_5_17": 6, "rpc_model_out": 6, "mnt": 6, "hgfs": 6, "work": 6, "mind": 6, "radar": 6, "exampl": [6, 59], "mindspore_rpc": 6, "70": 6, "file": 6, "input1": [6, 13, 18, 21, 22, 48, 66, 72, 75, 88, 89, 98, 99, 110, 111, 115, 116, 118, 128, 129, 133, 134, 135, 136, 137, 144, 150, 159, 172, 177, 179, 180, 181, 202, 204, 209, 212, 232], "diff": [6, 187], "diff1": 6, "unravel_index": 6, "max1": 6, "report": 6, "6f": [6, 17, 120], "min": [6, 14, 18, 22, 34, 47, 66, 79, 80, 106, 121, 130, 133, 136, 153, 165, 209], "hist": 6, "histogram": 6, "start": [6, 16, 17, 25, 49, 112, 130, 151, 154, 157, 178, 200], "3f": [6, 17, 178], "31": [6, 22, 147], "19": [6, 22, 152], "30": [6, 20, 50, 152, 174, 195, 239], "out_i": [8, 20, 50, 51, 165], "a_i": 8, "b_i": [8, 123], "complex128": [8, 9, 10, 81, 82, 168, 241], "float64": [8, 81, 82, 168, 241], "3j": [8, 9, 10], "x_tensor": [8, 9, 10], "net": 8, "norm": [9, 10, 81, 82, 106, 120, 132, 168], "backward": [9, 10, 81, 82, 137, 168, 172, 187, 202, 208, 210], "omega_1": [9, 10, 81, 82, 168], "dot": [9, 10, 31, 48, 81, 82, 83, 93, 95, 104, 112, 145, 154, 157, 168, 185, 194, 199, 200, 206], "omega_d": [9, 10, 81, 82, 168], "sum_": [9, 10, 20, 21, 34, 37, 40, 50, 57, 62, 74, 81, 82, 91, 103, 106, 107, 108, 120, 121, 168, 189, 193, 195, 229], "n_1": [9, 10, 81, 82, 168], "n_d": [9, 10, 81, 82, 168], "frac": [9, 10, 14, 16, 17, 19, 22, 31, 33, 34, 35, 36, 37, 41, 62, 66, 67, 71, 74, 76, 79, 80, 81, 82, 88, 89, 92, 100, 103, 106, 107, 108, 112, 115, 119, 120, 141, 142, 153, 154, 159, 160, 168, 169, 171, 172, 180, 181, 186, 187, 188, 189, 193, 196, 202, 207, 210], "omega_i": [9, 10, 81, 82, 168], "n_i": [9, 10, 50, 81, 82, 168], "signal_ndim": [9, 10, 81, 82, 168], "str": [9, 10, 60, 81, 82, 168], "forward": [9, 10, 37, 41, 69, 81, 82, 168], "ortho": [9, 10, 81, 82, 168], "prod_": [10, 23, 81, 82, 168, 196], "dst_i": [12, 15, 29, 45, 54, 78, 83, 87, 89, 173, 181, 182, 201, 233], "case": [12, 13, 14, 23, 25, 28, 57, 59, 72, 73, 74, 75, 78, 102, 105, 106, 109, 110, 111, 116, 129, 131, 134, 141, 144, 145, 151, 165, 177, 178, 181, 186, 187, 197, 211, 225, 226, 232], "src_i": [12, 29, 45, 54, 78, 87, 173, 182, 201], "text": [12, 13, 14, 15, 21, 23, 25, 28, 31, 33, 34, 35, 39, 46, 47, 48, 50, 52, 53, 57, 59, 62, 68, 69, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 85, 86, 88, 93, 95, 97, 98, 99, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 119, 120, 121, 123, 127, 129, 130, 131, 134, 137, 140, 141, 142, 144, 145, 146, 149, 151, 153, 154, 155, 157, 165, 168, 169, 170, 171, 172, 177, 178, 180, 186, 187, 188, 192, 194, 195, 196, 197, 199, 200, 202, 203, 204, 206, 207, 208, 210, 211, 212, 214, 215, 216, 217, 218, 221, 222, 225, 226, 228, 229, 231, 232], "src_data": [12, 23, 54, 78, 87, 90, 107, 151, 161, 173, 182, 198, 201], "length": [12, 13, 14, 15, 17, 29, 30, 39, 40, 45, 47, 54, 59, 68, 69, 72, 73, 76, 78, 79, 80, 84, 87, 105, 107, 109, 112, 113, 114, 115, 117, 118, 128, 133, 135, 138, 139, 143, 144, 146, 150, 153, 155, 156, 157, 159, 160, 161, 163, 170, 171, 173, 178, 180, 181, 182, 186, 187, 201, 203, 218, 227, 232, 233], "core_mask": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "dst_data": [12, 23, 54, 78, 87, 89, 90, 107, 151, 161, 173, 182, 198, 201], "mt7004": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "dp": [12, 54, 83, 90, 117, 118, 122, 128, 133, 135, 162, 182, 194, 198, 201, 224, 233, 241], "int16": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 54, 57, 59, 64, 66, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 98, 99, 104, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 158, 159, 160, 161, 162, 163, 166, 167, 168, 171, 173, 174, 175, 176, 177, 182, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 215, 216, 217, 221, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235, 241], "cplx64": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 48, 49, 57, 59, 64, 66, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 105, 127, 136, 138, 139, 143, 144, 145, 146, 147, 158, 159, 160, 166, 167, 168, 171, 174, 175, 176, 177, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 215, 216, 217, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235], "cplx128": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 48, 49, 57, 59, 64, 66, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 105, 127, 136, 138, 139, 143, 144, 145, 146, 147, 158, 159, 160, 166, 167, 168, 171, 174, 175, 176, 177, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 217, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235], "hp": [12, 54, 62, 79, 80, 83, 90, 91, 107, 117, 118, 119, 122, 124, 125, 126, 128, 133, 135, 140, 141, 151, 162, 169, 182, 188, 194, 198, 201, 224, 233, 241], "i8_abs_": 12, "int8_t": [12, 14, 18, 20, 21, 22, 23, 24, 28, 29, 30, 34, 35, 36, 38, 39, 42, 43, 45, 47, 48, 49, 50, 51, 54, 56, 57, 59, 64, 65, 66, 71, 72, 73, 75, 78, 83, 90, 91, 93, 94, 95, 97, 98, 99, 101, 104, 105, 107, 109, 110, 111, 114, 116, 117, 118, 119, 122, 127, 128, 133, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 149, 151, 153, 154, 157, 159, 160, 161, 162, 163, 164, 169, 171, 173, 174, 175, 176, 177, 180, 182, 185, 186, 188, 189, 190, 191, 192, 194, 197, 198, 199, 200, 201, 203, 204, 206, 209, 213, 217, 222, 224, 225, 226, 228, 229, 232, 233], "i16_abs_": 12, "int16_t": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 54, 57, 59, 64, 66, 72, 75, 78, 83, 90, 93, 94, 95, 98, 99, 104, 105, 110, 111, 113, 114, 116, 117, 118, 122, 127, 128, 133, 135, 136, 138, 139, 143, 144, 145, 146, 149, 154, 157, 159, 160, 161, 162, 163, 171, 173, 174, 175, 176, 177, 182, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 206, 209, 213, 217, 221, 222, 224, 225, 226, 228, 229, 232, 233], "i32_abs_": 12, "int32_t": [12, 21, 24, 29, 30, 38, 39, 43, 45, 47, 48, 49, 50, 56, 57, 59, 64, 65, 71, 72, 74, 75, 83, 93, 95, 98, 99, 104, 105, 110, 111, 114, 116, 117, 118, 122, 128, 133, 135, 138, 139, 140, 143, 144, 146, 149, 154, 157, 159, 160, 163, 171, 175, 177, 185, 190, 191, 192, 194, 196, 197, 199, 200, 203, 204, 206, 213, 217, 222, 225, 226, 228, 229, 232, 233], "hp_abs_": 12, "half": [12, 13, 14, 15, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 62, 64, 65, 66, 68, 69, 71, 72, 73, 75, 76, 78, 79, 80, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 99, 100, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 127, 128, 129, 130, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 146, 149, 150, 151, 152, 153, 154, 155, 156, 159, 160, 161, 162, 163, 164, 165, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 185, 186, 187, 188, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 213, 217, 222, 223, 224, 225, 226, 227, 228, 231, 232, 233], "fp_abs_": 12, "dp_abs_": 12, "c64_abs_": 12, "c128_abs_": 12, "stdio": [12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 52, 53, 54, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 165, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233], "argc": [12, 13, 14, 15, 16, 18, 19, 21, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 54, 57, 59, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 91, 95, 97, 98, 99, 102, 103, 105, 106, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 163, 165, 168, 170, 171, 172, 173, 177, 179, 180, 181, 182, 183, 184, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 201, 202, 203, 204, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 229, 231, 232, 233], "char": [12, 13, 14, 15, 16, 18, 19, 21, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 54, 57, 59, 60, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 91, 95, 97, 98, 99, 102, 103, 105, 106, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 163, 165, 168, 170, 171, 172, 173, 177, 179, 180, 181, 182, 183, 184, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 201, 202, 203, 204, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 229, 231, 232, 233], "argv": [12, 13, 14, 15, 16, 18, 19, 21, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 54, 57, 59, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 91, 95, 97, 98, 99, 102, 103, 105, 106, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 163, 165, 168, 170, 171, 172, 173, 177, 179, 180, 181, 182, 183, 184, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 201, 202, 203, 204, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 229, 231, 232, 233], "input0": [12, 13, 14, 18, 21, 22, 48, 54, 66, 72, 75, 78, 87, 88, 89, 98, 99, 107, 110, 111, 115, 116, 118, 128, 129, 133, 134, 135, 136, 137, 144, 159, 172, 173, 177, 179, 180, 181, 202, 204, 209, 212, 232], "0xa0000000": [12, 13, 14, 15, 17, 18, 21, 23, 24, 25, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 57, 59, 60, 61, 64, 65, 66, 68, 69, 72, 73, 76, 78, 79, 80, 84, 85, 86, 87, 89, 90, 92, 93, 94, 95, 97, 100, 102, 104, 105, 107, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 128, 129, 130, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 192, 196, 197, 198, 199, 200, 201, 202, 203, 206, 207, 208, 209, 211, 212, 213, 214, 215, 217, 218, 220, 222, 224, 225, 226, 227, 228, 229, 231, 232, 233], "ddr": [12, 13, 14, 16, 17, 18, 23, 25, 29, 30, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 53, 54, 57, 60, 61, 64, 66, 68, 69, 72, 73, 76, 78, 85, 86, 87, 89, 90, 92, 94, 95, 97, 100, 102, 104, 105, 107, 112, 113, 114, 119, 120, 121, 129, 134, 136, 138, 139, 144, 145, 146, 147, 149, 150, 151, 152, 153, 155, 156, 157, 159, 160, 161, 162, 163, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 184, 186, 187, 188, 189, 190, 191, 192, 193, 196, 197, 198, 202, 203, 207, 208, 209, 212, 214, 215, 217, 218, 220, 222, 224, 225, 226, 227, 228, 229, 232, 233], "0xc0000000": [12, 13, 14, 16, 17, 21, 24, 25, 28, 36, 37, 39, 41, 42, 45, 52, 53, 54, 60, 61, 68, 69, 72, 78, 83, 85, 86, 87, 89, 90, 92, 93, 94, 97, 100, 102, 104, 105, 107, 114, 119, 120, 121, 130, 140, 141, 143, 144, 151, 162, 168, 169, 173, 175, 176, 177, 178, 180, 181, 182, 186, 188, 189, 193, 198, 201, 207, 224, 231, 232], "1024": [12, 15, 18, 19, 21, 41, 42, 46, 47, 49, 51, 54, 66, 68, 69, 71, 73, 76, 79, 83, 92, 107, 113, 115, 117, 118, 128, 133, 136, 137, 143, 146, 149, 150, 153, 155, 156, 159, 162, 163, 168, 170, 181, 182, 201, 209, 227, 233], "0xff": [12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 52, 53, 54, 57, 59, 60, 61, 64, 65, 66, 68, 69, 71, 72, 73, 76, 78, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 97, 100, 102, 104, 105, 107, 112, 113, 114, 115, 116, 119, 120, 121, 122, 124, 125, 126, 128, 129, 132, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 165, 168, 169, 170, 171, 172, 173, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 196, 197, 198, 200, 201, 202, 203, 208, 209, 212, 213, 214, 215, 217, 218, 220, 224, 225, 226, 227, 228, 229, 231, 232, 233], "i8_abs_p": 12, "i16_abs_p": 12, "i32_abs_p": 12, "hp_abs_p": 12, "fp_abs_p": 12, "dp_abs_p": 12, "c64_abs_p": 12, "c128_abs_p": 12, "0x10810000": [12, 21, 22, 24, 28, 32, 36, 41, 45, 48, 49, 54, 57, 72, 78, 85, 86, 89, 90, 102, 104, 107, 119, 120, 123, 132, 140, 141, 143, 151, 158, 162, 163, 168, 169, 173, 175, 176, 181, 182, 186, 188, 198, 200, 201, 206, 224, 225, 226, 231, 233], "l2": [12, 13, 16, 17, 18, 21, 24, 25, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 53, 54, 57, 60, 61, 64, 66, 68, 69, 72, 73, 76, 78, 85, 86, 87, 89, 90, 92, 95, 97, 100, 102, 104, 105, 106, 107, 112, 113, 114, 119, 120, 121, 129, 134, 136, 138, 139, 140, 141, 143, 145, 147, 151, 152, 153, 157, 162, 169, 170, 171, 172, 173, 178, 180, 181, 182, 186, 187, 188, 190, 191, 192, 196, 198, 203, 207, 208, 209, 212, 214, 215, 217, 220, 224, 225, 226, 228, 229, 232, 233], "0x10820000": [12, 16, 21, 24, 32, 36, 41, 45, 48, 54, 72, 78, 83, 85, 86, 89, 90, 102, 104, 107, 119, 120, 132, 140, 141, 143, 151, 162, 163, 168, 169, 173, 175, 176, 181, 182, 188, 198, 200, 201, 206, 224, 231], "output_i": [13, 14, 18, 28, 30, 66, 72, 75, 79, 105, 106, 110, 111, 114, 117, 118, 128, 133, 135, 136, 138, 139, 144, 146, 149, 150, 155, 156, 157, 159, 160, 163, 209, 227, 231, 232], "input0_i": [13, 18, 66, 72, 75, 89, 110, 111, 118, 128, 133, 135, 136, 144, 159, 209, 232], "input1_i": [13, 18, 66, 72, 75, 89, 110, 111, 118, 128, 133, 135, 136, 144, 150, 159, 209, 232], "geq": [13, 109, 226], "fp32": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 85, 86, 87, 88, 89, 92, 93, 94, 97, 98, 99, 100, 101, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 144, 145, 146, 147, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 183, 185, 186, 187, 189, 190, 191, 192, 193, 195, 196, 197, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 215, 216, 217, 221, 222, 223, 225, 226, 227, 228, 230, 231, 232, 235], "fp16": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 85, 86, 87, 88, 89, 92, 93, 94, 97, 98, 99, 100, 101, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 144, 145, 146, 147, 149, 150, 152, 153, 154, 155, 156, 157, 159, 160, 161, 163, 164, 165, 166, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 185, 186, 187, 189, 190, 191, 192, 193, 196, 197, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 215, 216, 217, 221, 222, 223, 225, 226, 227, 228, 230, 231, 232, 235], "fp_abs_grad_": 13, "hp_abs_grad_": 13, "abs_grad": 13, "0xb0000000": [13, 15, 17, 21, 23, 25, 29, 30, 33, 35, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 52, 53, 57, 59, 60, 61, 64, 68, 69, 72, 73, 76, 79, 80, 89, 92, 93, 94, 95, 100, 102, 113, 115, 117, 118, 122, 123, 128, 129, 130, 133, 134, 135, 138, 139, 144, 145, 146, 149, 150, 152, 153, 159, 160, 163, 170, 171, 172, 173, 175, 176, 177, 178, 180, 184, 185, 186, 187, 190, 191, 192, 196, 197, 199, 200, 202, 203, 206, 207, 208, 211, 212, 214, 215, 217, 218, 220, 222, 225, 226, 228, 229, 232], "bool": [13, 25, 32, 65, 72, 74, 75, 79, 80, 81, 82, 91, 98, 99, 110, 111, 123, 127, 132, 142, 144, 149, 168, 177, 178, 211, 232, 235], "fp_abs_grad_p": 13, "hp_abs_grad_p": 13, "0x10000000": [13, 14, 15, 17, 20, 23, 25, 29, 30, 31, 33, 35, 37, 38, 39, 40, 42, 43, 46, 47, 50, 51, 52, 53, 59, 60, 61, 64, 68, 69, 73, 74, 76, 79, 80, 84, 87, 92, 93, 94, 95, 97, 100, 101, 105, 109, 112, 113, 114, 115, 117, 118, 121, 122, 128, 129, 133, 134, 135, 138, 139, 144, 145, 147, 149, 150, 153, 154, 157, 159, 160, 161, 170, 171, 172, 174, 178, 180, 183, 185, 187, 190, 191, 192, 196, 199, 202, 203, 207, 208, 211, 212, 213, 214, 215, 217, 218, 220, 222, 228, 229, 232], "0x10001000": [13, 15, 23, 51, 60, 61, 76, 79, 97, 105, 114, 117, 118, 122, 128, 133, 135, 138, 139, 144, 145, 149, 150, 154, 159, 160, 171, 172, 174, 184, 187, 202, 203, 208, 211, 212, 214, 215, 220, 232], "input_i": [14, 28, 30, 41, 42, 79, 104, 105, 106, 114, 117, 132, 138, 139, 149, 160, 163, 211], "relu6": [14, 15, 18, 22, 47, 66, 91, 106, 127, 136, 209], "min_val": [14, 79, 80], "max_val": [14, 79, 80], "_val": [14, 34, 79], "lrelu": 14, "leaki": [14, 15, 109], "rectifi": 14, "linear": [14, 73, 97], "unit": [14, 36, 73, 92, 97, 100], "ge": [14, 73, 129], "cdot": [14, 15, 16, 17, 22, 25, 33, 34, 37, 41, 42, 62, 67, 68, 69, 72, 73, 74, 78, 88, 91, 92, 100, 103, 107, 108, 109, 112, 113, 120, 123, 124, 125, 126, 130, 131, 140, 141, 151, 154, 165, 173, 178, 180], "sigmoid": [14, 15, 22, 42, 97, 101, 123, 180, 181], "tanh": [14, 15, 22, 101, 123, 124, 125, 126], "hyperbol": 14, "tangent": 14, "hsigmoid": 14, "hard": [14, 15, 22], "left": [14, 31, 35, 37, 38, 66, 71, 79, 103, 120, 121, 154, 169, 190, 191, 207], "right": [14, 31, 35, 37, 38, 66, 71, 79, 103, 120, 121, 154, 169, 190, 191, 207], "swish": [14, 15, 22], "gate": [14, 97, 123], "googl": 14, "sigma": [14, 22, 37, 97, 100, 101, 103, 107, 108, 123, 181], "hswish": 14, "mobilenetv3": 14, "hardtanh": 14, "gelu": [14, 15], "gaussian": 14, "error": [14, 76], "hendryck": 14, "gimpel": 14, "2016": 14, "phi": 14, "align": [14, 17, 25, 35, 101, 123, 154, 165, 178, 180], "bigl": [14, 153], "044715": 14, "bigr": [14, 153], "flag": 14, "6pt": [14, 72, 123], "tfrac": 14, "mathrm": [14, 71, 142, 165], "erf": [14, 70, 234, 235], "softplus": [14, 15, 22, 235], "88": 14, "ln": [14, 22, 113, 114, 180], "otherwis": [14, 25, 59, 105, 106, 109, 110, 111, 116, 129, 131, 134, 145, 151, 165, 178, 186, 225, 226], "elu": [14, 15, 70, 234, 235], "celu": 14, "differenti": 14, "hardshrink": 14, "shrinkag": 14, "softshrink": [14, 15], "soft": 14, "softsignopt": 14, "softsign": 14, "arg": [14, 131], "i8_relu_": 14, "fp_relu_": 14, "hp_relu_": 14, "i8_relu6_": 14, "fp_relu6_": 14, "hp_relu6_": 14, "i8_clip_": [14, 47], "fp_clip_": [14, 47], "hp_clip_": [14, 47], "i8_lrelu_": 14, "fp_lrelu_": 14, "hp_lrelu_": 14, "i8_sigmoid_": 14, "fp_sigmoid_": 14, "hp_sigmoid_": 14, "i8_tanh_": 14, "fp_tanh_": 14, "hp_tanh_": 14, "i8_hsigmoid_": 14, "fp_hsigmoid_": 14, "hp_hsigmoid_": 14, "i8_swish_": 14, "fp_swish_": 14, "hp_swish_": 14, "i8_hswish_": 14, "fp_hswish_": 14, "hp_hswish_": 14, "i8_hardtanh_": 14, "fp_hardtanh_": 14, "hp_hardtanh_": 14, "i8_gelu_": 14, "approxim": 14, "fp_gelu_": 14, "hp_gelu_": 14, "i8_softplus_": 14, "fp_softplus_": 14, "hp_softplus_": 14, "i8_elu_": [14, 73], "fp_elu_": [14, 73], "hp_elu_": [14, 73], "i8_celu_": 14, "fp_celu_": 14, "hp_celu_": 14, "i8_hardshrink_": 14, "lambd": [14, 15], "fp_hardshrink_": 14, "hp_hardshrink_": 14, "i8_softshrink_": 14, "fp_softshrink_": 14, "hp_softshrink_": 14, "i8_softsignopt_": 14, "fp_softsignopt_": 14, "hp_softsignopt_": 14, "i8_relu_p": 14, "fp_relu_p": 14, "hp_relu_p": 14, "i8_relu6_p": 14, "fp_relu6_p": 14, "hp_relu6_p": 14, "i8_clip_p": [14, 47], "fp_clip_p": [14, 47], "hp_clip_p": [14, 47], "i8_lrelu_p": 14, "fp_lrelu_p": 14, "hp_lrelu_p": 14, "i8_sigmoid_p": 14, "fp_sigmoid_p": 14, "hp_sigmoid_p": 14, "i8_tanh_p": 14, "fp_tanh_p": 14, "hp_tanh_p": 14, "i8_hsigmoid_p": 14, "fp_hsigmoid_p": 14, "hp_hsigmoid_p": 14, "i8_swish_p": 14, "fp_swish_p": 14, "hp_swish_p": 14, "i8_hswish_p": 14, "fp_hswish_p": 14, "hp_hswish_p": 14, "i8_hardtanh_p": 14, "fp_hardtanh_p": 14, "hp_hardtanh_p": 14, "i8_gelu_p": 14, "fp_gelu_p": 14, "hp_gelu_p": 14, "i8_softplus_p": 14, "fp_softplus_p": 14, "hp_softplus_p": 14, "i8_elu_p": [14, 73], "fp_elu_p": [14, 73], "hp_elu_p": [14, 73], "i8_celu_p": 14, "fp_celu_p": 14, "hp_celu_p": 14, "i8_hardshrink_p": 14, "fp_hardshrink_p": 14, "hp_hardshrink_p": 14, "i8_softshrink_p": 14, "fp_softshrink_p": 14, "hp_softshrink_p": 14, "i8_softsignopt_p": 14, "fp_softsignopt_p": 14, "hp_softsignopt_p": 14, "0x10004000": [14, 17, 25, 29, 30, 33, 51, 92, 100, 101, 154, 174, 178, 180, 184, 220], "quad": [15, 74, 78, 80, 81, 82, 83, 92, 100, 102, 104, 107, 112, 119, 130, 146, 153, 154, 157, 168, 181, 188, 194, 196, 200, 231], "src0_i": 15, "src1_i": 15, "src0": 15, "gradient": [15, 16, 17, 25, 37, 41, 69, 178, 189, 193], "src1": 15, "relugrad": 15, "relu6grad": 15, "leakyrelugrad": 15, "l_relu_grad": 15, "sigmoidgrad": 15, "tanhgrad": 15, "hsigmoidgrad": 15, "hswishgrad": 15, "gelugrad": 15, "elugrad": 15, "softplusgrad": 15, "hardshrinkgrad": 15, "shrink": 15, "softshrinkgrad": 15, "dst": [15, 29, 45, 47, 56, 77, 107, 151, 166, 167, 171, 203, 205, 218, 225, 226, 230], "fp_relu_grad_": 15, "hp_relu_grad_": 15, "fp_relu6_grad_": 15, "fp_l_relu_grad_": 15, "fp_sigmoid_grad_": 15, "fp_tanh_grad_": 15, "fp_h_sigmoid_grad_": 15, "fp_h_swish_grad_": 15, "fp_gelu_grad_": 15, "fp_elu_grad_": 15, "fp_softplus_grad_": 15, "fp_hard_shrink_grad_": 15, "fp_softshrink_grad_": 15, "78ne": [15, 48, 79, 80, 93, 94, 117, 118, 122, 128, 133, 135, 146, 163, 175, 176, 185, 199, 200, 206, 222], "util": [15, 48, 79, 80, 93, 94, 117, 118, 122, 128, 133, 135, 146, 163, 175, 176, 185, 199, 200, 206, 222], "0xa1000000": [15, 31, 36, 37, 65, 80, 95, 107, 118, 120, 122, 128, 129, 133, 134, 135, 142, 143, 150, 159, 168, 172, 177, 187, 197, 202, 212, 213, 214, 215, 229], "fp_relu_grad_p": 15, "hp_relu_grad_p": 15, "fp_relu6_grad_p": 15, "fp_l_relu_grad_p": 15, "fp_sigmoid_grad_p": 15, "fp_tanh_grad_p": 15, "fp_h_sigmoid_grad_p": 15, "fp_h_swish_grad_p": 15, "fp_gelu_grad_p": 15, "fp_elu_grad_p": 15, "fp_softplus_grad_p": 15, "fp_hard_shrink_grad_p": 15, "fp_softshrink_grad_p": 15, "0x10002000": [15, 17, 25, 51, 60, 61, 118, 122, 128, 133, 135, 146, 149, 150, 154, 159, 172, 174, 178, 184, 187, 202, 212, 214, 215, 220, 232], "139": 15, "01f": [15, 88, 91, 127], "nesterov": [16, 25, 178], "m_t": [16, 17, 178], "m_": [16, 17, 178], "g_t": [16, 17, 25, 123, 124, 125, 126, 178], "beta_1": [16, 17], "v_t": [16, 17], "v_": [16, 17, 130], "beta_2": [16, 17], "hat": [16, 17, 37, 92, 100], "lr": [16, 17], "w_t": [16, 178], "w_": [16, 35, 50, 51, 101, 123, 130, 140, 141, 178, 192], "epsilon": [16, 17, 36, 37, 41, 92, 100, 103, 106, 107, 108, 120, 143], "weight": [16, 17, 20, 25, 41, 42, 50, 51, 59, 61, 122, 140, 141, 178], "param": [16, 18, 19, 20, 22, 26, 27, 31, 32, 33, 34, 37, 41, 42, 50, 51, 52, 53, 56, 60, 62, 65, 66, 67, 72, 74, 75, 83, 85, 88, 89, 91, 93, 94, 97, 98, 99, 101, 103, 106, 108, 110, 111, 116, 120, 121, 123, 124, 125, 126, 127, 129, 130, 131, 136, 137, 142, 147, 161, 164, 166, 167, 174, 177, 179, 194, 195, 204, 209, 210, 223], "adamparam": 16, "typedef": [16, 20, 32, 50, 51, 56, 65, 83, 101, 123, 132, 142, 161, 164, 166, 167, 174, 184], "struct": [16, 20, 32, 50, 51, 56, 65, 83, 101, 123, 132, 142, 161, 164, 166, 167, 174, 184], "beta1": [16, 17], "beta2": [16, 17], "beta1_pow": 16, "beta2_pow": 16, "eps": 16, "fp_adam_": 16, "0xc1000000": [16, 37, 189, 193], "0xc2000000": [16, 189, 193], "0xc3000000": [16, 189, 193], "9f": [16, 17, 178], "999f": [16, 17], "beta1_power_v": 16, "beta2_power_v": 16, "8f": [16, 17], "001f": 16, "800000": 16, "fp_adam_p": 16, "am": [16, 50, 51, 60, 101, 109, 161, 174, 189, 193, 202], "0x10830000": [16, 32, 36, 41, 48, 72, 89, 102, 119, 120, 140, 141, 143, 168, 173, 175, 176, 181, 188], "0x10840000": [16, 32, 36, 41, 102, 120, 140, 141, 143, 173], "0x10850000": [16, 41, 57, 102, 140, 141, 143, 186, 225, 226], "decay": 17, "_t": [17, 124, 125, 126, 178], "var_t": 17, "var_": 17, "var": [17, 36, 108], "hp_adamweightdecay_": 17, "fp_adamweightdecay_": 17, "0xd0000000": [17, 25, 37, 41, 42, 102, 107, 119, 188, 232], "2f": [17, 25, 68, 69, 178], "hp_adamweightdecay_p": 17, "fp_adamweightdecay_p": 17, "0x10006000": [17, 25, 51, 174, 184, 220], "5e": [17, 178], "4f": [17, 92, 100], "activ": [18, 34, 66, 70, 91, 136, 209, 234, 235, 239], "input0_dim": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 129, 134, 136, 177, 204, 209], "input1_dim": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 129, 134, 136, 177, 204, 209], "output_dim": [18, 22, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 177, 197, 204, 209], "strides0": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 204, 209], "strides1": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 204, 209], "strides_output": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 204, 209], "num_dim": [18, 19, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 129, 134, 136, 204, 209, 210], "activation_typ": [18, 22, 66, 91, 127, 136, 209], "fp64": [18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 57, 59, 64, 66, 72, 75, 76, 77, 78, 84, 85, 87, 88, 89, 93, 94, 98, 99, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 130, 131, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 158, 159, 160, 161, 163, 166, 167, 170, 171, 173, 174, 175, 176, 177, 183, 185, 190, 191, 192, 196, 197, 199, 200, 203, 204, 205, 206, 207, 209, 213, 217, 222, 225, 226, 228, 230, 231, 232, 235], "i8_add_": [18, 241], "i16_add_": [18, 241], "i32_add_": [18, 241], "hp_add_": [18, 241], "fp_add_": [18, 241], "dp_add_": [18, 241], "c64_add_": [18, 241], "c128_add_": [18, 241], "add": [18, 174, 239], "max_dim": [18, 66, 136, 209], "0xa0001000": [18, 66, 123, 136, 140, 141, 152, 209], "0xa0002000": [18, 66, 136, 140, 141, 152, 209], "strides_out": [18, 66, 136, 209], "i8_add_p": [18, 241], "i16_add_p": [18, 241], "i32_add_p": [18, 241], "hp_add_p": [18, 241], "fp_add_p": [18, 241], "dp_add_p": [18, 241], "c64_add_p": [18, 241], "c128_add_p": [18, 241], "0x10800000": [18, 28, 66, 136, 209, 231], "0x10801000": [18, 66, 136, 209], "0x10802000": [18, 66, 136, 209], "dx1": [19, 67, 129, 134, 137, 187, 210], "partial": [19, 62, 67, 141, 189, 193, 210], "dx2": [19, 67, 137, 210], "x2": [19, 56, 67, 137, 169, 187, 210, 237], "dy": [19, 37, 40, 52, 53, 62, 67, 69, 108, 115, 129, 131, 134, 137, 172, 187, 202, 208, 210], "dx1_dim": [19, 210], "dx2_dim": [19, 210], "dy_dim": [19, 40, 129, 210], "temp_spac": [19, 62, 207, 210], "fp_add_grad_": 19, "hp_add_grad_": 19, "0x81000000": [19, 26, 27, 32, 34, 67, 71, 75, 88, 91, 98, 99, 103, 106, 108, 110, 111, 116, 131, 132, 137, 147, 177, 194, 195, 197, 204, 210, 223], "0x82000000": [19, 26, 27, 32, 34, 67, 71, 75, 88, 91, 98, 99, 103, 106, 108, 109, 110, 111, 116, 131, 132, 137, 147, 177, 194, 195, 197, 210, 223], "0x83000000": [19, 26, 27, 67, 75, 88, 91, 98, 99, 103, 108, 110, 111, 116, 131, 137, 177, 194, 195, 197, 210, 223], "tempspac": 19, "0x84000000": [19, 26, 27, 67, 75, 88, 89, 91, 103, 108, 110, 111, 116, 131, 137, 147, 164, 167, 177, 194, 195, 197, 210, 223], "0b1111": [19, 20, 26, 27, 34, 50, 51, 55, 56, 62, 75, 77, 84, 88, 101, 103, 106, 108, 109, 110, 111, 127, 131, 137, 161, 164, 166, 167, 174, 194, 195, 197, 205, 219, 223, 230], "same": [19, 72, 75, 88, 98, 99, 110, 111, 204, 210], "dx1_num": [19, 210], "get_total_el": [19, 75, 88, 98, 99, 110, 111, 177, 204, 210], "dx2_num": [19, 210], "dy_num": [19, 210], "rand": [19, 22, 26, 27, 34, 62, 67, 75, 88, 98, 99, 103, 106, 108, 110, 111, 131, 137, 177, 194, 195, 197, 204, 210, 221, 223], "100": [19, 26, 27, 34, 61, 65, 67, 75, 80, 88, 93, 98, 99, 102, 104, 110, 111, 112, 131, 142, 177, 190, 191, 193, 194, 197, 198, 204, 210, 221, 223], "0f": [19, 32, 47, 62, 65, 67, 68, 69, 73, 79, 83, 88, 91, 112, 120, 121, 127, 130, 132, 147, 149, 150, 152, 155, 169, 177, 178, 186, 187, 197, 204, 210], "fp_add_grad_p": 19, "hp_add_grad_p": 19, "ft04": [19, 88, 116, 202, 217, 235], "0x10010000": [19, 20, 26, 27, 34, 35, 38, 50, 62, 67, 71, 74, 75, 84, 88, 91, 92, 93, 94, 95, 98, 99, 100, 101, 103, 106, 108, 109, 110, 111, 115, 116, 121, 127, 131, 137, 155, 156, 161, 165, 170, 177, 179, 185, 189, 192, 193, 194, 195, 196, 197, 199, 204, 207, 210, 213, 217, 218, 221, 222, 223, 227, 229], "0x10020000": [19, 20, 26, 27, 34, 43, 50, 52, 53, 62, 67, 71, 74, 75, 88, 91, 93, 94, 95, 98, 99, 101, 103, 106, 108, 110, 111, 115, 116, 127, 131, 137, 161, 165, 177, 189, 193, 194, 195, 197, 199, 204, 207, 210, 213, 221, 223, 229], "0x10030000": [19, 20, 26, 27, 50, 62, 67, 74, 75, 88, 91, 98, 99, 101, 103, 108, 110, 111, 116, 127, 131, 137, 177, 189, 193, 194, 195, 197, 204, 210, 213, 221, 223], "0x10040000": [19, 20, 26, 27, 31, 50, 52, 53, 64, 67, 74, 91, 103, 106, 108, 127, 131, 137, 177, 189, 190, 191, 193, 197, 204, 210, 221, 223], "adder": 20, "l1": [20, 120, 186, 187], "filter": [20, 52], "c_": [20, 35, 50, 51, 123], "input_x": [20, 39, 40, 41, 42, 46, 50, 51, 95, 211], "input_w": [20, 33, 50, 51, 62, 169], "bias": [20, 36, 37, 39, 50, 51, 91, 121, 123, 127, 173], "conv_param": [20, 50, 51, 52, 53], "convparamet": [20, 50, 52, 53], "workspace_": [20, 50, 51, 52, 53], "output_batch_": [20, 50, 51, 52, 53], "input_batch_": [20, 50, 51, 52, 53], "input_h_": [20, 50, 51, 52, 53], "input_w_": [20, 50, 51, 52, 53], "output_h_": [20, 50, 51, 52, 53], "output_w_": [20, 50, 51, 52, 53], "input_channel_": [20, 50, 51, 52, 53], "output_channel_": [20, 50, 51, 52, 53], "kernel_h_": [20, 50, 51, 52, 53], "kernel_w_": [20, 50, 51, 52, 53], "group_": [20, 50, 51, 52, 53], "pad_l_": [20, 50, 51, 52, 53], "pad_u_": [20, 50, 51, 52, 53], "dilation_h_": [20, 50, 51, 52, 53], "dilation_w_": [20, 50, 51, 52, 53], "stride_h_": [20, 50, 51, 52, 53], "stride_w_": [20, 50, 51, 52, 53], "buffer_size_": [20, 50, 51, 52, 53], "i8_adder_": 20, "hp_adder_": 20, "fp_adder_": 20, "testaddersmcfp32": 20, "input_shap": [20, 35, 38, 43, 48, 50, 51, 55, 56, 93, 94, 95, 97, 106, 132, 147, 161, 164, 174, 185, 190, 191, 199, 200, 206, 213, 222], "weight_shap": [20, 50, 51], "output_shap": [20, 22, 32, 43, 50, 51, 55, 56, 67, 132, 147, 164, 175, 176, 179, 197, 224], "dilat": [20, 50, 51, 52, 53], "group": [20, 50, 51, 52, 53, 62, 100, 122], "core_id": [20, 22, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "get_core_id": [20, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "logic_core_id": [20, 22, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "getlogiccoreid": [20, 22, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "core_num": [20, 50, 51, 55, 56, 77, 84, 98, 99, 101, 161, 164, 166, 167, 174, 205, 230], "getcorenum": [20, 22, 50, 51, 55, 56, 77, 84, 98, 99, 101, 161, 164, 166, 167, 174, 205, 230], "0x88000000": [20, 50, 51, 55, 56, 67, 77, 84, 101, 108, 109, 147, 161, 164, 166, 167, 174, 205, 230], "0x89000000": [20, 50, 51, 56, 67, 108, 147, 164], "output_data": [20, 50, 51, 74, 152, 162, 166, 167, 174, 215, 216, 221], "0x90000000": [20, 50, 51, 56, 123, 127], "bias_data": [20, 50, 51], "0x91000000": [20, 50, 51, 56, 127, 137], "0x92000000": [20, 50, 51, 56, 127], "in_channel": [20, 50, 51, 52, 53], "out_channel": [20, 50, 51, 52, 53], "nhwc": [20, 34, 39, 40, 50, 51, 62, 90, 130, 131, 165, 192], "i8_adder_p": 20, "hp_adder_p": 20, "fp_adder_p": 20, "testadderl2fp32": 20, "0x10060000": [20, 50, 52, 53, 74, 75, 91, 98, 99, 108, 110, 111, 137, 177, 189, 193, 195, 210, 221], "0x10070000": [20, 50, 52, 53, 75, 91, 98, 99, 110, 111, 137, 177], "_num": [21, 80, 222], "tensor_num": [21, 221], "element_num": [21, 106], "hp_addn_": 21, "fp_addn_": 21, "dp_addn_": 21, "i8_addn_": 21, "i16_addn_": 21, "i32_addn_": 21, "c64_addn_": 21, "c128_addn_": 21, "0xa0010000": [21, 184, 220], "0xb0001000": [21, 52, 53, 92, 100], "hp_addn_p": 21, "fp_addn_p": 21, "dp_addn_p": 21, "i8_addn_p": 21, "i16_addn_p": 21, "i32_addn_p": 21, "c64_addn_p": 21, "c128_addn_p": 21, "0x10814000": [21, 123], "0x10818000": 21, "0x1082c000": 21, "previous_output": 22, "input2": [22, 48, 98, 99, 150, 172, 212], "activationtype_no_activ": 22, "activationtype_relu": 22, "activationtype_relu6": 22, "activationtype_sigmoid": 22, "activationtype_tanh": 22, "activationtype_swish": 22, "activationtype_hswish": 22, "activationtype_hsigmoid": 22, "activationtype_softplus": 22, "21": 22, "input0_shap": [22, 179], "input1_shap": [22, 179], "input2_shap": 22, "context_s": 22, "is_full_run": 22, "full_input": 22, "full_input_shap": 22, "increment_input": 22, "increment_input_shap": 22, "increment_output": 22, "14": [22, 33, 62, 213, 225, 226, 239], "increment_output_shap": 22, "16": [22, 26, 27, 32, 33, 34, 40, 57, 62, 64, 88, 93, 95, 98, 99, 100, 103, 106, 107, 116, 122, 130, 132, 152, 185, 204, 210, 219, 222, 223, 225, 226, 229, 241], "previous_output_shap": 22, "i8_affine_": 22, "fp_affine_": 22, "hp_affine_": 22, "float16": [22, 45, 67, 74, 131, 142, 189, 193, 212, 241], "stdlib": 22, "test_fp_affine_": 22, "full_run": 22, "srand": [22, 26, 27, 34, 62, 67, 75, 88, 98, 99, 106, 108, 110, 111, 131, 137, 147, 177, 194, 195, 197, 204, 210, 221, 223], "dnum": 22, "0xa0400000": [22, 154], "0x100000": 22, "0x200000": 22, "0x300000": 22, "0x400000": 22, "0x500000": 22, "0x600000": 22, "0x700000": 22, "input0_len": 22, "input1_len": 22, "input2_len": 22, "rand_max": [22, 75, 98, 99, 103, 108, 110, 111, 221], "23": [22, 147], "29": [22, 147], "i8_affine_p": 22, "fp_affine_p": 22, "hp_affine_p": 22, "logic": [23, 116, 117, 118], "y_i": [23, 26, 27, 140, 141, 181, 193, 223], "s_i": [23, 59], "neq": [23, 28, 75, 78, 116, 117, 118, 141, 144], "outer_s": [23, 161], "inner_s": [23, 103, 119, 120, 161, 188, 193, 207], "axis_s": [23, 119, 188, 193], "i8_reduce_all_": 23, "i16_reduce_all_": 23, "i32_reduce_all_": 23, "hp_reduce_all_": 23, "fp_reduce_all_": 23, "dp_reduce_all_": 23, "c64_reduce_all_": 23, "c128_reduce_all_": 23, "i8_reduce_all_p": 23, "i16_reduce_all_p": 23, "i32_reduce_all_p": 23, "hp_reduce_all_p": 23, "fp_reduce_all_p": 23, "dp_reduce_all_p": 23, "c64_reduce_all_p": 23, "c128_reduce_all_p": 23, "rank": [24, 70, 183, 194, 234, 235], "input_rank": [24, 143, 195, 213], "output_rank": [24, 195], "data_s": [24, 38, 43, 64, 162, 190, 191, 192, 231, 237], "fp_all_gather_": 24, "dp_all_gather_": 24, "i8_all_gather_": 24, "i16_all_gather_": 24, "i32_all_gather_": 24, "c64_all_gather_": 24, "c128_all_gather_": 24, "fp_all_gather_p": 24, "dp_all_gather_p": 24, "i8_all_gather_p": 24, "i16_all_gather_p": 24, "i32_all_gather_p": 24, "c64_all_gather_p": 24, "c128_all_gather_p": 24, "momentum": 25, "accu_t": 25, "moment": [25, 178], "accu_": 25, "update_t": 25, "weight_t": 25, "weight_": 25, "learn": [25, 178], "_rate": [25, 178], "float_addr": 25, "int_addr": 25, "hp_apply_momentum_": 25, "fp_apply_momentum_": 25, "stdbool": [25, 79, 80, 127, 149, 157, 178], "0xd10000000": 25, "99f": 25, "hp_apply_momentum_p": 25, "fp_apply_momentum_p": 25, "0x10007000": [25, 184], "topk": [26, 27, 223], "underset": [26, 27, 223], "operatornam": [26, 27, 31, 59, 76, 127, 130, 153, 170, 223], "x_": [26, 27, 74, 92, 100, 103, 120, 141, 165, 189, 193, 223], "slice_i": [26, 27, 223], "output_valu": [26, 27, 194, 223], "return_valu": [26, 27, 223], "in_shap": [26, 27, 35, 55, 64, 192, 207, 208, 223], "in_strid": [26, 27, 147, 195, 223], "out_strid": [26, 27, 67, 137, 147, 195, 223, 224], "arg_el": [26, 27, 223], "out_valu": [26, 27, 223], "in_shape_s": [26, 27, 207, 223], "fp_arg_max_": 26, "hp_arg_max_": 26, "0x85000000": [26, 27, 67, 75, 88, 89, 91, 98, 99, 108, 110, 111, 116, 137, 147, 164, 177, 194, 210, 223], "0x86000000": [26, 27, 67, 75, 88, 89, 98, 99, 108, 110, 111, 116, 137, 147, 164, 177, 194, 210, 223], "0x86000200": [26, 27, 223], "outputfp32": [26, 27, 223], "outputint": [26, 27, 223], "in_total_el": [26, 27, 223], "fp_arg_max_p": 26, "hp_arg_max_p": 26, "0x10050000": [26, 27, 62, 67, 74, 75, 88, 91, 98, 99, 108, 110, 111, 116, 127, 137, 177, 189, 193, 195, 204, 210, 221, 223], "0x1004e000": [26, 27, 223], "0x1004e200": [26, 27, 223], "fp_arg_min_": 27, "hp_arg_min_": 27, "fp_arg_min_p": 27, "hp_arg_min_p": 27, "i8_assert_": 28, "i16_assert_": 28, "i32_assert_": 28, "hp_assert_": 28, "fp_assert_": 28, "dp_assert_": 28, "c64_assert_": 28, "c128_assert_": 28, "i8_assert_p": 28, "i16_assert_p": 28, "i32_assert_p": 28, "hp_assert_p": 28, "fp_assert_p": 28, "dp_assert_p": 28, "c64_assert_p": 28, "c128_assert_p": 28, "src": [29, 47, 56, 77, 79, 80, 107, 151, 166, 167, 171, 203, 205, 218, 225, 226, 230], "i8_assign_": 29, "i16_assign_": 29, "i32_assign_": 29, "fp_assign_": 29, "dp_assign_": 29, "c64_assign_": 29, "c128_assign_": 29, "hp_assign_": 29, "i8_assign_p": 29, "i16_assign_p": 29, "i32_assign_p": 29, "fp_assign_p": 29, "dp_assign_p": 29, "c64_assign_p": 29, "c128_assign_p": 29, "hp_assign_p": 29, "i8_assign_add_": 30, "i16_assign_add_": 30, "i32_assign_add_": 30, "fp_assign_add_": 30, "dp_assign_add_": 30, "c64_assign_add_": 30, "c128_assign_add_": 30, "hp_assign_add_": 30, "i8_assign_add_p": 30, "i16_assign_add_p": 30, "i32_assign_add_p": 30, "fp_assign_add_p": 30, "dp_assign_add_p": 30, "c64_assign_add_p": 30, "c128_assign_add_p": 30, "hp_assign_add_p": 30, "scale": [31, 36, 37, 68, 69, 71, 78, 79, 92, 100, 149, 150, 153, 155, 169, 173], "product": 31, "softmax": [31, 70, 119, 179, 189, 193, 234, 235], "top": [31, 35, 38, 53, 61, 190, 191], "d_k": 31, "major": [31, 85], "seq_len": [31, 101], "head_num": 31, "head_dim": 31, "qk": 31, "fp_attention_": 31, "0xa2000000": [31, 36, 48, 65, 107, 120, 122, 129, 134, 142, 143, 168, 177, 187, 206, 212, 214, 215], "0xa3000000": [31, 65, 142, 143], "0xa4000000": [31, 48, 65, 206], "sm": 31, "0xa5000000": [31, 65], "uint32_t": 31, "uintptr_t": [31, 42], "fp_attention_p": 31, "0x10080000": 31, "0x100c0000": 31, "0x10100000": [31, 37, 147], "0x10200000": [31, 37, 147], "audio": 32, "spectrogram": 32, "workspac": [32, 42, 50, 189, 193], "input_len": [32, 132, 228], "windowtyp": [32, 132], "window_typ": [32, 132], "n_fft": [32, 132], "hop_length": [32, 132], "win_length": [32, 132], "normal": [32, 36, 37, 92, 100, 108, 121, 132], "center": [32, 132, 142], "bordertyp": [32, 132], "pad_mod": [32, 132], "onesid": [32, 81, 82, 132, 168], "spectrogramparam": [32, 132], "fft_window": [32, 132], "fft_window_lat": [32, 132], "input_data_pad": [32, 132], "input_win": [32, 132], "exp_complex": [32, 132], "spec_f": [32, 132], "output_onsid": [32, 132], "workspaceparam": [32, 132], "fp_audio_spectrogram_": 32, "spec_param": [32, 132], "0x83200000": [32, 132], "spec_workspac": [32, 132], "0x83400000": [32, 132], "4000": [32, 132], "khann": [32, 132], "kconstant": [32, 132, 147], "fp_audio_spectrogram_p": 32, "output_mfcc": [32, 132], "output_": [33, 80, 145], "x_h": 33, "x_w": 33, "input_": [33, 48, 80, 200], "y_h": 33, "y_w": 33, "window": [33, 237, 239], "_h": [33, 130, 131, 169], "_w": [33, 130, 131, 169], "output_h": [33, 34, 62, 130, 131], "output_w": [33, 34, 62, 130, 131], "input_h": [33, 62, 169], "stride_w": [33, 34, 62, 130, 131], "stride_h": [33, 34, 62, 130, 131], "pad_l": [33, 34, 62, 130, 131], "pad_u": [33, 34, 62, 130, 131], "window_w": 33, "window_h": 33, "hp_avg_pool_grad_": 33, "fp_avg_pool_grad_": 33, "hp_avg_pool_grad_p": 33, "fp_avg_pool_grad_p": 33, "2d": 34, "averag": 34, "pool": [34, 169], "k_h": [34, 62], "k_w": [34, 62], "s_h": 34, "s_w": 34, "in_w": [34, 52, 53, 62, 130, 131], "in_h": [34, 52, 53, 62, 130, 131], "win_w": [34, 130, 131], "win_h": [34, 130, 131], "output_batch": [34, 62, 131], "minf": [34, 130, 131], "maxf": [34, 130, 131], "i8_avgpool_fusion_": 34, "fp_avgpool_fusion_": 34, "hp_avgpool_fusion_": 34, "input_ptr": [34, 119, 130, 131, 188], "output_ptr": [34, 119, 130, 131, 188], "dividor": [34, 130, 131], "dividor2": [34, 130, 131], "null": [34, 91, 122, 127, 131, 177], "input_s": [34, 41, 42, 46, 61, 101, 102, 123, 131], "fp_avg_pooling_": 34, "i8_avgpool_fusion_p": 34, "fp_avgpool_fusion_p": 34, "hp_avgpool_fusion_p": 34, "fp_avg_pooling_p": 34, "crop": [35, 38, 70, 234, 235], "n_": 35, "b_h": 35, "b_w": 35, "h_": [35, 50, 51, 101, 123, 124, 125, 126, 130, 192], "bottom": [35, 38, 190, 191], "ext": 35, "block_siz": [35, 38, 64, 108, 190, 191], "block_h": [35, 38, 190, 191], "block_w": [35, 38, 190, 191], "i8_batch_to_space_": 35, "block": [35, 38, 64, 192], "i16_batch_to_space_": 35, "i32_batch_to_space_": 35, "hp_batch_to_space_": 35, "fp_batch_to_space_": 35, "dp_batch_to_space_": 35, "c64_batch_to_space_": 35, "c128_batch_to_space_": 35, "i8_batch_to_space_p": 35, "i16_batch_to_space_p": 35, "i32_batch_to_space_p": 35, "hp_batch_to_space_p": 35, "fp_batch_to_space_p": 35, "dp_batch_to_space_p": 35, "c64_batch_to_space_p": 35, "c128_batch_to_space_p": 35, "dst_": [36, 91], "src_": 36, "mean_j": 36, "variance_j": 36, "varianc": [36, 37, 92, 100, 108], "i8_batch_norm_": 36, "fp_batch_norm_": 36, "hp_batch_norm_": 36, "5f": [36, 49, 61, 65, 68, 69, 92, 100, 150, 152, 157], "i8_batch_norm_p": 36, "fp_batch_norm_p": 36, "hp_batch_norm_p": 36, "dbia": [37, 40], "dscale": 37, "gamma": [37, 103, 107, 108, 120], "dy_i": [37, 69], "_i": [37, 46, 47, 59, 68, 69, 73, 76, 88, 98, 99, 106, 107, 108, 112, 113, 115, 116, 129, 134, 137, 140, 151, 170, 171, 172, 177, 187, 202, 203, 204], "beta": [37, 103, 107, 108, 120, 121, 186, 187], "dx_i": [37, 69], "dy_j": 37, "_j": [37, 107, 108, 119, 188], "dx": [37, 41, 53, 69, 108, 172, 202, 208], "invar": 37, "is_train": 37, "fp_batch_norm_grad_": 37, "hp_batch_norm_grad_": 37, "upstream": [37, 41, 69], "invers": [37, 81, 82, 165, 168], "0xe0000000": [37, 41, 42, 102], "0xb1000000": [37, 129, 134, 173, 199, 200], "fp_batch_norm_grad_p": 37, "hp_batch_norm_grad_p": 37, "space": [37, 59, 60, 64], "0x10300000": [37, 147], "0x10400000": [37, 147], "0x10500000": [37, 147], "0x10600000": [37, 147], "0x10700000": [37, 147], "i8_batchtospacend_": 38, "i16_batchtospacend_": 38, "i32_batchtospacend_": 38, "hp_batchtospacend_": 38, "fp_batchtospacend_": 38, "dp_batchtospacend_": 38, "c64_batchtospacend_": 38, "c128_batchtospacend_": 38, "i8_batchtospacend_p": 38, "i16_batchtospacend_p": 38, "i32_batchtospacend_p": 38, "hp_batchtospacend_p": 38, "fp_batchtospacend_p": 38, "dp_batchtospacend_p": 38, "c64_batchtospacend_p": 38, "c128_batchtospacend_p": 38, "input_bia": [39, 40, 101, 123], "nchw": [39, 90, 165], "1d": 39, "shape_s": [39, 40, 219], "data_format": 39, "i8_bias_add_": 39, "i16_bias_add_": 39, "i32_bias_add_": 39, "fp_bias_add_": 39, "hp_bias_add_": 39, "dp_bias_add_": 39, "c64_bias_add_": 39, "c128_bias_add_": 39, "format": [39, 40, 165], "224": [39, 85, 86, 90, 224], "the": [39, 40, 119, 166, 188, 239], "of": [39, 40, 166, 169, 239], "should": [39, 40, 166], "which": [39, 40], "i8_bias_add_p": 39, "i16_bias_add_p": 39, "i32_bias_add_p": 39, "fp_bias_add_p": 39, "hp_bias_add_p": 39, "dp_bias_add_p": 39, "c64_bias_add_p": 39, "c128_bias_add_p": 39, "0x11000000": [39, 40, 42, 46, 47, 59, 68, 69, 73, 113, 129, 134, 153, 228], "0x12000000": [39, 42, 68, 69, 129, 134], "dbias_c": 40, "fp_bias_add_grad_": 40, "hp_bias_add_grad_": 40, "fp_bias_add_grad_p": 40, "hp_bias_add_grad_p": 40, "dx_n": 41, "dl": 41, "_n": [41, 221], "w_n": [41, 42], "x_n": [41, 42], "y_n": [41, 42], "dloss": 41, "none": [41, 42, 140, 141, 174, 239], "weight_defin": [41, 42], "fp_binary_cross_entropy_grad_": 41, "hp_binary_cross_entropy_grad_": 41, "binary_cross_entropy_grad": 41, "fp_binary_cross_entropy_grad_p": 41, "hp_binary_cross_entropy_grad_p": 41, "l_n": 42, "tmp_loss": 42, "fp_binary_cross_entropy_": 42, "hp_binary_cross_entropy_": 42, "i8_binary_cross_entropy_": 42, "fp_binary_cross_entropy_p": 42, "hp_binary_cross_entropy_p": 42, "i8_binary_cross_entropy_p": 42, "0x13000000": [42, 129, 134], "0x14000000": [42, 129, 134], "input_shape_s": [43, 95], "output_shape_s": 43, "i8_broadcastto_": 43, "i16_broadcastto_": 43, "i32_broadcastto_": 43, "hp_broadcastto_": 43, "fp_broadcastto_": 43, "dp_broadcastto_": 43, "c64_broadcastto_": 43, "c128_broadcastto_": 43, "i8_broadcastto_p": 43, "i16_broadcastto_p": 43, "i32_broadcastto_p": 43, "hp_broadcastto_p": 43, "fp_broadcastto_p": 43, "dp_broadcastto_p": 43, "c64_broadcastto_p": 43, "c128_broadcastto_p": 43, "t_": 45, "i8_cast_to_i8_": 45, "i8_cast_to_i16_": 45, "i8_cast_to_i32_": 45, "i8_cast_to_fp_": 45, "fp_cast_to_fp16_": 45, "fp_cast_to_int32_": 45, "fp_cast_to_int16_": 45, "short": 45, "fp_cast_to_fp16_p": 45, "fp_cast_to_int32_p": 45, "fp_cast_to_int16_p": 45, "i16_cast_to_i8_": 45, "i16_cast_to_i16_": 45, "i16_cast_to_i32_": 45, "i16_cast_to_fp_": 45, "i32_cast_to_i8_": 45, "i32_cast_to_i16_": 45, "i32_cast_to_i32_": 45, "i32_cast_to_fp_": 45, "fp_cast_to_fp_": 45, "fp_cast_to_int8_": 45, "dp_cast_to_dp_": 45, "dp_cast_to_fp_": 45, "c64_cast_to_c64_": 45, "c128_cast_to_c128_": 45, "i8_cast_to_i8_p": 45, "i8_cast_to_i16_p": 45, "i8_cast_to_i32_p": 45, "i8_cast_to_fp_p": 45, "i16_cast_to_i8_p": 45, "i16_cast_to_i16_p": 45, "i16_cast_to_i32_p": 45, "i16_cast_to_fp_p": 45, "i32_cast_to_i8_p": 45, "i32_cast_to_i16_p": 45, "i32_cast_to_i32_p": 45, "i32_cast_to_fp_p": 45, "fp_cast_to_fp_p": 45, "fp_cast_to_int8_p": 45, "dp_cast_to_dp_p": 45, "dp_cast_to_fp_p": 45, "c64_cast_to_c64_p": 45, "c128_cast_to_c128_p": 45, "lceil": [46, 154, 165, 169, 207], "rceil": [46, 154, 165, 169, 207], "fp_ceil_": 46, "hp_ceil_": 46, "dp_ceil_": 46, "fp_ceil_p": 46, "hp_ceil_p": 46, "dp_ceil_p": 46, "i16_clip_": 47, "i32_clip_": 47, "dp_clip_": 47, "i16_clip_p": 47, "i32_clip_p": 47, "dp_clip_p": 47, "input_0": 48, "input_1": 48, "num_input": [48, 206], "input_ndim": [48, 93, 94, 199, 200, 206], "i8_concat_": 48, "i16_concat_": 48, "i32_concat_": 48, "hp_concat_": 48, "fp_concat_": 48, "dp_concat_": 48, "c64_concat_": 48, "c128_concat_": 48, "shape0": 48, "shape1": 48, "shape2": 48, "0b1011": [48, 79, 80, 117, 118, 199, 206, 222], "i8_concat_p": 48, "i16_concat_p": 48, "i32_concat_p": 48, "hp_concat_p": 48, "fp_concat_p": 48, "dp_concat_p": 48, "c64_concat_p": 48, "c128_concat_p": 48, "valu": [49, 83, 84, 91, 102, 127, 154], "value_r": 49, "value_imag": 49, "i8_constant_of_shape_": 49, "i16_constant_of_shape_": 49, "i32_constant_of_shape_": 49, "fp_constant_of_shape_": 49, "dp_constant_of_shape_": 49, "c64_constant_of_shape_": 49, "c128_constant_of_shape_": 49, "16000": 49, "c64": [49, 163, 241], "val_r": 49, "val_i": 49, "i8_constant_of_shape_p": 49, "i16_constant_of_shape_p": 49, "i32_constant_of_shape_p": 49, "fp_constant_of_shape_p": 49, "dp_constant_of_shape_p": 49, "c64_constant_of_shape_p": 49, "c128_constant_of_shape_p": 49, "14f": 49, "out_j": 50, "ccor": 50, "cross": [50, 181, 189, 193], "correl": 50, "kernel": [50, 62], "_size": [50, 74, 80, 81, 82, 102, 123, 168, 189, 196, 199], "quant_param": 50, "convquantparamet": 50, "left_shift_": 50, "right_shift_": 50, "multiplier_": 50, "filter_zp_ptr_": 50, "output_zp_": 50, "mini_": 50, "maxi_": 50, "per_channel_": 50, "i8_conv2d_": 50, "hp_conv2d_": 50, "fp_conv2d_": 50, "testconvsmcfp32": 50, "i8_conv2d_p": 50, "hp_conv2d_p": 50, "fp_conv2d_p": 50, "testconvl2fp32": 50, "0b0001": [50, 51, 55, 56, 77, 84, 101, 109, 161, 164, 166, 174, 205, 230], "convtransposeparamet": 51, "i8_convtranspose_": 51, "hp_convtranspose_": 51, "fp_convtranspose_": 51, "testconvtransposesmcfp32": 51, "check": [51, 161, 164, 166, 167, 204], "0x94000000": [51, 56], "memset": [51, 67, 137, 165, 197, 208], "i8_convtranspose_p": 51, "hp_convtranspose_p": 51, "fp_convtranspose_p": 51, "testconvtransposel2fp32": 51, "0x10003000": [51, 122, 154, 174, 184, 187, 212, 214, 215, 220, 232], "0x10005000": [51, 174, 184, 220], "backprop": [52, 53], "fusion": [52, 53, 100], "depthwis": [52, 53], "1x1": [52, 53], "dw": [52, 62, 124, 125, 126], "conv2dgradfilt": 52, "out_h": [52, 53, 62], "out_w": [52, 53, 62], "pad_r_": [52, 53], "pad_d_": [52, 53], "nweights_": [52, 53], "kernel_h": [52, 53, 62], "kernel_w": [52, 53, 62], "hp_conv2dbackpropfilterfusion_": 52, "fp_conv2dbackpropfilterfusion_": 52, "conv_paramet": [52, 53], "0xb0002000": [52, 53, 92, 100], "0x20000": [52, 53], "hp_conv2dbackpropfilterfusion_p": 52, "fp_conv2dbackpropfilterfusion_p": 52, "0x10000": [52, 53], "hp_conv2dbackpropinputfusion_": 53, "fp_conv2dbackpropinputfusion_": 53, "hp_conv2dbackpropinputfusion_p": 53, "fp_conv2dbackpropinputfusion_p": 53, "cosin": 54, "radian": 54, "i8_cos_": 54, "i16_cos_": 54, "i32_cos_": 54, "hp_cos_": 54, "fp_cos_": 54, "dp_cos_": 54, "i8_cos_p": 54, "i16_cos_p": 54, "i32_cos_p": 54, "hp_cos_p": 54, "fp_cos_p": 54, "dp_cos_p": 54, "out_shap": [55, 67, 137, 175, 176, 207], "type_s": [55, 84, 167, 212, 214], "anytype_crop_anycor": 55, "testcropsmcfp32": 55, "offset_": 55, "0x98000000": [55, 77, 161, 166, 174, 205, 230], "0xa8000000": [55, 166, 167, 174], "0xa8200000": 55, "0xa8410000": 55, "box_idx": 56, "box": [56, 142, 152, 156], "box_index": 56, "y1": [56, 169], "y2": [56, 169], "image_height": 56, "extrapolation_valu": 56, "cropandresizeparamet": 56, "input_shape_": [56, 164, 167], "output_shape_": [56, 164], "x_lefts_": [56, 164], "x_rights_": [56, 164], "y_tops_": [56, 164], "y_bottoms_": [56, 164], "x_weights_": [56, 164], "y_weights_": [56, 164], "line_buffers_": [56, 164], "i8_crop_and_resize_anycor": 56, "hp_crop_and_resize_anycor": 56, "fp_crop_and_resize_anycor": 56, "testcropandresizesmcfp32": 56, "inp_box": 56, "inp_box_idx": 56, "0x8a000000": [56, 67, 108, 164], "0x8b000000": [56, 67, 108, 164], "0x8c000000": [56, 164], "0x8d000000": [56, 164], "0x8e000000": [56, 164], "0x8f000000": 56, "0x93000000": [56, 127], "0x95000000": [56, 127], "preparecropandresizebilinear": 56, "exclus": 57, "inclus": 57, "out_dim": 57, "axis_dim": 57, "inner_dim": 57, "i8_cum_sum_": 57, "i16_cum_sum_": 57, "i32_cum_sum_": 57, "hp_cum_sum_": 57, "fp_cum_sum_": 57, "dp_cum_sum_": 57, "c64_cum_sum_": 57, "c128_cum_sum_": 57, "i8_cum_sum_p": 57, "i16_cum_sum_p": 57, "i32_cum_sum_p": 57, "hp_cum_sum_p": 57, "fp_cum_sum_p": 57, "dp_cum_sum_p": 57, "c64_cum_sum_p": 57, "c128_cum_sum_p": 57, "label": [59, 61, 140, 141, 180, 181, 189, 193], "blacklist": 59, "hash": [59, 122], "bmod": 59, "_count": [59, 154], "string_point": 59, "string_length": 59, "num_str": 59, "output_label": [59, 61], "output_weight": [59, 61], "fp_extract_features_": 59, "dp_extract_features_": 59, "i8_extract_features_": 59, "i16_extract_features_": 59, "i32_extract_features_": 59, "c64_extract_features_": 59, "c128_extract_features_": 59, "custom_extract_featur": 59, "hello": [59, 60], "world": 59, "test": [59, 127], "fp_extract_features_p": 59, "dp_extract_features_p": 59, "i8_extract_features_p": 59, "i16_extract_features_p": 59, "i32_extract_features_p": 59, "c64_extract_features_p": 59, "c128_extract_features_p": 59, "we": 60, "ll": 60, "will": 60, "300": [60, 198], "str_len": 60, "tmp_str": 60, "result_len": 60, "customnormalize_": 60, "customnormalize_p": 60, "labelinfo": 61, "weight_threshold": 61, "custompredict_": 61, "custompredict_p": 61, "deconvolut": 62, "convolut": 62, "im2row": 62, "gemm": 62, "dy_b": 62, "x_b": 62, "dy_data": 62, "out_c": 62, "x_data": 62, "in_c": 62, "input_batch": 62, "dw_data": 62, "hp_deconv_grad_filter_": 62, "fp_deconv_grad_filter_": 62, "2x2": [62, 72, 75, 88, 89, 98, 99, 110, 111, 204, 210, 237], "input_channel": 62, "grad": [62, 86, 189], "output_channel": 62, "dilation_h": 62, "dilation_w": 62, "seed": [62, 67, 75, 98, 99, 106, 108, 110, 111, 137, 155, 156, 177, 194, 195, 210, 221, 227], "1f": [62, 65, 71, 91, 127], "hp_deconv_grad_filter_p": 62, "fp_deconv_grad_filter_p": 62, "depth": [64, 145], "i8_depthtospace_": 64, "i16_depthtospace_": 64, "i32_depthtospace_": 64, "hp_depthtospace_": 64, "fp_depthtospace_": 64, "dp_depthtospace_": 64, "c64_depthtospace_": 64, "c128_depthtospace_": 64, "i8_depthtospace_p": 64, "i16_depthtospace_p": 64, "i32_depthtospace_p": 64, "hp_depthtospace_p": 64, "fp_depthtospace_p": 64, "dp_depthtospace_p": 64, "c64_depthtospace_p": 64, "c128_depthtospace_p": 64, "nms": [65, 142], "anchor": 65, "input_box": 65, "num_box": [65, 142], "input_scor": 65, "num_classes_with_bg_": 65, "num_classes_with_bg": 65, "use_regular_nm": 65, "max_detect": 65, "max_classes_per_detect": 65, "fast": 65, "detections_per_class": 65, "regular": 65, "nms_score_threshold": 65, "nms_iou_threshold": 65, "y_scale": 65, "x_scale": 65, "h_scale": 65, "w_scale": 65, "decoded_box": 65, "uint8_t": [65, 102], "nms_candid": 65, "select": [65, 70, 234, 235], "score": [65, 142], "all_class_scor": 65, "all_class_index": 65, "single_class_index": 65, "boxes_scal": 65, "boxes_zero_point": 65, "scores_scal": 65, "scores_zero_point": 65, "detectionpostprocessparamet": 65, "output_box": 65, "output_class": 65, "output_scor": 65, "fp_detection_post_process_": 65, "i8_detection_post_process_": 65, "hp_detection_post_process_": 65, "0xa6000000": 65, "0xa7000000": 65, "fp_detection_post_process_p": 65, "i8_detection_post_process_p": 65, "hp_detection_post_process_p": 65, "1917": 65, "i8_div_": 66, "i16_div_": 66, "i32_div_": 66, "hp_div_": 66, "fp_div_": 66, "dp_div_": 66, "c64_div_": 66, "c128_div_": 66, "div": 66, "i8_div_p": 66, "i16_div_p": 66, "i32_div_p": 66, "hp_div_p": 66, "fp_div_p": 66, "dp_div_p": 66, "c64_div_p": 66, "c128_div_p": 66, "dx_1": 67, "x_1": [67, 186], "x_2": [67, 186], "dx_2": 67, "divgrad1l": 67, "divgrad2l": 67, "large_shap": [67, 137], "small_shap": [67, 137], "large_strid": [67, 137], "small_strid": [67, 137], "large_multipl": [67, 137], "small_multipl": [67, 137], "tile_data0": [67, 137], "tile_data1": [67, 137], "tile_data2": 67, "fp_div_grad_": 67, "x1_data": [67, 137], "x2_data": [67, 137], "hp_div_grad_": 67, "0x87000000": [67, 98, 99, 108, 137, 147, 164, 177, 194], "check_dx1": [67, 137], "check_dx2": [67, 137], "dy_siz": [67, 131, 137], "x1_size": [67, 137], "x2_size": [67, 137], "0x8b100000": 67, "0x8b200000": 67, "0x8b300000": 67, "0x8b400000": 67, "0x8b500000": 67, "x1_shape": [67, 137], "0x8b600000": 67, "x2_shape": [67, 137], "0x8b700000": 67, "fp_div_grad_p": 67, "hp_div_grad_p": 67, "0x10016000": [67, 108, 137], "0x10026000": [67, 108, 137], "0x10036000": [67, 108, 137], "0x10046000": 67, "0x10051000": [67, 137], "0x10053000": [67, 88, 116, 137, 204], "0x10054000": [67, 137], "0x10055000": [67, 108, 137], "0x10056000": [67, 88, 116, 204], "0x10057000": 67, "0x10058000": 67, "fp_dropout_": 68, "hp_dropout_": 68, "pre": 68, "generat": 68, "fp_dropout_p": 68, "hp_dropout_p": 68, "dropout": [69, 70, 179, 234, 235], "fp_dropout_grad_": 69, "hp_dropout_grad_": 69, "fp_dropout_grad_p": 69, "hp_dropout_grad_p": 69, "absgrad": [70, 234, 235], "activationgrad": [70, 234, 235], "adamweightdecay": [70, 234], "adderfus": [70, 234, 235], "addfus": [70, 234, 235], "addgrad": [70, 234, 235], "addn": [70, 234, 235], "affin": [70, 234, 235], "allgath": [70, 234, 235], "applymomentum": [70, 234, 235], "assert": [70, 234, 235], "assign": [70, 234, 235], "assignadd": [70, 234], "attent": [70, 234, 235], "audiospectrogram": [70, 234], "avgpool": [70, 234], "avgpoolgrad": [70, 234, 235], "batchnorm": [70, 234, 235], "batchnormgrad": [70, 234, 235], "batchtospac": [70, 234, 235], "batchtospacend": [70, 234, 235], "biasadd": [70, 234, 235], "biasaddgrad": [70, 234, 235], "binarycrossentropi": [70, 234, 235], "binarycrossentropygrad": [70, 234, 235], "broadcastto": [70, 234, 235], "constantofshap": [70, 234, 235], "conv2dtranspos": [70, 234], "conv2dbackpropfilterfus": [70, 234, 235], "conv2dbackpropinputfus": [70, 234, 235], "cropandres": [70, 234, 235], "cumsum": [70, 234, 235], "customextractfeatur": [70, 234, 235], "customnorm": [70, 234, 235], "custompredict": [70, 234, 235], "deconvgradfilt": [70, 234], "depthtospac": [70, 234, 235], "detectionpostprocess": [70, 234, 235], "divfus": [70, 234, 235], "divgrad": [70, 137, 234, 235], "dropoutgrad": [70, 234, 235], "dynamicqu": [70, 234, 235], "eltwis": [70, 234, 235], "embeddinglookup": [70, 234], "equal": [70, 234, 235], "expanddim": [70, 234, 235], "expfus": [70, 234, 235], "fakequantwithminmaxvar": [70, 234], "fakequantwithminmaxvarsperchannel": [70, 234], "fftimag": [70, 234], "fftreal": [70, 234], "fill": [70, 234, 235], "fillv2": [70, 234], "flattengrad": [70, 234, 235], "floordiv": [70, 234, 235], "floormod": [70, 234, 235], "formattranspos": [70, 234], "fullconnect": [70, 234, 235], "fusedbatchnorm": [70, 234, 235], "gatherd": [70, 234, 235], "gathernd": [70, 234, 235], "glu": [70, 234, 235], "greater": [70, 99, 166, 234, 235], "greaterequ": [70, 234, 235], "groupnormfus": [70, 234, 235], "gru": [70, 234, 235], "hashtablelookup": [70, 234, 235], "instancenorm": [70, 234, 235], "invertpermut": [70, 234, 235], "isfinit": [70, 234, 235], "l2norm": [70, 234], "layernormfus": [70, 234, 235], "layernormgrad": [70, 234, 235], "leakyrelu": [70, 234, 235], "less": [70, 111, 166, 234, 235], "lessequ": [70, 234, 235], "log1p": [70, 234, 235], "loggrad": [70, 234, 235], "logicaland": [70, 234, 235], "logicalnot": [70, 234, 235], "logicalor": [70, 234, 235], "logsoftmax": [70, 140, 179, 234, 235], "lpnormal": [70, 234], "lrn": [70, 234, 235], "lshproject": [70, 234, 235], "lstm": [70, 124, 125, 126, 234, 235], "lstmgrad": [70, 234, 235], "lstmgraddata": [70, 234, 235], "lstmgradweight": [70, 234, 235], "matmulfus": [70, 234, 235], "maximum": [70, 129, 142, 234, 235], "maximumgrad": [70, 234, 235], "maxpoolfus": [70, 234, 235], "maxpoolgrad": [70, 234, 235], "mfcc": [70, 234], "minimum": [70, 134, 234, 235], "minimumgrad": [70, 234, 235], "mulfus": [70, 234, 235], "mulgrad": [70, 234, 235], "neg": [70, 117, 234, 235], "neggrad": [70, 234, 235], "nllloss": [70, 141, 234, 235], "nlllossgrad": [70, 234, 235], "nonmaxsuppress": [70, 234, 235], "nonzero": [70, 234, 235], "notequ": [70, 234, 235], "onehot": [70, 234, 235], "oneslik": [70, 234, 235], "padfus": [70, 234, 235], "powergrad": [70, 234, 235], "powfus": [70, 234, 235], "prelufus": [70, 234, 235], "priorbox": [70, 234, 235], "quantdtypecast": [70, 234, 235], "raggedrang": [70, 234, 235], "randomnorm": [70, 234, 235], "randomstandardnorm": [70, 234, 235], "realdiv": [70, 234, 235], "reciproc": [70, 171, 234, 235], "reduc": [70, 162, 234], "reducescatt": [70, 234, 235], "resizegrad": [70, 234, 235], "reversesequ": [70, 234, 235], "reversev2": [70, 234, 235], "rfft": [70, 81, 82, 234], "roipool": [70, 234, 235], "rsqrt": [70, 172, 234, 235], "rsqrtgrad": [70, 234, 235], "scalefus": [70, 234, 235], "scatterel": [70, 234], "scatternd": [70, 234, 235], "scatterndupd": [70, 234, 235], "sgd": [70, 234, 235], "sigmoidcrossentropywithlogit": [70, 234, 235], "sigmoidcrossentropywithlogitsgrad": [70, 234, 235], "skipgram": [70, 234, 235], "slicefus": [70, 234, 235], "smoothl1loss": [70, 234, 235], "smoothl1lossgrad": [70, 234, 235], "softmaxcrossentropywithlogit": [70, 193, 234], "spacetobatch": [70, 234, 235], "spacetobatchnd": [70, 234, 235], "spacetodepth": [70, 234, 235], "sparsefillemptyrow": [70, 234], "sparsereshap": [70, 234], "sparsesegmentsum": [70, 234], "sparsesoftmaxcrossentropywithlogit": [70, 234, 235], "sparsetodens": [70, 234, 235], "splice": [70, 234, 235], "splitwithoverlap": [70, 234, 235], "sqrtgrad": [70, 234, 235], "squarediffer": [70, 234], "stack": [70, 184, 234, 235], "stridedslic": [70, 208, 234, 235], "stridedslicegrad": [70, 234, 235], "subfus": [70, 234, 235], "subgrad": [70, 234, 235], "switch": [70, 234, 235], "switchlay": [70, 234, 235], "tensorarray": [70, 234], "tensorarrayread": [70, 214, 216, 234], "tensorarraywrit": [70, 214, 234], "tensorlistfromtensor": [70, 234, 235], "tensorlistgetitem": [70, 234, 235], "tensorlistreserv": [70, 234, 235], "tensorlistsetitem": [70, 234, 235], "tensorliststack": [70, 234, 235], "tensorscatteradd": [70, 234, 235], "tile": [70, 234], "topkfus": [70, 234, 235], "tril": [70, 234], "triu": [70, 234], "uniformr": [70, 234, 235], "uniqu": [70, 234, 235], "unsortedsegmentsum": [70, 234, 235], "unstack": [70, 234, 235], "zeroslik": [70, 234, 235], "call": [70, 234, 235], "custom": [70, 234, 239], "depend": [70, 234], "genop": [70, 234], "partialfus": [70, 234, 235], "point": [71, 79, 142, 153], "q_i": [71, 153], "x_i": [71, 153, 181], "zp": [71, 153], "127": [71, 79, 104, 153], "infti": 71, "real_valu": 71, "quant_valu": 71, "min_valu": 71, "max_valu": 71, "fp_dynamic_quant_": 71, "hp_dynamic_quant_": 71, "fp_dynamic_quant_p": 71, "hp_dynamic_quant_p": 71, "mathbf": 72, "_mode": 72, "_prod": 72, "_sum": 72, "_maximum": 72, "i8_eltwise_": 72, "eltwise_mode_": 72, "i16_eltwise_": 72, "i32_eltwise_": 72, "hp_eltwise_": 72, "fp_eltwise_": 72, "dp_eltwise_": 72, "c64_eltwise_": 72, "c128_eltwise_": 72, "eltwise_prod": 72, "eltwise_sum": 72, "eltwise_maximum": 72, "i8_eltwise_p": 72, "i16_eltwise_p": 72, "i32_eltwise_p": 72, "hp_eltwise_p": 72, "fp_eltwise_p": 72, "dp_eltwise_p": 72, "c64_eltwise_p": 72, "c128_eltwise_p": 72, "foral": [74, 102], "ids": 74, "textbf": 74, "_regul": 74, "_k": [74, 154], "displaystyl": [74, 131], "leftarrow": [74, 102], "_norm": 74, "layer": [74, 108], "10pt": [74, 102], "12pt": 74, "y_k": 74, "max_norm": 74, "is_regul": 74, "ids_size_": 74, "layer_size_": 74, "layer_num_": 74, "hp_embedding_lookup_": 74, "fp_embedding_lookup_": 74, "0x200000000": 74, "input_data_": 74, "0x210000000": 74, "0x220000000": 74, "0x230000000": 74, "output_data_": 74, "0x240000000": 74, "is_regulated_": 74, "0x250000000": 74, "ulp_err": 74, "0x410000000": 74, "layer_s": 74, "0x260000000": 74, "layer_num": 74, "0x261000000": 74, "0x262000000": 74, "ids_siz": 74, "0x263000000": 74, "20000": 74, "test_step": 74, "other": [74, 123], "initi": [74, 91, 127, 167], "hp_embedding_lookup_p": 74, "fp_embedding_lookup_p": 74, "0x110000000": 74, "0x10061000": 74, "0x10062000": 74, "0x10063000": 74, "i8_equal_": 75, "i16_equal_": 75, "i32_equal_": 75, "hp_equal_": 75, "fp_equal_": 75, "dp_equal_": 75, "c64_equal_": 75, "c128_equal_": 75, "f_min": [75, 98, 99, 108, 110, 111, 132], "f_max": [75, 98, 99, 108, 110, 111, 132], "total_input0": [75, 88, 98, 99, 110, 111, 204], "total_input1": [75, 88, 98, 99, 110, 111, 204], "total_output": [75, 88, 98, 99, 110, 111, 204], "i8_equal_p": 75, "i16_equal_p": 75, "i32_equal_p": 75, "hp_equal_p": 75, "fp_equal_p": 75, "dp_equal_p": 75, "c64_equal_p": 75, "c128_equal_p": 75, "function": [76, 179], "int_": 76, "dt": 76, "fp_erf_": 76, "dp_erf_": 76, "hp_erf_": 76, "c6678": 76, "fp_erf_p": 76, "dp_erf_p": 76, "hp_erf_p": 76, "total_copy_s": [77, 205, 230], "anytype_expand_dims_anycor": 77, "s_": 78, "_scale": [78, 165], "in_scal": 78, "out_scal": 78, "i8_exp_": 78, "i16_exp_": 78, "i32_exp_": 78, "hp_exp_": 78, "fp_exp_": 78, "dp_exp_": 78, "c64_exp_": 78, "c128_exp_": 78, "i8_exp_p": 78, "i16_exp_p": 78, "i32_exp_p": 78, "hp_exp_p": 78, "fp_exp_p": 78, "dp_exp_p": 78, "c64_exp_p": 78, "c128_exp_p": 78, "zero_point": 79, "quant_min": [79, 80], "quant_max": [79, 80], "quant": [79, 80], "_max": [79, 80, 229], "_min": [79, 80], "clamp": 79, "nudg": [79, 80], "symmetr": [79, 80, 147], "nudge_min": 79, "nudge_max": 79, "fp_fake_quant_with_min_max_vars_": 79, "hp_fake_quant_with_min_max_vars_": 79, "min_v": 79, "max_v": 79, "960001": [79, 117, 118, 128, 133, 146, 163], "fp_fake_quant_with_min_max_vars_p": 79, "hp_fake_quant_with_min_max_vars_p": 79, "per": 80, "channel_num": 80, "scale_c": [80, 92, 100], "_val_c": 80, "fakequ": 80, "_min_c": 80, "fp_fake_quant_with_min_max_vars_per_channel_": 80, "hp_fake_quant_with_min_max_vars_per_channel_": 80, "min_arr": 80, "max_arr": 80, "0xa1001000": 80, "960000": 80, "fp_fake_quant_with_min_max_vars_per_channel_p": 80, "hp_fake_quant_with_min_max_vars_per_channel_p": 80, "0x10008000": [80, 92, 100, 101, 180, 184], "0x10008100": 80, "0x10009000": [80, 184], "twiddl": [81, 82, 168], "factor": [81, 82, 168], "irfft": [81, 82, 168], "kn": [81, 82, 168], "fft_size": [81, 82, 168], "dir": [81, 82, 168], "fft_forward": [81, 82, 168], "fft_invers": [81, 82, 168], "scratch_ptr": [81, 82, 168, 194], "fft_size1": [81, 82, 168], "fft_size2": [81, 82, 168], "int64": [81, 82, 168], "signal_s": [81, 82, 168], "tupl": [81, 82, 168], "_ndim": [81, 82, 168], "typeerror": [81, 82, 168], "irff": [81, 82, 168], "fillparamet": 83, "shape_": [83, 85, 166, 179, 211], "ndim_": [83, 85, 166, 167], "elem_cnt_": [83, 85], "type_size_": [83, 85, 166, 167], "i8_fill_": 83, "i16_fill_": 83, "i32_fill_": 83, "hp_fill_": 83, "fp_fill_": 83, "dp_fill_": 83, "c64_fill_": 83, "c128_fill_": 83, "i8_fill_p": 83, "i16_fill_p": 83, "i32_fill_p": 83, "hp_fill_p": 83, "fp_fill_p": 83, "dp_fill_p": 83, "c64_fill_p": 83, "c128_fill_p": 83, "anytype_fillv2_": 84, "789": 84, "anytype_fillv2_p": 84, "flattenparamet": 85, "0x1": 85, "_input": [86, 206], "_output": [86, 169], "origin": 86, "_shape": [86, 192, 196, 206, 207], "origin_shap": 86, "origin_ndim": 86, "fp_flatten_grad_": 86, "hp_flatten_grad_": 86, "grad_flat": 86, "grad_out": 86, "fp_flatten_grad_p": 86, "hp_flatten_grad_p": 86, "floorf": [87, 89], "hp_floor_": 87, "fp_floor_": 87, "dp_floor_": 87, "hp_floor_p": 87, "fp_floor_p": 87, "dp_floor_p": 87, "modulus": 88, "lfloor": [88, 165], "rfloor": [88, 165], "fp_floor_mod_": 88, "hp_floor_mod_": 88, "dp_floor_mod_": 88, "fp_floor_mod_p": 88, "hp_floor_mod_p": 88, "dp_floor_mod_p": 88, "hp_floor_div_": 89, "src_data0": 89, "src_data1": 89, "fp_floor_div_": 89, "dp_floor_div_": 89, "hp_floor_div_p": 89, "fp_floor_div_p": 89, "dp_floor_div_p": 89, "0x10841000": 89, "0x10842000": 89, "0x10843000": 89, "nc4hw4": 90, "nc8hw8": 90, "src_format": 90, "dst_format": 90, "plane": 90, "clx64": [90, 198, 224], "i16": [90, 117, 118, 122, 128, 133, 135, 162, 198, 224, 241], "i32": [90, 117, 118, 122, 128, 133, 135, 162, 198, 224, 241], "fp_format_transpose_": 90, "hp_format_transpose_": 90, "dp_format_transpose_": 90, "i8_format_transpose_": 90, "i16_format_transpose_": 90, "i32_format_transpose_": 90, "c64_format_transpose_": 90, "c128_format_transpose_": 90, "fp_format_transpose_p": 90, "hp_format_transpose_p": 90, "dp_format_transpose_p": 90, "i8_format_transpose_p": 90, "i16_format_transpose_p": 90, "i32_format_transpose_p": 90, "c64_format_transpose_p": 90, "c128_format_transpose_p": 90, "a_": 91, "b_": [91, 101, 123], "bias_": 91, "a_transpos": [91, 127], "b_transpos": [91, 127], "t_a": 91, "t_b": 91, "activation_non": 91, "activation_relu": [91, 127], "activation_relu6": 91, "i8_full_connection_": 91, "fp_full_connection_": 91, "hp_full_connection_": 91, "a_ref": [91, 127], "b_ref": [91, 127], "c_ref": [91, 127], "bias_ref": [91, 127], "c_singl": [91, 127], "small": [91, 127], "i8_full_connection_p": 91, "fp_full_connection_p": 91, "hp_full_connection_p": 91, "fuse": 92, "mean_c": 92, "variance_c": 92, "y_": [92, 100, 103, 120, 165, 189], "offset_c": [92, 100], "hp_fusedbatchnorm_": 92, "fp_fusedbatchnorm_": 92, "0xb0003000": [92, 100], "hp_fusedbatchnorm_p": 92, "fp_fusedbatchnorm_p": 92, "0x1000c000": [92, 100, 101], "0x10014000": [92, 100, 101], "batch_dim": [93, 166], "indices_shap": [93, 94, 145, 174, 175, 176], "indices_ndim": [93, 94, 175, 176], "i8_gather_": 93, "i16_gather_": 93, "i32_gather_": 93, "hp_gather_": 93, "fp_gather_": 93, "dp_gather_": 93, "c64_gather_": 93, "c128_gather_": 93, "800": [93, 132], "80": [93, 200], "i8_gather_p": 93, "i16_gather_p": 93, "i32_gather_p": 93, "hp_gather_p": 93, "fp_gather_p": 93, "dp_gather_p": 93, "c64_gather_p": 93, "c128_gather_p": 93, "i8_gather_nd_": 94, "i16_gather_nd_": 94, "i32_gather_nd_": 94, "hp_gather_nd_": 94, "fp_gather_nd_": 94, "dp_gather_nd_": 94, "c64_gather_nd_": 94, "c128_gather_nd_": 94, "i8_gather_nd_p": 94, "i16_gather_nd_p": 94, "i32_gather_nd_p": 94, "hp_gather_nd_p": 94, "fp_gather_nd_p": 94, "dp_gather_nd_p": 94, "c64_gather_nd_p": 94, "c128_gather_nd_p": 94, "i_0": [95, 185], "i_n": [95, 145], "_x": [95, 165, 211], "i_": [95, 145, 185], "index_shap": 95, "fp_gather_d_": 95, "dp_gather_d_": 95, "i8_gather_d_": 95, "i16_gather_d_": 95, "i32_gather_d_": 95, "c64_gather_d_": 95, "c128_gather_d_": 95, "fp_gatherd_": 95, "fp_gather_d_p": 95, "dp_gather_d_p": 95, "i8_gather_d_p": 95, "i16_gather_d_p": 95, "i32_gather_d_p": 95, "c64_gather_d_p": 95, "c128_gather_d_p": 95, "fp_gatherd_p": 95, "split_dim": 97, "otim": 97, "in_data": [97, 196, 220, 224], "split_data": 97, "num_split": [97, 199, 200], "split_siz": [97, 199], "i8_glu_": 97, "hp_glu_": 97, "fp_glu_": 97, "7004": [97, 145, 152], "split_data_buf": 97, "i8_glu_p": 97, "hp_glu_p": 97, "fp_glu_p": 97, "fp_greater_": 98, "hp_greater_": 98, "dp_greater_": 98, "i32_greater_": 98, "i16_greater_": 98, "i8_greater_": 98, "63": [98, 99], "fp_greater_p": 98, "hp_greater_p": 98, "i32_greater_p": 98, "i16_greater_p": 98, "i8_greater_p": 98, "fp_greater_equal_": 99, "hp_greater_equal_": 99, "dp_greater_equal_": 99, "i32_greater_equal_": 99, "i16_greater_equal_": 99, "i8_greater_equal_": 99, "fp_greater_equal_p": 99, "hp_greater_equal_p": 99, "i32_greater_equal_p": 99, "i16_greater_equal_p": 99, "i8_greater_equal_p": 99, "mu_": [100, 103], "2_": [100, 103], "num_group": 100, "hp_groupnormfusion_": 100, "fp_groupnormfusion_": 100, "49": 100, "hp_groupnormfusion_p": 100, "fp_groupnormfusion_p": 100, "36": 100, "rnn": [101, 123], "x_t": [101, 123, 124, 125, 126], "z_t": 101, "r_t": 101, "n_t": 101, "ir": [101, 237], "hr": 101, "iz": 101, "hz": 101, "odot": [101, 123, 124, 125, 126], "hn": 101, "h_t": [101, 123], "hadamard": 101, "pytorch": 101, "weight_g": 101, "weight_r": 101, "state_bia": [101, 123], "hidden_st": [101, 123], "buffer": [101, 123], "gru_param": 101, "gruparamet": 101, "input_size_": [101, 123], "hidden_size_": [101, 123], "seq_len_": [101, 123], "batch_": [101, 123], "output_step_": [101, 123], "bidirectional_": [101, 123], "input_row_align_": [101, 123], "input_col_align_": [101, 123], "state_row_align_": [101, 123], "state_col_align_": [101, 123], "check_seq_len_": 101, "i8_gru_": 101, "hp_gru_": 101, "fp_gru_": 101, "testgrusmcfp32": 101, "check_seq_len": 101, "bidirect": 101, "hidden_s": [101, 123], "0x88100000": 101, "0x88200000": 101, "0x88300000": 101, "0x88400000": 101, "0x88500000": 101, "0x88600000": 101, "0x88700000": 101, "output_hidden_st": 101, "0x88800000": 101, "0x88900000": 101, "hidden_state_batch": 101, "num_direct": 101, "input_col_align": 101, "state_col_align": 101, "check_output_hidden_st": 101, "0x88a00000": 101, "0x88b00000": 101, "0x88c00000": 101, "0x88d00000": 101, "i8_gru_p": 101, "hp_gru_p": 101, "fp_gru_p": 101, "testgrul2fp32": 101, "0x10018000": [101, 194], "0x1001c000": 101, "0x10024000": [101, 161], "0x10034000": 101, "0x10038000": [101, 194], "0x1003c000": 101, "bsearch": 102, "keys_tensor": 102, "exist": 102, "key": 102, "hit": 102, "values_tensor": 102, "keys_siz": 102, "output_tensor": [102, 184, 217, 218], "hits_tensor": 102, "i32_hashtablelookup_": 102, "i32_hashtablelookup_p": 102, "instanc": [103, 120], "gamma_c": [103, 120], "beta_c": [103, 120], "fp_instance_norm_": 103, "hp_instance_norm_": 103, "001": 103, "fp_instance_norm_p": 103, "hp_instance_norm_p": 103, "32767": 104, "i8_invert_permutation_": 104, "i16_invert_permutation_": 104, "i32_invert_permutation_": 104, "i8_invert_permutation_p": 104, "i16_invert_permutation_p": 104, "i32_invert_permutation_p": 104, "nan": [105, 113, 115, 149, 170, 201], "i8_is_finite_": 105, "i16_is_finite_": 105, "i32_is_finite_": 105, "hp_is_finite_": 105, "fp_is_finite_": 105, "dp_is_finite_": 105, "c64_is_finite_": 105, "c128_is_finite_": 105, "i8_is_finite_p": 105, "i16_is_finite_p": 105, "i32_is_finite_p": 105, "hp_is_finite_p": 105, "fp_is_finite_p": 105, "dp_is_finite_p": 105, "c64_is_finite_p": 105, "c128_is_finite_p": 105, "_relu6": 106, "_relu": [106, 109], "temp_sum": 106, "shape_num": 106, "norm_flag": 106, "is_relu": 106, "is_relu6": 106, "hp_l2norm_": 106, "fp_l2norm_": 106, "hp_l2norm_p": 106, "fp_l2norm_p": 106, "layernorm": [107, 179], "mu": [107, 108], "gamma_i": 107, "beta_i": 107, "gamma_data": 107, "beta_data": 107, "param_inner_s": 107, "param_outer_s": 107, "norm_inner_s": 107, "norm_outer_s": 107, "task_id": 107, "thread_num": 107, "out_mean": 107, "out_vari": 107, "fp_layernormfusion_": 107, "hp_layernormfusion_": 107, "i8_layernormfusion_": 107, "0xd1000000": 107, "fp_layernormfusion_p": 107, "hp_layernormfusion_p": 107, "i8_layernormfusion_p": 107, "0x10811000": [107, 123], "0x10812000": [107, 123, 206], "0x10821000": 107, "0x10822000": 107, "dg": 108, "x_j": 108, "db": 108, "param_num": 108, "param_s": 108, "block_num": 108, "hp_layer_norm_grad_": 108, "fp_layer_norm_grad_": 108, "check_dx": 108, "check_dg": 108, "check_db": 108, "hp_layer_norm_grad_p": 108, "fp_layer_norm_grad_p": 108, "0x10045000": 108, "elem_cnt": 109, "fp_leaky_relu_": 109, "hp_leaky_relu_": 109, "i8_leaky_relu_": 109, "fp_leaky_relu_p": 109, "hp_leaky_relu_p": 109, "i8_leaky_relu_p": 109, "input0_0": [110, 111], "broadcast": [110, 111, 149], "input1_0": [110, 111], "no": [110, 111], "i8_less_": 110, "i16_less_": 110, "i32_less_": 110, "hp_less_": 110, "fp_less_": 110, "dp_less_": 110, "i8_less_p": 110, "i16_less_p": 110, "i32_less_p": 110, "hp_less_p": 110, "fp_less_p": 110, "dp_less_p": 110, "i8_less_equal_": 111, "i16_less_equal_": 111, "i32_less_equal_": 111, "hp_less_equal_": 111, "fp_less_equal_": 111, "dp_less_equal_": 111, "i8_less_equal_p": 111, "i16_less_equal_p": 111, "i32_less_equal_p": 111, "hp_less_equal_p": 111, "fp_less_equal_p": 111, "dp_less_equal_p": 111, "hp_linspace_": 112, "fp_linspace_": 112, "1001": 112, "hp_linspace_p": 112, "fp_linspace_p": 112, "inf": [113, 149], "fp_log_": 113, "hp_log_": 113, "i16_log_": 113, "i32_log_": 113, "fp_log_p": 113, "hp_log_p": 113, "i16_log_p": 113, "i32_log_p": 113, "i8_log1p_": 114, "i16_log1p_": 114, "i32_log1p_": 114, "hp_log1p_": 114, "fp_log1p_": 114, "dp_log1p_": 114, "i8_log1p_p": 114, "i16_log1p_p": 114, "i32_log1p_p": 114, "hp_log1p_p": 114, "fp_log1p_p": 114, "dp_log1p_p": 114, "fp_log_grad_": 115, "hp_log_grad_": 115, "log_grad": 115, "0xa0100000": [115, 149, 154, 181], "fp_log_grad_p": 115, "hp_log_grad_p": 115, "land": 116, "fp_logical_and_": 116, "hp_logical_and_": 116, "dp_logical_and_": 116, "i8_logical_and_": 116, "i16_logical_and_": 116, "i32_logical_and_": 116, "fp_logical_and_p": 116, "hp_logical_and_p": 116, "dp_logical_and_p": 116, "i8_logical_and_p": 116, "i16_logical_and_p": 116, "i32_logical_and_p": 116, "i8": [117, 118, 122, 128, 133, 135, 189, 241], "i8_logical_not_": 117, "i16_logical_not_": 117, "i32_logical_not_": 117, "hp_logical_not_": 117, "fp_logical_not_": 117, "dp_logical_not_": 117, "i8_logical_not_p": 117, "i16_logical_not_p": 117, "i32_logical_not_p": 117, "hp_logical_not_p": 117, "fp_logical_not_p": 117, "dp_logical_not_p": 117, "lor": 118, "i8_logical_or_": 118, "i16_logical_or_": 118, "i32_logical_or_": 118, "hp_logical_or_": 118, "fp_logical_or_": 118, "dp_logical_or_": 118, "in0": [118, 128, 133, 135, 206], "in1": [118, 128, 133, 135, 206], "i8_logical_or_p": 118, "i16_logical_or_p": 118, "i32_logical_or_p": 118, "hp_logical_or_p": 118, "fp_logical_or_p": 118, "dp_logical_or_p": 118, "sum_j": [119, 188], "along": [119, 188, 231], "given": [119, 188], "n_dim": [119, 188], "outter_s": [119, 188, 193], "sum_data": [119, 188, 189, 193], "fp_logsoftmax_": 119, "hp_logsoftmax_": 119, "i8_logsoftmax_": 119, "fp_logsoftmax_p": 119, "hp_logsoftmax_p": 119, "i8_logsoftmax_p": 119, "lp": 120, "fp_lp_norm_": 120, "hp_lp_norm_": 120, "lpnorm": 120, "fp_lp_norm_p": 120, "hp_lp_norm_p": 120, "local": [121, 122], "respons": 121, "out_siz": 121, "depth_radius": 121, "hp_lrn_s": 121, "fp_lrn_s": 121, "96": 121, "0001f": 121, "75f": 121, "hp_lrn_p": 121, "fp_lrn_p": 121, "sensit": 122, "lsh": 122, "bits_per_hash": 122, "fnv1a": 122, "seed_": 122, "bit": 122, "hash_se": 122, "featur": 122, "hash_group_num": 122, "le": [122, 130, 131, 134, 151, 181, 185, 200], "feature_num": 122, "i8_lsh_projection_": 122, "i16_lsh_projection_": 122, "i32_lsh_projection_": 122, "hp_lsh_projection_": 122, "fp_lsh_projection_": 122, "dp_lsh_projection_": 122, "i8_lsh_projection_p": 122, "i16_lsh_projection_p": 122, "i32_lsh_projection_p": 122, "hp_lsh_projection_p": 122, "fp_lsh_projection_p": 122, "dp_lsh_projection_p": 122, "i_t": 123, "ii": 123, "hi": 123, "f_t": [123, 124, 125, 126], "hf": 123, "b_f": 123, "ig": 123, "hg": 123, "b_g": 123, "o_t": [123, 124, 125, 126], "ho": 123, "b_o": 123, "c_t": [123, 124, 125, 126], "seq": 123, "_len": 123, "weight_i": 123, "forget": 123, "weight_h": 123, "hidden": 123, "h_0": 123, "cell_stat": 123, "c_0": 123, "lstmparamet": 123, "project_size_": 123, "lstmp": 123, "output_size_": 123, "zoneout_cell_": 123, "zoneout": 123, "zoneout_hidden_": 123, "simd": 123, "proj_col_align_": 123, "has_bias_": 123, "fp_lstm_s": 123, "hp_lstm_s": 123, "lstm_param": 123, "0xa0003000": [123, 141], "0xa0005000": 123, "0xa0006000": 123, "0xa0007000": 123, "packed_input_": 123, "0xb0100000": [123, 214, 217], "packed_st": 123, "0xb0200000": [123, 214, 217], "state_g": 123, "0xb0300000": 123, "cell_buff": 123, "0xb0400000": 123, "hidden_buff": 123, "0xb0500000": 123, "packed_output": 123, "0xb0600000": 123, "left_matrix": 123, "0xb0700000": 123, "packed_ptr": 123, "0xb0800000": 123, "weight_segment_num_": 123, "row_tile_": 123, "col_tile_": 123, "up_round": 123, "state_row_tile_": 123, "state_col_tile_": 123, "input_bias_": 123, "0x11": 123, "fp_lstm_p": 123, "hp_lstm_p": 123, "0x10813000": 123, "0x10814800": 123, "0x10815000": 123, "0x10815f00": 123, "0x108160000": 123, "0x10816100": 123, "0x10816200": 123, "0x10816300": 123, "0x10816400": 123, "0x10816500": 123, "0x10816600": 123, "0x10816700": 123, "dh_t": [124, 125, 126], "dy_t": [124, 125, 126], "dh_": [124, 125, 126], "dc_t": [124, 125, 126], "dc_": [124, 125, 126], "f_": [124, 125, 126], "dx_t": [124, 125, 126], "da_t": [124, 125, 126], "sum_t": [124, 125, 126], "du": [124, 125, 126], "dynamic_param": [124, 125, 126], "dx_": [124, 125, 126], "da_tmp_": [124, 125, 126], "fp_lstmgrad_": 124, "hp_lstmgrad_": 124, "fp_lstmgrad_p": 124, "hp_lstmgrad_p": 124, "fp_lstmgraddata_": 125, "hp_lstmgraddata_": 125, "fp_lstmgraddata_p": 125, "hp_lstmgraddata_p": 125, "fp_lstmgradweight_": 126, "hp_lstmgradweight_": 126, "fp_lstmgradweight_p": 126, "hp_lstmgradweight_p": 126, "act": 127, "ident": 127, "bias_broadcast": 127, "i8_matmul_fusion_": 127, "i16_matmul_fusion_": 127, "i32_matmul_fusion_": 127, "hp_matmul_fusion_": 127, "fp_matmul_fusion_": 127, "dp_matmul_fusion_": 127, "c64_matmul_fusion_": 127, "c128_matmul_fusion_": 127, "c_multi": 127, "core": 127, "onli": 127, "coreid": 127, "i8_matmul_fusion_p": 127, "i16_matmul_fusion_p": 127, "i32_matmul_fusion_p": 127, "hp_matmul_fusion_p": 127, "fp_matmul_fusion_p": 127, "dp_matmul_fusion_p": 127, "c64_matmul_fusion_p": 127, "c128_matmul_fusion_p": 127, "i8_maximum_": 128, "i16_maximum_": 128, "i32_maximum_": 128, "hp_maximum_": 128, "fp_maximum_": 128, "dp_maximum_": 128, "i8_maximum_p": 128, "i16_maximum_p": 128, "i32_maximum_p": 128, "hp_maximum_p": 128, "fp_maximum_p": 128, "dp_maximum_p": 128, "dx0": [129, 134, 137], "hp_maximum_grad_": 129, "fp_maximum_grad_": 129, "hp_maximum_grad_p": 129, "fp_maximum_grad_p": 129, "h_o": [130, 131], "w_o": [130, 131], "bigg": 130, "max_": [130, 131, 169], "h_i": [130, 131], "w_i": [130, 131], "mathcal": [130, 131, 155, 156, 227], "big": 130, "_u": [130, 131], "delta": [130, 131, 154, 157], "_l": [130, 131], "win": [130, 131], "qquad": [130, 131], "hp_maxpool_fusion_": 130, "fp_maxpool_fusion_": 130, "dp_maxpool_fusion_": 130, "check_ptr": [130, 131], "0x0f": [130, 177, 204, 210, 221], "hp_maxpool_fusion_p": 130, "fp_maxpool_fusion_p": 130, "dp_maxpool_fusion_p": 130, "maxpool": 131, "mathrel": [131, 165, 196], "fp_maxpool_grad_": 131, "dy_ptr": 131, "hp_maxpool_grad_": 131, "gin_w": 131, "gin_h": 131, "gbatch": 131, "fp_maxpool_grad_p": 131, "hp_maxpool_grad_p": 131, "mel": 132, "frequenc": 132, "cepstral": 132, "coeffici": 132, "mfcc_i": 132, "mfcc_param": 132, "mfcc_workspac": 132, "sample_r": 132, "n_mfcc": 132, "dct_type": 132, "dct": 132, "log_mel": 132, "n_mel": 132, "normtyp": 132, "normmod": 132, "norm_m": 132, "meltyp": 132, "mel_scal": 132, "mfccparam": 132, "all_freq": 132, "m_pts": 132, "f_pts": 132, "fb": 132, "f_diff": 132, "slope": [132, 151], "down_slop": 132, "up_slop": 132, "dct_mat": 132, "spectrogram_output": 132, "mel_spectrogram_output": 132, "mfccworkspaceparam": 132, "fp_mfcc_s": 132, "hp_mfcc_s": 132, "0x83100000": 132, "0x83300000": 132, "norm_slaney": 132, "norm_mode_ortho": 132, "mel_htk": 132, "fp_mfcc_p": 132, "hp_mfcc_p": 132, "i8_minimum_": 133, "i16_minimum_": 133, "i32_minimum_": 133, "hp_minimum_": 133, "fp_minimum_": 133, "dp_minimum_": 133, "i8_minimum_p": 133, "i16_minimum_p": 133, "i32_minimum_p": 133, "hp_minimum_p": 133, "fp_minimum_p": 133, "dp_minimum_p": 133, "hp_minimumgrad_": 134, "fp_minimumgrad_": 134, "hp_minimumgrad_p": 134, "fp_minimumgrad_p": 134, "fmod": 135, "pmod": 135, "i8_mod_": 135, "i16_mod_": 135, "i32_mod_": 135, "hp_mod_": 135, "fp_mod_": 135, "dp_mod_": 135, "10000": 135, "i8_mod_p": 135, "i16_mod_p": 135, "i32_mod_p": 135, "hp_mod_p": 135, "fp_mod_p": 135, "dp_mod_p": 135, "i8_mul_": 136, "i16_mul_": 136, "i32_mul_": 136, "hp_mul_": 136, "fp_mul_": 136, "dp_mul_": 136, "c64_mul_": 136, "c128_mul_": 136, "i8_mul_p": 136, "i16_mul_p": 136, "i32_mul_p": 136, "hp_mul_p": 136, "fp_mul_p": 136, "dp_mul_p": 136, "c64_mul_p": 136, "c128_mul_p": 136, "gradmul1l": 137, "gradmul2l": 137, "fp_mul_grad_": 137, "hp_mul_grad_": 137, "0x91001000": 137, "0x91002000": 137, "0x91003000": 137, "0x91004000": 137, "0x91005000": 137, "0x91006000": 137, "0x1007000": 137, "fp_mul_grad_p": 137, "hp_mul_grad_p": 137, "0x10052000": 137, "i8_neg_": 138, "i16_neg_": 138, "i32_neg_": 138, "hp_neg_": 138, "fp_neg_": 138, "dp_neg_": 138, "c64_neg_": 138, "c128_neg_": 138, "i8_neg_p": 138, "i16_neg_p": 138, "i32_neg_p": 138, "hp_neg_p": 138, "fp_neg_p": 138, "dp_neg_p": 138, "c64_neg_p": 138, "c128_neg_p": 138, "i8_neg_grad_": 139, "i16_neg_grad_": 139, "i32_neg_grad_": 139, "hp_neg_grad_": 139, "fp_neg_grad_": 139, "dp_neg_grad_": 139, "c64_neg_grad_": 139, "c128_neg_grad_": 139, "i8_neg_grad_p": 139, "i16_neg_grad_p": 139, "i32_neg_grad_p": 139, "hp_neg_grad_p": 139, "fp_neg_grad_p": 139, "dp_neg_grad_p": 139, "c64_neg_grad_p": 139, "c128_neg_grad_p": 139, "probabl": 140, "negat": [140, 141, 149], "likelihood": [140, 141], "p_": [140, 189, 193], "reduction_typ": [140, 141, 174], "log_prob": 140, "class_num": [140, 141, 142], "total_weight": [140, 141], "i8_nllloss_": 140, "hp_nllloss_": 140, "fp_nllloss_": 140, "total_w": 140, "0xc0001000": 140, "i8_nllloss_p": 140, "hp_nllloss_p": 140, "fp_nllloss_p": 140, "logit": [141, 180, 181, 189, 193], "g_i": 141, "dfrac": [141, 181], "loss_grad": 141, "logits_grad": 141, "hp_nlllossgrad_": 141, "fp_nlllossgrad_": 141, "0xa0004000": 141, "hp_nlllossgrad_p": 141, "fp_nlllossgrad_p": 141, "0x10860000": 141, "non": 142, "suppress": 142, "iou": 142, "box_i": 142, "box_j": 142, "_threshold": 142, "rightarrow": [142, 194], "intersec": 142, "_area": 142, "cand": 142, "nmsparam": 142, "candid": 142, "batch_num": 142, "box_num": 142, "center_point_box": 142, "corner": 142, "simple_out": 142, "max_output_per_class": 142, "iou_threshold": 142, "score_threshold": 142, "nmsparamfp32": 142, "nmsparamint8": 142, "uint64_t": [142, 193], "iou_threshold_bit": 142, "score_threshold_bit": 142, "nmsparamfp16": 142, "i8_non_max_suppression_": 142, "fp_non_max_suppression_": 142, "hp_non_max_suppression_": 142, "i8_non_max_suppression_p": 142, "fp_non_max_suppression_p": 142, "hp_non_max_suppression_p": 142, "0x1000000": [142, 161], "float_ep": 143, "dim_strid": 143, "non_zero_num": 143, "fp_nonzero_": 143, "dp_nonzero_": 143, "i8_nonzero_": 143, "i16_nonzero_": 143, "i32_nonzero_": 143, "c64_nonzero_": 143, "c128_nonzero_": 143, "fp_nonzero_p": 143, "dp_nonzero_p": 143, "i8_nonzero_p": 143, "i16_nonzero_p": 143, "i32_nonzero_p": 143, "c64_nonzero_p": 143, "c128_nonzero_p": 143, "i8_not_equal_": 144, "i16_not_equal_": 144, "i32_not_equal_": 144, "hp_not_equal_": 144, "fp_not_equal_": 144, "dp_not_equal_": 144, "c64_not_equal_": 144, "c128_not_equal_": 144, "i8_not_equal_p": 144, "i16_not_equal_p": 144, "i32_not_equal_p": 144, "hp_not_equal_p": 144, "fp_not_equal_p": 144, "dp_not_equal_p": 144, "c64_not_equal_p": 144, "c128_not_equal_p": 144, "hot": [145, 193], "encod": 145, "i_1": [145, 185], "i_2": 145, "on": [145, 239], "_valu": [145, 194, 197], "indices_": 145, "off": 145, "support_neg_index": 145, "on_off": 145, "on_valu": 145, "off_valu": 145, "indices_shape_s": 145, "mt6678": 145, "int_param": 145, "i8_onehot_": 145, "i16_onehot_": 145, "i32_onehot_": 145, "hp_onehot_": 145, "fp_onehot_": 145, "dp_onehot_": 145, "c64_onehot_": 145, "c128_onehot_": 145, "fp_onehot_p": 145, "i8_onehot_p": 145, "i16_onehot_p": 145, "i32_onehot_p": 145, "hp_onehot_p": 145, "dp_onehot_p": 145, "c64_onehot_p": 145, "c128_onehot_p": 145, "0i": 146, "i8_ones_like_": 146, "i16_ones_like_": 146, "i32_ones_like_": 146, "hp_ones_like_": 146, "fp_ones_like_": 146, "dp_ones_like_": 146, "c64_ones_like_": 146, "c128_ones_like_": 146, "0x0b": [146, 163, 175], "i8_ones_like_p": 146, "i16_ones_like_p": 146, "i32_ones_like_p": 146, "hp_ones_like_p": 146, "fp_ones_like_p": 146, "dp_ones_like_p": 146, "c64_ones_like_p": 146, "c128_ones_like_p": 146, "padding_mod": 147, "reflect": 147, "formated_input_shap": 147, "formated_output_shap": 147, "formated_pad": 147, "kreflect": 147, "ksymmetr": 147, "i8_padfusion_": 147, "i16_padfusion_": 147, "i32_padfusion_": 147, "fp_padfusion_": 147, "dp_padfusion_": 147, "c64_padfusion_": 147, "c128_padfusion_": 147, "hp_padfusion_": 147, "28": 147, "i8_padfusion_p": 147, "i16_padfusion_p": 147, "i32_padfusion_p": 147, "fp_padfusion_p": 147, "dp_padfusion_p": 147, "c64_padfusion_p": 147, "c128_padfusion_p": 147, "hp_padfusion_p": 147, "exponent_0": 149, "exponent_i": 149, "expon": 149, "length_in": 149, "fab": 149, "i8_pow_fusion_": 149, "i16_pow_fusion_": 149, "i32_pow_fusion_": 149, "hp_pow_fusion_": 149, "fp_pow_fusion_": 149, "dp_pow_fusion_": 149, "i8_pow_fusion_p": 149, "i16_pow_fusion_p": 149, "i32_pow_fusion_p": 149, "hp_pow_fusion_p": 149, "fp_pow_fusion_p": 149, "dp_pow_fusion_p": 149, "input2_i": 150, "fp_power_grad_": 150, "hp_power_grad_": 150, "fp_power_grad_p": 150, "hp_power_grad_p": 150, "prelu": 151, "fp_prelufusion_": 151, "hp_prelufusion_": 151, "i8_prelufusion_": 151, "prelu_fus": 151, "999": 151, "fp_prelufusion_p": 151, "hp_prelufusion_p": 151, "i8_prelufusion_p": 151, "prior": 152, "xmin": 152, "ymin": 152, "xmax": 152, "ymax": 152, "fmap_h": 152, "fmap_w": 152, "step_h": 152, "step_w": 152, "min_siz": 152, "min_sizes_s": 152, "max_siz": 152, "max_sizes_s": 152, "different_aspect_ratio": 152, "different_aspect_ratios_s": 152, "output_s": [152, 165, 197, 215, 216], "6678": 152, "fp_priorbox_": 152, "hp_priorbox_": 152, "memori": 152, "pointer": 152, "ratio": 152, "ratios_s": 152, "fp_priorbox_p": 152, "hp_priorbox_p": 152, "min_sizes_data": 152, "max_sizes_data": 152, "60": [152, 197, 217], "ratios_data": 152, "quantiz": 153, "dequant": 153, "q_": 153, "q_max": 153, "q_min": 153, "fp_to_i8_quant_": 153, "i8_to_fp_dequant_": 153, "hp_to_i8_quant_": 153, "i8_to_hp_dequant_": 153, "quant_dtype_cast": 153, "05f": 153, "fp_to_i8_quant_p": 153, "i8_to_fp_dequant_p": 153, "hp_to_i8_quant_p": 153, "i8_to_hp_dequant_p": 153, "l_k": 154, "limit": 154, "delta_k": 154, "limit_k": 154, "start_k": 154, "range_count": 154, "i8_ragged_range_": 154, "i16_ragged_range_": 154, "i32_ragged_range_": 154, "hp_ragged_range_": 154, "fp_ragged_range_": 154, "dp_ragged_range_": 154, "0xa0200000": 154, "0xa0300000": 154, "i8_ragged_range_p": 154, "i16_ragged_range_p": 154, "i32_ragged_range_p": 154, "hp_ragged_range_p": 154, "fp_ragged_range_p": 154, "dp_ragged_range_p": 154, "sim": [155, 156, 227], "fp_random_normal_": 155, "hp_random_normal_": 155, "1234": [155, 156, 227], "fp_random_normal_p": 155, "hp_random_normal_p": 155, "muller": 156, "fp_random_standard_normal_": 156, "hp_random_standard_normal_": 156, "fp_random_standard_normal_p": 156, "hp_random_standard_normal_p": 156, "i8_range_": 157, "i16_range_": 157, "i32_range_": 157, "fp_range_": 157, "dp_range_": 157, "i8_range_p": 157, "i16_range_p": 157, "i32_range_p": 157, "fp_range_p": 157, "dp_range_p": 157, "rank_": 158, "rank_p": 158, "fp_": [158, 183], "i8_": [158, 183], "i8_real_div_": 159, "i16_real_div_": 159, "i32_real_div_": 159, "hp_real_div_": 159, "fp_real_div_": 159, "dp_real_div_": 159, "c64_real_div_": 159, "c128_real_div_": 159, "i8_real_div_p": 159, "i16_real_div_p": 159, "i32_real_div_p": 159, "hp_real_div_p": 159, "fp_real_div_p": 159, "dp_real_div_p": 159, "c64_real_div_p": 159, "c128_real_div_p": 159, "i8_reciprocal_": 160, "i16_reciprocal_": 160, "i32_reciprocal_": 160, "hp_reciprocal_": 160, "fp_reciprocal_": 160, "dp_reciprocal_": 160, "c64_reciprocal_": 160, "c128_reciprocal_": 160, "i8_reciprocal_p": 160, "i16_reciprocal_p": 160, "i32_reciprocal_p": 160, "hp_reciprocal_p": 160, "fp_reciprocal_p": 160, "dp_reciprocal_p": 160, "c64_reciprocal_p": 160, "c128_reciprocal_p": 160, "reduceparamet": 161, "data_buffers_": 161, "outer_sizes_": 161, "inner_sizes_": 161, "axis_sizes_": 161, "total_num_": 161, "num_axes_": 161, "mode_": 161, "output_num_": 161, "reduce_mean": 161, "reduce_max": 161, "reduce_min": 161, "reduce_prod": 161, "reduce_sumsquar": 161, "reduce_asum": 161, "reduce_l2norm": 161, "i8_reduce_": 161, "i16_reduce_": 161, "i32_reduce_": 161, "hp_reduce_": 161, "fp_reduce_": 161, "dp_reduce_": 161, "packparam": [161, 174], "num_ax": [161, 224], "axe": 161, "tmp_input_shap": 161, "total_num": 161, "offset_s": 161, "testreducesmcfp32": 161, "0xa8480000": 161, "0xa8483000": 161, "0xa8484000": 161, "0xa8485000": 161, "0xa8486000": 161, "0xa8490000": 161, "i8_reduce_p": 161, "tmp_src_data": 161, "tmp_dst_data": 161, "i16_reduce_p": 161, "i32_reduce_p": 161, "hp_reduce_p": 161, "fp_reduce_p": 161, "dp_reduce_p": 161, "testreducel2fp32": 161, "tmp_input": 161, "tmp_output": 161, "0x10021000": 161, "0x10022000": 161, "0x10023000": 161, "reduce_axi": 161, "break": 161, "reducemean": 162, "reducemax": 162, "reducemin": 162, "reduce_typ": 162, "fp_reducescatter_": 162, "hp_reducescatter_": 162, "dp_reducescatter_": 162, "i8_reducescatter_": 162, "i16_reducescatter_": 162, "i32_reducescatter_": 162, "fp_reducescatter_p": 162, "hp_reducescatter_p": 162, "dp_reducescatter_p": 162, "i8_reducescatter_p": 162, "i16_reducescatter_p": 162, "i32_reducescatter_p": 162, "c128": [163, 241], "i8_reshape_": 163, "i16_reshape_": 163, "i32_reshape_": 163, "hp_reshape_": 163, "fp_reshape_": 163, "dp_reshape_": 163, "c64_reshape_": 163, "c128_reshape_": 163, "i8_reshape_p": 163, "i16_reshape_p": 163, "i32_reshape_p": 163, "hp_reshape_p": 163, "fp_reshape_p": 163, "dp_reshape_p": 163, "c64_reshape_p": 163, "c128_reshape_p": 163, "resizeparamet": 164, "method_": 164, "coordinate_transform_mode_": 164, "cubic_coeff_": 164, "i8_resize_anycor": 164, "hp_resize_anycor": 164, "fp_resize_anycor": 164, "testresizefp32smc": 164, "resizemethod": 164, "method": 164, "coordinatetransformmod": 164, "cubic_coeff": 164, "0x87100000": 164, "bilinear": 164, "prepareresizebilinear": 164, "cubic": 164, "prepareresizebicub": 164, "nearest": [164, 170], "align_corn": [164, 165], "75": 164, "resizenearestneighborgrad": 165, "resizebilineargrad": 165, "in_i": 165, "_corner": 165, "out_x": 165, "in_x": 165, "_addr": 165, "_offset": 165, "in_addr": 165, "out_addr": 165, "top_i": 165, "bottom_i": 165, "_height": [165, 169], "lerp": 165, "_y": [165, 211], "_lerp": 165, "left_x": 165, "right_x": 165, "_width": [165, 169], "in_height": 165, "in_width": 165, "out_height": 165, "out_width": 165, "height_scal": 165, "width_scal": 165, "fp_resizenearestneighborgrad_": 165, "hp_resizenearestneighborgrad_": 165, "fp_resizebilineargrad_": 165, "hp_resizebilineargrad_": 165, "fp_resizenearestneighborgrad_p": 165, "hp_resizenearestneighborgrad_p": 165, "fp_resizebilineargrad_p": 165, "hp_resizebilineargrad_p": 165, "seq_length": 166, "reversesequenceparamet": 166, "strides_": 166, "seq_dim_": 166, "batch_dim_": 166, "copy_elem_num_": 166, "inner_count": 166, "outer_stride_": 166, "outer_count_": 166, "inner_stride_": 166, "inner_count_": 166, "anytype_reverse_sequence_anycor": 166, "0xa8020000": 166, "computestrid": 166, "less_dim": 166, "greater_dim": 166, "calcul": [166, 239], "copi": 166, "at": 166, "countelementafterdim": 166, "number": 166, "countelementbeforedim": 166, "between": 166, "testreversesequencefp32": 166, "orig_seq_length": 166, "seq_dim": 166, "0xb8000000": [166, 174], "0xc8000000": [166, 167, 174], "0xa8010000": 166, "reversev2paramet": 167, "axis_flag_": 167, "input_strides_": 167, "cur_coord_": 167, "cur_coord": 167, "axis_ndim_": 167, "num_elem_": 167, "anytype_reversev2_anycor": 167, "axis_flag": 167, "by": 167, "testreversev2": 167, "axis_ndim": 167, "0x84003000": [167, 204], "0x84004000": 167, "0x84005000": 167, "0x84006000": 167, "0x84007000": 167, "0x1000ll": 167, "c64_rfft_s": 168, "fftw_complex": 168, "c128_rfft_s": 168, "scratch": [168, 194], "c64_rfft_p": 168, "c128_rfft_p": 168, "roi": 169, "region": 169, "interest": 169, "_end": 169, "_start": 169, "in_ptr": 169, "input_n": 169, "input_c": 169, "num_roi": 169, "pooled_height": 169, "pooled_width": 169, "batch_index": 169, "out_ptr": 169, "max_c": 169, "fp_roipooling_": 169, "hp_roipooling_": 169, "i8_roipooling_": 169, "fp_roipooling_p": 169, "hp_roipooling_p": 169, "i8_roipooling_p": 169, "to": [170, 239], "roundf": 170, "fp_round_": 170, "dp_round_": 170, "hp_round_": 170, "fp_round_p": 170, "dp_round_p": 170, "hp_round_p": 170, "root": 171, "i8_rsqrt_": 171, "i16_rsqrt_": 171, "i32_rsqrt_": 171, "hp_rsqrt_s": 171, "fp_rsqrt_s": 171, "dp_rsqrt_s": 171, "c64_rsqrt_s": 171, "c128_rsqrt_s": 171, "i8_rsqrt_p": 171, "i16_rsqrt_p": 171, "i32_rsqrt_p": 171, "hp_rsqrt_p": 171, "fp_rsqrt_p": 171, "dp_rsqrt_p": 171, "c64_rsqrt_p": 171, "c128_rsqrt_p": 171, "fp_rsqrt_grad_": 172, "hp_rsqrt_grad_": 172, "fp_rsqrt_grad_p": 172, "hp_rsqrt_grad_p": 172, "scale_i": 173, "bias_i": 173, "i8_scale_fusion_": 173, "i16_scale_fusion_": 173, "i32_scale_fusion_": 173, "hp_scale_fusion_": 173, "fp_scale_fusion_": 173, "dp_scale_fusion_": 173, "scale_fus": 173, "i8_scale_fusion_p": 173, "i16_scale_fusion_p": 173, "i32_scale_fusion_p": 173, "hp_scale_fusion_p": 173, "fp_scale_fusion_p": 173, "dp_scale_fusion_p": 173, "updat": [174, 175, 176, 213], "scatterelementsparamet": 174, "indices_stride_": 174, "output_stride_": 174, "input_dims_": 174, "axis_": 174, "input_axis_size_": 174, "indices_total_num_": 174, "input_total_num_": 174, "reduction_type_": 174, "i8_scatter_elements_": 174, "i16_scatter_elements_": 174, "i32_scatter_elements_": 174, "hp_scatter_elements_": 174, "fp_scatter_elements_": 174, "dp_scatter_elements_": 174, "c64_scatter_elements_": 174, "c128_scatter_elements_": 174, "testscatterelementssmc": 174, "indices_data": 174, "updates_data": 174, "0xc8020000": 174, "0xc8040000": 174, "i8_scatter_elements_p": 174, "i16_scatter_elements_p": 174, "i32_scatter_elements_p": 174, "hp_scatter_elements_p": 174, "fp_scatter_elements_p": 174, "dp_scatter_elements_p": 174, "c64_scatter_elements_p": 174, "c128_scatter_elements_p": 174, "testscatterelementsl2": 174, "indices_i": 175, "updates_i": 175, "output_ndim": [175, 176], "num_slic": 175, "indices_depth": 175, "i8_scatter_nd_": 175, "i16_scatter_nd_": 175, "i32_scatter_nd_": 175, "hp_scatter_nd_": 175, "fp_scatter_nd_": 175, "dp_scatter_nd_": 175, "c64_scatter_nd_": 175, "c128_scatter_nd_": 175, "ind_shap": [175, 176], "out_ndim": [175, 176], "ind_ndim": [175, 176], "i8_scatter_nd_p": 175, "i16_scatter_nd_p": 175, "i32_scatter_nd_p": 175, "hp_scatter_nd_p": 175, "fp_scatter_nd_p": 175, "dp_scatter_nd_p": 175, "c64_scatter_nd_p": 175, "c128_scatter_nd_p": 175, "i8_scatter_nd_update_": 176, "i16_scatter_nd_update_": 176, "i32_scatter_nd_update_": 176, "hp_scatter_nd_update_": 176, "fp_scatter_nd_update_": 176, "dp_scatter_nd_update_": 176, "c64_scatter_nd_update_": 176, "c128_scatter_nd_update_": 176, "i8_scatter_nd_update_p": 176, "i16_scatter_nd_update_p": 176, "i32_scatter_nd_update_p": 176, "hp_scatter_nd_update_p": 176, "fp_scatter_nd_update_p": 176, "dp_scatter_nd_update_p": 176, "c64_scatter_nd_update_p": 176, "c128_scatter_nd_update_p": 176, "idx2": 177, "condit": [177, 211, 232], "idx1": 177, "idx3": 177, "is_broadcast": 177, "index_list1": 177, "index_list2": 177, "index_list3": 177, "output_dims_num": 177, "i8_select_": 177, "i16_select_": 177, "i32_select_": 177, "hp_select_": 177, "fp_select_": 177, "dp_select_": 177, "c64_select_": 177, "c128_select_": 177, "total_el": [177, 197], "24": [177, 196, 222], "0xc0100000": [177, 231], "0xc0200000": 177, "checkoutput": [177, 197], "0x87800000": 177, "global_input0_dim": 177, "global_input1_dim": 177, "cond_dim": 177, "global_cond_dim": 177, "global_output_dim": [177, 197], "input0_dims_num": 177, "global_input0_dims_num": 177, "input1_dims_num": 177, "global_input1_dims_num": 177, "cond_dims_num": 177, "global_cond_dims_num": 177, "global_output_dims_num": 177, "input0_num": 177, "input1_num": 177, "cond_num": 177, "getbroadcastindex": 177, "i8_select_p": 177, "i16_select_p": 177, "i32_select_p": 177, "hp_select_p": 177, "fp_select_p": 177, "dp_select_p": 177, "c64_select_p": 177, "c128_select_p": 177, "0x10078000": 177, "_decay": 178, "dampen": 178, "u_t": 178, "weight_decay": 178, "hp_sgd_s": 178, "fp_sgd_s": 178, "hp_sgd_p": 178, "fp_sgd_p": 178, "infer": 179, "consttensor": 179, "constscalar": 179, "arithmetic_infershap": 179, "common_infershap": 179, "softmax_infershap": 179, "maxmingrad_infershap": 179, "maxmin": 179, "dropout_infershap": 179, "dynamicquant_infershap": 179, "fft_infershap": 179, "flatten_infershap": 179, "layernorm_infershap": 179, "logsoftmax_infershap": 179, "tensorc": [179, 211, 212], "inputs_s": 179, "outputs_s": 179, "opparamet": 179, "input_tensors_ptr": 179, "output_tensors_ptr": 179, "0x10011000": [179, 217], "shape_size_": [179, 211], "data_type_": [179, 211], "knumbertypefloat32": [179, 211], "format_": [179, 211], "format_nchw": [179, 211], "arithmeticparamet": 179, "op_parameter_": 179, "type_": 179, "i8_sigmoidcrossentropywithlogits_": 180, "fp_sigmoidcrossentropywithlogits_": 180, "hp_sigmoidcrossentropywithlogits_": 180, "i8_sigmoidcrossentropywithlogits_p": 180, "fp_sigmoidcrossentropywithlogits_p": 180, "hp_sigmoidcrossentropywithlogits_p": 180, "fp_sigmoidcrossentropywithlogitsgrad_": 181, "hp_sigmoidcrossentropywithlogitsgrad_": 181, "sigmoid_cross_entropi": 181, "fp_sigmoidcrossentropywithlogitsgrad_p": 181, "hp_sigmoidcrossentropywithlogitsgrad_p": 181, "i8_sin_": 182, "i16_sin_": 182, "i32_sin_": 182, "hp_sin_": 182, "fp_sin_": 182, "dp_sin_": 182, "i8_sin_p": 182, "i16_sin_p": 182, "i32_sin_p": 182, "hp_sin_p": 182, "fp_sin_p": 182, "dp_sin_p": 182, "size_": 183, "size_p": 183, "120": [183, 194, 195, 197, 208], "0xa0000100": 183, "0x10000040": 183, "skip": 184, "gram": 184, "nlp": 184, "sentenc": 184, "stringpack": 184, "word": 184, "ngram_siz": 184, "max_skip_s": 184, "include_all_ngram": 184, "grams_word_count": 184, "blank": 184, "skipgram_": 184, "0xa0020000": [184, 220], "0xa0030000": [184, 220], "0xa0040000": 184, "0xb0010000": [184, 220], "0xb0020000": [184, 220], "0xb0030000": 184, "blank_char": 184, "process": 184, "librari": [184, 234, 236], "33": 184, "skipgram_p": 184, "begin_0": 185, "begin_1": 185, "begin_": 185, "i_k": 185, "size_k": 185, "i8_slice_": 185, "i16_slice_": 185, "i32_slice_": 185, "hp_slice_": 185, "fp_slice_": 185, "dp_slice_": 185, "c64_slice_": 185, "c128_slice_": 185, "i8_slice_p": 185, "i16_slice_p": 185, "i32_slice_p": 185, "hp_slice_p": 185, "fp_slice_p": 185, "dp_slice_p": 185, "c64_slice_p": 185, "c128_slice_p": 185, "i8_smoothl1loss_": 186, "fp_smoothl1loss_": 186, "hp_smoothl1loss_": 186, "i8_smoothl1loss_p": 186, "fp_smoothl1loss_p": 186, "hp_smoothl1loss_p": 186, "0x108a0000": 186, "smooth": 187, "leq": [187, 225], "fp_smoothl1lossgrad_": 187, "hp_smoothl1lossgrad_": 187, "fp_smoothl1lossgrad_p": 187, "hp_smoothl1lossgrad_p": 187, "fp_softmax_": 188, "hp_softmax_": 188, "i8_softmax_": 188, "fp_softmax_p": 188, "hp_softmax_p": 188, "i8_softmax_p": 188, "need_grad": 189, "loss_i": [189, 193], "_of": 189, "_class": 189, "prob": 189, "num_of_class": 189, "fp_softmax_cross_entropy_with_logits_": 189, "hp_softmax_cross_entropy_with_logits_": 189, "i8_softmax_cross_entropy_with_logits_": 189, "stdint": [189, 193], "0xc4000000": [189, 193], "0xc5000000": [189, 193], "fp_softmax_cross_entropy_with_logits_p": 189, "hp_softmax_cross_entropy_with_logits_p": 189, "i8_softmax_cross_entropy_with_logits_p": 189, "i8_spacetobatch_": 190, "i16_spacetobatch_": 190, "i32_spacetobatch_": 190, "hp_spacetobatch_": 190, "fp_spacetobatch_": 190, "dp_spacetobatch_": 190, "c64_spacetobatch_": 190, "c128_spacetobatch_": 190, "i8_spacetobatch_p": 190, "i16_spacetobatch_p": 190, "i32_spacetobatch_p": 190, "hp_spacetobatch_p": 190, "fp_spacetobatch_p": 190, "dp_spacetobatch_p": 190, "c64_spacetobatch_p": 190, "c128_spacetobatch_p": 190, "i8_spacetobatchnd_": 191, "i16_spacetobatchnd_": 191, "i32_spacetobatchnd_": 191, "hp_spacetobatchnd_": 191, "fp_spacetobatchnd_": 191, "dp_spacetobatchnd_": 191, "c64_spacetobatchnd_": 191, "c128_spacetobatchnd_": 191, "i8_spacetobatchnd_p": 191, "i16_spacetobatchnd_p": 191, "i32_spacetobatchnd_p": 191, "hp_spacetobatchnd_p": 191, "fp_spacetobatchnd_p": 191, "dp_spacetobatchnd_p": 191, "c64_spacetobatchnd_p": 191, "c128_spacetobatchnd_p": 191, "i8_spacetodepth_": 192, "i16_spacetodepth_": 192, "i32_spacetodepth_": 192, "hp_spacetodepth_": 192, "fp_spacetodepth_": 192, "dp_spacetodepth_": 192, "c64_spacetodepth_": 192, "c128_spacetodepth_": 192, "i8_spacetodepth_p": 192, "i16_spacetodepth_p": 192, "i32_spacetodepth_p": 192, "hp_spacetodepth_p": 192, "fp_spacetodepth_p": 192, "dp_spacetodepth_p": 192, "c64_spacetodepth_p": 192, "c128_spacetodepth_p": 192, "is_grad": 193, "mathbb": 193, "number_of_class": 193, "partial_loss": 193, "fp_sparse_softmax_cross_entropy_with_logits_": 193, "hp_sparse_softmax_cross_entropy_with_logits_": 193, "fp_sparse_softmax_cross_entropy_with_logits_p": 193, "hp_sparse_softmax_cross_entropy_with_logits_p": 193, "default_valu": 194, "default": 194, "indices_ptr": 194, "values_ptr": 194, "dense_row": 194, "filled_count": 194, "output_y_indices_ptr": 194, "output_y_values_ptr": 194, "output_reverse_index_map_ptr": 194, "i8_sparse_fill_empty_rows_": 194, "i16_sparse_fill_empty_rows_": 194, "i32_sparse_fill_empty_rows_": 194, "hp_sparse_fill_empty_rows_": 194, "fp_sparse_fill_empty_rows_": 194, "dp_sparse_fill_empty_rows_": 194, "c64_sparse_fill_empty_rows_": 194, "c128_sparse_fill_empty_rows_": 194, "indices_vec": [194, 197], "sparse_valu": [194, 197], "output_indic": 194, "output_reverse_index_map": 194, "compute_scratch": 194, "i8_sparse_fill_empty_rows_p": 194, "i16_sparse_fill_empty_rows_p": 194, "i32_sparse_fill_empty_rows_p": 194, "hp_sparse_fill_empty_rows_p": 194, "fp_sparse_fill_empty_rows_p": 194, "dp_sparse_fill_empty_rows_p": 194, "c64_sparse_fill_empty_rows_p": 194, "c128_sparse_fill_empty_rows_p": 194, "0x10028000": 194, "0x100580000": 194, "ori": 195, "_index": [195, 196], "_rank": 195, "_indic": [195, 200], "_stride": 195, "in_indices_ptr": 195, "in_inshape_ptr": 195, "in_outshape_ptr": 195, "out_outshape_ptr": 195, "out_indices_ptr": 195, "fp_sparse_reshape_": 195, "hp_sparse_reshape_": 195, "i32_sparse_reshape_": 195, "i16_sparse_reshape_": 195, "c64_sparse_reshape_": 195, "200": [195, 200], "8192": 195, "500": 195, "in_shape_ptr": 195, "fp_sparse_reshape_p": 195, "hp_sparse_reshape_p": 195, "i32_sparse_reshape_p": 195, "i16_sparse_reshape_p": 195, "c64_sparse_reshape_p": 195, "segment_id": 196, "in_segment_id": 196, "input_index": 196, "in_indic": 196, "_data": [196, 215, 216, 221], "_segment": 196, "_id": 196, "ldot": [196, 217, 221], "segment": [196, 229], "in_data_shap": 196, "in_data_shape_s": 196, "in_indices_s": 196, "out_data_shap": 196, "fp_sparsesegmentsum_": 196, "hp_sparsesegmentsum_": 196, "i16_sparsesegmentsum_": 196, "i32_sparsesegmentsum_": 196, "dp_sparsesegmentsum_": 196, "c64_sparsesegmentsum_": 196, "c128_sparsesegmentsum_": 196, "fp_sparsesegmentsum_p": 196, "hp_sparsesegmentsum_p": 196, "i16_sparsesegmentsum_p": 196, "i32_sparsesegmentsum_p": 196, "dp_sparsesegmentsum_p": 196, "c64_sparsesegmentsum_p": 196, "c128_sparsesegmentsum_p": 196, "is_scalar": 197, "spars": 197, "_scalar": 197, "sparse_length": 197, "dim0": [197, 229], "dim1": [197, 229], "dim2": 197, "dim3": 197, "output_strid": 197, "i8_sparse_to_dense_": 197, "i16_sparse_to_dense_": 197, "i32_sparse_to_dense_": 197, "hp_sparse_to_dense_": 197, "fp_sparse_to_dense_": 197, "dp_sparse_to_dense_": 197, "c64_sparse_to_dense_": 197, "c128_sparse_to_dense_": 197, "stride0": 197, "stride1": 197, "stride2": 197, "stride3": 197, "fp_sparsetodense_": 197, "outpout": 197, "i8_sparse_to_dense_p": 197, "i16_sparse_to_dense_p": 197, "i32_sparse_to_dense_p": 197, "hp_sparse_to_dense_p": 197, "fp_sparse_to_dense_p": 197, "dp_sparse_to_dense_p": 197, "c64_sparse_to_dense_p": 197, "c128_sparse_to_dense_p": 197, "src_row": 198, "src_col": 198, "dst_row": 198, "dst_col": 198, "context_dim": 198, "forward_index": 198, "forward_indexes_dim": 198, "fp_splice_": 198, "hp_splice_": 198, "dp_splice_": 198, "i8_splice_": 198, "i16_splice_": 198, "i32_splice_": 198, "c64_splice_": 198, "c128_splice_": 198, "fp_splice_p": 198, "hp_splice_p": 198, "dp_splice_p": 198, "i8_splice_p": 198, "i16_splice_p": 198, "i32_splice_p": 198, "c64_splice_p": 198, "c128_splice_p": 198, "d_0": [199, 206], "d_1": [199, 206], "d_": [199, 206], "output_j": 199, "i8_split_": 199, "i16_split_": 199, "i32_split_": 199, "hp_split_": 199, "fp_split_": 199, "dp_split_": 199, "c64_split_": 199, "c128_split_": 199, "out0": [199, 200, 231], "out1": [199, 200, 231], "i8_split_p": 199, "i16_split_p": 199, "i32_split_p": 199, "hp_split_p": 199, "fp_split_p": 199, "dp_split_p": 199, "c64_split_p": 199, "c128_split_p": 199, "start_indic": 200, "end_indic": 200, "overlap": 200, "i8_split_with_overlap_": 200, "i16_split_with_overlap_": 200, "i32_split_with_overlap_": 200, "hp_split_with_overlap_": 200, "fp_split_with_overlap_": 200, "dp_split_with_overlap_": 200, "c64_split_with_overlap_": 200, "c128_split_with_overlap_": 200, "150": 200, "i8_split_with_overlap_p": 200, "i16_split_with_overlap_p": 200, "i32_split_with_overlap_p": 200, "hp_split_with_overlap_p": 200, "fp_split_with_overlap_p": 200, "dp_split_with_overlap_p": 200, "c64_split_with_overlap_p": 200, "c128_split_with_overlap_p": 200, "start_idx": 200, "end_idx": 200, "ieee": 201, "i8_sqrt_": 201, "i16_sqrt_": 201, "i32_sqrt_": 201, "hp_sqrt_s": 201, "fp_sqrt_s": 201, "dp_sqrt_s": 201, "c64_sqrt_s": 201, "c128_sqrt_s": 201, "i8_sqrt_p": 201, "i16_sqrt_p": 201, "i32_sqrt_p": 201, "hp_sqrt_p": 201, "fp_sqrt_p": 201, "dp_sqrt_p": 201, "c64_sqrt_p": 201, "c128_sqrt_p": 201, "hp_sqrt_grad_": 202, "fp_sqrt_grad_": 202, "sqrt_grad": 202, "hp_sqrt_grad_p": 202, "fp_sqrt_grad_p": 202, "i8_square_": 203, "i16_square_": 203, "i32_square_": 203, "hp_square_": 203, "fp_square_": 203, "dp_square_": 203, "c64_square_": 203, "c128_square_": 203, "i8_square_p": 203, "i16_square_p": 203, "i32_square_p": 203, "hp_square_p": 203, "fp_square_p": 203, "dp_square_p": 203, "c64_square_p": 203, "c128_square_p": 203, "i8_square_difference_": 204, "i16_square_difference_": 204, "i32_square_difference_": 204, "hp_square_difference_": 204, "fp_square_difference_": 204, "dp_square_difference_": 204, "c64_square_difference_": 204, "c128_square_difference_": 204, "0x82001000": 204, "0x83002000": 204, "0x85004000": 204, "0x86005300": 204, "0x87006000": 204, "i8_square_difference_p": 204, "i16_square_difference_p": 204, "i32_square_difference_p": 204, "hp_square_difference_p": 204, "fp_square_difference_p": 204, "dp_square_difference_p": 204, "c64_square_difference_p": 204, "c128_square_difference_p": 204, "anytype_squeeze_anycor": 205, "i8_stack_": 206, "i16_stack_": 206, "i32_stack_": 206, "hp_stack_": 206, "fp_stack_": 206, "dp_stack_": 206, "c64_stack_": 206, "c128_stack_": 206, "in2": 206, "i8_stack_p": 206, "i16_stack_p": 206, "i32_stack_p": 206, "hp_stack_p": 206, "fp_stack_p": 206, "dp_stack_p": 206, "c64_stack_p": 206, "c128_stack_p": 206, "soft_copy_mod": 207, "fast_run": 207, "out_shape_s": 207, "data_type_byt": 207, "split_axi": 207, "outer": 207, "parallel_on_out": 207, "parallel_on_split_axi": 207, "cal_num_per_thread": 207, "caled_num": 207, "inner": 207, "idx": 208, "pos": 208, "dx_shape": 208, "hp_stridedslicegrad_": 208, "fp_stridedslicegrad_": 208, "hp_stridedslicegrad_p": 208, "fp_stridedslicegrad_p": 208, "i8_sub_": 209, "i16_sub_": 209, "i32_sub_": 209, "hp_sub_": 209, "fp_sub_": 209, "dp_sub_": 209, "c64_sub_": 209, "c128_sub_": 209, "sub": [209, 210], "i8_sub_p": 209, "i16_sub_p": 209, "i32_sub_p": 209, "hp_sub_p": 209, "fp_sub_p": 209, "dp_sub_p": 209, "c64_sub_p": 209, "c128_sub_p": 209, "hp_sub_grad_": 210, "fp_sub_grad_": 210, "checkdx1": 210, "checkdx2": 210, "tempsapc": 210, "hp_sub_grad_p": 210, "fp_sub_grad_p": 210, "switch_": 211, "x_shape": 211, "data_": 211, "category_": 211, "shape_changed_": 211, "y_shape": 211, "switch_p": 211, "_tensor": [212, 217, 218], "switchlayer_": 212, "switchlayer_p": 212, "num_unit": 213, "index_depth": 213, "output_unit_offset": 213, "fp_tensor_scatter_add_": 213, "i32_tensor_scatter_add_": 213, "i16_tensor_scatter_add_": 213, "i8_tensor_scatter_add_": 213, "hp_tensor_scatter_add_": 213, "dp_tensor_scatter_add_": 213, "c64_tensor_scatter_add_": 213, "c128_tensor_scatter_add_": 213, "fp_tensor_scatter_add_p": 213, "i32_tensor_scatter_add_p": 213, "i16_tensor_scatter_add_p": 213, "i8_tensor_scatter_add_p": 213, "hp_tensor_scatter_add_p": 213, "dp_tensor_scatter_add_p": 213, "c64_tensor_scatter_add_p": 213, "c128_tensor_scatter_add_p": 213, "71": 213, "tensorarrayread_": 214, "tensorarraywrite_": 214, "tensor0": 214, "tensor1": 214, "tensor2": 214, "tensorarrayread_p": 214, "tensorarraywrite_p": 214, "handl": [215, 216], "handle_data": [215, 216], "handle_s": [215, 216], "fp_tensorarrayread_": 215, "hp_tensorarrayread_": 215, "dp_tensorarrayread_": 215, "i8_tensorarrayread_": 215, "i16_tensorarrayread_": 215, "i32_tensorarrayread_": 215, "c64_tensorarrayread_": 215, "c128_tensorarrayread_": 215, "data0": 215, "data1": 215, "data2": 215, "fp_tensorarrayread_p": 215, "hp_tensorarrayread_p": 215, "dp_tensorarrayread_p": 215, "i8_tensorarrayread_p": 215, "i16_tensorarrayread_p": 215, "i32_tensorarrayread_p": 215, "c64_tensorarrayread_p": 215, "c128_tensorarrayread_p": 215, "n1": 217, "n2": 217, "n3": 217, "_at": 217, "_dim0": 217, "input_tensor_valu": 217, "input_tensor_total_el": 217, "input_tensor_shap": 217, "i8_tensorlist_from_tensor_": 217, "i16_tensorlist_from_tensor_": 217, "i32_tensorlist_from_tensor_": 217, "hp_tensorlist_from_tensor_": 217, "fp_tensorlist_from_tensor_": 217, "dp_tensorlist_from_tensor_": 217, "c64_tensorlist_from_tensor_": 217, "c128_tensorlist_from_tensor_": 217, "output0": [217, 228], "output1": 217, "output2": 217, "i8_tensorlist_from_tensor_p": 217, "i16_tensorlist_from_tensor_p": 217, "i32_tensorlist_from_tensor_p": 217, "hp_tensorlist_from_tensor_p": 217, "fp_tensorlist_from_tensor_p": 217, "dp_tensorlist_from_tensor_p": 217, "c64_tensorlist_from_tensor_p": 217, "c128_tensorlist_from_tensor_p": 217, "0x10012000": 217, "_list": 218, "input_tensor_list": 218, "data_typ": 218, "ktypeunknown": [218, 221], "tensorlistgetitem_": 218, "tensorlistgetitem_p": 218, "tensorlist": [219, 220, 221], "num_el": 219, "element_shap": 219, "tensor_list_c_element_shape_s": 219, "tensor_list_c_element_shap": 219, "tensor_c_shape_s": 219, "tensor_c_shap": 219, "fp_tensorlist_reserve_": 219, "hp_tensorlist_reserve_": 219, "i32_tensorlist_reserve_": 219, "i16_tensorlist_reserve_": 219, "c64_tensorlist_reserve_": 219, "max_shape_s": 219, "fp_tensorlist_reserve_p": 219, "hp_tensorlist_reserve_p": 219, "i32_tensorlist_reserve_p": 219, "i16_tensorlist_reserve_p": 219, "c64_tensorlist_reserve_p": 219, "item": 220, "copy_s": 220, "in_item": 220, "tensorlist_s": 220, "tensorlistsetitem_": 220, "in_tensor0": 220, "in_tensor1": 220, "in_tensor2": 220, "out_tensor0": 220, "out_tensor1": 220, "out_tensor2": 220, "40": 220, "tensorlistsetitem_p": 220, "_1": 221, "_2": 221, "tensor_element_num": 221, "tensor_data_typ": 221, "tensor_data": 221, "unknown_type_offset": 221, "fp_tensorlist_stack_": 221, "i16_tensorlist_stack_": 221, "c64_tensorlist_stack_": 221, "hp_tensorlist_stack_": 221, "i32_tensorlist_stack_": 221, "check_data": 221, "fp_tensorlist_stack_p": 221, "i16_tensorlist_stack_p": 221, "c64_tensorlist_stack_p": 221, "hp_tensorlist_stack_p": 221, "i32_tensorlist_stack_p": 221, "tile_dim": 222, "tile_num": 222, "_dim": 222, "i8_tile_": 222, "i16_tile_": 222, "i32_tile_": 222, "hp_tile_": 222, "fp_tile_": 222, "dp_tile_": 222, "c64_tile_": 222, "c128_tile_": 222, "i8_tile_p": 222, "i16_tile_p": 222, "i32_tile_p": 222, "hp_tile_p": 222, "fp_tile_p": 222, "dp_tile_p": 222, "c64_tile_p": 222, "c128_tile_p": 222, "fp_top_k_fusion_": 223, "hp_top_k_fusion_": 223, "fp_top_k_fusion_p": 223, "hp_top_k_fusion_p": 223, "perm": 224, "fp_transpose_": 224, "hp_transpose_": 224, "dp_transpose_": 224, "i8_transpose_": 224, "i16_transpose_": 224, "i32_transpose_": 224, "c64_transpose_": 224, "c128_transpose_": 224, "150528": 224, "50176": 224, "fp_transpose_p": 224, "hp_transpose_p": 224, "dp_transpose_p": 224, "i8_transpose_p": 224, "i16_transpose_p": 224, "i32_transpose_p": 224, "c64_transpose_p": 224, "c128_transpose_p": 224, "out_elem": [225, 226], "i8_tril_": 225, "int64_t": [225, 226], "i16_tril_": 225, "i32_tril_": 225, "hp_tril_": 225, "fp_tril_": 225, "dp_tril_": 225, "c64_tril_": 225, "c128_tril_": 225, "i8_tril_p": 225, "i16_tril_p": 225, "i32_tril_p": 225, "hp_tril_p": 225, "fp_tril_p": 225, "dp_tril_p": 225, "c64_tril_p": 225, "c128_tril_p": 225, "4x4": [225, 226], "i8_triu_": 226, "i16_triu_": 226, "i32_triu_": 226, "hp_triu_": 226, "fp_triu_": 226, "dp_triu_": 226, "c64_triu_": 226, "c128_triu_": 226, "i8_triu_p": 226, "i16_triu_p": 226, "i32_triu_p": 226, "hp_triu_p": 226, "fp_triu_p": 226, "dp_triu_p": 226, "c64_triu_p": 226, "c128_triu_p": 226, "seed2": 227, "fp_uniform_real_": 227, "hp_uniform_real_": 227, "5678": 227, "fp_uniform_real_p": 227, "hp_uniform_real_p": 227, "output0_len": 228, "i8_unique_": 228, "i16_unique_": 228, "i32_unique_": 228, "hp_unique_": 228, "fp_unique_": 228, "dp_unique_": 228, "c64_unique_": 228, "c128_unique_": 228, "count": 228, "i8_unique_p": 228, "i16_unique_p": 228, "i32_unique_p": 228, "hp_unique_p": 228, "fp_unique_p": 228, "dp_unique_p": 228, "c64_unique_p": 228, "c128_unique_p": 228, "index_i": 229, "id_max": 229, "unsort": 229, "fp_unsorted_segment_sum_": 229, "dp_unsorted_segment_sum_": 229, "i8_unsorted_segment_sum_": 229, "i16_unsorted_segment_sum_": 229, "i32_unsorted_segment_sum_": 229, "c64_unsorted_segment_sum_": 229, "c128_unsorted_segment_sum_": 229, "unsorted_segment_sum": 229, "fp_unsorted_segment_sum_p": 229, "dp_unsorted_segment_sum_p": 229, "i8_unsorted_segment_sum_p": 229, "i16_unsorted_segment_sum_p": 229, "i32_unsorted_segment_sum_p": 229, "c64_unsorted_segment_sum_p": 229, "c128_unsorted_segment_sum_p": 229, "anytype_unsqueeze_anycor": 230, "each": 231, "unstack_": 231, "uint32": 231, "unstack_p": 231, "condition_i": 232, "i8_where_": 232, "i16_where_": 232, "i32_where_": 232, "hp_where_": 232, "fp_where_": 232, "dp_where_": 232, "c64_where_": 232, "c128_where_": 232, "i8_where_p": 232, "i16_where_p": 232, "i32_where_p": 232, "hp_where_p": 232, "fp_where_p": 232, "dp_where_p": 232, "c64_where_p": 232, "c128_where_p": 232, "i8_zerolike_": 233, "i16_zerolike_": 233, "i32_zerolike_": 233, "hp_zerolike_": 233, "fp_zerolike_": 233, "dp_zerolike_": 233, "c64_zerolike_": 233, "c128_zerolike_": 233, "zerolik": 233, "i8_zerolike_p": 233, "i16_zerolike_p": 233, "i32_zerolike_p": 233, "hp_zerolike_p": 233, "fp_zerolike_p": 233, "dp_zerolike_p": 233, "c64_zerolike_p": 233, "c128_zerolike_p": 233, "refer": [234, 236], "ft78": 235, "pnna": 235, "argmaxfus": 235, "argminfus": 235, "avgpoolfus": 235, "conv2dfus": 235, "conv2dtransposefus": 235, "deconv2dgradfilt": 235, "embeddinglookupfus": 235, "l2normalizefus": 235, "merg": 235, "reducefus": 235, "selu": 235, "softmaxgrad": 235, "squareddiffer": 235, "tilefus": 235, "test_matmul": 237, "x1_tensor": 237, "x2_tensor": 237, "convert": 237, "vscode": 237, "arm_toolchain": 237, "cmake": 237, "bat": 237, "arm": [237, 239], "getinputdata": 237, "readfil": 237, "model_buf": 237, "model_data": 237, "model_typ": 237, "modetyp": 237, "model_context": 237, "shared_ptr": 237, "getinput": 237, "getoutput": 237, "ip": 237, "ssh": 237, "xxx": [237, 239, 244], "chmod": 237, "linux": 239, "gnueabihf": 239, "python3": 239, "www": 239, "org": 239, "amd64": 239, "exe": 239, "path": 239, "cmd": 239, "version": 239, "x86": 239, "anaconda3": 239, "miniconda3": 239, "anaconda": 239, "promt": 239, "creat": 239, "forg": 239, "mindspore_py38": 239, "win_amd64": 239, "whl": 239, "run_check": 239, "multipl": 239, "correct": 239, "has": 239, "been": 239, "platform": 239, "success": 239, "third": 239, "parti": 239, "requir": 239, "py3": 239, "ani": 239, "releas": 239, "linaro": 239, "compon": 239, "toolchain": 239, "binari": 239, "2019": 239, "gcc": 239, "i686": 239, "mingw32_arm": 239, "tar": 239, "xz": 239, "download": 239, "next": 239, "system": 239, "current": 239, "user": 239, "finish": 239, "xxx_xxx_xxx": 241, "fp_xxx_xxx": 241, "dp_xxx_xxx": 241, "xxx_add_xxx": 241, "xxx_mul_xxx": 241, "_s": 241, "_p": 241, "xxx_xxx_s": 241, "xxx_xxx_p": 241, "xxx_add_sub_xxx": 241, "minsdpor": 243}, "objects": {"": [[85, 0, 1, "c.Flatten", "Flatten"], [55, 0, 1, "c.anytype_crop_anycore", "anytype_crop_anycore"], [77, 0, 1, "c.anytype_expand_dims_anycore", "anytype_expand_dims_anycore"], [84, 0, 1, "c.anytype_fillv2_p", "anytype_fillv2_p"], [84, 0, 1, "c.anytype_fillv2_s", "anytype_fillv2_s"], [166, 0, 1, "c.anytype_reverse_sequence_anycore", "anytype_reverse_sequence_anycore"], [167, 0, 1, "c.anytype_reversev2_anycore", "anytype_reversev2_anycore"], [205, 0, 1, "c.anytype_squeeze_anycore", "anytype_squeeze_anycore"], [230, 0, 1, "c.anytype_unsqueeze_anycore", "anytype_unsqueeze_anycore"], [228, 0, 1, "c.c128_Unique_p", "c128_Unique_p"], [228, 0, 1, "c.c128_Unique_s", "c128_Unique_s"], [12, 0, 1, "c.c128_abs_p", "c128_abs_p"], [12, 0, 1, "c.c128_abs_s", "c128_abs_s"], [18, 0, 1, "c.c128_add_p", "c128_add_p"], [18, 0, 1, "c.c128_add_s", "c128_add_s"], [21, 0, 1, "c.c128_addn_p", "c128_addn_p"], [21, 0, 1, "c.c128_addn_s", "c128_addn_s"], [24, 0, 1, "c.c128_all_gather_p", "c128_all_gather_p"], [24, 0, 1, "c.c128_all_gather_s", "c128_all_gather_s"], [28, 0, 1, "c.c128_assert_p", "c128_assert_p"], [28, 0, 1, "c.c128_assert_s", "c128_assert_s"], [30, 0, 1, "c.c128_assign_add_p", "c128_assign_add_p"], [30, 0, 1, "c.c128_assign_add_s", "c128_assign_add_s"], [29, 0, 1, "c.c128_assign_p", "c128_assign_p"], [29, 0, 1, "c.c128_assign_s", "c128_assign_s"], [35, 0, 1, "c.c128_batch_to_space_p", "c128_batch_to_space_p"], [35, 0, 1, "c.c128_batch_to_space_s", "c128_batch_to_space_s"], [38, 0, 1, "c.c128_batchtospacend_p", "c128_batchtospacend_p"], [38, 0, 1, "c.c128_batchtospacend_s", "c128_batchtospacend_s"], [39, 0, 1, "c.c128_bias_add_p", "c128_bias_add_p"], [39, 0, 1, "c.c128_bias_add_s", "c128_bias_add_s"], [43, 0, 1, "c.c128_broadcastto_p", "c128_broadcastto_p"], [43, 0, 1, "c.c128_broadcastto_s", "c128_broadcastto_s"], [45, 0, 1, "c.c128_cast_to_c128_p", "c128_cast_to_c128_p"], [45, 0, 1, "c.c128_cast_to_c128_s", "c128_cast_to_c128_s"], [48, 0, 1, "c.c128_concat_p", "c128_concat_p"], [48, 0, 1, "c.c128_concat_s", "c128_concat_s"], [49, 0, 1, "c.c128_constant_of_shape_p", "c128_constant_of_shape_p"], [49, 0, 1, "c.c128_constant_of_shape_s", "c128_constant_of_shape_s"], [57, 0, 1, "c.c128_cum_sum_p", "c128_cum_sum_p"], [57, 0, 1, "c.c128_cum_sum_s", "c128_cum_sum_s"], [64, 0, 1, "c.c128_depthtospace_p", "c128_depthtospace_p"], [64, 0, 1, "c.c128_depthtospace_s", "c128_depthtospace_s"], [66, 0, 1, "c.c128_div_p", "c128_div_p"], [66, 0, 1, "c.c128_div_s", "c128_div_s"], [72, 0, 1, "c.c128_eltwise_p", "c128_eltwise_p"], [72, 0, 1, "c.c128_eltwise_s", "c128_eltwise_s"], [75, 0, 1, "c.c128_equal_p", "c128_equal_p"], [75, 0, 1, "c.c128_equal_s", "c128_equal_s"], [78, 0, 1, "c.c128_exp_p", "c128_exp_p"], [78, 0, 1, "c.c128_exp_s", "c128_exp_s"], [59, 0, 1, "c.c128_extract_features_p", "c128_extract_features_p"], [59, 0, 1, "c.c128_extract_features_s", "c128_extract_features_s"], [83, 0, 1, "c.c128_fill_p", "c128_fill_p"], [83, 0, 1, "c.c128_fill_s", "c128_fill_s"], [90, 0, 1, "c.c128_format_transpose_p", "c128_format_transpose_p"], [90, 0, 1, "c.c128_format_transpose_s", "c128_format_transpose_s"], [95, 0, 1, "c.c128_gather_d_p", "c128_gather_d_p"], [95, 0, 1, "c.c128_gather_d_s", "c128_gather_d_s"], [94, 0, 1, "c.c128_gather_nd_p", "c128_gather_nd_p"], [94, 0, 1, "c.c128_gather_nd_s", "c128_gather_nd_s"], [93, 0, 1, "c.c128_gather_p", "c128_gather_p"], [93, 0, 1, "c.c128_gather_s", "c128_gather_s"], [105, 0, 1, "c.c128_is_finite_p", "c128_is_finite_p"], [105, 0, 1, "c.c128_is_finite_s", "c128_is_finite_s"], [127, 0, 1, "c.c128_matmul_fusion_p", "c128_matmul_fusion_p"], [127, 0, 1, "c.c128_matmul_fusion_s", "c128_matmul_fusion_s"], [136, 0, 1, "c.c128_mul_p", "c128_mul_p"], [136, 0, 1, "c.c128_mul_s", "c128_mul_s"], [139, 0, 1, "c.c128_neg_grad_p", "c128_neg_grad_p"], [139, 0, 1, "c.c128_neg_grad_s", "c128_neg_grad_s"], [138, 0, 1, "c.c128_neg_p", "c128_neg_p"], [138, 0, 1, "c.c128_neg_s", "c128_neg_s"], [143, 0, 1, "c.c128_nonzero_p", "c128_nonzero_p"], [143, 0, 1, "c.c128_nonzero_s", "c128_nonzero_s"], [144, 0, 1, "c.c128_not_equal_p", "c128_not_equal_p"], [144, 0, 1, "c.c128_not_equal_s", "c128_not_equal_s"], [145, 0, 1, "c.c128_onehot_p", "c128_onehot_p"], [145, 0, 1, "c.c128_onehot_s", "c128_onehot_s"], [146, 0, 1, "c.c128_ones_like_p", "c128_ones_like_p"], [146, 0, 1, "c.c128_ones_like_s", "c128_ones_like_s"], [147, 0, 1, "c.c128_padfusion_p", "c128_padfusion_p"], [147, 0, 1, "c.c128_padfusion_s", "c128_padfusion_s"], [159, 0, 1, "c.c128_real_div_p", "c128_real_div_p"], [159, 0, 1, "c.c128_real_div_s", "c128_real_div_s"], [160, 0, 1, "c.c128_reciprocal_p", "c128_reciprocal_p"], [160, 0, 1, "c.c128_reciprocal_s", "c128_reciprocal_s"], [23, 0, 1, "c.c128_reduce_all_p", "c128_reduce_all_p"], [23, 0, 1, "c.c128_reduce_all_s", "c128_reduce_all_s"], [163, 0, 1, "c.c128_reshape_p", "c128_reshape_p"], [163, 0, 1, "c.c128_reshape_s", "c128_reshape_s"], [168, 0, 1, "c.c128_rfft_p", "c128_rfft_p"], [168, 0, 1, "c.c128_rfft_s", "c128_rfft_s"], [171, 0, 1, "c.c128_rsqrt_p", "c128_rsqrt_p"], [171, 0, 1, "c.c128_rsqrt_s", "c128_rsqrt_s"], [174, 0, 1, "c.c128_scatter_elements_p", "c128_scatter_elements_p"], [174, 0, 1, "c.c128_scatter_elements_s", "c128_scatter_elements_s"], [175, 0, 1, "c.c128_scatter_nd_p", "c128_scatter_nd_p"], [175, 0, 1, "c.c128_scatter_nd_s", "c128_scatter_nd_s"], [176, 0, 1, "c.c128_scatter_nd_update_p", "c128_scatter_nd_update_p"], [176, 0, 1, "c.c128_scatter_nd_update_s", "c128_scatter_nd_update_s"], [177, 0, 1, "c.c128_select_p", "c128_select_p"], [177, 0, 1, "c.c128_select_s", "c128_select_s"], [185, 0, 1, "c.c128_slice_p", "c128_slice_p"], [185, 0, 1, "c.c128_slice_s", "c128_slice_s"], [190, 0, 1, "c.c128_spacetobatch_p", "c128_spacetobatch_p"], [190, 0, 1, "c.c128_spacetobatch_s", "c128_spacetobatch_s"], [191, 0, 1, "c.c128_spacetobatchnd_p", "c128_spacetobatchnd_p"], [191, 0, 1, "c.c128_spacetobatchnd_s", "c128_spacetobatchnd_s"], [192, 0, 1, "c.c128_spacetodepth_p", "c128_spacetodepth_p"], [192, 0, 1, "c.c128_spacetodepth_s", "c128_spacetodepth_s"], [194, 0, 1, "c.c128_sparse_fill_empty_rows_p", "c128_sparse_fill_empty_rows_p"], [194, 0, 1, "c.c128_sparse_fill_empty_rows_s", "c128_sparse_fill_empty_rows_s"], [197, 0, 1, "c.c128_sparse_to_dense_p", "c128_sparse_to_dense_p"], [197, 0, 1, "c.c128_sparse_to_dense_s", "c128_sparse_to_dense_s"], [196, 0, 1, "c.c128_sparsesegmentsum_p", "c128_sparsesegmentsum_p"], [196, 0, 1, "c.c128_sparsesegmentsum_s", "c128_sparsesegmentsum_s"], [198, 0, 1, "c.c128_splice_p", "c128_splice_p"], [198, 0, 1, "c.c128_splice_s", "c128_splice_s"], [199, 0, 1, "c.c128_split_p", "c128_split_p"], [199, 0, 1, "c.c128_split_s", "c128_split_s"], [200, 0, 1, "c.c128_split_with_overlap_p", "c128_split_with_overlap_p"], [200, 0, 1, "c.c128_split_with_overlap_s", "c128_split_with_overlap_s"], [201, 0, 1, "c.c128_sqrt_p", "c128_sqrt_p"], [201, 0, 1, "c.c128_sqrt_s", "c128_sqrt_s"], [204, 0, 1, "c.c128_square_difference_p", "c128_square_difference_p"], [204, 0, 1, "c.c128_square_difference_s", "c128_square_difference_s"], [203, 0, 1, "c.c128_square_p", "c128_square_p"], [203, 0, 1, "c.c128_square_s", "c128_square_s"], [206, 0, 1, "c.c128_stack_p", "c128_stack_p"], [206, 0, 1, "c.c128_stack_s", "c128_stack_s"], [209, 0, 1, "c.c128_sub_p", "c128_sub_p"], [209, 0, 1, "c.c128_sub_s", "c128_sub_s"], [213, 0, 1, "c.c128_tensor_scatter_add_p", "c128_tensor_scatter_add_p"], [213, 0, 1, "c.c128_tensor_scatter_add_s", "c128_tensor_scatter_add_s"], [215, 0, 1, "c.c128_tensorarrayread_p", "c128_tensorarrayread_p"], [215, 0, 1, "c.c128_tensorarrayread_s", "c128_tensorarrayread_s"], [217, 0, 1, "c.c128_tensorlist_from_tensor_p", "c128_tensorlist_from_tensor_p"], [217, 0, 1, "c.c128_tensorlist_from_tensor_s", "c128_tensorlist_from_tensor_s"], [222, 0, 1, "c.c128_tile_p", "c128_tile_p"], [222, 0, 1, "c.c128_tile_s", "c128_tile_s"], [224, 0, 1, "c.c128_transpose_p", "c128_transpose_p"], [224, 0, 1, "c.c128_transpose_s", "c128_transpose_s"], [225, 0, 1, "c.c128_tril_p", "c128_tril_p"], [225, 0, 1, "c.c128_tril_s", "c128_tril_s"], [226, 0, 1, "c.c128_triu_p", "c128_triu_p"], [226, 0, 1, "c.c128_triu_s", "c128_triu_s"], [229, 0, 1, "c.c128_unsorted_segment_sum_p", "c128_unsorted_segment_sum_p"], [229, 0, 1, "c.c128_unsorted_segment_sum_s", "c128_unsorted_segment_sum_s"], [232, 0, 1, "c.c128_where_p", "c128_where_p"], [232, 0, 1, "c.c128_where_s", "c128_where_s"], [233, 0, 1, "c.c128_zerolike_p", "c128_zerolike_p"], [233, 0, 1, "c.c128_zerolike_s", "c128_zerolike_s"], [228, 0, 1, "c.c64_Unique_p", "c64_Unique_p"], [228, 0, 1, "c.c64_Unique_s", "c64_Unique_s"], [12, 0, 1, "c.c64_abs_p", "c64_abs_p"], [12, 0, 1, "c.c64_abs_s", "c64_abs_s"], [18, 0, 1, "c.c64_add_p", "c64_add_p"], [18, 0, 1, "c.c64_add_s", "c64_add_s"], [21, 0, 1, "c.c64_addn_p", "c64_addn_p"], [21, 0, 1, "c.c64_addn_s", "c64_addn_s"], [24, 0, 1, "c.c64_all_gather_p", "c64_all_gather_p"], [24, 0, 1, "c.c64_all_gather_s", "c64_all_gather_s"], [28, 0, 1, "c.c64_assert_p", "c64_assert_p"], [28, 0, 1, "c.c64_assert_s", "c64_assert_s"], [30, 0, 1, "c.c64_assign_add_p", "c64_assign_add_p"], [30, 0, 1, "c.c64_assign_add_s", "c64_assign_add_s"], [29, 0, 1, "c.c64_assign_p", "c64_assign_p"], [29, 0, 1, "c.c64_assign_s", "c64_assign_s"], [35, 0, 1, "c.c64_batch_to_space_p", "c64_batch_to_space_p"], [35, 0, 1, "c.c64_batch_to_space_s", "c64_batch_to_space_s"], [38, 0, 1, "c.c64_batchtospacend_p", "c64_batchtospacend_p"], [38, 0, 1, "c.c64_batchtospacend_s", "c64_batchtospacend_s"], [39, 0, 1, "c.c64_bias_add_p", "c64_bias_add_p"], [39, 0, 1, "c.c64_bias_add_s", "c64_bias_add_s"], [43, 0, 1, "c.c64_broadcastto_p", "c64_broadcastto_p"], [43, 0, 1, "c.c64_broadcastto_s", "c64_broadcastto_s"], [45, 0, 1, "c.c64_cast_to_c64_p", "c64_cast_to_c64_p"], [45, 0, 1, "c.c64_cast_to_c64_s", "c64_cast_to_c64_s"], [48, 0, 1, "c.c64_concat_p", "c64_concat_p"], [48, 0, 1, "c.c64_concat_s", "c64_concat_s"], [49, 0, 1, "c.c64_constant_of_shape_p", "c64_constant_of_shape_p"], [49, 0, 1, "c.c64_constant_of_shape_s", "c64_constant_of_shape_s"], [57, 0, 1, "c.c64_cum_sum_p", "c64_cum_sum_p"], [57, 0, 1, "c.c64_cum_sum_s", "c64_cum_sum_s"], [64, 0, 1, "c.c64_depthtospace_p", "c64_depthtospace_p"], [64, 0, 1, "c.c64_depthtospace_s", "c64_depthtospace_s"], [66, 0, 1, "c.c64_div_p", "c64_div_p"], [66, 0, 1, "c.c64_div_s", "c64_div_s"], [72, 0, 1, "c.c64_eltwise_p", "c64_eltwise_p"], [72, 0, 1, "c.c64_eltwise_s", "c64_eltwise_s"], [75, 0, 1, "c.c64_equal_p", "c64_equal_p"], [75, 0, 1, "c.c64_equal_s", "c64_equal_s"], [78, 0, 1, "c.c64_exp_p", "c64_exp_p"], [78, 0, 1, "c.c64_exp_s", "c64_exp_s"], [59, 0, 1, "c.c64_extract_features_p", "c64_extract_features_p"], [59, 0, 1, "c.c64_extract_features_s", "c64_extract_features_s"], [83, 0, 1, "c.c64_fill_p", "c64_fill_p"], [83, 0, 1, "c.c64_fill_s", "c64_fill_s"], [90, 0, 1, "c.c64_format_transpose_p", "c64_format_transpose_p"], [90, 0, 1, "c.c64_format_transpose_s", "c64_format_transpose_s"], [95, 0, 1, "c.c64_gather_d_p", "c64_gather_d_p"], [95, 0, 1, "c.c64_gather_d_s", "c64_gather_d_s"], [94, 0, 1, "c.c64_gather_nd_p", "c64_gather_nd_p"], [94, 0, 1, "c.c64_gather_nd_s", "c64_gather_nd_s"], [93, 0, 1, "c.c64_gather_p", "c64_gather_p"], [93, 0, 1, "c.c64_gather_s", "c64_gather_s"], [105, 0, 1, "c.c64_is_finite_p", "c64_is_finite_p"], [105, 0, 1, "c.c64_is_finite_s", "c64_is_finite_s"], [127, 0, 1, "c.c64_matmul_fusion_p", "c64_matmul_fusion_p"], [127, 0, 1, "c.c64_matmul_fusion_s", "c64_matmul_fusion_s"], [136, 0, 1, "c.c64_mul_p", "c64_mul_p"], [136, 0, 1, "c.c64_mul_s", "c64_mul_s"], [139, 0, 1, "c.c64_neg_grad_p", "c64_neg_grad_p"], [139, 0, 1, "c.c64_neg_grad_s", "c64_neg_grad_s"], [138, 0, 1, "c.c64_neg_p", "c64_neg_p"], [138, 0, 1, "c.c64_neg_s", "c64_neg_s"], [143, 0, 1, "c.c64_nonzero_p", "c64_nonzero_p"], [143, 0, 1, "c.c64_nonzero_s", "c64_nonzero_s"], [144, 0, 1, "c.c64_not_equal_p", "c64_not_equal_p"], [144, 0, 1, "c.c64_not_equal_s", "c64_not_equal_s"], [145, 0, 1, "c.c64_onehot_p", "c64_onehot_p"], [145, 0, 1, "c.c64_onehot_s", "c64_onehot_s"], [146, 0, 1, "c.c64_ones_like_p", "c64_ones_like_p"], [146, 0, 1, "c.c64_ones_like_s", "c64_ones_like_s"], [147, 0, 1, "c.c64_padfusion_p", "c64_padfusion_p"], [147, 0, 1, "c.c64_padfusion_s", "c64_padfusion_s"], [159, 0, 1, "c.c64_real_div_p", "c64_real_div_p"], [159, 0, 1, "c.c64_real_div_s", "c64_real_div_s"], [160, 0, 1, "c.c64_reciprocal_p", "c64_reciprocal_p"], [160, 0, 1, "c.c64_reciprocal_s", "c64_reciprocal_s"], [23, 0, 1, "c.c64_reduce_all_p", "c64_reduce_all_p"], [23, 0, 1, "c.c64_reduce_all_s", "c64_reduce_all_s"], [163, 0, 1, "c.c64_reshape_p", "c64_reshape_p"], [163, 0, 1, "c.c64_reshape_s", "c64_reshape_s"], [168, 0, 1, "c.c64_rfft_p", "c64_rfft_p"], [168, 0, 1, "c.c64_rfft_s", "c64_rfft_s"], [171, 0, 1, "c.c64_rsqrt_p", "c64_rsqrt_p"], [171, 0, 1, "c.c64_rsqrt_s", "c64_rsqrt_s"], [174, 0, 1, "c.c64_scatter_elements_p", "c64_scatter_elements_p"], [174, 0, 1, "c.c64_scatter_elements_s", "c64_scatter_elements_s"], [175, 0, 1, "c.c64_scatter_nd_p", "c64_scatter_nd_p"], [175, 0, 1, "c.c64_scatter_nd_s", "c64_scatter_nd_s"], [176, 0, 1, "c.c64_scatter_nd_update_p", "c64_scatter_nd_update_p"], [176, 0, 1, "c.c64_scatter_nd_update_s", "c64_scatter_nd_update_s"], [177, 0, 1, "c.c64_select_p", "c64_select_p"], [177, 0, 1, "c.c64_select_s", "c64_select_s"], [185, 0, 1, "c.c64_slice_p", "c64_slice_p"], [185, 0, 1, "c.c64_slice_s", "c64_slice_s"], [190, 0, 1, "c.c64_spacetobatch_p", "c64_spacetobatch_p"], [190, 0, 1, "c.c64_spacetobatch_s", "c64_spacetobatch_s"], [191, 0, 1, "c.c64_spacetobatchnd_p", "c64_spacetobatchnd_p"], [191, 0, 1, "c.c64_spacetobatchnd_s", "c64_spacetobatchnd_s"], [192, 0, 1, "c.c64_spacetodepth_p", "c64_spacetodepth_p"], [192, 0, 1, "c.c64_spacetodepth_s", "c64_spacetodepth_s"], [194, 0, 1, "c.c64_sparse_fill_empty_rows_p", "c64_sparse_fill_empty_rows_p"], [194, 0, 1, "c.c64_sparse_fill_empty_rows_s", "c64_sparse_fill_empty_rows_s"], [195, 0, 1, "c.c64_sparse_reshape_p", "c64_sparse_reshape_p"], [195, 0, 1, "c.c64_sparse_reshape_s", "c64_sparse_reshape_s"], [197, 0, 1, "c.c64_sparse_to_dense_p", "c64_sparse_to_dense_p"], [197, 0, 1, "c.c64_sparse_to_dense_s", "c64_sparse_to_dense_s"], [196, 0, 1, "c.c64_sparsesegmentsum_p", "c64_sparsesegmentsum_p"], [196, 0, 1, "c.c64_sparsesegmentsum_s", "c64_sparsesegmentsum_s"], [198, 0, 1, "c.c64_splice_p", "c64_splice_p"], [198, 0, 1, "c.c64_splice_s", "c64_splice_s"], [199, 0, 1, "c.c64_split_p", "c64_split_p"], [199, 0, 1, "c.c64_split_s", "c64_split_s"], [200, 0, 1, "c.c64_split_with_overlap_p", "c64_split_with_overlap_p"], [200, 0, 1, "c.c64_split_with_overlap_s", "c64_split_with_overlap_s"], [201, 0, 1, "c.c64_sqrt_p", "c64_sqrt_p"], [201, 0, 1, "c.c64_sqrt_s", "c64_sqrt_s"], [204, 0, 1, "c.c64_square_difference_p", "c64_square_difference_p"], [204, 0, 1, "c.c64_square_difference_s", "c64_square_difference_s"], [203, 0, 1, "c.c64_square_p", "c64_square_p"], [203, 0, 1, "c.c64_square_s", "c64_square_s"], [206, 0, 1, "c.c64_stack_p", "c64_stack_p"], [206, 0, 1, "c.c64_stack_s", "c64_stack_s"], [209, 0, 1, "c.c64_sub_p", "c64_sub_p"], [209, 0, 1, "c.c64_sub_s", "c64_sub_s"], [213, 0, 1, "c.c64_tensor_scatter_add_p", "c64_tensor_scatter_add_p"], [213, 0, 1, "c.c64_tensor_scatter_add_s", "c64_tensor_scatter_add_s"], [215, 0, 1, "c.c64_tensorarrayread_p", "c64_tensorarrayread_p"], [215, 0, 1, "c.c64_tensorarrayread_s", "c64_tensorarrayread_s"], [217, 0, 1, "c.c64_tensorlist_from_tensor_p", "c64_tensorlist_from_tensor_p"], [217, 0, 1, "c.c64_tensorlist_from_tensor_s", "c64_tensorlist_from_tensor_s"], [221, 0, 1, "c.c64_tensorlist_stack_p", "c64_tensorlist_stack_p"], [221, 0, 1, "c.c64_tensorlist_stack_s", "c64_tensorlist_stack_s"], [222, 0, 1, "c.c64_tile_p", "c64_tile_p"], [222, 0, 1, "c.c64_tile_s", "c64_tile_s"], [224, 0, 1, "c.c64_transpose_p", "c64_transpose_p"], [224, 0, 1, "c.c64_transpose_s", "c64_transpose_s"], [225, 0, 1, "c.c64_tril_p", "c64_tril_p"], [225, 0, 1, "c.c64_tril_s", "c64_tril_s"], [226, 0, 1, "c.c64_triu_p", "c64_triu_p"], [226, 0, 1, "c.c64_triu_s", "c64_triu_s"], [229, 0, 1, "c.c64_unsorted_segment_sum_p", "c64_unsorted_segment_sum_p"], [229, 0, 1, "c.c64_unsorted_segment_sum_s", "c64_unsorted_segment_sum_s"], [232, 0, 1, "c.c64_where_p", "c64_where_p"], [232, 0, 1, "c.c64_where_s", "c64_where_s"], [233, 0, 1, "c.c64_zerolike_p", "c64_zerolike_p"], [233, 0, 1, "c.c64_zerolike_s", "c64_zerolike_s"], [60, 0, 1, "c.customnormalize_p", "customnormalize_p"], [60, 0, 1, "c.customnormalize_s", "customnormalize_s"], [61, 0, 1, "c.custompredict_p", "custompredict_p"], [61, 0, 1, "c.custompredict_s", "custompredict_s"], [228, 0, 1, "c.dp_Unique_p", "dp_Unique_p"], [228, 0, 1, "c.dp_Unique_s", "dp_Unique_s"], [12, 0, 1, "c.dp_abs_p", "dp_abs_p"], [12, 0, 1, "c.dp_abs_s", "dp_abs_s"], [18, 0, 1, "c.dp_add_p", "dp_add_p"], [18, 0, 1, "c.dp_add_s", "dp_add_s"], [21, 0, 1, "c.dp_addn_p", "dp_addn_p"], [21, 0, 1, "c.dp_addn_s", "dp_addn_s"], [24, 0, 1, "c.dp_all_gather_p", "dp_all_gather_p"], [24, 0, 1, "c.dp_all_gather_s", "dp_all_gather_s"], [28, 0, 1, "c.dp_assert_p", "dp_assert_p"], [28, 0, 1, "c.dp_assert_s", "dp_assert_s"], [30, 0, 1, "c.dp_assign_add_p", "dp_assign_add_p"], [30, 0, 1, "c.dp_assign_add_s", "dp_assign_add_s"], [29, 0, 1, "c.dp_assign_p", "dp_assign_p"], [29, 0, 1, "c.dp_assign_s", "dp_assign_s"], [35, 0, 1, "c.dp_batch_to_space_p", "dp_batch_to_space_p"], [35, 0, 1, "c.dp_batch_to_space_s", "dp_batch_to_space_s"], [38, 0, 1, "c.dp_batchtospacend_p", "dp_batchtospacend_p"], [38, 0, 1, "c.dp_batchtospacend_s", "dp_batchtospacend_s"], [39, 0, 1, "c.dp_bias_add_p", "dp_bias_add_p"], [39, 0, 1, "c.dp_bias_add_s", "dp_bias_add_s"], [43, 0, 1, "c.dp_broadcastto_p", "dp_broadcastto_p"], [43, 0, 1, "c.dp_broadcastto_s", "dp_broadcastto_s"], [45, 0, 1, "c.dp_cast_to_dp_p", "dp_cast_to_dp_p"], [45, 0, 1, "c.dp_cast_to_dp_s", "dp_cast_to_dp_s"], [45, 0, 1, "c.dp_cast_to_fp_p", "dp_cast_to_fp_p"], [45, 0, 1, "c.dp_cast_to_fp_s", "dp_cast_to_fp_s"], [46, 0, 1, "c.dp_ceil_p", "dp_ceil_p"], [46, 0, 1, "c.dp_ceil_s", "dp_ceil_s"], [47, 0, 1, "c.dp_clip_p", "dp_clip_p"], [47, 0, 1, "c.dp_clip_s", "dp_clip_s"], [48, 0, 1, "c.dp_concat_p", "dp_concat_p"], [48, 0, 1, "c.dp_concat_s", "dp_concat_s"], [49, 0, 1, "c.dp_constant_of_shape_p", "dp_constant_of_shape_p"], [49, 0, 1, "c.dp_constant_of_shape_s", "dp_constant_of_shape_s"], [54, 0, 1, "c.dp_cos_p", "dp_cos_p"], [54, 0, 1, "c.dp_cos_s", "dp_cos_s"], [57, 0, 1, "c.dp_cum_sum_p", "dp_cum_sum_p"], [57, 0, 1, "c.dp_cum_sum_s", "dp_cum_sum_s"], [64, 0, 1, "c.dp_depthtospace_p", "dp_depthtospace_p"], [64, 0, 1, "c.dp_depthtospace_s", "dp_depthtospace_s"], [66, 0, 1, "c.dp_div_p", "dp_div_p"], [66, 0, 1, "c.dp_div_s", "dp_div_s"], [72, 0, 1, "c.dp_eltwise_p", "dp_eltwise_p"], [72, 0, 1, "c.dp_eltwise_s", "dp_eltwise_s"], [75, 0, 1, "c.dp_equal_p", "dp_equal_p"], [75, 0, 1, "c.dp_equal_s", "dp_equal_s"], [76, 0, 1, "c.dp_erf_p", "dp_erf_p"], [76, 0, 1, "c.dp_erf_s", "dp_erf_s"], [78, 0, 1, "c.dp_exp_p", "dp_exp_p"], [78, 0, 1, "c.dp_exp_s", "dp_exp_s"], [59, 0, 1, "c.dp_extract_features_p", "dp_extract_features_p"], [59, 0, 1, "c.dp_extract_features_s", "dp_extract_features_s"], [83, 0, 1, "c.dp_fill_p", "dp_fill_p"], [83, 0, 1, "c.dp_fill_s", "dp_fill_s"], [89, 0, 1, "c.dp_floor_div_p", "dp_floor_div_p"], [89, 0, 1, "c.dp_floor_div_s", "dp_floor_div_s"], [88, 0, 1, "c.dp_floor_mod_p", "dp_floor_mod_p"], [88, 0, 1, "c.dp_floor_mod_s", "dp_floor_mod_s"], [87, 0, 1, "c.dp_floor_p", "dp_floor_p"], [87, 0, 1, "c.dp_floor_s", "dp_floor_s"], [90, 0, 1, "c.dp_format_transpose_p", "dp_format_transpose_p"], [90, 0, 1, "c.dp_format_transpose_s", "dp_format_transpose_s"], [95, 0, 1, "c.dp_gather_d_p", "dp_gather_d_p"], [95, 0, 1, "c.dp_gather_d_s", "dp_gather_d_s"], [94, 0, 1, "c.dp_gather_nd_p", "dp_gather_nd_p"], [94, 0, 1, "c.dp_gather_nd_s", "dp_gather_nd_s"], [93, 0, 1, "c.dp_gather_p", "dp_gather_p"], [93, 0, 1, "c.dp_gather_s", "dp_gather_s"], [99, 0, 1, "c.dp_greater_equal_s", "dp_greater_equal_s"], [98, 0, 1, "c.dp_greater_s", "dp_greater_s"], [105, 0, 1, "c.dp_is_finite_p", "dp_is_finite_p"], [105, 0, 1, "c.dp_is_finite_s", "dp_is_finite_s"], [111, 0, 1, "c.dp_less_equal_p", "dp_less_equal_p"], [111, 0, 1, "c.dp_less_equal_s", "dp_less_equal_s"], [110, 0, 1, "c.dp_less_p", "dp_less_p"], [110, 0, 1, "c.dp_less_s", "dp_less_s"], [114, 0, 1, "c.dp_log1p_p", "dp_log1p_p"], [114, 0, 1, "c.dp_log1p_s", "dp_log1p_s"], [116, 0, 1, "c.dp_logical_and_p", "dp_logical_and_p"], [116, 0, 1, "c.dp_logical_and_s", "dp_logical_and_s"], [117, 0, 1, "c.dp_logical_not_p", "dp_logical_not_p"], [117, 0, 1, "c.dp_logical_not_s", "dp_logical_not_s"], [118, 0, 1, "c.dp_logical_or_p", "dp_logical_or_p"], [118, 0, 1, "c.dp_logical_or_s", "dp_logical_or_s"], [122, 0, 1, "c.dp_lsh_projection_p", "dp_lsh_projection_p"], [122, 0, 1, "c.dp_lsh_projection_s", "dp_lsh_projection_s"], [127, 0, 1, "c.dp_matmul_fusion_p", "dp_matmul_fusion_p"], [127, 0, 1, "c.dp_matmul_fusion_s", "dp_matmul_fusion_s"], [128, 0, 1, "c.dp_maximum_p", "dp_maximum_p"], [128, 0, 1, "c.dp_maximum_s", "dp_maximum_s"], [130, 0, 1, "c.dp_maxpool_fusion_p", "dp_maxpool_fusion_p"], [130, 0, 1, "c.dp_maxpool_fusion_s", "dp_maxpool_fusion_s"], [133, 0, 1, "c.dp_minimum_p", "dp_minimum_p"], [133, 0, 1, "c.dp_minimum_s", "dp_minimum_s"], [135, 0, 1, "c.dp_mod_p", "dp_mod_p"], [135, 0, 1, "c.dp_mod_s", "dp_mod_s"], [136, 0, 1, "c.dp_mul_p", "dp_mul_p"], [136, 0, 1, "c.dp_mul_s", "dp_mul_s"], [139, 0, 1, "c.dp_neg_grad_p", "dp_neg_grad_p"], [139, 0, 1, "c.dp_neg_grad_s", "dp_neg_grad_s"], [138, 0, 1, "c.dp_neg_p", "dp_neg_p"], [138, 0, 1, "c.dp_neg_s", "dp_neg_s"], [143, 0, 1, "c.dp_nonzero_p", "dp_nonzero_p"], [143, 0, 1, "c.dp_nonzero_s", "dp_nonzero_s"], [144, 0, 1, "c.dp_not_equal_p", "dp_not_equal_p"], [144, 0, 1, "c.dp_not_equal_s", "dp_not_equal_s"], [145, 0, 1, "c.dp_onehot_p", "dp_onehot_p"], [145, 0, 1, "c.dp_onehot_s", "dp_onehot_s"], [146, 0, 1, "c.dp_ones_like_p", "dp_ones_like_p"], [146, 0, 1, "c.dp_ones_like_s", "dp_ones_like_s"], [147, 0, 1, "c.dp_padfusion_p", "dp_padfusion_p"], [147, 0, 1, "c.dp_padfusion_s", "dp_padfusion_s"], [149, 0, 1, "c.dp_pow_fusion_p", "dp_pow_fusion_p"], [149, 0, 1, "c.dp_pow_fusion_s", "dp_pow_fusion_s"], [154, 0, 1, "c.dp_ragged_range_p", "dp_ragged_range_p"], [154, 0, 1, "c.dp_ragged_range_s", "dp_ragged_range_s"], [157, 0, 1, "c.dp_range_p", "dp_range_p"], [157, 0, 1, "c.dp_range_s", "dp_range_s"], [159, 0, 1, "c.dp_real_div_p", "dp_real_div_p"], [159, 0, 1, "c.dp_real_div_s", "dp_real_div_s"], [160, 0, 1, "c.dp_reciprocal_p", "dp_reciprocal_p"], [160, 0, 1, "c.dp_reciprocal_s", "dp_reciprocal_s"], [23, 0, 1, "c.dp_reduce_all_p", "dp_reduce_all_p"], [23, 0, 1, "c.dp_reduce_all_s", "dp_reduce_all_s"], [161, 0, 1, "c.dp_reduce_p", "dp_reduce_p"], [161, 0, 1, "c.dp_reduce_s", "dp_reduce_s"], [162, 0, 1, "c.dp_reducescatter_p", "dp_reducescatter_p"], [162, 0, 1, "c.dp_reducescatter_s", "dp_reducescatter_s"], [163, 0, 1, "c.dp_reshape_p", "dp_reshape_p"], [163, 0, 1, "c.dp_reshape_s", "dp_reshape_s"], [170, 0, 1, "c.dp_round_p", "dp_round_p"], [170, 0, 1, "c.dp_round_s", "dp_round_s"], [171, 0, 1, "c.dp_rsqrt_p", "dp_rsqrt_p"], [171, 0, 1, "c.dp_rsqrt_s", "dp_rsqrt_s"], [173, 0, 1, "c.dp_scale_fusion_p", "dp_scale_fusion_p"], [173, 0, 1, "c.dp_scale_fusion_s", "dp_scale_fusion_s"], [174, 0, 1, "c.dp_scatter_elements_p", "dp_scatter_elements_p"], [174, 0, 1, "c.dp_scatter_elements_s", "dp_scatter_elements_s"], [175, 0, 1, "c.dp_scatter_nd_p", "dp_scatter_nd_p"], [175, 0, 1, "c.dp_scatter_nd_s", "dp_scatter_nd_s"], [176, 0, 1, "c.dp_scatter_nd_update_p", "dp_scatter_nd_update_p"], [176, 0, 1, "c.dp_scatter_nd_update_s", "dp_scatter_nd_update_s"], [177, 0, 1, "c.dp_select_p", "dp_select_p"], [177, 0, 1, "c.dp_select_s", "dp_select_s"], [182, 0, 1, "c.dp_sin_p", "dp_sin_p"], [182, 0, 1, "c.dp_sin_s", "dp_sin_s"], [185, 0, 1, "c.dp_slice_p", "dp_slice_p"], [185, 0, 1, "c.dp_slice_s", "dp_slice_s"], [190, 0, 1, "c.dp_spacetobatch_p", "dp_spacetobatch_p"], [190, 0, 1, "c.dp_spacetobatch_s", "dp_spacetobatch_s"], [191, 0, 1, "c.dp_spacetobatchnd_p", "dp_spacetobatchnd_p"], [191, 0, 1, "c.dp_spacetobatchnd_s", "dp_spacetobatchnd_s"], [192, 0, 1, "c.dp_spacetodepth_p", "dp_spacetodepth_p"], [192, 0, 1, "c.dp_spacetodepth_s", "dp_spacetodepth_s"], [194, 0, 1, "c.dp_sparse_fill_empty_rows_p", "dp_sparse_fill_empty_rows_p"], [194, 0, 1, "c.dp_sparse_fill_empty_rows_s", "dp_sparse_fill_empty_rows_s"], [197, 0, 1, "c.dp_sparse_to_dense_p", "dp_sparse_to_dense_p"], [197, 0, 1, "c.dp_sparse_to_dense_s", "dp_sparse_to_dense_s"], [196, 0, 1, "c.dp_sparsesegmentsum_p", "dp_sparsesegmentsum_p"], [196, 0, 1, "c.dp_sparsesegmentsum_s", "dp_sparsesegmentsum_s"], [198, 0, 1, "c.dp_splice_p", "dp_splice_p"], [198, 0, 1, "c.dp_splice_s", "dp_splice_s"], [199, 0, 1, "c.dp_split_p", "dp_split_p"], [199, 0, 1, "c.dp_split_s", "dp_split_s"], [200, 0, 1, "c.dp_split_with_overlap_p", "dp_split_with_overlap_p"], [200, 0, 1, "c.dp_split_with_overlap_s", "dp_split_with_overlap_s"], [201, 0, 1, "c.dp_sqrt_p", "dp_sqrt_p"], [201, 0, 1, "c.dp_sqrt_s", "dp_sqrt_s"], [204, 0, 1, "c.dp_square_difference_p", "dp_square_difference_p"], [204, 0, 1, "c.dp_square_difference_s", "dp_square_difference_s"], [203, 0, 1, "c.dp_square_p", "dp_square_p"], [203, 0, 1, "c.dp_square_s", "dp_square_s"], [206, 0, 1, "c.dp_stack_p", "dp_stack_p"], [206, 0, 1, "c.dp_stack_s", "dp_stack_s"], [209, 0, 1, "c.dp_sub_p", "dp_sub_p"], [209, 0, 1, "c.dp_sub_s", "dp_sub_s"], [213, 0, 1, "c.dp_tensor_scatter_add_p", "dp_tensor_scatter_add_p"], [213, 0, 1, "c.dp_tensor_scatter_add_s", "dp_tensor_scatter_add_s"], [215, 0, 1, "c.dp_tensorarrayread_p", "dp_tensorarrayread_p"], [215, 0, 1, "c.dp_tensorarrayread_s", "dp_tensorarrayread_s"], [217, 0, 1, "c.dp_tensorlist_from_tensor_p", "dp_tensorlist_from_tensor_p"], [217, 0, 1, "c.dp_tensorlist_from_tensor_s", "dp_tensorlist_from_tensor_s"], [222, 0, 1, "c.dp_tile_p", "dp_tile_p"], [222, 0, 1, "c.dp_tile_s", "dp_tile_s"], [224, 0, 1, "c.dp_transpose_p", "dp_transpose_p"], [224, 0, 1, "c.dp_transpose_s", "dp_transpose_s"], [225, 0, 1, "c.dp_tril_p", "dp_tril_p"], [225, 0, 1, "c.dp_tril_s", "dp_tril_s"], [226, 0, 1, "c.dp_triu_p", "dp_triu_p"], [226, 0, 1, "c.dp_triu_s", "dp_triu_s"], [229, 0, 1, "c.dp_unsorted_segment_sum_p", "dp_unsorted_segment_sum_p"], [229, 0, 1, "c.dp_unsorted_segment_sum_s", "dp_unsorted_segment_sum_s"], [232, 0, 1, "c.dp_where_p", "dp_where_p"], [232, 0, 1, "c.dp_where_s", "dp_where_s"], [233, 0, 1, "c.dp_zerolike_p", "dp_zerolike_p"], [233, 0, 1, "c.dp_zerolike_s", "dp_zerolike_s"], [101, 0, 1, "c.fp_Gru_p", "fp_Gru_p"], [101, 0, 1, "c.fp_Gru_s", "fp_Gru_s"], [228, 0, 1, "c.fp_Unique_p", "fp_Unique_p"], [228, 0, 1, "c.fp_Unique_s", "fp_Unique_s"], [13, 0, 1, "c.fp_abs_grad_p", "fp_abs_grad_p"], [13, 0, 1, "c.fp_abs_grad_s", "fp_abs_grad_s"], [12, 0, 1, "c.fp_abs_p", "fp_abs_p"], [12, 0, 1, "c.fp_abs_s", "fp_abs_s"], [16, 0, 1, "c.fp_adam_p", "fp_adam_p"], [16, 0, 1, "c.fp_adam_s", "fp_adam_s"], [17, 0, 1, "c.fp_adamweightdecay_p", "fp_adamweightdecay_p"], [17, 0, 1, "c.fp_adamweightdecay_s", "fp_adamweightdecay_s"], [19, 0, 1, "c.fp_add_grad_p", "fp_add_grad_p"], [19, 0, 1, "c.fp_add_grad_s", "fp_add_grad_s"], [18, 0, 1, "c.fp_add_p", "fp_add_p"], [18, 0, 1, "c.fp_add_s", "fp_add_s"], [20, 0, 1, "c.fp_adder_p", "fp_adder_p"], [20, 0, 1, "c.fp_adder_s", "fp_adder_s"], [21, 0, 1, "c.fp_addn_p", "fp_addn_p"], [21, 0, 1, "c.fp_addn_s", "fp_addn_s"], [22, 0, 1, "c.fp_affine_p", "fp_affine_p"], [22, 0, 1, "c.fp_affine_s", "fp_affine_s"], [24, 0, 1, "c.fp_all_gather_p", "fp_all_gather_p"], [24, 0, 1, "c.fp_all_gather_s", "fp_all_gather_s"], [25, 0, 1, "c.fp_apply_momentum_p", "fp_apply_momentum_p"], [25, 0, 1, "c.fp_apply_momentum_s", "fp_apply_momentum_s"], [26, 0, 1, "c.fp_arg_max_p", "fp_arg_max_p"], [26, 0, 1, "c.fp_arg_max_s", "fp_arg_max_s"], [27, 0, 1, "c.fp_arg_min_p", "fp_arg_min_p"], [27, 0, 1, "c.fp_arg_min_s", "fp_arg_min_s"], [28, 0, 1, "c.fp_assert_p", "fp_assert_p"], [28, 0, 1, "c.fp_assert_s", "fp_assert_s"], [30, 0, 1, "c.fp_assign_add_p", "fp_assign_add_p"], [30, 0, 1, "c.fp_assign_add_s", "fp_assign_add_s"], [29, 0, 1, "c.fp_assign_p", "fp_assign_p"], [29, 0, 1, "c.fp_assign_s", "fp_assign_s"], [31, 0, 1, "c.fp_attention_p", "fp_attention_p"], [31, 0, 1, "c.fp_attention_s", "fp_attention_s"], [32, 0, 1, "c.fp_audio_spectrogram_p", "fp_audio_spectrogram_p"], [32, 0, 1, "c.fp_audio_spectrogram_s", "fp_audio_spectrogram_s"], [33, 0, 1, "c.fp_avg_pool_grad_p", "fp_avg_pool_grad_p"], [33, 0, 1, "c.fp_avg_pool_grad_s", "fp_avg_pool_grad_s"], [34, 0, 1, "c.fp_avgpool_fusion_p", "fp_avgpool_fusion_p"], [34, 0, 1, "c.fp_avgpool_fusion_s", "fp_avgpool_fusion_s"], [37, 0, 1, "c.fp_batch_norm_grad_p", "fp_batch_norm_grad_p"], [37, 0, 1, "c.fp_batch_norm_grad_s", "fp_batch_norm_grad_s"], [36, 0, 1, "c.fp_batch_norm_p", "fp_batch_norm_p"], [36, 0, 1, "c.fp_batch_norm_s", "fp_batch_norm_s"], [35, 0, 1, "c.fp_batch_to_space_p", "fp_batch_to_space_p"], [35, 0, 1, "c.fp_batch_to_space_s", "fp_batch_to_space_s"], [38, 0, 1, "c.fp_batchtospacend_p", "fp_batchtospacend_p"], [38, 0, 1, "c.fp_batchtospacend_s", "fp_batchtospacend_s"], [40, 0, 1, "c.fp_bias_add_grad_p", "fp_bias_add_grad_p"], [40, 0, 1, "c.fp_bias_add_grad_s", "fp_bias_add_grad_s"], [39, 0, 1, "c.fp_bias_add_p", "fp_bias_add_p"], [39, 0, 1, "c.fp_bias_add_s", "fp_bias_add_s"], [41, 0, 1, "c.fp_binary_cross_entropy_grad_p", "fp_binary_cross_entropy_grad_p"], [41, 0, 1, "c.fp_binary_cross_entropy_grad_s", "fp_binary_cross_entropy_grad_s"], [42, 0, 1, "c.fp_binary_cross_entropy_p", "fp_binary_cross_entropy_p"], [42, 0, 1, "c.fp_binary_cross_entropy_s", "fp_binary_cross_entropy_s"], [43, 0, 1, "c.fp_broadcastto_p", "fp_broadcastto_p"], [43, 0, 1, "c.fp_broadcastto_s", "fp_broadcastto_s"], [45, 0, 1, "c.fp_cast_to_fp16_p", "fp_cast_to_fp16_p"], [45, 0, 1, "c.fp_cast_to_fp16_s", "fp_cast_to_fp16_s"], [45, 0, 1, "c.fp_cast_to_fp_p", "fp_cast_to_fp_p"], [45, 0, 1, "c.fp_cast_to_fp_s", "fp_cast_to_fp_s"], [45, 0, 1, "c.fp_cast_to_int16_p", "fp_cast_to_int16_p"], [45, 0, 1, "c.fp_cast_to_int16_p", "fp_cast_to_int16_p"], [45, 0, 1, "c.fp_cast_to_int16_s", "fp_cast_to_int16_s"], [45, 0, 1, "c.fp_cast_to_int16_s", "fp_cast_to_int16_s"], [45, 0, 1, "c.fp_cast_to_int32_p", "fp_cast_to_int32_p"], [45, 0, 1, "c.fp_cast_to_int32_p", "fp_cast_to_int32_p"], [45, 0, 1, "c.fp_cast_to_int32_s", "fp_cast_to_int32_s"], [45, 0, 1, "c.fp_cast_to_int32_s", "fp_cast_to_int32_s"], [45, 0, 1, "c.fp_cast_to_int8_p", "fp_cast_to_int8_p"], [45, 0, 1, "c.fp_cast_to_int8_s", "fp_cast_to_int8_s"], [46, 0, 1, "c.fp_ceil_p", "fp_ceil_p"], [46, 0, 1, "c.fp_ceil_s", "fp_ceil_s"], [14, 0, 1, "c.fp_celu_p", "fp_celu_p"], [14, 0, 1, "c.fp_celu_s", "fp_celu_s"], [14, 0, 1, "c.fp_clip_p", "fp_clip_p"], [47, 0, 1, "c.fp_clip_p", "fp_clip_p"], [14, 0, 1, "c.fp_clip_s", "fp_clip_s"], [47, 0, 1, "c.fp_clip_s", "fp_clip_s"], [48, 0, 1, "c.fp_concat_p", "fp_concat_p"], [48, 0, 1, "c.fp_concat_s", "fp_concat_s"], [49, 0, 1, "c.fp_constant_of_shape_p", "fp_constant_of_shape_p"], [49, 0, 1, "c.fp_constant_of_shape_s", "fp_constant_of_shape_s"], [50, 0, 1, "c.fp_conv2d_p", "fp_conv2d_p"], [50, 0, 1, "c.fp_conv2d_s", "fp_conv2d_s"], [52, 0, 1, "c.fp_conv2dbackpropfilterfusion_p", "fp_conv2dbackpropfilterfusion_p"], [52, 0, 1, "c.fp_conv2dbackpropfilterfusion_s", "fp_conv2dbackpropfilterfusion_s"], [53, 0, 1, "c.fp_conv2dbackpropinputfusion_p", "fp_conv2dbackpropinputfusion_p"], [53, 0, 1, "c.fp_conv2dbackpropinputfusion_s", "fp_conv2dbackpropinputfusion_s"], [51, 0, 1, "c.fp_convtranspose_p", "fp_convtranspose_p"], [51, 0, 1, "c.fp_convtranspose_s", "fp_convtranspose_s"], [54, 0, 1, "c.fp_cos_p", "fp_cos_p"], [54, 0, 1, "c.fp_cos_s", "fp_cos_s"], [56, 0, 1, "c.fp_crop_and_resize_anycore", "fp_crop_and_resize_anycore"], [57, 0, 1, "c.fp_cum_sum_p", "fp_cum_sum_p"], [57, 0, 1, "c.fp_cum_sum_s", "fp_cum_sum_s"], [62, 0, 1, "c.fp_deconv_grad_filter_p", "fp_deconv_grad_filter_p"], [62, 0, 1, "c.fp_deconv_grad_filter_s", "fp_deconv_grad_filter_s"], [64, 0, 1, "c.fp_depthtospace_p", "fp_depthtospace_p"], [64, 0, 1, "c.fp_depthtospace_s", "fp_depthtospace_s"], [65, 0, 1, "c.fp_detection_post_process_p", "fp_detection_post_process_p"], [65, 0, 1, "c.fp_detection_post_process_s", "fp_detection_post_process_s"], [67, 0, 1, "c.fp_div_grad_p", "fp_div_grad_p"], [67, 0, 1, "c.fp_div_grad_s", "fp_div_grad_s"], [66, 0, 1, "c.fp_div_p", "fp_div_p"], [66, 0, 1, "c.fp_div_s", "fp_div_s"], [69, 0, 1, "c.fp_dropout_grad_p", "fp_dropout_grad_p"], [69, 0, 1, "c.fp_dropout_grad_s", "fp_dropout_grad_s"], [68, 0, 1, "c.fp_dropout_p", "fp_dropout_p"], [68, 0, 1, "c.fp_dropout_s", "fp_dropout_s"], [71, 0, 1, "c.fp_dynamic_quant_p", "fp_dynamic_quant_p"], [71, 0, 1, "c.fp_dynamic_quant_s", "fp_dynamic_quant_s"], [72, 0, 1, "c.fp_eltwise_p", "fp_eltwise_p"], [72, 0, 1, "c.fp_eltwise_s", "fp_eltwise_s"], [15, 0, 1, "c.fp_elu_grad_p", "fp_elu_grad_p"], [15, 0, 1, "c.fp_elu_grad_s", "fp_elu_grad_s"], [14, 0, 1, "c.fp_elu_p", "fp_elu_p"], [73, 0, 1, "c.fp_elu_p", "fp_elu_p"], [14, 0, 1, "c.fp_elu_s", "fp_elu_s"], [73, 0, 1, "c.fp_elu_s", "fp_elu_s"], [74, 0, 1, "c.fp_embedding_lookup_p", "fp_embedding_lookup_p"], [74, 0, 1, "c.fp_embedding_lookup_s", "fp_embedding_lookup_s"], [75, 0, 1, "c.fp_equal_p", "fp_equal_p"], [75, 0, 1, "c.fp_equal_s", "fp_equal_s"], [76, 0, 1, "c.fp_erf_p", "fp_erf_p"], [76, 0, 1, "c.fp_erf_s", "fp_erf_s"], [78, 0, 1, "c.fp_exp_p", "fp_exp_p"], [78, 0, 1, "c.fp_exp_s", "fp_exp_s"], [59, 0, 1, "c.fp_extract_features_p", "fp_extract_features_p"], [59, 0, 1, "c.fp_extract_features_s", "fp_extract_features_s"], [79, 0, 1, "c.fp_fake_quant_with_min_max_vars_p", "fp_fake_quant_with_min_max_vars_p"], [80, 0, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "fp_fake_quant_with_min_max_vars_per_channel_p"], [80, 0, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "fp_fake_quant_with_min_max_vars_per_channel_s"], [79, 0, 1, "c.fp_fake_quant_with_min_max_vars_s", "fp_fake_quant_with_min_max_vars_s"], [83, 0, 1, "c.fp_fill_p", "fp_fill_p"], [83, 0, 1, "c.fp_fill_s", "fp_fill_s"], [86, 0, 1, "c.fp_flatten_grad_p", "fp_flatten_grad_p"], [86, 0, 1, "c.fp_flatten_grad_s", "fp_flatten_grad_s"], [89, 0, 1, "c.fp_floor_div_p", "fp_floor_div_p"], [89, 0, 1, "c.fp_floor_div_s", "fp_floor_div_s"], [88, 0, 1, "c.fp_floor_mod_p", "fp_floor_mod_p"], [88, 0, 1, "c.fp_floor_mod_s", "fp_floor_mod_s"], [87, 0, 1, "c.fp_floor_p", "fp_floor_p"], [87, 0, 1, "c.fp_floor_s", "fp_floor_s"], [90, 0, 1, "c.fp_format_transpose_p", "fp_format_transpose_p"], [90, 0, 1, "c.fp_format_transpose_s", "fp_format_transpose_s"], [91, 0, 1, "c.fp_full_connection_p", "fp_full_connection_p"], [91, 0, 1, "c.fp_full_connection_s", "fp_full_connection_s"], [92, 0, 1, "c.fp_fusedbatchnorm_p", "fp_fusedbatchnorm_p"], [92, 0, 1, "c.fp_fusedbatchnorm_s", "fp_fusedbatchnorm_s"], [95, 0, 1, "c.fp_gather_d_p", "fp_gather_d_p"], [95, 0, 1, "c.fp_gather_d_s", "fp_gather_d_s"], [94, 0, 1, "c.fp_gather_nd_p", "fp_gather_nd_p"], [94, 0, 1, "c.fp_gather_nd_s", "fp_gather_nd_s"], [93, 0, 1, "c.fp_gather_p", "fp_gather_p"], [93, 0, 1, "c.fp_gather_s", "fp_gather_s"], [15, 0, 1, "c.fp_gelu_grad_p", "fp_gelu_grad_p"], [15, 0, 1, "c.fp_gelu_grad_s", "fp_gelu_grad_s"], [14, 0, 1, "c.fp_gelu_p", "fp_gelu_p"], [14, 0, 1, "c.fp_gelu_s", "fp_gelu_s"], [97, 0, 1, "c.fp_glu_p", "fp_glu_p"], [97, 0, 1, "c.fp_glu_s", "fp_glu_s"], [99, 0, 1, "c.fp_greater_equal_p", "fp_greater_equal_p"], [99, 0, 1, "c.fp_greater_equal_s", "fp_greater_equal_s"], [98, 0, 1, "c.fp_greater_p", "fp_greater_p"], [98, 0, 1, "c.fp_greater_s", "fp_greater_s"], [100, 0, 1, "c.fp_groupnormfusion_p", "fp_groupnormfusion_p"], [100, 0, 1, "c.fp_groupnormfusion_s", "fp_groupnormfusion_s"], [15, 0, 1, "c.fp_h_sigmoid_grad_p", "fp_h_sigmoid_grad_p"], [15, 0, 1, "c.fp_h_sigmoid_grad_s", "fp_h_sigmoid_grad_s"], [15, 0, 1, "c.fp_h_swish_grad_p", "fp_h_swish_grad_p"], [15, 0, 1, "c.fp_h_swish_grad_s", "fp_h_swish_grad_s"], [15, 0, 1, "c.fp_hard_shrink_grad_p", "fp_hard_shrink_grad_p"], [15, 0, 1, "c.fp_hard_shrink_grad_s", "fp_hard_shrink_grad_s"], [14, 0, 1, "c.fp_hardshrink_p", "fp_hardshrink_p"], [14, 0, 1, "c.fp_hardshrink_s", "fp_hardshrink_s"], [14, 0, 1, "c.fp_hardtanh_p", "fp_hardtanh_p"], [14, 0, 1, "c.fp_hardtanh_s", "fp_hardtanh_s"], [14, 0, 1, "c.fp_hsigmoid_p", "fp_hsigmoid_p"], [14, 0, 1, "c.fp_hsigmoid_s", "fp_hsigmoid_s"], [14, 0, 1, "c.fp_hswish_p", "fp_hswish_p"], [14, 0, 1, "c.fp_hswish_s", "fp_hswish_s"], [103, 0, 1, "c.fp_instance_norm_p", "fp_instance_norm_p"], [103, 0, 1, "c.fp_instance_norm_s", "fp_instance_norm_s"], [105, 0, 1, "c.fp_is_finite_p", "fp_is_finite_p"], [105, 0, 1, "c.fp_is_finite_s", "fp_is_finite_s"], [106, 0, 1, "c.fp_l2norm_p", "fp_l2norm_p"], [106, 0, 1, "c.fp_l2norm_s", "fp_l2norm_s"], [15, 0, 1, "c.fp_l_relu_grad_p", "fp_l_relu_grad_p"], [15, 0, 1, "c.fp_l_relu_grad_s", "fp_l_relu_grad_s"], [108, 0, 1, "c.fp_layer_norm_grad_p", "fp_layer_norm_grad_p"], [108, 0, 1, "c.fp_layer_norm_grad_s", "fp_layer_norm_grad_s"], [107, 0, 1, "c.fp_layernormfusion_p", "fp_layernormfusion_p"], [107, 0, 1, "c.fp_layernormfusion_s", "fp_layernormfusion_s"], [109, 0, 1, "c.fp_leaky_relu_p", "fp_leaky_relu_p"], [109, 0, 1, "c.fp_leaky_relu_s", "fp_leaky_relu_s"], [111, 0, 1, "c.fp_less_equal_p", "fp_less_equal_p"], [111, 0, 1, "c.fp_less_equal_s", "fp_less_equal_s"], [110, 0, 1, "c.fp_less_p", "fp_less_p"], [110, 0, 1, "c.fp_less_s", "fp_less_s"], [112, 0, 1, "c.fp_linspace_p", "fp_linspace_p"], [112, 0, 1, "c.fp_linspace_s", "fp_linspace_s"], [114, 0, 1, "c.fp_log1p_p", "fp_log1p_p"], [114, 0, 1, "c.fp_log1p_s", "fp_log1p_s"], [115, 0, 1, "c.fp_log_grad_p", "fp_log_grad_p"], [115, 0, 1, "c.fp_log_grad_s", "fp_log_grad_s"], [113, 0, 1, "c.fp_log_p", "fp_log_p"], [113, 0, 1, "c.fp_log_s", "fp_log_s"], [116, 0, 1, "c.fp_logical_and_p", "fp_logical_and_p"], [116, 0, 1, "c.fp_logical_and_s", "fp_logical_and_s"], [117, 0, 1, "c.fp_logical_not_p", "fp_logical_not_p"], [117, 0, 1, "c.fp_logical_not_s", "fp_logical_not_s"], [118, 0, 1, "c.fp_logical_or_p", "fp_logical_or_p"], [118, 0, 1, "c.fp_logical_or_s", "fp_logical_or_s"], [119, 0, 1, "c.fp_logsoftmax_p", "fp_logsoftmax_p"], [119, 0, 1, "c.fp_logsoftmax_s", "fp_logsoftmax_s"], [120, 0, 1, "c.fp_lp_norm_p", "fp_lp_norm_p"], [120, 0, 1, "c.fp_lp_norm_s", "fp_lp_norm_s"], [14, 0, 1, "c.fp_lrelu_p", "fp_lrelu_p"], [14, 0, 1, "c.fp_lrelu_s", "fp_lrelu_s"], [121, 0, 1, "c.fp_lrn_p", "fp_lrn_p"], [121, 0, 1, "c.fp_lrn_s", "fp_lrn_s"], [122, 0, 1, "c.fp_lsh_projection_p", "fp_lsh_projection_p"], [122, 0, 1, "c.fp_lsh_projection_s", "fp_lsh_projection_s"], [123, 0, 1, "c.fp_lstm_p", "fp_lstm_p"], [123, 0, 1, "c.fp_lstm_s", "fp_lstm_s"], [124, 0, 1, "c.fp_lstmgrad_p", "fp_lstmgrad_p"], [124, 0, 1, "c.fp_lstmgrad_s", "fp_lstmgrad_s"], [125, 0, 1, "c.fp_lstmgraddata_p", "fp_lstmgraddata_p"], [125, 0, 1, "c.fp_lstmgraddata_s", "fp_lstmgraddata_s"], [126, 0, 1, "c.fp_lstmgradweight_p", "fp_lstmgradweight_p"], [126, 0, 1, "c.fp_lstmgradweight_s", "fp_lstmgradweight_s"], [127, 0, 1, "c.fp_matmul_fusion_p", "fp_matmul_fusion_p"], [127, 0, 1, "c.fp_matmul_fusion_s", "fp_matmul_fusion_s"], [129, 0, 1, "c.fp_maximum_grad_p", "fp_maximum_grad_p"], [129, 0, 1, "c.fp_maximum_grad_s", "fp_maximum_grad_s"], [128, 0, 1, "c.fp_maximum_p", "fp_maximum_p"], [128, 0, 1, "c.fp_maximum_s", "fp_maximum_s"], [130, 0, 1, "c.fp_maxpool_fusion_p", "fp_maxpool_fusion_p"], [130, 0, 1, "c.fp_maxpool_fusion_s", "fp_maxpool_fusion_s"], [131, 0, 1, "c.fp_maxpool_grad_p", "fp_maxpool_grad_p"], [131, 0, 1, "c.fp_maxpool_grad_s", "fp_maxpool_grad_s"], [132, 0, 1, "c.fp_mfcc_p", "fp_mfcc_p"], [132, 0, 1, "c.fp_mfcc_s", "fp_mfcc_s"], [133, 0, 1, "c.fp_minimum_p", "fp_minimum_p"], [133, 0, 1, "c.fp_minimum_s", "fp_minimum_s"], [134, 0, 1, "c.fp_minimumgrad_p", "fp_minimumgrad_p"], [134, 0, 1, "c.fp_minimumgrad_s", "fp_minimumgrad_s"], [135, 0, 1, "c.fp_mod_p", "fp_mod_p"], [135, 0, 1, "c.fp_mod_s", "fp_mod_s"], [137, 0, 1, "c.fp_mul_grad_p", "fp_mul_grad_p"], [137, 0, 1, "c.fp_mul_grad_s", "fp_mul_grad_s"], [136, 0, 1, "c.fp_mul_p", "fp_mul_p"], [136, 0, 1, "c.fp_mul_s", "fp_mul_s"], [139, 0, 1, "c.fp_neg_grad_p", "fp_neg_grad_p"], [139, 0, 1, "c.fp_neg_grad_s", "fp_neg_grad_s"], [138, 0, 1, "c.fp_neg_p", "fp_neg_p"], [138, 0, 1, "c.fp_neg_s", "fp_neg_s"], [140, 0, 1, "c.fp_nllloss_p", "fp_nllloss_p"], [140, 0, 1, "c.fp_nllloss_s", "fp_nllloss_s"], [141, 0, 1, "c.fp_nlllossgrad_p", "fp_nlllossgrad_p"], [141, 0, 1, "c.fp_nlllossgrad_s", "fp_nlllossgrad_s"], [142, 0, 1, "c.fp_non_max_suppression_p", "fp_non_max_suppression_p"], [142, 0, 1, "c.fp_non_max_suppression_s", "fp_non_max_suppression_s"], [143, 0, 1, "c.fp_nonzero_p", "fp_nonzero_p"], [143, 0, 1, "c.fp_nonzero_s", "fp_nonzero_s"], [144, 0, 1, "c.fp_not_equal_p", "fp_not_equal_p"], [144, 0, 1, "c.fp_not_equal_s", "fp_not_equal_s"], [145, 0, 1, "c.fp_onehot_p", "fp_onehot_p"], [145, 0, 1, "c.fp_onehot_s", "fp_onehot_s"], [146, 0, 1, "c.fp_ones_like_p", "fp_ones_like_p"], [146, 0, 1, "c.fp_ones_like_s", "fp_ones_like_s"], [147, 0, 1, "c.fp_padfusion_p", "fp_padfusion_p"], [147, 0, 1, "c.fp_padfusion_s", "fp_padfusion_s"], [149, 0, 1, "c.fp_pow_fusion_p", "fp_pow_fusion_p"], [149, 0, 1, "c.fp_pow_fusion_s", "fp_pow_fusion_s"], [150, 0, 1, "c.fp_power_grad_p", "fp_power_grad_p"], [150, 0, 1, "c.fp_power_grad_s", "fp_power_grad_s"], [151, 0, 1, "c.fp_prelufusion_p", "fp_prelufusion_p"], [151, 0, 1, "c.fp_prelufusion_s", "fp_prelufusion_s"], [152, 0, 1, "c.fp_priorbox_p", "fp_priorbox_p"], [152, 0, 1, "c.fp_priorbox_s", "fp_priorbox_s"], [154, 0, 1, "c.fp_ragged_range_p", "fp_ragged_range_p"], [154, 0, 1, "c.fp_ragged_range_s", "fp_ragged_range_s"], [155, 0, 1, "c.fp_random_normal_p", "fp_random_normal_p"], [155, 0, 1, "c.fp_random_normal_s", "fp_random_normal_s"], [156, 0, 1, "c.fp_random_standard_normal_p", "fp_random_standard_normal_p"], [156, 0, 1, "c.fp_random_standard_normal_s", "fp_random_standard_normal_s"], [157, 0, 1, "c.fp_range_p", "fp_range_p"], [157, 0, 1, "c.fp_range_s", "fp_range_s"], [159, 0, 1, "c.fp_real_div_p", "fp_real_div_p"], [159, 0, 1, "c.fp_real_div_s", "fp_real_div_s"], [160, 0, 1, "c.fp_reciprocal_p", "fp_reciprocal_p"], [160, 0, 1, "c.fp_reciprocal_s", "fp_reciprocal_s"], [23, 0, 1, "c.fp_reduce_all_p", "fp_reduce_all_p"], [23, 0, 1, "c.fp_reduce_all_s", "fp_reduce_all_s"], [161, 0, 1, "c.fp_reduce_p", "fp_reduce_p"], [161, 0, 1, "c.fp_reduce_s", "fp_reduce_s"], [162, 0, 1, "c.fp_reducescatter_p", "fp_reducescatter_p"], [162, 0, 1, "c.fp_reducescatter_s", "fp_reducescatter_s"], [15, 0, 1, "c.fp_relu6_grad_p", "fp_relu6_grad_p"], [15, 0, 1, "c.fp_relu6_grad_s", "fp_relu6_grad_s"], [14, 0, 1, "c.fp_relu6_p", "fp_relu6_p"], [14, 0, 1, "c.fp_relu6_s", "fp_relu6_s"], [15, 0, 1, "c.fp_relu_grad_p", "fp_relu_grad_p"], [15, 0, 1, "c.fp_relu_grad_s", "fp_relu_grad_s"], [14, 0, 1, "c.fp_relu_p", "fp_relu_p"], [14, 0, 1, "c.fp_relu_s", "fp_relu_s"], [163, 0, 1, "c.fp_reshape_p", "fp_reshape_p"], [163, 0, 1, "c.fp_reshape_s", "fp_reshape_s"], [164, 0, 1, "c.fp_resize_anycore", "fp_resize_anycore"], [165, 0, 1, "c.fp_resizebilineargrad_p", "fp_resizebilineargrad_p"], [165, 0, 1, "c.fp_resizebilineargrad_s", "fp_resizebilineargrad_s"], [165, 0, 1, "c.fp_resizenearestneighborgrad_p", "fp_resizenearestneighborgrad_p"], [165, 0, 1, "c.fp_resizenearestneighborgrad_s", "fp_resizenearestneighborgrad_s"], [169, 0, 1, "c.fp_roipooling_p", "fp_roipooling_p"], [169, 0, 1, "c.fp_roipooling_s", "fp_roipooling_s"], [170, 0, 1, "c.fp_round_p", "fp_round_p"], [170, 0, 1, "c.fp_round_s", "fp_round_s"], [172, 0, 1, "c.fp_rsqrt_grad_p", "fp_rsqrt_grad_p"], [172, 0, 1, "c.fp_rsqrt_grad_s", "fp_rsqrt_grad_s"], [171, 0, 1, "c.fp_rsqrt_p", "fp_rsqrt_p"], [171, 0, 1, "c.fp_rsqrt_s", "fp_rsqrt_s"], [173, 0, 1, "c.fp_scale_fusion_p", "fp_scale_fusion_p"], [173, 0, 1, "c.fp_scale_fusion_s", "fp_scale_fusion_s"], [174, 0, 1, "c.fp_scatter_elements_p", "fp_scatter_elements_p"], [174, 0, 1, "c.fp_scatter_elements_s", "fp_scatter_elements_s"], [175, 0, 1, "c.fp_scatter_nd_p", "fp_scatter_nd_p"], [175, 0, 1, "c.fp_scatter_nd_s", "fp_scatter_nd_s"], [176, 0, 1, "c.fp_scatter_nd_update_p", "fp_scatter_nd_update_p"], [176, 0, 1, "c.fp_scatter_nd_update_s", "fp_scatter_nd_update_s"], [177, 0, 1, "c.fp_select_p", "fp_select_p"], [177, 0, 1, "c.fp_select_s", "fp_select_s"], [178, 0, 1, "c.fp_sgd_p", "fp_sgd_p"], [178, 0, 1, "c.fp_sgd_s", "fp_sgd_s"], [15, 0, 1, "c.fp_sigmoid_grad_p", "fp_sigmoid_grad_p"], [15, 0, 1, "c.fp_sigmoid_grad_s", "fp_sigmoid_grad_s"], [14, 0, 1, "c.fp_sigmoid_p", "fp_sigmoid_p"], [14, 0, 1, "c.fp_sigmoid_s", "fp_sigmoid_s"], [180, 0, 1, "c.fp_sigmoidcrossentropywithlogits_p", "fp_sigmoidcrossentropywithlogits_p"], [180, 0, 1, "c.fp_sigmoidcrossentropywithlogits_s", "fp_sigmoidcrossentropywithlogits_s"], [181, 0, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "fp_sigmoidcrossentropywithlogitsgrad_p"], [181, 0, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "fp_sigmoidcrossentropywithlogitsgrad_s"], [182, 0, 1, "c.fp_sin_p", "fp_sin_p"], [182, 0, 1, "c.fp_sin_s", "fp_sin_s"], [185, 0, 1, "c.fp_slice_p", "fp_slice_p"], [185, 0, 1, "c.fp_slice_s", "fp_slice_s"], [186, 0, 1, "c.fp_smoothl1loss_p", "fp_smoothl1loss_p"], [186, 0, 1, "c.fp_smoothl1loss_s", "fp_smoothl1loss_s"], [187, 0, 1, "c.fp_smoothl1lossgrad_p", "fp_smoothl1lossgrad_p"], [187, 0, 1, "c.fp_smoothl1lossgrad_s", "fp_smoothl1lossgrad_s"], [189, 0, 1, "c.fp_softmax_cross_entropy_with_logits_p", "fp_softmax_cross_entropy_with_logits_p"], [189, 0, 1, "c.fp_softmax_cross_entropy_with_logits_s", "fp_softmax_cross_entropy_with_logits_s"], [188, 0, 1, "c.fp_softmax_p", "fp_softmax_p"], [188, 0, 1, "c.fp_softmax_s", "fp_softmax_s"], [15, 0, 1, "c.fp_softplus_grad_p", "fp_softplus_grad_p"], [15, 0, 1, "c.fp_softplus_grad_s", "fp_softplus_grad_s"], [14, 0, 1, "c.fp_softplus_p", "fp_softplus_p"], [14, 0, 1, "c.fp_softplus_s", "fp_softplus_s"], [15, 0, 1, "c.fp_softshrink_grad_p", "fp_softshrink_grad_p"], [15, 0, 1, "c.fp_softshrink_grad_s", "fp_softshrink_grad_s"], [14, 0, 1, "c.fp_softshrink_p", "fp_softshrink_p"], [14, 0, 1, "c.fp_softshrink_s", "fp_softshrink_s"], [14, 0, 1, "c.fp_softsignopt_p", "fp_softsignopt_p"], [14, 0, 1, "c.fp_softsignopt_s", "fp_softsignopt_s"], [190, 0, 1, "c.fp_spacetobatch_p", "fp_spacetobatch_p"], [190, 0, 1, "c.fp_spacetobatch_s", "fp_spacetobatch_s"], [191, 0, 1, "c.fp_spacetobatchnd_p", "fp_spacetobatchnd_p"], [191, 0, 1, "c.fp_spacetobatchnd_s", "fp_spacetobatchnd_s"], [192, 0, 1, "c.fp_spacetodepth_p", "fp_spacetodepth_p"], [192, 0, 1, "c.fp_spacetodepth_s", "fp_spacetodepth_s"], [194, 0, 1, "c.fp_sparse_fill_empty_rows_p", "fp_sparse_fill_empty_rows_p"], [194, 0, 1, "c.fp_sparse_fill_empty_rows_s", "fp_sparse_fill_empty_rows_s"], [195, 0, 1, "c.fp_sparse_reshape_p", "fp_sparse_reshape_p"], [195, 0, 1, "c.fp_sparse_reshape_s", "fp_sparse_reshape_s"], [193, 0, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "fp_sparse_softmax_cross_entropy_with_logits_p"], [193, 0, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "fp_sparse_softmax_cross_entropy_with_logits_s"], [197, 0, 1, "c.fp_sparse_to_dense_p", "fp_sparse_to_dense_p"], [197, 0, 1, "c.fp_sparse_to_dense_s", "fp_sparse_to_dense_s"], [196, 0, 1, "c.fp_sparsesegmentsum_p", "fp_sparsesegmentsum_p"], [196, 0, 1, "c.fp_sparsesegmentsum_s", "fp_sparsesegmentsum_s"], [198, 0, 1, "c.fp_splice_p", "fp_splice_p"], [198, 0, 1, "c.fp_splice_s", "fp_splice_s"], [199, 0, 1, "c.fp_split_p", "fp_split_p"], [199, 0, 1, "c.fp_split_s", "fp_split_s"], [200, 0, 1, "c.fp_split_with_overlap_p", "fp_split_with_overlap_p"], [200, 0, 1, "c.fp_split_with_overlap_s", "fp_split_with_overlap_s"], [202, 0, 1, "c.fp_sqrt_grad_p", "fp_sqrt_grad_p"], [202, 0, 1, "c.fp_sqrt_grad_s", "fp_sqrt_grad_s"], [201, 0, 1, "c.fp_sqrt_p", "fp_sqrt_p"], [201, 0, 1, "c.fp_sqrt_s", "fp_sqrt_s"], [204, 0, 1, "c.fp_square_difference_p", "fp_square_difference_p"], [204, 0, 1, "c.fp_square_difference_s", "fp_square_difference_s"], [203, 0, 1, "c.fp_square_p", "fp_square_p"], [203, 0, 1, "c.fp_square_s", "fp_square_s"], [206, 0, 1, "c.fp_stack_p", "fp_stack_p"], [206, 0, 1, "c.fp_stack_s", "fp_stack_s"], [208, 0, 1, "c.fp_stridedslicegrad_p", "fp_stridedslicegrad_p"], [208, 0, 1, "c.fp_stridedslicegrad_s", "fp_stridedslicegrad_s"], [210, 0, 1, "c.fp_sub_grad_p", "fp_sub_grad_p"], [210, 0, 1, "c.fp_sub_grad_s", "fp_sub_grad_s"], [209, 0, 1, "c.fp_sub_p", "fp_sub_p"], [209, 0, 1, "c.fp_sub_s", "fp_sub_s"], [14, 0, 1, "c.fp_swish_p", "fp_swish_p"], [14, 0, 1, "c.fp_swish_s", "fp_swish_s"], [15, 0, 1, "c.fp_tanh_grad_p", "fp_tanh_grad_p"], [15, 0, 1, "c.fp_tanh_grad_s", "fp_tanh_grad_s"], [14, 0, 1, "c.fp_tanh_p", "fp_tanh_p"], [14, 0, 1, "c.fp_tanh_s", "fp_tanh_s"], [213, 0, 1, "c.fp_tensor_scatter_add_p", "fp_tensor_scatter_add_p"], [213, 0, 1, "c.fp_tensor_scatter_add_s", "fp_tensor_scatter_add_s"], [215, 0, 1, "c.fp_tensorarrayread_p", "fp_tensorarrayread_p"], [215, 0, 1, "c.fp_tensorarrayread_s", "fp_tensorarrayread_s"], [217, 0, 1, "c.fp_tensorlist_from_tensor_p", "fp_tensorlist_from_tensor_p"], [217, 0, 1, "c.fp_tensorlist_from_tensor_s", "fp_tensorlist_from_tensor_s"], [221, 0, 1, "c.fp_tensorlist_stack_p", "fp_tensorlist_stack_p"], [221, 0, 1, "c.fp_tensorlist_stack_s", "fp_tensorlist_stack_s"], [222, 0, 1, "c.fp_tile_p", "fp_tile_p"], [222, 0, 1, "c.fp_tile_s", "fp_tile_s"], [153, 0, 1, "c.fp_to_i8_quant_p", "fp_to_i8_quant_p"], [153, 0, 1, "c.fp_to_i8_quant_s", "fp_to_i8_quant_s"], [223, 0, 1, "c.fp_top_k_fusion_p", "fp_top_k_fusion_p"], [223, 0, 1, "c.fp_top_k_fusion_s", "fp_top_k_fusion_s"], [224, 0, 1, "c.fp_transpose_p", "fp_transpose_p"], [224, 0, 1, "c.fp_transpose_s", "fp_transpose_s"], [225, 0, 1, "c.fp_tril_p", "fp_tril_p"], [225, 0, 1, "c.fp_tril_s", "fp_tril_s"], [226, 0, 1, "c.fp_triu_p", "fp_triu_p"], [226, 0, 1, "c.fp_triu_s", "fp_triu_s"], [227, 0, 1, "c.fp_uniform_real_p", "fp_uniform_real_p"], [227, 0, 1, "c.fp_uniform_real_s", "fp_uniform_real_s"], [229, 0, 1, "c.fp_unsorted_segment_sum_p", "fp_unsorted_segment_sum_p"], [229, 0, 1, "c.fp_unsorted_segment_sum_s", "fp_unsorted_segment_sum_s"], [232, 0, 1, "c.fp_where_p", "fp_where_p"], [232, 0, 1, "c.fp_where_s", "fp_where_s"], [233, 0, 1, "c.fp_zerolike_p", "fp_zerolike_p"], [233, 0, 1, "c.fp_zerolike_s", "fp_zerolike_s"], [101, 0, 1, "c.hp_Gru_p", "hp_Gru_p"], [101, 0, 1, "c.hp_Gru_s", "hp_Gru_s"], [228, 0, 1, "c.hp_Unique_p", "hp_Unique_p"], [228, 0, 1, "c.hp_Unique_s", "hp_Unique_s"], [13, 0, 1, "c.hp_abs_grad_p", "hp_abs_grad_p"], [13, 0, 1, "c.hp_abs_grad_s", "hp_abs_grad_s"], [12, 0, 1, "c.hp_abs_p", "hp_abs_p"], [12, 0, 1, "c.hp_abs_s", "hp_abs_s"], [17, 0, 1, "c.hp_adamweightdecay_p", "hp_adamweightdecay_p"], [17, 0, 1, "c.hp_adamweightdecay_s", "hp_adamweightdecay_s"], [19, 0, 1, "c.hp_add_grad_p", "hp_add_grad_p"], [19, 0, 1, "c.hp_add_grad_s", "hp_add_grad_s"], [18, 0, 1, "c.hp_add_p", "hp_add_p"], [18, 0, 1, "c.hp_add_s", "hp_add_s"], [20, 0, 1, "c.hp_adder_p", "hp_adder_p"], [20, 0, 1, "c.hp_adder_s", "hp_adder_s"], [21, 0, 1, "c.hp_addn_p", "hp_addn_p"], [21, 0, 1, "c.hp_addn_s", "hp_addn_s"], [22, 0, 1, "c.hp_affine_p", "hp_affine_p"], [22, 0, 1, "c.hp_affine_s", "hp_affine_s"], [25, 0, 1, "c.hp_apply_momentum_p", "hp_apply_momentum_p"], [25, 0, 1, "c.hp_apply_momentum_s", "hp_apply_momentum_s"], [26, 0, 1, "c.hp_arg_max_p", "hp_arg_max_p"], [26, 0, 1, "c.hp_arg_max_s", "hp_arg_max_s"], [27, 0, 1, "c.hp_arg_min_p", "hp_arg_min_p"], [27, 0, 1, "c.hp_arg_min_s", "hp_arg_min_s"], [28, 0, 1, "c.hp_assert_p", "hp_assert_p"], [28, 0, 1, "c.hp_assert_s", "hp_assert_s"], [30, 0, 1, "c.hp_assign_add_p", "hp_assign_add_p"], [30, 0, 1, "c.hp_assign_add_s", "hp_assign_add_s"], [29, 0, 1, "c.hp_assign_p", "hp_assign_p"], [29, 0, 1, "c.hp_assign_s", "hp_assign_s"], [33, 0, 1, "c.hp_avg_pool_grad_p", "hp_avg_pool_grad_p"], [33, 0, 1, "c.hp_avg_pool_grad_s", "hp_avg_pool_grad_s"], [34, 0, 1, "c.hp_avgpool_fusion_p", "hp_avgpool_fusion_p"], [34, 0, 1, "c.hp_avgpool_fusion_s", "hp_avgpool_fusion_s"], [37, 0, 1, "c.hp_batch_norm_grad_p", "hp_batch_norm_grad_p"], [37, 0, 1, "c.hp_batch_norm_grad_s", "hp_batch_norm_grad_s"], [36, 0, 1, "c.hp_batch_norm_p", "hp_batch_norm_p"], [36, 0, 1, "c.hp_batch_norm_s", "hp_batch_norm_s"], [35, 0, 1, "c.hp_batch_to_space_p", "hp_batch_to_space_p"], [35, 0, 1, "c.hp_batch_to_space_s", "hp_batch_to_space_s"], [38, 0, 1, "c.hp_batchtospacend_p", "hp_batchtospacend_p"], [38, 0, 1, "c.hp_batchtospacend_s", "hp_batchtospacend_s"], [40, 0, 1, "c.hp_bias_add_grad_p", "hp_bias_add_grad_p"], [40, 0, 1, "c.hp_bias_add_grad_s", "hp_bias_add_grad_s"], [39, 0, 1, "c.hp_bias_add_p", "hp_bias_add_p"], [39, 0, 1, "c.hp_bias_add_s", "hp_bias_add_s"], [41, 0, 1, "c.hp_binary_cross_entropy_grad_p", "hp_binary_cross_entropy_grad_p"], [41, 0, 1, "c.hp_binary_cross_entropy_grad_s", "hp_binary_cross_entropy_grad_s"], [42, 0, 1, "c.hp_binary_cross_entropy_p", "hp_binary_cross_entropy_p"], [42, 0, 1, "c.hp_binary_cross_entropy_s", "hp_binary_cross_entropy_s"], [43, 0, 1, "c.hp_broadcastto_p", "hp_broadcastto_p"], [43, 0, 1, "c.hp_broadcastto_s", "hp_broadcastto_s"], [46, 0, 1, "c.hp_ceil_p", "hp_ceil_p"], [46, 0, 1, "c.hp_ceil_s", "hp_ceil_s"], [14, 0, 1, "c.hp_celu_p", "hp_celu_p"], [14, 0, 1, "c.hp_celu_s", "hp_celu_s"], [14, 0, 1, "c.hp_clip_p", "hp_clip_p"], [47, 0, 1, "c.hp_clip_p", "hp_clip_p"], [14, 0, 1, "c.hp_clip_s", "hp_clip_s"], [47, 0, 1, "c.hp_clip_s", "hp_clip_s"], [48, 0, 1, "c.hp_concat_p", "hp_concat_p"], [48, 0, 1, "c.hp_concat_s", "hp_concat_s"], [50, 0, 1, "c.hp_conv2d_p", "hp_conv2d_p"], [50, 0, 1, "c.hp_conv2d_s", "hp_conv2d_s"], [52, 0, 1, "c.hp_conv2dbackpropfilterfusion_p", "hp_conv2dbackpropfilterfusion_p"], [52, 0, 1, "c.hp_conv2dbackpropfilterfusion_s", "hp_conv2dbackpropfilterfusion_s"], [53, 0, 1, "c.hp_conv2dbackpropinputfusion_p", "hp_conv2dbackpropinputfusion_p"], [53, 0, 1, "c.hp_conv2dbackpropinputfusion_s", "hp_conv2dbackpropinputfusion_s"], [51, 0, 1, "c.hp_convtranspose_p", "hp_convtranspose_p"], [51, 0, 1, "c.hp_convtranspose_s", "hp_convtranspose_s"], [54, 0, 1, "c.hp_cos_p", "hp_cos_p"], [54, 0, 1, "c.hp_cos_s", "hp_cos_s"], [56, 0, 1, "c.hp_crop_and_resize_anycore", "hp_crop_and_resize_anycore"], [57, 0, 1, "c.hp_cum_sum_p", "hp_cum_sum_p"], [57, 0, 1, "c.hp_cum_sum_s", "hp_cum_sum_s"], [62, 0, 1, "c.hp_deconv_grad_filter_p", "hp_deconv_grad_filter_p"], [62, 0, 1, "c.hp_deconv_grad_filter_s", "hp_deconv_grad_filter_s"], [64, 0, 1, "c.hp_depthtospace_p", "hp_depthtospace_p"], [64, 0, 1, "c.hp_depthtospace_s", "hp_depthtospace_s"], [65, 0, 1, "c.hp_detection_post_process_p", "hp_detection_post_process_p"], [65, 0, 1, "c.hp_detection_post_process_s", "hp_detection_post_process_s"], [67, 0, 1, "c.hp_div_grad_p", "hp_div_grad_p"], [67, 0, 1, "c.hp_div_grad_s", "hp_div_grad_s"], [66, 0, 1, "c.hp_div_p", "hp_div_p"], [66, 0, 1, "c.hp_div_s", "hp_div_s"], [69, 0, 1, "c.hp_dropout_grad_p", "hp_dropout_grad_p"], [69, 0, 1, "c.hp_dropout_grad_s", "hp_dropout_grad_s"], [68, 0, 1, "c.hp_dropout_p", "hp_dropout_p"], [68, 0, 1, "c.hp_dropout_s", "hp_dropout_s"], [71, 0, 1, "c.hp_dynamic_quant_p", "hp_dynamic_quant_p"], [71, 0, 1, "c.hp_dynamic_quant_s", "hp_dynamic_quant_s"], [72, 0, 1, "c.hp_eltwise_p", "hp_eltwise_p"], [72, 0, 1, "c.hp_eltwise_s", "hp_eltwise_s"], [14, 0, 1, "c.hp_elu_p", "hp_elu_p"], [73, 0, 1, "c.hp_elu_p", "hp_elu_p"], [14, 0, 1, "c.hp_elu_s", "hp_elu_s"], [73, 0, 1, "c.hp_elu_s", "hp_elu_s"], [74, 0, 1, "c.hp_embedding_lookup_p", "hp_embedding_lookup_p"], [74, 0, 1, "c.hp_embedding_lookup_s", "hp_embedding_lookup_s"], [75, 0, 1, "c.hp_equal_p", "hp_equal_p"], [75, 0, 1, "c.hp_equal_s", "hp_equal_s"], [76, 0, 1, "c.hp_erf_p", "hp_erf_p"], [76, 0, 1, "c.hp_erf_s", "hp_erf_s"], [78, 0, 1, "c.hp_exp_p", "hp_exp_p"], [78, 0, 1, "c.hp_exp_s", "hp_exp_s"], [79, 0, 1, "c.hp_fake_quant_with_min_max_vars_p", "hp_fake_quant_with_min_max_vars_p"], [80, 0, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "hp_fake_quant_with_min_max_vars_per_channel_p"], [80, 0, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "hp_fake_quant_with_min_max_vars_per_channel_s"], [79, 0, 1, "c.hp_fake_quant_with_min_max_vars_s", "hp_fake_quant_with_min_max_vars_s"], [83, 0, 1, "c.hp_fill_p", "hp_fill_p"], [83, 0, 1, "c.hp_fill_s", "hp_fill_s"], [86, 0, 1, "c.hp_flatten_grad_p", "hp_flatten_grad_p"], [86, 0, 1, "c.hp_flatten_grad_s", "hp_flatten_grad_s"], [89, 0, 1, "c.hp_floor_div_p", "hp_floor_div_p"], [89, 0, 1, "c.hp_floor_div_s", "hp_floor_div_s"], [88, 0, 1, "c.hp_floor_mod_p", "hp_floor_mod_p"], [88, 0, 1, "c.hp_floor_mod_s", "hp_floor_mod_s"], [87, 0, 1, "c.hp_floor_p", "hp_floor_p"], [87, 0, 1, "c.hp_floor_s", "hp_floor_s"], [90, 0, 1, "c.hp_format_transpose_p", "hp_format_transpose_p"], [90, 0, 1, "c.hp_format_transpose_s", "hp_format_transpose_s"], [91, 0, 1, "c.hp_full_connection_p", "hp_full_connection_p"], [91, 0, 1, "c.hp_full_connection_s", "hp_full_connection_s"], [92, 0, 1, "c.hp_fusedbatchnorm_p", "hp_fusedbatchnorm_p"], [92, 0, 1, "c.hp_fusedbatchnorm_s", "hp_fusedbatchnorm_s"], [94, 0, 1, "c.hp_gather_nd_p", "hp_gather_nd_p"], [94, 0, 1, "c.hp_gather_nd_s", "hp_gather_nd_s"], [93, 0, 1, "c.hp_gather_p", "hp_gather_p"], [93, 0, 1, "c.hp_gather_s", "hp_gather_s"], [14, 0, 1, "c.hp_gelu_p", "hp_gelu_p"], [14, 0, 1, "c.hp_gelu_s", "hp_gelu_s"], [97, 0, 1, "c.hp_glu_p", "hp_glu_p"], [97, 0, 1, "c.hp_glu_s", "hp_glu_s"], [99, 0, 1, "c.hp_greater_equal_p", "hp_greater_equal_p"], [99, 0, 1, "c.hp_greater_equal_s", "hp_greater_equal_s"], [98, 0, 1, "c.hp_greater_p", "hp_greater_p"], [98, 0, 1, "c.hp_greater_s", "hp_greater_s"], [100, 0, 1, "c.hp_groupnormfusion_p", "hp_groupnormfusion_p"], [100, 0, 1, "c.hp_groupnormfusion_s", "hp_groupnormfusion_s"], [14, 0, 1, "c.hp_hardshrink_p", "hp_hardshrink_p"], [14, 0, 1, "c.hp_hardshrink_s", "hp_hardshrink_s"], [14, 0, 1, "c.hp_hardtanh_p", "hp_hardtanh_p"], [14, 0, 1, "c.hp_hardtanh_s", "hp_hardtanh_s"], [14, 0, 1, "c.hp_hsigmoid_p", "hp_hsigmoid_p"], [14, 0, 1, "c.hp_hsigmoid_s", "hp_hsigmoid_s"], [14, 0, 1, "c.hp_hswish_p", "hp_hswish_p"], [14, 0, 1, "c.hp_hswish_s", "hp_hswish_s"], [103, 0, 1, "c.hp_instance_norm_p", "hp_instance_norm_p"], [103, 0, 1, "c.hp_instance_norm_s", "hp_instance_norm_s"], [105, 0, 1, "c.hp_is_finite_p", "hp_is_finite_p"], [105, 0, 1, "c.hp_is_finite_s", "hp_is_finite_s"], [106, 0, 1, "c.hp_l2norm_p", "hp_l2norm_p"], [106, 0, 1, "c.hp_l2norm_s", "hp_l2norm_s"], [108, 0, 1, "c.hp_layer_norm_grad_p", "hp_layer_norm_grad_p"], [108, 0, 1, "c.hp_layer_norm_grad_s", "hp_layer_norm_grad_s"], [107, 0, 1, "c.hp_layernormfusion_p", "hp_layernormfusion_p"], [107, 0, 1, "c.hp_layernormfusion_s", "hp_layernormfusion_s"], [109, 0, 1, "c.hp_leaky_relu_p", "hp_leaky_relu_p"], [109, 0, 1, "c.hp_leaky_relu_s", "hp_leaky_relu_s"], [111, 0, 1, "c.hp_less_equal_p", "hp_less_equal_p"], [111, 0, 1, "c.hp_less_equal_s", "hp_less_equal_s"], [110, 0, 1, "c.hp_less_p", "hp_less_p"], [110, 0, 1, "c.hp_less_s", "hp_less_s"], [112, 0, 1, "c.hp_linspace_p", "hp_linspace_p"], [112, 0, 1, "c.hp_linspace_s", "hp_linspace_s"], [114, 0, 1, "c.hp_log1p_p", "hp_log1p_p"], [114, 0, 1, "c.hp_log1p_s", "hp_log1p_s"], [115, 0, 1, "c.hp_log_grad_p", "hp_log_grad_p"], [115, 0, 1, "c.hp_log_grad_s", "hp_log_grad_s"], [113, 0, 1, "c.hp_log_p", "hp_log_p"], [113, 0, 1, "c.hp_log_s", "hp_log_s"], [116, 0, 1, "c.hp_logical_and_p", "hp_logical_and_p"], [116, 0, 1, "c.hp_logical_and_s", "hp_logical_and_s"], [117, 0, 1, "c.hp_logical_not_p", "hp_logical_not_p"], [117, 0, 1, "c.hp_logical_not_s", "hp_logical_not_s"], [118, 0, 1, "c.hp_logical_or_p", "hp_logical_or_p"], [118, 0, 1, "c.hp_logical_or_s", "hp_logical_or_s"], [119, 0, 1, "c.hp_logsoftmax_p", "hp_logsoftmax_p"], [119, 0, 1, "c.hp_logsoftmax_s", "hp_logsoftmax_s"], [120, 0, 1, "c.hp_lp_norm_p", "hp_lp_norm_p"], [120, 0, 1, "c.hp_lp_norm_s", "hp_lp_norm_s"], [14, 0, 1, "c.hp_lrelu_p", "hp_lrelu_p"], [14, 0, 1, "c.hp_lrelu_s", "hp_lrelu_s"], [121, 0, 1, "c.hp_lrn_p", "hp_lrn_p"], [121, 0, 1, "c.hp_lrn_s", "hp_lrn_s"], [122, 0, 1, "c.hp_lsh_projection_p", "hp_lsh_projection_p"], [122, 0, 1, "c.hp_lsh_projection_s", "hp_lsh_projection_s"], [123, 0, 1, "c.hp_lstm_p", "hp_lstm_p"], [123, 0, 1, "c.hp_lstm_s", "hp_lstm_s"], [124, 0, 1, "c.hp_lstmgrad_p", "hp_lstmgrad_p"], [124, 0, 1, "c.hp_lstmgrad_s", "hp_lstmgrad_s"], [125, 0, 1, "c.hp_lstmgraddata_p", "hp_lstmgraddata_p"], [125, 0, 1, "c.hp_lstmgraddata_s", "hp_lstmgraddata_s"], [126, 0, 1, "c.hp_lstmgradweight_p", "hp_lstmgradweight_p"], [126, 0, 1, "c.hp_lstmgradweight_s", "hp_lstmgradweight_s"], [127, 0, 1, "c.hp_matmul_fusion_p", "hp_matmul_fusion_p"], [127, 0, 1, "c.hp_matmul_fusion_s", "hp_matmul_fusion_s"], [129, 0, 1, "c.hp_maximum_grad_p", "hp_maximum_grad_p"], [129, 0, 1, "c.hp_maximum_grad_s", "hp_maximum_grad_s"], [128, 0, 1, "c.hp_maximum_p", "hp_maximum_p"], [128, 0, 1, "c.hp_maximum_s", "hp_maximum_s"], [130, 0, 1, "c.hp_maxpool_fusion_p", "hp_maxpool_fusion_p"], [130, 0, 1, "c.hp_maxpool_fusion_s", "hp_maxpool_fusion_s"], [131, 0, 1, "c.hp_maxpool_grad_p", "hp_maxpool_grad_p"], [131, 0, 1, "c.hp_maxpool_grad_s", "hp_maxpool_grad_s"], [132, 0, 1, "c.hp_mfcc_p", "hp_mfcc_p"], [132, 0, 1, "c.hp_mfcc_s", "hp_mfcc_s"], [133, 0, 1, "c.hp_minimum_p", "hp_minimum_p"], [133, 0, 1, "c.hp_minimum_s", "hp_minimum_s"], [134, 0, 1, "c.hp_minimumgrad_p", "hp_minimumgrad_p"], [134, 0, 1, "c.hp_minimumgrad_s", "hp_minimumgrad_s"], [135, 0, 1, "c.hp_mod_p", "hp_mod_p"], [135, 0, 1, "c.hp_mod_s", "hp_mod_s"], [137, 0, 1, "c.hp_mul_grad_p", "hp_mul_grad_p"], [137, 0, 1, "c.hp_mul_grad_s", "hp_mul_grad_s"], [136, 0, 1, "c.hp_mul_p", "hp_mul_p"], [136, 0, 1, "c.hp_mul_s", "hp_mul_s"], [139, 0, 1, "c.hp_neg_grad_p", "hp_neg_grad_p"], [139, 0, 1, "c.hp_neg_grad_s", "hp_neg_grad_s"], [138, 0, 1, "c.hp_neg_p", "hp_neg_p"], [138, 0, 1, "c.hp_neg_s", "hp_neg_s"], [140, 0, 1, "c.hp_nllloss_p", "hp_nllloss_p"], [140, 0, 1, "c.hp_nllloss_s", "hp_nllloss_s"], [141, 0, 1, "c.hp_nlllossgrad_p", "hp_nlllossgrad_p"], [141, 0, 1, "c.hp_nlllossgrad_s", "hp_nlllossgrad_s"], [142, 0, 1, "c.hp_non_max_suppression_p", "hp_non_max_suppression_p"], [142, 0, 1, "c.hp_non_max_suppression_s", "hp_non_max_suppression_s"], [144, 0, 1, "c.hp_not_equal_p", "hp_not_equal_p"], [144, 0, 1, "c.hp_not_equal_s", "hp_not_equal_s"], [145, 0, 1, "c.hp_onehot_p", "hp_onehot_p"], [145, 0, 1, "c.hp_onehot_s", "hp_onehot_s"], [146, 0, 1, "c.hp_ones_like_p", "hp_ones_like_p"], [146, 0, 1, "c.hp_ones_like_s", "hp_ones_like_s"], [147, 0, 1, "c.hp_padfusion_p", "hp_padfusion_p"], [147, 0, 1, "c.hp_padfusion_s", "hp_padfusion_s"], [149, 0, 1, "c.hp_pow_fusion_p", "hp_pow_fusion_p"], [149, 0, 1, "c.hp_pow_fusion_s", "hp_pow_fusion_s"], [150, 0, 1, "c.hp_power_grad_p", "hp_power_grad_p"], [150, 0, 1, "c.hp_power_grad_s", "hp_power_grad_s"], [151, 0, 1, "c.hp_prelufusion_p", "hp_prelufusion_p"], [151, 0, 1, "c.hp_prelufusion_s", "hp_prelufusion_s"], [152, 0, 1, "c.hp_priorbox_p", "hp_priorbox_p"], [152, 0, 1, "c.hp_priorbox_s", "hp_priorbox_s"], [154, 0, 1, "c.hp_ragged_range_p", "hp_ragged_range_p"], [154, 0, 1, "c.hp_ragged_range_s", "hp_ragged_range_s"], [155, 0, 1, "c.hp_random_normal_p", "hp_random_normal_p"], [155, 0, 1, "c.hp_random_normal_s", "hp_random_normal_s"], [156, 0, 1, "c.hp_random_standard_normal_p", "hp_random_standard_normal_p"], [156, 0, 1, "c.hp_random_standard_normal_s", "hp_random_standard_normal_s"], [159, 0, 1, "c.hp_real_div_p", "hp_real_div_p"], [159, 0, 1, "c.hp_real_div_s", "hp_real_div_s"], [160, 0, 1, "c.hp_reciprocal_p", "hp_reciprocal_p"], [160, 0, 1, "c.hp_reciprocal_s", "hp_reciprocal_s"], [23, 0, 1, "c.hp_reduce_all_p", "hp_reduce_all_p"], [23, 0, 1, "c.hp_reduce_all_s", "hp_reduce_all_s"], [161, 0, 1, "c.hp_reduce_p", "hp_reduce_p"], [161, 0, 1, "c.hp_reduce_s", "hp_reduce_s"], [162, 0, 1, "c.hp_reducescatter_p", "hp_reducescatter_p"], [162, 0, 1, "c.hp_reducescatter_s", "hp_reducescatter_s"], [14, 0, 1, "c.hp_relu6_p", "hp_relu6_p"], [14, 0, 1, "c.hp_relu6_s", "hp_relu6_s"], [15, 0, 1, "c.hp_relu_grad_p", "hp_relu_grad_p"], [15, 0, 1, "c.hp_relu_grad_s", "hp_relu_grad_s"], [14, 0, 1, "c.hp_relu_p", "hp_relu_p"], [14, 0, 1, "c.hp_relu_s", "hp_relu_s"], [163, 0, 1, "c.hp_reshape_p", "hp_reshape_p"], [163, 0, 1, "c.hp_reshape_s", "hp_reshape_s"], [164, 0, 1, "c.hp_resize_anycore", "hp_resize_anycore"], [165, 0, 1, "c.hp_resizebilineargrad_p", "hp_resizebilineargrad_p"], [165, 0, 1, "c.hp_resizebilineargrad_s", "hp_resizebilineargrad_s"], [165, 0, 1, "c.hp_resizenearestneighborgrad_p", "hp_resizenearestneighborgrad_p"], [165, 0, 1, "c.hp_resizenearestneighborgrad_s", "hp_resizenearestneighborgrad_s"], [169, 0, 1, "c.hp_roipooling_p", "hp_roipooling_p"], [169, 0, 1, "c.hp_roipooling_s", "hp_roipooling_s"], [170, 0, 1, "c.hp_round_p", "hp_round_p"], [170, 0, 1, "c.hp_round_s", "hp_round_s"], [172, 0, 1, "c.hp_rsqrt_grad_p", "hp_rsqrt_grad_p"], [172, 0, 1, "c.hp_rsqrt_grad_s", "hp_rsqrt_grad_s"], [171, 0, 1, "c.hp_rsqrt_p", "hp_rsqrt_p"], [171, 0, 1, "c.hp_rsqrt_s", "hp_rsqrt_s"], [173, 0, 1, "c.hp_scale_fusion_p", "hp_scale_fusion_p"], [173, 0, 1, "c.hp_scale_fusion_s", "hp_scale_fusion_s"], [174, 0, 1, "c.hp_scatter_elements_p", "hp_scatter_elements_p"], [174, 0, 1, "c.hp_scatter_elements_s", "hp_scatter_elements_s"], [175, 0, 1, "c.hp_scatter_nd_p", "hp_scatter_nd_p"], [175, 0, 1, "c.hp_scatter_nd_s", "hp_scatter_nd_s"], [176, 0, 1, "c.hp_scatter_nd_update_p", "hp_scatter_nd_update_p"], [176, 0, 1, "c.hp_scatter_nd_update_s", "hp_scatter_nd_update_s"], [177, 0, 1, "c.hp_select_p", "hp_select_p"], [177, 0, 1, "c.hp_select_s", "hp_select_s"], [178, 0, 1, "c.hp_sgd_p", "hp_sgd_p"], [178, 0, 1, "c.hp_sgd_s", "hp_sgd_s"], [14, 0, 1, "c.hp_sigmoid_p", "hp_sigmoid_p"], [14, 0, 1, "c.hp_sigmoid_s", "hp_sigmoid_s"], [180, 0, 1, "c.hp_sigmoidcrossentropywithlogits_p", "hp_sigmoidcrossentropywithlogits_p"], [180, 0, 1, "c.hp_sigmoidcrossentropywithlogits_s", "hp_sigmoidcrossentropywithlogits_s"], [181, 0, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "hp_sigmoidcrossentropywithlogitsgrad_p"], [181, 0, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "hp_sigmoidcrossentropywithlogitsgrad_s"], [182, 0, 1, "c.hp_sin_p", "hp_sin_p"], [182, 0, 1, "c.hp_sin_s", "hp_sin_s"], [185, 0, 1, "c.hp_slice_p", "hp_slice_p"], [185, 0, 1, "c.hp_slice_s", "hp_slice_s"], [186, 0, 1, "c.hp_smoothl1loss_p", "hp_smoothl1loss_p"], [186, 0, 1, "c.hp_smoothl1loss_s", "hp_smoothl1loss_s"], [187, 0, 1, "c.hp_smoothl1lossgrad_p", "hp_smoothl1lossgrad_p"], [187, 0, 1, "c.hp_smoothl1lossgrad_s", "hp_smoothl1lossgrad_s"], [189, 0, 1, "c.hp_softmax_cross_entropy_with_logits_p", "hp_softmax_cross_entropy_with_logits_p"], [189, 0, 1, "c.hp_softmax_cross_entropy_with_logits_s", "hp_softmax_cross_entropy_with_logits_s"], [188, 0, 1, "c.hp_softmax_p", "hp_softmax_p"], [188, 0, 1, "c.hp_softmax_s", "hp_softmax_s"], [14, 0, 1, "c.hp_softplus_p", "hp_softplus_p"], [14, 0, 1, "c.hp_softplus_s", "hp_softplus_s"], [14, 0, 1, "c.hp_softshrink_p", "hp_softshrink_p"], [14, 0, 1, "c.hp_softshrink_s", "hp_softshrink_s"], [14, 0, 1, "c.hp_softsignopt_p", "hp_softsignopt_p"], [14, 0, 1, "c.hp_softsignopt_s", "hp_softsignopt_s"], [190, 0, 1, "c.hp_spacetobatch_p", "hp_spacetobatch_p"], [190, 0, 1, "c.hp_spacetobatch_s", "hp_spacetobatch_s"], [191, 0, 1, "c.hp_spacetobatchnd_p", "hp_spacetobatchnd_p"], [191, 0, 1, "c.hp_spacetobatchnd_s", "hp_spacetobatchnd_s"], [192, 0, 1, "c.hp_spacetodepth_p", "hp_spacetodepth_p"], [192, 0, 1, "c.hp_spacetodepth_s", "hp_spacetodepth_s"], [194, 0, 1, "c.hp_sparse_fill_empty_rows_p", "hp_sparse_fill_empty_rows_p"], [194, 0, 1, "c.hp_sparse_fill_empty_rows_s", "hp_sparse_fill_empty_rows_s"], [195, 0, 1, "c.hp_sparse_reshape_p", "hp_sparse_reshape_p"], [195, 0, 1, "c.hp_sparse_reshape_s", "hp_sparse_reshape_s"], [193, 0, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "hp_sparse_softmax_cross_entropy_with_logits_p"], [193, 0, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "hp_sparse_softmax_cross_entropy_with_logits_s"], [197, 0, 1, "c.hp_sparse_to_dense_p", "hp_sparse_to_dense_p"], [197, 0, 1, "c.hp_sparse_to_dense_s", "hp_sparse_to_dense_s"], [196, 0, 1, "c.hp_sparsesegmentsum_p", "hp_sparsesegmentsum_p"], [196, 0, 1, "c.hp_sparsesegmentsum_s", "hp_sparsesegmentsum_s"], [198, 0, 1, "c.hp_splice_p", "hp_splice_p"], [198, 0, 1, "c.hp_splice_s", "hp_splice_s"], [199, 0, 1, "c.hp_split_p", "hp_split_p"], [199, 0, 1, "c.hp_split_s", "hp_split_s"], [200, 0, 1, "c.hp_split_with_overlap_p", "hp_split_with_overlap_p"], [200, 0, 1, "c.hp_split_with_overlap_s", "hp_split_with_overlap_s"], [202, 0, 1, "c.hp_sqrt_grad_p", "hp_sqrt_grad_p"], [202, 0, 1, "c.hp_sqrt_grad_s", "hp_sqrt_grad_s"], [201, 0, 1, "c.hp_sqrt_p", "hp_sqrt_p"], [201, 0, 1, "c.hp_sqrt_s", "hp_sqrt_s"], [204, 0, 1, "c.hp_square_difference_p", "hp_square_difference_p"], [204, 0, 1, "c.hp_square_difference_s", "hp_square_difference_s"], [203, 0, 1, "c.hp_square_p", "hp_square_p"], [203, 0, 1, "c.hp_square_s", "hp_square_s"], [206, 0, 1, "c.hp_stack_p", "hp_stack_p"], [206, 0, 1, "c.hp_stack_s", "hp_stack_s"], [208, 0, 1, "c.hp_stridedslicegrad_p", "hp_stridedslicegrad_p"], [208, 0, 1, "c.hp_stridedslicegrad_s", "hp_stridedslicegrad_s"], [210, 0, 1, "c.hp_sub_grad_p", "hp_sub_grad_p"], [210, 0, 1, "c.hp_sub_grad_s", "hp_sub_grad_s"], [209, 0, 1, "c.hp_sub_p", "hp_sub_p"], [209, 0, 1, "c.hp_sub_s", "hp_sub_s"], [14, 0, 1, "c.hp_swish_p", "hp_swish_p"], [14, 0, 1, "c.hp_swish_s", "hp_swish_s"], [14, 0, 1, "c.hp_tanh_p", "hp_tanh_p"], [14, 0, 1, "c.hp_tanh_s", "hp_tanh_s"], [213, 0, 1, "c.hp_tensor_scatter_add_p", "hp_tensor_scatter_add_p"], [213, 0, 1, "c.hp_tensor_scatter_add_s", "hp_tensor_scatter_add_s"], [215, 0, 1, "c.hp_tensorarrayread_p", "hp_tensorarrayread_p"], [215, 0, 1, "c.hp_tensorarrayread_s", "hp_tensorarrayread_s"], [217, 0, 1, "c.hp_tensorlist_from_tensor_p", "hp_tensorlist_from_tensor_p"], [217, 0, 1, "c.hp_tensorlist_from_tensor_s", "hp_tensorlist_from_tensor_s"], [221, 0, 1, "c.hp_tensorlist_stack_p", "hp_tensorlist_stack_p"], [221, 0, 1, "c.hp_tensorlist_stack_s", "hp_tensorlist_stack_s"], [222, 0, 1, "c.hp_tile_p", "hp_tile_p"], [222, 0, 1, "c.hp_tile_s", "hp_tile_s"], [153, 0, 1, "c.hp_to_i8_quant_p", "hp_to_i8_quant_p"], [153, 0, 1, "c.hp_to_i8_quant_s", "hp_to_i8_quant_s"], [223, 0, 1, "c.hp_top_k_fusion_p", "hp_top_k_fusion_p"], [223, 0, 1, "c.hp_top_k_fusion_s", "hp_top_k_fusion_s"], [224, 0, 1, "c.hp_transpose_p", "hp_transpose_p"], [224, 0, 1, "c.hp_transpose_s", "hp_transpose_s"], [225, 0, 1, "c.hp_tril_p", "hp_tril_p"], [225, 0, 1, "c.hp_tril_s", "hp_tril_s"], [226, 0, 1, "c.hp_triu_p", "hp_triu_p"], [226, 0, 1, "c.hp_triu_s", "hp_triu_s"], [227, 0, 1, "c.hp_uniform_real_p", "hp_uniform_real_p"], [227, 0, 1, "c.hp_uniform_real_s", "hp_uniform_real_s"], [232, 0, 1, "c.hp_where_p", "hp_where_p"], [232, 0, 1, "c.hp_where_s", "hp_where_s"], [233, 0, 1, "c.hp_zerolike_p", "hp_zerolike_p"], [233, 0, 1, "c.hp_zerolike_s", "hp_zerolike_s"], [228, 0, 1, "c.i16_Unique_p", "i16_Unique_p"], [228, 0, 1, "c.i16_Unique_s", "i16_Unique_s"], [12, 0, 1, "c.i16_abs_p", "i16_abs_p"], [12, 0, 1, "c.i16_abs_s", "i16_abs_s"], [18, 0, 1, "c.i16_add_p", "i16_add_p"], [18, 0, 1, "c.i16_add_s", "i16_add_s"], [21, 0, 1, "c.i16_addn_p", "i16_addn_p"], [21, 0, 1, "c.i16_addn_s", "i16_addn_s"], [24, 0, 1, "c.i16_all_gather_p", "i16_all_gather_p"], [24, 0, 1, "c.i16_all_gather_s", "i16_all_gather_s"], [28, 0, 1, "c.i16_assert_p", "i16_assert_p"], [28, 0, 1, "c.i16_assert_s", "i16_assert_s"], [30, 0, 1, "c.i16_assign_add_p", "i16_assign_add_p"], [30, 0, 1, "c.i16_assign_add_s", "i16_assign_add_s"], [29, 0, 1, "c.i16_assign_p", "i16_assign_p"], [29, 0, 1, "c.i16_assign_s", "i16_assign_s"], [35, 0, 1, "c.i16_batch_to_space_p", "i16_batch_to_space_p"], [35, 0, 1, "c.i16_batch_to_space_s", "i16_batch_to_space_s"], [38, 0, 1, "c.i16_batchtospacend_p", "i16_batchtospacend_p"], [38, 0, 1, "c.i16_batchtospacend_s", "i16_batchtospacend_s"], [39, 0, 1, "c.i16_bias_add_p", "i16_bias_add_p"], [39, 0, 1, "c.i16_bias_add_s", "i16_bias_add_s"], [43, 0, 1, "c.i16_broadcastto_p", "i16_broadcastto_p"], [43, 0, 1, "c.i16_broadcastto_s", "i16_broadcastto_s"], [45, 0, 1, "c.i16_cast_to_fp_p", "i16_cast_to_fp_p"], [45, 0, 1, "c.i16_cast_to_fp_s", "i16_cast_to_fp_s"], [45, 0, 1, "c.i16_cast_to_i16_p", "i16_cast_to_i16_p"], [45, 0, 1, "c.i16_cast_to_i16_s", "i16_cast_to_i16_s"], [45, 0, 1, "c.i16_cast_to_i32_p", "i16_cast_to_i32_p"], [45, 0, 1, "c.i16_cast_to_i32_s", "i16_cast_to_i32_s"], [45, 0, 1, "c.i16_cast_to_i8_p", "i16_cast_to_i8_p"], [45, 0, 1, "c.i16_cast_to_i8_s", "i16_cast_to_i8_s"], [47, 0, 1, "c.i16_clip_p", "i16_clip_p"], [47, 0, 1, "c.i16_clip_s", "i16_clip_s"], [48, 0, 1, "c.i16_concat_p", "i16_concat_p"], [48, 0, 1, "c.i16_concat_s", "i16_concat_s"], [49, 0, 1, "c.i16_constant_of_shape_p", "i16_constant_of_shape_p"], [49, 0, 1, "c.i16_constant_of_shape_s", "i16_constant_of_shape_s"], [54, 0, 1, "c.i16_cos_p", "i16_cos_p"], [54, 0, 1, "c.i16_cos_s", "i16_cos_s"], [57, 0, 1, "c.i16_cum_sum_p", "i16_cum_sum_p"], [57, 0, 1, "c.i16_cum_sum_s", "i16_cum_sum_s"], [64, 0, 1, "c.i16_depthtospace_p", "i16_depthtospace_p"], [64, 0, 1, "c.i16_depthtospace_s", "i16_depthtospace_s"], [66, 0, 1, "c.i16_div_p", "i16_div_p"], [66, 0, 1, "c.i16_div_s", "i16_div_s"], [72, 0, 1, "c.i16_eltwise_p", "i16_eltwise_p"], [72, 0, 1, "c.i16_eltwise_s", "i16_eltwise_s"], [75, 0, 1, "c.i16_equal_p", "i16_equal_p"], [75, 0, 1, "c.i16_equal_s", "i16_equal_s"], [78, 0, 1, "c.i16_exp_p", "i16_exp_p"], [78, 0, 1, "c.i16_exp_s", "i16_exp_s"], [59, 0, 1, "c.i16_extract_features_p", "i16_extract_features_p"], [59, 0, 1, "c.i16_extract_features_s", "i16_extract_features_s"], [83, 0, 1, "c.i16_fill_p", "i16_fill_p"], [83, 0, 1, "c.i16_fill_s", "i16_fill_s"], [90, 0, 1, "c.i16_format_transpose_p", "i16_format_transpose_p"], [90, 0, 1, "c.i16_format_transpose_s", "i16_format_transpose_s"], [95, 0, 1, "c.i16_gather_d_p", "i16_gather_d_p"], [95, 0, 1, "c.i16_gather_d_s", "i16_gather_d_s"], [94, 0, 1, "c.i16_gather_nd_p", "i16_gather_nd_p"], [94, 0, 1, "c.i16_gather_nd_s", "i16_gather_nd_s"], [93, 0, 1, "c.i16_gather_p", "i16_gather_p"], [93, 0, 1, "c.i16_gather_s", "i16_gather_s"], [99, 0, 1, "c.i16_greater_equal_p", "i16_greater_equal_p"], [99, 0, 1, "c.i16_greater_equal_s", "i16_greater_equal_s"], [98, 0, 1, "c.i16_greater_p", "i16_greater_p"], [98, 0, 1, "c.i16_greater_s", "i16_greater_s"], [104, 0, 1, "c.i16_invert_permutation_p", "i16_invert_permutation_p"], [104, 0, 1, "c.i16_invert_permutation_s", "i16_invert_permutation_s"], [105, 0, 1, "c.i16_is_finite_p", "i16_is_finite_p"], [105, 0, 1, "c.i16_is_finite_s", "i16_is_finite_s"], [111, 0, 1, "c.i16_less_equal_p", "i16_less_equal_p"], [111, 0, 1, "c.i16_less_equal_s", "i16_less_equal_s"], [110, 0, 1, "c.i16_less_p", "i16_less_p"], [110, 0, 1, "c.i16_less_s", "i16_less_s"], [114, 0, 1, "c.i16_log1p_p", "i16_log1p_p"], [114, 0, 1, "c.i16_log1p_s", "i16_log1p_s"], [113, 0, 1, "c.i16_log_p", "i16_log_p"], [113, 0, 1, "c.i16_log_s", "i16_log_s"], [116, 0, 1, "c.i16_logical_and_p", "i16_logical_and_p"], [116, 0, 1, "c.i16_logical_and_s", "i16_logical_and_s"], [117, 0, 1, "c.i16_logical_not_p", "i16_logical_not_p"], [117, 0, 1, "c.i16_logical_not_s", "i16_logical_not_s"], [118, 0, 1, "c.i16_logical_or_p", "i16_logical_or_p"], [118, 0, 1, "c.i16_logical_or_s", "i16_logical_or_s"], [122, 0, 1, "c.i16_lsh_projection_p", "i16_lsh_projection_p"], [122, 0, 1, "c.i16_lsh_projection_s", "i16_lsh_projection_s"], [127, 0, 1, "c.i16_matmul_fusion_p", "i16_matmul_fusion_p"], [127, 0, 1, "c.i16_matmul_fusion_s", "i16_matmul_fusion_s"], [128, 0, 1, "c.i16_maximum_p", "i16_maximum_p"], [128, 0, 1, "c.i16_maximum_s", "i16_maximum_s"], [133, 0, 1, "c.i16_minimum_p", "i16_minimum_p"], [133, 0, 1, "c.i16_minimum_s", "i16_minimum_s"], [135, 0, 1, "c.i16_mod_p", "i16_mod_p"], [135, 0, 1, "c.i16_mod_s", "i16_mod_s"], [136, 0, 1, "c.i16_mul_p", "i16_mul_p"], [136, 0, 1, "c.i16_mul_s", "i16_mul_s"], [139, 0, 1, "c.i16_neg_grad_p", "i16_neg_grad_p"], [139, 0, 1, "c.i16_neg_grad_s", "i16_neg_grad_s"], [138, 0, 1, "c.i16_neg_p", "i16_neg_p"], [138, 0, 1, "c.i16_neg_s", "i16_neg_s"], [143, 0, 1, "c.i16_nonzero_p", "i16_nonzero_p"], [143, 0, 1, "c.i16_nonzero_s", "i16_nonzero_s"], [144, 0, 1, "c.i16_not_equal_p", "i16_not_equal_p"], [144, 0, 1, "c.i16_not_equal_s", "i16_not_equal_s"], [145, 0, 1, "c.i16_onehot_p", "i16_onehot_p"], [145, 0, 1, "c.i16_onehot_s", "i16_onehot_s"], [146, 0, 1, "c.i16_ones_like_p", "i16_ones_like_p"], [146, 0, 1, "c.i16_ones_like_s", "i16_ones_like_s"], [147, 0, 1, "c.i16_padfusion_p", "i16_padfusion_p"], [147, 0, 1, "c.i16_padfusion_s", "i16_padfusion_s"], [149, 0, 1, "c.i16_pow_fusion_p", "i16_pow_fusion_p"], [149, 0, 1, "c.i16_pow_fusion_s", "i16_pow_fusion_s"], [154, 0, 1, "c.i16_ragged_range_p", "i16_ragged_range_p"], [154, 0, 1, "c.i16_ragged_range_s", "i16_ragged_range_s"], [157, 0, 1, "c.i16_range_p", "i16_range_p"], [157, 0, 1, "c.i16_range_s", "i16_range_s"], [159, 0, 1, "c.i16_real_div_p", "i16_real_div_p"], [159, 0, 1, "c.i16_real_div_s", "i16_real_div_s"], [160, 0, 1, "c.i16_reciprocal_p", "i16_reciprocal_p"], [160, 0, 1, "c.i16_reciprocal_s", "i16_reciprocal_s"], [23, 0, 1, "c.i16_reduce_all_p", "i16_reduce_all_p"], [23, 0, 1, "c.i16_reduce_all_s", "i16_reduce_all_s"], [161, 0, 1, "c.i16_reduce_p", "i16_reduce_p"], [161, 0, 1, "c.i16_reduce_s", "i16_reduce_s"], [162, 0, 1, "c.i16_reducescatter_p", "i16_reducescatter_p"], [162, 0, 1, "c.i16_reducescatter_s", "i16_reducescatter_s"], [163, 0, 1, "c.i16_reshape_p", "i16_reshape_p"], [163, 0, 1, "c.i16_reshape_s", "i16_reshape_s"], [171, 0, 1, "c.i16_rsqrt_p", "i16_rsqrt_p"], [171, 0, 1, "c.i16_rsqrt_s", "i16_rsqrt_s"], [173, 0, 1, "c.i16_scale_fusion_p", "i16_scale_fusion_p"], [173, 0, 1, "c.i16_scale_fusion_s", "i16_scale_fusion_s"], [174, 0, 1, "c.i16_scatter_elements_p", "i16_scatter_elements_p"], [174, 0, 1, "c.i16_scatter_elements_s", "i16_scatter_elements_s"], [175, 0, 1, "c.i16_scatter_nd_p", "i16_scatter_nd_p"], [175, 0, 1, "c.i16_scatter_nd_s", "i16_scatter_nd_s"], [176, 0, 1, "c.i16_scatter_nd_update_p", "i16_scatter_nd_update_p"], [176, 0, 1, "c.i16_scatter_nd_update_s", "i16_scatter_nd_update_s"], [177, 0, 1, "c.i16_select_p", "i16_select_p"], [177, 0, 1, "c.i16_select_s", "i16_select_s"], [182, 0, 1, "c.i16_sin_p", "i16_sin_p"], [182, 0, 1, "c.i16_sin_s", "i16_sin_s"], [185, 0, 1, "c.i16_slice_p", "i16_slice_p"], [185, 0, 1, "c.i16_slice_s", "i16_slice_s"], [190, 0, 1, "c.i16_spacetobatch_p", "i16_spacetobatch_p"], [190, 0, 1, "c.i16_spacetobatch_s", "i16_spacetobatch_s"], [191, 0, 1, "c.i16_spacetobatchnd_p", "i16_spacetobatchnd_p"], [191, 0, 1, "c.i16_spacetobatchnd_s", "i16_spacetobatchnd_s"], [192, 0, 1, "c.i16_spacetodepth_p", "i16_spacetodepth_p"], [192, 0, 1, "c.i16_spacetodepth_s", "i16_spacetodepth_s"], [194, 0, 1, "c.i16_sparse_fill_empty_rows_p", "i16_sparse_fill_empty_rows_p"], [194, 0, 1, "c.i16_sparse_fill_empty_rows_s", "i16_sparse_fill_empty_rows_s"], [195, 0, 1, "c.i16_sparse_reshape_p", "i16_sparse_reshape_p"], [195, 0, 1, "c.i16_sparse_reshape_s", "i16_sparse_reshape_s"], [197, 0, 1, "c.i16_sparse_to_dense_p", "i16_sparse_to_dense_p"], [197, 0, 1, "c.i16_sparse_to_dense_s", "i16_sparse_to_dense_s"], [196, 0, 1, "c.i16_sparsesegmentsum_p", "i16_sparsesegmentsum_p"], [196, 0, 1, "c.i16_sparsesegmentsum_s", "i16_sparsesegmentsum_s"], [198, 0, 1, "c.i16_splice_p", "i16_splice_p"], [198, 0, 1, "c.i16_splice_s", "i16_splice_s"], [199, 0, 1, "c.i16_split_p", "i16_split_p"], [199, 0, 1, "c.i16_split_s", "i16_split_s"], [200, 0, 1, "c.i16_split_with_overlap_p", "i16_split_with_overlap_p"], [200, 0, 1, "c.i16_split_with_overlap_s", "i16_split_with_overlap_s"], [201, 0, 1, "c.i16_sqrt_p", "i16_sqrt_p"], [201, 0, 1, "c.i16_sqrt_s", "i16_sqrt_s"], [204, 0, 1, "c.i16_square_difference_p", "i16_square_difference_p"], [204, 0, 1, "c.i16_square_difference_s", "i16_square_difference_s"], [203, 0, 1, "c.i16_square_p", "i16_square_p"], [203, 0, 1, "c.i16_square_s", "i16_square_s"], [206, 0, 1, "c.i16_stack_p", "i16_stack_p"], [206, 0, 1, "c.i16_stack_s", "i16_stack_s"], [209, 0, 1, "c.i16_sub_p", "i16_sub_p"], [209, 0, 1, "c.i16_sub_s", "i16_sub_s"], [213, 0, 1, "c.i16_tensor_scatter_add_p", "i16_tensor_scatter_add_p"], [213, 0, 1, "c.i16_tensor_scatter_add_s", "i16_tensor_scatter_add_s"], [215, 0, 1, "c.i16_tensorarrayread_p", "i16_tensorarrayread_p"], [215, 0, 1, "c.i16_tensorarrayread_s", "i16_tensorarrayread_s"], [217, 0, 1, "c.i16_tensorlist_from_tensor_p", "i16_tensorlist_from_tensor_p"], [217, 0, 1, "c.i16_tensorlist_from_tensor_s", "i16_tensorlist_from_tensor_s"], [221, 0, 1, "c.i16_tensorlist_stack_p", "i16_tensorlist_stack_p"], [221, 0, 1, "c.i16_tensorlist_stack_s", "i16_tensorlist_stack_s"], [222, 0, 1, "c.i16_tile_p", "i16_tile_p"], [222, 0, 1, "c.i16_tile_s", "i16_tile_s"], [224, 0, 1, "c.i16_transpose_p", "i16_transpose_p"], [224, 0, 1, "c.i16_transpose_s", "i16_transpose_s"], [225, 0, 1, "c.i16_tril_p", "i16_tril_p"], [225, 0, 1, "c.i16_tril_s", "i16_tril_s"], [226, 0, 1, "c.i16_triu_p", "i16_triu_p"], [226, 0, 1, "c.i16_triu_s", "i16_triu_s"], [229, 0, 1, "c.i16_unsorted_segment_sum_p", "i16_unsorted_segment_sum_p"], [229, 0, 1, "c.i16_unsorted_segment_sum_s", "i16_unsorted_segment_sum_s"], [232, 0, 1, "c.i16_where_p", "i16_where_p"], [232, 0, 1, "c.i16_where_s", "i16_where_s"], [233, 0, 1, "c.i16_zerolike_p", "i16_zerolike_p"], [233, 0, 1, "c.i16_zerolike_s", "i16_zerolike_s"], [228, 0, 1, "c.i32_Unique_p", "i32_Unique_p"], [228, 0, 1, "c.i32_Unique_s", "i32_Unique_s"], [12, 0, 1, "c.i32_abs_p", "i32_abs_p"], [12, 0, 1, "c.i32_abs_s", "i32_abs_s"], [18, 0, 1, "c.i32_add_p", "i32_add_p"], [18, 0, 1, "c.i32_add_s", "i32_add_s"], [21, 0, 1, "c.i32_addn_p", "i32_addn_p"], [21, 0, 1, "c.i32_addn_s", "i32_addn_s"], [24, 0, 1, "c.i32_all_gather_p", "i32_all_gather_p"], [24, 0, 1, "c.i32_all_gather_s", "i32_all_gather_s"], [28, 0, 1, "c.i32_assert_p", "i32_assert_p"], [28, 0, 1, "c.i32_assert_s", "i32_assert_s"], [30, 0, 1, "c.i32_assign_add_p", "i32_assign_add_p"], [30, 0, 1, "c.i32_assign_add_s", "i32_assign_add_s"], [29, 0, 1, "c.i32_assign_p", "i32_assign_p"], [29, 0, 1, "c.i32_assign_s", "i32_assign_s"], [35, 0, 1, "c.i32_batch_to_space_p", "i32_batch_to_space_p"], [35, 0, 1, "c.i32_batch_to_space_s", "i32_batch_to_space_s"], [38, 0, 1, "c.i32_batchtospacend_p", "i32_batchtospacend_p"], [38, 0, 1, "c.i32_batchtospacend_s", "i32_batchtospacend_s"], [39, 0, 1, "c.i32_bias_add_p", "i32_bias_add_p"], [39, 0, 1, "c.i32_bias_add_s", "i32_bias_add_s"], [43, 0, 1, "c.i32_broadcastto_p", "i32_broadcastto_p"], [43, 0, 1, "c.i32_broadcastto_s", "i32_broadcastto_s"], [45, 0, 1, "c.i32_cast_to_fp_p", "i32_cast_to_fp_p"], [45, 0, 1, "c.i32_cast_to_fp_s", "i32_cast_to_fp_s"], [45, 0, 1, "c.i32_cast_to_i16_p", "i32_cast_to_i16_p"], [45, 0, 1, "c.i32_cast_to_i16_s", "i32_cast_to_i16_s"], [45, 0, 1, "c.i32_cast_to_i32_p", "i32_cast_to_i32_p"], [45, 0, 1, "c.i32_cast_to_i32_s", "i32_cast_to_i32_s"], [45, 0, 1, "c.i32_cast_to_i8_p", "i32_cast_to_i8_p"], [45, 0, 1, "c.i32_cast_to_i8_s", "i32_cast_to_i8_s"], [47, 0, 1, "c.i32_clip_p", "i32_clip_p"], [47, 0, 1, "c.i32_clip_s", "i32_clip_s"], [48, 0, 1, "c.i32_concat_p", "i32_concat_p"], [48, 0, 1, "c.i32_concat_s", "i32_concat_s"], [49, 0, 1, "c.i32_constant_of_shape_p", "i32_constant_of_shape_p"], [49, 0, 1, "c.i32_constant_of_shape_s", "i32_constant_of_shape_s"], [54, 0, 1, "c.i32_cos_p", "i32_cos_p"], [54, 0, 1, "c.i32_cos_s", "i32_cos_s"], [57, 0, 1, "c.i32_cum_sum_p", "i32_cum_sum_p"], [57, 0, 1, "c.i32_cum_sum_s", "i32_cum_sum_s"], [64, 0, 1, "c.i32_depthtospace_p", "i32_depthtospace_p"], [64, 0, 1, "c.i32_depthtospace_s", "i32_depthtospace_s"], [66, 0, 1, "c.i32_div_p", "i32_div_p"], [66, 0, 1, "c.i32_div_s", "i32_div_s"], [72, 0, 1, "c.i32_eltwise_p", "i32_eltwise_p"], [72, 0, 1, "c.i32_eltwise_s", "i32_eltwise_s"], [75, 0, 1, "c.i32_equal_p", "i32_equal_p"], [75, 0, 1, "c.i32_equal_s", "i32_equal_s"], [78, 0, 1, "c.i32_exp_p", "i32_exp_p"], [78, 0, 1, "c.i32_exp_s", "i32_exp_s"], [59, 0, 1, "c.i32_extract_features_p", "i32_extract_features_p"], [59, 0, 1, "c.i32_extract_features_s", "i32_extract_features_s"], [83, 0, 1, "c.i32_fill_p", "i32_fill_p"], [83, 0, 1, "c.i32_fill_s", "i32_fill_s"], [90, 0, 1, "c.i32_format_transpose_p", "i32_format_transpose_p"], [90, 0, 1, "c.i32_format_transpose_s", "i32_format_transpose_s"], [95, 0, 1, "c.i32_gather_d_p", "i32_gather_d_p"], [95, 0, 1, "c.i32_gather_d_s", "i32_gather_d_s"], [94, 0, 1, "c.i32_gather_nd_p", "i32_gather_nd_p"], [94, 0, 1, "c.i32_gather_nd_s", "i32_gather_nd_s"], [93, 0, 1, "c.i32_gather_p", "i32_gather_p"], [93, 0, 1, "c.i32_gather_s", "i32_gather_s"], [99, 0, 1, "c.i32_greater_equal_p", "i32_greater_equal_p"], [99, 0, 1, "c.i32_greater_equal_s", "i32_greater_equal_s"], [98, 0, 1, "c.i32_greater_p", "i32_greater_p"], [98, 0, 1, "c.i32_greater_s", "i32_greater_s"], [102, 0, 1, "c.i32_hashtablelookup_p", "i32_hashtablelookup_p"], [102, 0, 1, "c.i32_hashtablelookup_s", "i32_hashtablelookup_s"], [104, 0, 1, "c.i32_invert_permutation_p", "i32_invert_permutation_p"], [104, 0, 1, "c.i32_invert_permutation_s", "i32_invert_permutation_s"], [105, 0, 1, "c.i32_is_finite_p", "i32_is_finite_p"], [105, 0, 1, "c.i32_is_finite_s", "i32_is_finite_s"], [111, 0, 1, "c.i32_less_equal_p", "i32_less_equal_p"], [111, 0, 1, "c.i32_less_equal_s", "i32_less_equal_s"], [110, 0, 1, "c.i32_less_p", "i32_less_p"], [110, 0, 1, "c.i32_less_s", "i32_less_s"], [114, 0, 1, "c.i32_log1p_p", "i32_log1p_p"], [114, 0, 1, "c.i32_log1p_s", "i32_log1p_s"], [113, 0, 1, "c.i32_log_p", "i32_log_p"], [113, 0, 1, "c.i32_log_s", "i32_log_s"], [116, 0, 1, "c.i32_logical_and_p", "i32_logical_and_p"], [116, 0, 1, "c.i32_logical_and_s", "i32_logical_and_s"], [117, 0, 1, "c.i32_logical_not_p", "i32_logical_not_p"], [117, 0, 1, "c.i32_logical_not_s", "i32_logical_not_s"], [118, 0, 1, "c.i32_logical_or_p", "i32_logical_or_p"], [118, 0, 1, "c.i32_logical_or_s", "i32_logical_or_s"], [122, 0, 1, "c.i32_lsh_projection_p", "i32_lsh_projection_p"], [122, 0, 1, "c.i32_lsh_projection_s", "i32_lsh_projection_s"], [127, 0, 1, "c.i32_matmul_fusion_p", "i32_matmul_fusion_p"], [127, 0, 1, "c.i32_matmul_fusion_s", "i32_matmul_fusion_s"], [128, 0, 1, "c.i32_maximum_p", "i32_maximum_p"], [128, 0, 1, "c.i32_maximum_s", "i32_maximum_s"], [133, 0, 1, "c.i32_minimum_p", "i32_minimum_p"], [133, 0, 1, "c.i32_minimum_s", "i32_minimum_s"], [135, 0, 1, "c.i32_mod_p", "i32_mod_p"], [135, 0, 1, "c.i32_mod_s", "i32_mod_s"], [136, 0, 1, "c.i32_mul_p", "i32_mul_p"], [136, 0, 1, "c.i32_mul_s", "i32_mul_s"], [139, 0, 1, "c.i32_neg_grad_p", "i32_neg_grad_p"], [139, 0, 1, "c.i32_neg_grad_s", "i32_neg_grad_s"], [138, 0, 1, "c.i32_neg_p", "i32_neg_p"], [138, 0, 1, "c.i32_neg_s", "i32_neg_s"], [143, 0, 1, "c.i32_nonzero_p", "i32_nonzero_p"], [143, 0, 1, "c.i32_nonzero_s", "i32_nonzero_s"], [144, 0, 1, "c.i32_not_equal_p", "i32_not_equal_p"], [144, 0, 1, "c.i32_not_equal_s", "i32_not_equal_s"], [145, 0, 1, "c.i32_onehot_p", "i32_onehot_p"], [145, 0, 1, "c.i32_onehot_s", "i32_onehot_s"], [146, 0, 1, "c.i32_ones_like_p", "i32_ones_like_p"], [146, 0, 1, "c.i32_ones_like_s", "i32_ones_like_s"], [147, 0, 1, "c.i32_padfusion_p", "i32_padfusion_p"], [147, 0, 1, "c.i32_padfusion_s", "i32_padfusion_s"], [149, 0, 1, "c.i32_pow_fusion_p", "i32_pow_fusion_p"], [149, 0, 1, "c.i32_pow_fusion_s", "i32_pow_fusion_s"], [154, 0, 1, "c.i32_ragged_range_p", "i32_ragged_range_p"], [154, 0, 1, "c.i32_ragged_range_s", "i32_ragged_range_s"], [157, 0, 1, "c.i32_range_p", "i32_range_p"], [157, 0, 1, "c.i32_range_s", "i32_range_s"], [159, 0, 1, "c.i32_real_div_p", "i32_real_div_p"], [159, 0, 1, "c.i32_real_div_s", "i32_real_div_s"], [160, 0, 1, "c.i32_reciprocal_p", "i32_reciprocal_p"], [160, 0, 1, "c.i32_reciprocal_s", "i32_reciprocal_s"], [23, 0, 1, "c.i32_reduce_all_p", "i32_reduce_all_p"], [23, 0, 1, "c.i32_reduce_all_s", "i32_reduce_all_s"], [161, 0, 1, "c.i32_reduce_p", "i32_reduce_p"], [161, 0, 1, "c.i32_reduce_s", "i32_reduce_s"], [162, 0, 1, "c.i32_reducescatter_p", "i32_reducescatter_p"], [162, 0, 1, "c.i32_reducescatter_s", "i32_reducescatter_s"], [163, 0, 1, "c.i32_reshape_p", "i32_reshape_p"], [163, 0, 1, "c.i32_reshape_s", "i32_reshape_s"], [171, 0, 1, "c.i32_rsqrt_p", "i32_rsqrt_p"], [171, 0, 1, "c.i32_rsqrt_s", "i32_rsqrt_s"], [173, 0, 1, "c.i32_scale_fusion_p", "i32_scale_fusion_p"], [173, 0, 1, "c.i32_scale_fusion_s", "i32_scale_fusion_s"], [174, 0, 1, "c.i32_scatter_elements_p", "i32_scatter_elements_p"], [174, 0, 1, "c.i32_scatter_elements_s", "i32_scatter_elements_s"], [175, 0, 1, "c.i32_scatter_nd_p", "i32_scatter_nd_p"], [175, 0, 1, "c.i32_scatter_nd_s", "i32_scatter_nd_s"], [176, 0, 1, "c.i32_scatter_nd_update_p", "i32_scatter_nd_update_p"], [176, 0, 1, "c.i32_scatter_nd_update_s", "i32_scatter_nd_update_s"], [177, 0, 1, "c.i32_select_p", "i32_select_p"], [177, 0, 1, "c.i32_select_s", "i32_select_s"], [182, 0, 1, "c.i32_sin_p", "i32_sin_p"], [182, 0, 1, "c.i32_sin_s", "i32_sin_s"], [185, 0, 1, "c.i32_slice_p", "i32_slice_p"], [185, 0, 1, "c.i32_slice_s", "i32_slice_s"], [190, 0, 1, "c.i32_spacetobatch_p", "i32_spacetobatch_p"], [190, 0, 1, "c.i32_spacetobatch_s", "i32_spacetobatch_s"], [191, 0, 1, "c.i32_spacetobatchnd_p", "i32_spacetobatchnd_p"], [191, 0, 1, "c.i32_spacetobatchnd_s", "i32_spacetobatchnd_s"], [192, 0, 1, "c.i32_spacetodepth_p", "i32_spacetodepth_p"], [192, 0, 1, "c.i32_spacetodepth_s", "i32_spacetodepth_s"], [194, 0, 1, "c.i32_sparse_fill_empty_rows_p", "i32_sparse_fill_empty_rows_p"], [194, 0, 1, "c.i32_sparse_fill_empty_rows_s", "i32_sparse_fill_empty_rows_s"], [195, 0, 1, "c.i32_sparse_reshape_p", "i32_sparse_reshape_p"], [195, 0, 1, "c.i32_sparse_reshape_s", "i32_sparse_reshape_s"], [197, 0, 1, "c.i32_sparse_to_dense_p", "i32_sparse_to_dense_p"], [197, 0, 1, "c.i32_sparse_to_dense_s", "i32_sparse_to_dense_s"], [196, 0, 1, "c.i32_sparsesegmentsum_p", "i32_sparsesegmentsum_p"], [196, 0, 1, "c.i32_sparsesegmentsum_s", "i32_sparsesegmentsum_s"], [198, 0, 1, "c.i32_splice_p", "i32_splice_p"], [198, 0, 1, "c.i32_splice_s", "i32_splice_s"], [199, 0, 1, "c.i32_split_p", "i32_split_p"], [199, 0, 1, "c.i32_split_s", "i32_split_s"], [200, 0, 1, "c.i32_split_with_overlap_p", "i32_split_with_overlap_p"], [200, 0, 1, "c.i32_split_with_overlap_s", "i32_split_with_overlap_s"], [201, 0, 1, "c.i32_sqrt_p", "i32_sqrt_p"], [201, 0, 1, "c.i32_sqrt_s", "i32_sqrt_s"], [204, 0, 1, "c.i32_square_difference_p", "i32_square_difference_p"], [204, 0, 1, "c.i32_square_difference_s", "i32_square_difference_s"], [203, 0, 1, "c.i32_square_p", "i32_square_p"], [203, 0, 1, "c.i32_square_s", "i32_square_s"], [206, 0, 1, "c.i32_stack_p", "i32_stack_p"], [206, 0, 1, "c.i32_stack_s", "i32_stack_s"], [209, 0, 1, "c.i32_sub_p", "i32_sub_p"], [209, 0, 1, "c.i32_sub_s", "i32_sub_s"], [213, 0, 1, "c.i32_tensor_scatter_add_p", "i32_tensor_scatter_add_p"], [213, 0, 1, "c.i32_tensor_scatter_add_s", "i32_tensor_scatter_add_s"], [215, 0, 1, "c.i32_tensorarrayread_p", "i32_tensorarrayread_p"], [215, 0, 1, "c.i32_tensorarrayread_s", "i32_tensorarrayread_s"], [217, 0, 1, "c.i32_tensorlist_from_tensor_p", "i32_tensorlist_from_tensor_p"], [217, 0, 1, "c.i32_tensorlist_from_tensor_s", "i32_tensorlist_from_tensor_s"], [221, 0, 1, "c.i32_tensorlist_stack_p", "i32_tensorlist_stack_p"], [221, 0, 1, "c.i32_tensorlist_stack_s", "i32_tensorlist_stack_s"], [222, 0, 1, "c.i32_tile_p", "i32_tile_p"], [222, 0, 1, "c.i32_tile_s", "i32_tile_s"], [224, 0, 1, "c.i32_transpose_p", "i32_transpose_p"], [224, 0, 1, "c.i32_transpose_s", "i32_transpose_s"], [225, 0, 1, "c.i32_tril_p", "i32_tril_p"], [225, 0, 1, "c.i32_tril_s", "i32_tril_s"], [226, 0, 1, "c.i32_triu_p", "i32_triu_p"], [226, 0, 1, "c.i32_triu_s", "i32_triu_s"], [229, 0, 1, "c.i32_unsorted_segment_sum_p", "i32_unsorted_segment_sum_p"], [229, 0, 1, "c.i32_unsorted_segment_sum_s", "i32_unsorted_segment_sum_s"], [232, 0, 1, "c.i32_where_p", "i32_where_p"], [232, 0, 1, "c.i32_where_s", "i32_where_s"], [233, 0, 1, "c.i32_zerolike_p", "i32_zerolike_p"], [233, 0, 1, "c.i32_zerolike_s", "i32_zerolike_s"], [101, 0, 1, "c.i8_Gru_p", "i8_Gru_p"], [101, 0, 1, "c.i8_Gru_s", "i8_Gru_s"], [228, 0, 1, "c.i8_Unique_p", "i8_Unique_p"], [228, 0, 1, "c.i8_Unique_s", "i8_Unique_s"], [12, 0, 1, "c.i8_abs_p", "i8_abs_p"], [12, 0, 1, "c.i8_abs_s", "i8_abs_s"], [18, 0, 1, "c.i8_add_p", "i8_add_p"], [18, 0, 1, "c.i8_add_s", "i8_add_s"], [20, 0, 1, "c.i8_adder_p", "i8_adder_p"], [20, 0, 1, "c.i8_adder_s", "i8_adder_s"], [21, 0, 1, "c.i8_addn_p", "i8_addn_p"], [21, 0, 1, "c.i8_addn_s", "i8_addn_s"], [22, 0, 1, "c.i8_affine_p", "i8_affine_p"], [22, 0, 1, "c.i8_affine_s", "i8_affine_s"], [24, 0, 1, "c.i8_all_gather_p", "i8_all_gather_p"], [24, 0, 1, "c.i8_all_gather_s", "i8_all_gather_s"], [28, 0, 1, "c.i8_assert_p", "i8_assert_p"], [28, 0, 1, "c.i8_assert_s", "i8_assert_s"], [30, 0, 1, "c.i8_assign_add_p", "i8_assign_add_p"], [30, 0, 1, "c.i8_assign_add_s", "i8_assign_add_s"], [29, 0, 1, "c.i8_assign_p", "i8_assign_p"], [29, 0, 1, "c.i8_assign_s", "i8_assign_s"], [34, 0, 1, "c.i8_avgpool_fusion_p", "i8_avgpool_fusion_p"], [34, 0, 1, "c.i8_avgpool_fusion_s", "i8_avgpool_fusion_s"], [36, 0, 1, "c.i8_batch_norm_p", "i8_batch_norm_p"], [36, 0, 1, "c.i8_batch_norm_s", "i8_batch_norm_s"], [35, 0, 1, "c.i8_batch_to_space_p", "i8_batch_to_space_p"], [35, 0, 1, "c.i8_batch_to_space_s", "i8_batch_to_space_s"], [38, 0, 1, "c.i8_batchtospacend_p", "i8_batchtospacend_p"], [38, 0, 1, "c.i8_batchtospacend_s", "i8_batchtospacend_s"], [39, 0, 1, "c.i8_bias_add_p", "i8_bias_add_p"], [39, 0, 1, "c.i8_bias_add_s", "i8_bias_add_s"], [42, 0, 1, "c.i8_binary_cross_entropy_p", "i8_binary_cross_entropy_p"], [42, 0, 1, "c.i8_binary_cross_entropy_s", "i8_binary_cross_entropy_s"], [43, 0, 1, "c.i8_broadcastto_p", "i8_broadcastto_p"], [43, 0, 1, "c.i8_broadcastto_s", "i8_broadcastto_s"], [45, 0, 1, "c.i8_cast_to_fp_p", "i8_cast_to_fp_p"], [45, 0, 1, "c.i8_cast_to_fp_s", "i8_cast_to_fp_s"], [45, 0, 1, "c.i8_cast_to_i16_p", "i8_cast_to_i16_p"], [45, 0, 1, "c.i8_cast_to_i16_s", "i8_cast_to_i16_s"], [45, 0, 1, "c.i8_cast_to_i32_p", "i8_cast_to_i32_p"], [45, 0, 1, "c.i8_cast_to_i32_s", "i8_cast_to_i32_s"], [45, 0, 1, "c.i8_cast_to_i8_p", "i8_cast_to_i8_p"], [45, 0, 1, "c.i8_cast_to_i8_s", "i8_cast_to_i8_s"], [14, 0, 1, "c.i8_celu_p", "i8_celu_p"], [14, 0, 1, "c.i8_celu_s", "i8_celu_s"], [14, 0, 1, "c.i8_clip_p", "i8_clip_p"], [47, 0, 1, "c.i8_clip_p", "i8_clip_p"], [14, 0, 1, "c.i8_clip_s", "i8_clip_s"], [47, 0, 1, "c.i8_clip_s", "i8_clip_s"], [48, 0, 1, "c.i8_concat_p", "i8_concat_p"], [48, 0, 1, "c.i8_concat_s", "i8_concat_s"], [49, 0, 1, "c.i8_constant_of_shape_p", "i8_constant_of_shape_p"], [49, 0, 1, "c.i8_constant_of_shape_s", "i8_constant_of_shape_s"], [50, 0, 1, "c.i8_conv2d_p", "i8_conv2d_p"], [50, 0, 1, "c.i8_conv2d_s", "i8_conv2d_s"], [51, 0, 1, "c.i8_convtranspose_p", "i8_convtranspose_p"], [51, 0, 1, "c.i8_convtranspose_s", "i8_convtranspose_s"], [54, 0, 1, "c.i8_cos_p", "i8_cos_p"], [54, 0, 1, "c.i8_cos_s", "i8_cos_s"], [56, 0, 1, "c.i8_crop_and_resize_anycore", "i8_crop_and_resize_anycore"], [57, 0, 1, "c.i8_cum_sum_p", "i8_cum_sum_p"], [57, 0, 1, "c.i8_cum_sum_s", "i8_cum_sum_s"], [64, 0, 1, "c.i8_depthtospace_p", "i8_depthtospace_p"], [64, 0, 1, "c.i8_depthtospace_s", "i8_depthtospace_s"], [65, 0, 1, "c.i8_detection_post_process_p", "i8_detection_post_process_p"], [65, 0, 1, "c.i8_detection_post_process_s", "i8_detection_post_process_s"], [66, 0, 1, "c.i8_div_p", "i8_div_p"], [66, 0, 1, "c.i8_div_s", "i8_div_s"], [72, 0, 1, "c.i8_eltwise_p", "i8_eltwise_p"], [72, 0, 1, "c.i8_eltwise_s", "i8_eltwise_s"], [14, 0, 1, "c.i8_elu_p", "i8_elu_p"], [73, 0, 1, "c.i8_elu_p", "i8_elu_p"], [14, 0, 1, "c.i8_elu_s", "i8_elu_s"], [73, 0, 1, "c.i8_elu_s", "i8_elu_s"], [75, 0, 1, "c.i8_equal_p", "i8_equal_p"], [75, 0, 1, "c.i8_equal_s", "i8_equal_s"], [78, 0, 1, "c.i8_exp_p", "i8_exp_p"], [78, 0, 1, "c.i8_exp_s", "i8_exp_s"], [59, 0, 1, "c.i8_extract_features_p", "i8_extract_features_p"], [59, 0, 1, "c.i8_extract_features_s", "i8_extract_features_s"], [83, 0, 1, "c.i8_fill_p", "i8_fill_p"], [83, 0, 1, "c.i8_fill_s", "i8_fill_s"], [90, 0, 1, "c.i8_format_transpose_p", "i8_format_transpose_p"], [90, 0, 1, "c.i8_format_transpose_s", "i8_format_transpose_s"], [91, 0, 1, "c.i8_full_connection_p", "i8_full_connection_p"], [91, 0, 1, "c.i8_full_connection_s", "i8_full_connection_s"], [95, 0, 1, "c.i8_gather_d_p", "i8_gather_d_p"], [95, 0, 1, "c.i8_gather_d_s", "i8_gather_d_s"], [94, 0, 1, "c.i8_gather_nd_p", "i8_gather_nd_p"], [94, 0, 1, "c.i8_gather_nd_s", "i8_gather_nd_s"], [93, 0, 1, "c.i8_gather_p", "i8_gather_p"], [93, 0, 1, "c.i8_gather_s", "i8_gather_s"], [14, 0, 1, "c.i8_gelu_p", "i8_gelu_p"], [14, 0, 1, "c.i8_gelu_s", "i8_gelu_s"], [97, 0, 1, "c.i8_glu_p", "i8_glu_p"], [97, 0, 1, "c.i8_glu_s", "i8_glu_s"], [99, 0, 1, "c.i8_greater_equal_p", "i8_greater_equal_p"], [99, 0, 1, "c.i8_greater_equal_s", "i8_greater_equal_s"], [98, 0, 1, "c.i8_greater_p", "i8_greater_p"], [98, 0, 1, "c.i8_greater_s", "i8_greater_s"], [14, 0, 1, "c.i8_hardshrink_p", "i8_hardshrink_p"], [14, 0, 1, "c.i8_hardshrink_s", "i8_hardshrink_s"], [14, 0, 1, "c.i8_hardtanh_p", "i8_hardtanh_p"], [14, 0, 1, "c.i8_hardtanh_s", "i8_hardtanh_s"], [14, 0, 1, "c.i8_hsigmoid_p", "i8_hsigmoid_p"], [14, 0, 1, "c.i8_hsigmoid_s", "i8_hsigmoid_s"], [14, 0, 1, "c.i8_hswish_p", "i8_hswish_p"], [14, 0, 1, "c.i8_hswish_s", "i8_hswish_s"], [104, 0, 1, "c.i8_invert_permutation_p", "i8_invert_permutation_p"], [104, 0, 1, "c.i8_invert_permutation_s", "i8_invert_permutation_s"], [105, 0, 1, "c.i8_is_finite_p", "i8_is_finite_p"], [105, 0, 1, "c.i8_is_finite_s", "i8_is_finite_s"], [107, 0, 1, "c.i8_layernormfusion_p", "i8_layernormfusion_p"], [107, 0, 1, "c.i8_layernormfusion_s", "i8_layernormfusion_s"], [109, 0, 1, "c.i8_leaky_relu_p", "i8_leaky_relu_p"], [109, 0, 1, "c.i8_leaky_relu_s", "i8_leaky_relu_s"], [111, 0, 1, "c.i8_less_equal_p", "i8_less_equal_p"], [111, 0, 1, "c.i8_less_equal_s", "i8_less_equal_s"], [110, 0, 1, "c.i8_less_p", "i8_less_p"], [110, 0, 1, "c.i8_less_s", "i8_less_s"], [114, 0, 1, "c.i8_log1p_p", "i8_log1p_p"], [114, 0, 1, "c.i8_log1p_s", "i8_log1p_s"], [116, 0, 1, "c.i8_logical_and_p", "i8_logical_and_p"], [116, 0, 1, "c.i8_logical_and_s", "i8_logical_and_s"], [117, 0, 1, "c.i8_logical_not_p", "i8_logical_not_p"], [117, 0, 1, "c.i8_logical_not_s", "i8_logical_not_s"], [118, 0, 1, "c.i8_logical_or_p", "i8_logical_or_p"], [118, 0, 1, "c.i8_logical_or_s", "i8_logical_or_s"], [119, 0, 1, "c.i8_logsoftmax_p", "i8_logsoftmax_p"], [119, 0, 1, "c.i8_logsoftmax_s", "i8_logsoftmax_s"], [14, 0, 1, "c.i8_lrelu_p", "i8_lrelu_p"], [14, 0, 1, "c.i8_lrelu_s", "i8_lrelu_s"], [122, 0, 1, "c.i8_lsh_projection_p", "i8_lsh_projection_p"], [122, 0, 1, "c.i8_lsh_projection_s", "i8_lsh_projection_s"], [127, 0, 1, "c.i8_matmul_fusion_p", "i8_matmul_fusion_p"], [127, 0, 1, "c.i8_matmul_fusion_s", "i8_matmul_fusion_s"], [128, 0, 1, "c.i8_maximum_p", "i8_maximum_p"], [128, 0, 1, "c.i8_maximum_s", "i8_maximum_s"], [133, 0, 1, "c.i8_minimum_p", "i8_minimum_p"], [133, 0, 1, "c.i8_minimum_s", "i8_minimum_s"], [135, 0, 1, "c.i8_mod_p", "i8_mod_p"], [135, 0, 1, "c.i8_mod_s", "i8_mod_s"], [136, 0, 1, "c.i8_mul_p", "i8_mul_p"], [136, 0, 1, "c.i8_mul_s", "i8_mul_s"], [139, 0, 1, "c.i8_neg_grad_p", "i8_neg_grad_p"], [139, 0, 1, "c.i8_neg_grad_s", "i8_neg_grad_s"], [138, 0, 1, "c.i8_neg_p", "i8_neg_p"], [138, 0, 1, "c.i8_neg_s", "i8_neg_s"], [140, 0, 1, "c.i8_nllloss_p", "i8_nllloss_p"], [140, 0, 1, "c.i8_nllloss_s", "i8_nllloss_s"], [142, 0, 1, "c.i8_non_max_suppression_p", "i8_non_max_suppression_p"], [142, 0, 1, "c.i8_non_max_suppression_s", "i8_non_max_suppression_s"], [143, 0, 1, "c.i8_nonzero_p", "i8_nonzero_p"], [143, 0, 1, "c.i8_nonzero_s", "i8_nonzero_s"], [144, 0, 1, "c.i8_not_equal_p", "i8_not_equal_p"], [144, 0, 1, "c.i8_not_equal_s", "i8_not_equal_s"], [145, 0, 1, "c.i8_onehot_p", "i8_onehot_p"], [145, 0, 1, "c.i8_onehot_s", "i8_onehot_s"], [146, 0, 1, "c.i8_ones_like_p", "i8_ones_like_p"], [146, 0, 1, "c.i8_ones_like_s", "i8_ones_like_s"], [147, 0, 1, "c.i8_padfusion_p", "i8_padfusion_p"], [147, 0, 1, "c.i8_padfusion_s", "i8_padfusion_s"], [149, 0, 1, "c.i8_pow_fusion_p", "i8_pow_fusion_p"], [149, 0, 1, "c.i8_pow_fusion_s", "i8_pow_fusion_s"], [151, 0, 1, "c.i8_prelufusion_p", "i8_prelufusion_p"], [151, 0, 1, "c.i8_prelufusion_s", "i8_prelufusion_s"], [154, 0, 1, "c.i8_ragged_range_p", "i8_ragged_range_p"], [154, 0, 1, "c.i8_ragged_range_s", "i8_ragged_range_s"], [157, 0, 1, "c.i8_range_p", "i8_range_p"], [157, 0, 1, "c.i8_range_s", "i8_range_s"], [159, 0, 1, "c.i8_real_div_p", "i8_real_div_p"], [159, 0, 1, "c.i8_real_div_s", "i8_real_div_s"], [160, 0, 1, "c.i8_reciprocal_p", "i8_reciprocal_p"], [160, 0, 1, "c.i8_reciprocal_s", "i8_reciprocal_s"], [23, 0, 1, "c.i8_reduce_all_p", "i8_reduce_all_p"], [23, 0, 1, "c.i8_reduce_all_s", "i8_reduce_all_s"], [161, 0, 1, "c.i8_reduce_p", "i8_reduce_p"], [161, 0, 1, "c.i8_reduce_s", "i8_reduce_s"], [162, 0, 1, "c.i8_reducescatter_p", "i8_reducescatter_p"], [162, 0, 1, "c.i8_reducescatter_s", "i8_reducescatter_s"], [14, 0, 1, "c.i8_relu6_p", "i8_relu6_p"], [14, 0, 1, "c.i8_relu6_s", "i8_relu6_s"], [14, 0, 1, "c.i8_relu_p", "i8_relu_p"], [14, 0, 1, "c.i8_relu_s", "i8_relu_s"], [163, 0, 1, "c.i8_reshape_p", "i8_reshape_p"], [163, 0, 1, "c.i8_reshape_s", "i8_reshape_s"], [164, 0, 1, "c.i8_resize_anycore", "i8_resize_anycore"], [169, 0, 1, "c.i8_roipooling_p", "i8_roipooling_p"], [169, 0, 1, "c.i8_roipooling_s", "i8_roipooling_s"], [171, 0, 1, "c.i8_rsqrt_p", "i8_rsqrt_p"], [171, 0, 1, "c.i8_rsqrt_s", "i8_rsqrt_s"], [173, 0, 1, "c.i8_scale_fusion_p", "i8_scale_fusion_p"], [173, 0, 1, "c.i8_scale_fusion_s", "i8_scale_fusion_s"], [174, 0, 1, "c.i8_scatter_elements_p", "i8_scatter_elements_p"], [174, 0, 1, "c.i8_scatter_elements_s", "i8_scatter_elements_s"], [175, 0, 1, "c.i8_scatter_nd_p", "i8_scatter_nd_p"], [175, 0, 1, "c.i8_scatter_nd_s", "i8_scatter_nd_s"], [176, 0, 1, "c.i8_scatter_nd_update_p", "i8_scatter_nd_update_p"], [176, 0, 1, "c.i8_scatter_nd_update_s", "i8_scatter_nd_update_s"], [177, 0, 1, "c.i8_select_p", "i8_select_p"], [177, 0, 1, "c.i8_select_s", "i8_select_s"], [14, 0, 1, "c.i8_sigmoid_p", "i8_sigmoid_p"], [14, 0, 1, "c.i8_sigmoid_s", "i8_sigmoid_s"], [180, 0, 1, "c.i8_sigmoidcrossentropywithlogits_p", "i8_sigmoidcrossentropywithlogits_p"], [180, 0, 1, "c.i8_sigmoidcrossentropywithlogits_s", "i8_sigmoidcrossentropywithlogits_s"], [182, 0, 1, "c.i8_sin_p", "i8_sin_p"], [182, 0, 1, "c.i8_sin_s", "i8_sin_s"], [185, 0, 1, "c.i8_slice_p", "i8_slice_p"], [185, 0, 1, "c.i8_slice_s", "i8_slice_s"], [186, 0, 1, "c.i8_smoothl1loss_p", "i8_smoothl1loss_p"], [186, 0, 1, "c.i8_smoothl1loss_s", "i8_smoothl1loss_s"], [189, 0, 1, "c.i8_softmax_cross_entropy_with_logits_p", "i8_softmax_cross_entropy_with_logits_p"], [189, 0, 1, "c.i8_softmax_cross_entropy_with_logits_s", "i8_softmax_cross_entropy_with_logits_s"], [188, 0, 1, "c.i8_softmax_p", "i8_softmax_p"], [188, 0, 1, "c.i8_softmax_s", "i8_softmax_s"], [14, 0, 1, "c.i8_softplus_p", "i8_softplus_p"], [14, 0, 1, "c.i8_softplus_s", "i8_softplus_s"], [14, 0, 1, "c.i8_softshrink_p", "i8_softshrink_p"], [14, 0, 1, "c.i8_softshrink_s", "i8_softshrink_s"], [14, 0, 1, "c.i8_softsignopt_p", "i8_softsignopt_p"], [14, 0, 1, "c.i8_softsignopt_s", "i8_softsignopt_s"], [190, 0, 1, "c.i8_spacetobatch_p", "i8_spacetobatch_p"], [190, 0, 1, "c.i8_spacetobatch_s", "i8_spacetobatch_s"], [191, 0, 1, "c.i8_spacetobatchnd_p", "i8_spacetobatchnd_p"], [191, 0, 1, "c.i8_spacetobatchnd_s", "i8_spacetobatchnd_s"], [192, 0, 1, "c.i8_spacetodepth_p", "i8_spacetodepth_p"], [192, 0, 1, "c.i8_spacetodepth_s", "i8_spacetodepth_s"], [194, 0, 1, "c.i8_sparse_fill_empty_rows_p", "i8_sparse_fill_empty_rows_p"], [194, 0, 1, "c.i8_sparse_fill_empty_rows_s", "i8_sparse_fill_empty_rows_s"], [197, 0, 1, "c.i8_sparse_to_dense_p", "i8_sparse_to_dense_p"], [197, 0, 1, "c.i8_sparse_to_dense_s", "i8_sparse_to_dense_s"], [198, 0, 1, "c.i8_splice_p", "i8_splice_p"], [198, 0, 1, "c.i8_splice_s", "i8_splice_s"], [199, 0, 1, "c.i8_split_p", "i8_split_p"], [199, 0, 1, "c.i8_split_s", "i8_split_s"], [200, 0, 1, "c.i8_split_with_overlap_p", "i8_split_with_overlap_p"], [200, 0, 1, "c.i8_split_with_overlap_s", "i8_split_with_overlap_s"], [201, 0, 1, "c.i8_sqrt_p", "i8_sqrt_p"], [201, 0, 1, "c.i8_sqrt_s", "i8_sqrt_s"], [204, 0, 1, "c.i8_square_difference_p", "i8_square_difference_p"], [204, 0, 1, "c.i8_square_difference_s", "i8_square_difference_s"], [203, 0, 1, "c.i8_square_p", "i8_square_p"], [203, 0, 1, "c.i8_square_s", "i8_square_s"], [206, 0, 1, "c.i8_stack_p", "i8_stack_p"], [206, 0, 1, "c.i8_stack_s", "i8_stack_s"], [209, 0, 1, "c.i8_sub_p", "i8_sub_p"], [209, 0, 1, "c.i8_sub_s", "i8_sub_s"], [14, 0, 1, "c.i8_swish_p", "i8_swish_p"], [14, 0, 1, "c.i8_swish_s", "i8_swish_s"], [14, 0, 1, "c.i8_tanh_p", "i8_tanh_p"], [14, 0, 1, "c.i8_tanh_s", "i8_tanh_s"], [213, 0, 1, "c.i8_tensor_scatter_add_p", "i8_tensor_scatter_add_p"], [213, 0, 1, "c.i8_tensor_scatter_add_s", "i8_tensor_scatter_add_s"], [215, 0, 1, "c.i8_tensorarrayread_p", "i8_tensorarrayread_p"], [215, 0, 1, "c.i8_tensorarrayread_s", "i8_tensorarrayread_s"], [217, 0, 1, "c.i8_tensorlist_from_tensor_p", "i8_tensorlist_from_tensor_p"], [217, 0, 1, "c.i8_tensorlist_from_tensor_s", "i8_tensorlist_from_tensor_s"], [222, 0, 1, "c.i8_tile_p", "i8_tile_p"], [222, 0, 1, "c.i8_tile_s", "i8_tile_s"], [153, 0, 1, "c.i8_to_fp_dequant_p", "i8_to_fp_dequant_p"], [153, 0, 1, "c.i8_to_fp_dequant_s", "i8_to_fp_dequant_s"], [153, 0, 1, "c.i8_to_hp_dequant_p", "i8_to_hp_dequant_p"], [153, 0, 1, "c.i8_to_hp_dequant_s", "i8_to_hp_dequant_s"], [224, 0, 1, "c.i8_transpose_p", "i8_transpose_p"], [224, 0, 1, "c.i8_transpose_s", "i8_transpose_s"], [225, 0, 1, "c.i8_tril_p", "i8_tril_p"], [225, 0, 1, "c.i8_tril_s", "i8_tril_s"], [226, 0, 1, "c.i8_triu_p", "i8_triu_p"], [226, 0, 1, "c.i8_triu_s", "i8_triu_s"], [229, 0, 1, "c.i8_unsorted_segment_sum_p", "i8_unsorted_segment_sum_p"], [229, 0, 1, "c.i8_unsorted_segment_sum_s", "i8_unsorted_segment_sum_s"], [232, 0, 1, "c.i8_where_p", "i8_where_p"], [232, 0, 1, "c.i8_where_s", "i8_where_s"], [233, 0, 1, "c.i8_zerolike_p", "i8_zerolike_p"], [233, 0, 1, "c.i8_zerolike_s", "i8_zerolike_s"], [158, 0, 1, "c.rank_p", "rank_p"], [158, 0, 1, "c.rank_s", "rank_s"], [179, 0, 1, "c.shape", "shape"], [183, 0, 1, "c.size_p", "size_p"], [183, 0, 1, "c.size_s", "size_s"], [184, 0, 1, "c.skipgram_p", "skipgram_p"], [184, 0, 1, "c.skipgram_s", "skipgram_s"], [207, 0, 1, "c.stridedslice", "stridedslice"], [207, 0, 1, "c.stridedslice", "stridedslice"], [211, 0, 1, "c.switch_p", "switch_p"], [211, 0, 1, "c.switch_s", "switch_s"], [212, 0, 1, "c.switchlayer_p", "switchlayer_p"], [212, 0, 1, "c.switchlayer_s", "switchlayer_s"], [214, 0, 1, "c.tensorarrayread_p", "tensorarrayread_p"], [214, 0, 1, "c.tensorarrayread_s", "tensorarrayread_s"], [214, 0, 1, "c.tensorarraywrite_p", "tensorarraywrite_p"], [214, 0, 1, "c.tensorarraywrite_s", "tensorarraywrite_s"], [218, 0, 1, "c.tensorlistgetitem_p", "tensorlistgetitem_p"], [218, 0, 1, "c.tensorlistgetitem_s", "tensorlistgetitem_s"], [220, 0, 1, "c.tensorlistsetitem_p", "tensorlistsetitem_p"], [220, 0, 1, "c.tensorlistsetitem_s", "tensorlistsetitem_s"], [231, 0, 1, "c.unstack_p", "unstack_p"], [231, 0, 1, "c.unstack_s", "unstack_s"]], "Flatten": [[85, 1, 1, "c.Flatten", "core_mask"], [85, 1, 1, "c.Flatten", "input"], [85, 1, 1, "c.Flatten", "output"], [85, 1, 1, "c.Flatten", "param"]], "anytype_crop_anycore": [[55, 1, 1, "c.anytype_crop_anycore", "axis"], [55, 1, 1, "c.anytype_crop_anycore", "core_mask"], [55, 1, 1, "c.anytype_crop_anycore", "in_shape"], [55, 1, 1, "c.anytype_crop_anycore", "input"], [55, 1, 1, "c.anytype_crop_anycore", "offset"], [55, 1, 1, "c.anytype_crop_anycore", "out_shape"], [55, 1, 1, "c.anytype_crop_anycore", "output"], [55, 1, 1, "c.anytype_crop_anycore", "type_size"]], "anytype_expand_dims_anycore": [[77, 1, 1, "c.anytype_expand_dims_anycore", "core_mask"], [77, 1, 1, "c.anytype_expand_dims_anycore", "dst"], [77, 1, 1, "c.anytype_expand_dims_anycore", "src"], [77, 1, 1, "c.anytype_expand_dims_anycore", "total_copy_size"]], "anytype_fillv2_p": [[84, 1, 1, "c.anytype_fillv2_p", "core_mask"], [84, 1, 1, "c.anytype_fillv2_p", "length"], [84, 1, 1, "c.anytype_fillv2_p", "output"], [84, 1, 1, "c.anytype_fillv2_p", "type_size"], [84, 1, 1, "c.anytype_fillv2_p", "value"]], "anytype_fillv2_s": [[84, 1, 1, "c.anytype_fillv2_s", "core_mask"], [84, 1, 1, "c.anytype_fillv2_s", "length"], [84, 1, 1, "c.anytype_fillv2_s", "output"], [84, 1, 1, "c.anytype_fillv2_s", "type_size"], [84, 1, 1, "c.anytype_fillv2_s", "value"]], "anytype_reverse_sequence_anycore": [[166, 1, 1, "c.anytype_reverse_sequence_anycore", "core_mask"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "dst"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "param"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "seq_lengths"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "src"]], "anytype_reversev2_anycore": [[167, 1, 1, "c.anytype_reversev2_anycore", "core_mask"], [167, 1, 1, "c.anytype_reversev2_anycore", "dst"], [167, 1, 1, "c.anytype_reversev2_anycore", "param"], [167, 1, 1, "c.anytype_reversev2_anycore", "src"]], "anytype_squeeze_anycore": [[205, 1, 1, "c.anytype_squeeze_anycore", "core_mask"], [205, 1, 1, "c.anytype_squeeze_anycore", "dst"], [205, 1, 1, "c.anytype_squeeze_anycore", "src"], [205, 1, 1, "c.anytype_squeeze_anycore", "total_copy_size"]], "anytype_unsqueeze_anycore": [[230, 1, 1, "c.anytype_unsqueeze_anycore", "core_mask"], [230, 1, 1, "c.anytype_unsqueeze_anycore", "dst"], [230, 1, 1, "c.anytype_unsqueeze_anycore", "src"], [230, 1, 1, "c.anytype_unsqueeze_anycore", "total_copy_size"]], "c128_Unique_p": [[228, 1, 1, "c.c128_Unique_p", "input"], [228, 1, 1, "c.c128_Unique_p", "input_len"], [228, 1, 1, "c.c128_Unique_p", "output0"], [228, 1, 1, "c.c128_Unique_p", "output0_len"]], "c128_Unique_s": [[228, 1, 1, "c.c128_Unique_s", "core_mask"], [228, 1, 1, "c.c128_Unique_s", "input"], [228, 1, 1, "c.c128_Unique_s", "input_len"], [228, 1, 1, "c.c128_Unique_s", "output0"], [228, 1, 1, "c.c128_Unique_s", "output0_len"]], "c128_abs_p": [[12, 1, 1, "c.c128_abs_p", "dst_data"], [12, 1, 1, "c.c128_abs_p", "length"], [12, 1, 1, "c.c128_abs_p", "src_data"]], "c128_abs_s": [[12, 1, 1, "c.c128_abs_s", "core_mask"], [12, 1, 1, "c.c128_abs_s", "dst_data"], [12, 1, 1, "c.c128_abs_s", "length"], [12, 1, 1, "c.c128_abs_s", "src_data"]], "c128_add_p": [[18, 1, 1, "c.c128_add_p", "input0"], [18, 1, 1, "c.c128_add_p", "input1"], [18, 1, 1, "c.c128_add_p", "output"], [18, 1, 1, "c.c128_add_p", "param"]], "c128_add_s": [[18, 1, 1, "c.c128_add_s", "core_mask"], [18, 1, 1, "c.c128_add_s", "input0"], [18, 1, 1, "c.c128_add_s", "input1"], [18, 1, 1, "c.c128_add_s", "output"], [18, 1, 1, "c.c128_add_s", "param"]], "c128_addn_p": [[21, 1, 1, "c.c128_addn_p", "element_nums"], [21, 1, 1, "c.c128_addn_p", "inputs"], [21, 1, 1, "c.c128_addn_p", "output"], [21, 1, 1, "c.c128_addn_p", "tensor_num"]], "c128_addn_s": [[21, 1, 1, "c.c128_addn_s", "core_mask"], [21, 1, 1, "c.c128_addn_s", "element_nums"], [21, 1, 1, "c.c128_addn_s", "inputs"], [21, 1, 1, "c.c128_addn_s", "output"], [21, 1, 1, "c.c128_addn_s", "tensor_num"]], "c128_all_gather_p": [[24, 1, 1, "c.c128_all_gather_p", "data_size"], [24, 1, 1, "c.c128_all_gather_p", "input"], [24, 1, 1, "c.c128_all_gather_p", "input_rank"], [24, 1, 1, "c.c128_all_gather_p", "output"], [24, 1, 1, "c.c128_all_gather_p", "output_rank"]], "c128_all_gather_s": [[24, 1, 1, "c.c128_all_gather_s", "core_mask"], [24, 1, 1, "c.c128_all_gather_s", "data_size"], [24, 1, 1, "c.c128_all_gather_s", "input"], [24, 1, 1, "c.c128_all_gather_s", "input_rank"], [24, 1, 1, "c.c128_all_gather_s", "output"], [24, 1, 1, "c.c128_all_gather_s", "output_rank"]], "c128_assert_p": [[28, 1, 1, "c.c128_assert_p", "input"], [28, 1, 1, "c.c128_assert_p", "output"]], "c128_assert_s": [[28, 1, 1, "c.c128_assert_s", "core_mask"], [28, 1, 1, "c.c128_assert_s", "input"], [28, 1, 1, "c.c128_assert_s", "output"]], "c128_assign_add_p": [[30, 1, 1, "c.c128_assign_add_p", "input"], [30, 1, 1, "c.c128_assign_add_p", "length"], [30, 1, 1, "c.c128_assign_add_p", "output"]], "c128_assign_add_s": [[30, 1, 1, "c.c128_assign_add_s", "core_mask"], [30, 1, 1, "c.c128_assign_add_s", "input"], [30, 1, 1, "c.c128_assign_add_s", "length"], [30, 1, 1, "c.c128_assign_add_s", "output"]], "c128_assign_p": [[29, 1, 1, "c.c128_assign_p", "dst"], [29, 1, 1, "c.c128_assign_p", "length"], [29, 1, 1, "c.c128_assign_p", "src"]], "c128_assign_s": [[29, 1, 1, "c.c128_assign_s", "core_mask"], [29, 1, 1, "c.c128_assign_s", "dst"], [29, 1, 1, "c.c128_assign_s", "length"], [29, 1, 1, "c.c128_assign_s", "src"]], "c128_batch_to_space_p": [[35, 1, 1, "c.c128_batch_to_space_p", "block"], [35, 1, 1, "c.c128_batch_to_space_p", "crops"], [35, 1, 1, "c.c128_batch_to_space_p", "in_shape"], [35, 1, 1, "c.c128_batch_to_space_p", "input"], [35, 1, 1, "c.c128_batch_to_space_p", "output"]], "c128_batch_to_space_s": [[35, 1, 1, "c.c128_batch_to_space_s", "block"], [35, 1, 1, "c.c128_batch_to_space_s", "core_mask"], [35, 1, 1, "c.c128_batch_to_space_s", "crops"], [35, 1, 1, "c.c128_batch_to_space_s", "in_shape"], [35, 1, 1, "c.c128_batch_to_space_s", "input"], [35, 1, 1, "c.c128_batch_to_space_s", "output"]], "c128_batchtospacend_p": [[38, 1, 1, "c.c128_batchtospacend_p", "block_size"], [38, 1, 1, "c.c128_batchtospacend_p", "crops"], [38, 1, 1, "c.c128_batchtospacend_p", "data_size"], [38, 1, 1, "c.c128_batchtospacend_p", "input"], [38, 1, 1, "c.c128_batchtospacend_p", "input_shape"], [38, 1, 1, "c.c128_batchtospacend_p", "output"]], "c128_batchtospacend_s": [[38, 1, 1, "c.c128_batchtospacend_s", "block_size"], [38, 1, 1, "c.c128_batchtospacend_s", "core_mask"], [38, 1, 1, "c.c128_batchtospacend_s", "crops"], [38, 1, 1, "c.c128_batchtospacend_s", "data_size"], [38, 1, 1, "c.c128_batchtospacend_s", "input"], [38, 1, 1, "c.c128_batchtospacend_s", "input_shape"], [38, 1, 1, "c.c128_batchtospacend_s", "output"]], "c128_bias_add_p": [[39, 1, 1, "c.c128_bias_add_p", "data_format"], [39, 1, 1, "c.c128_bias_add_p", "dims"], [39, 1, 1, "c.c128_bias_add_p", "input_bias"], [39, 1, 1, "c.c128_bias_add_p", "input_x"], [39, 1, 1, "c.c128_bias_add_p", "length"], [39, 1, 1, "c.c128_bias_add_p", "output"], [39, 1, 1, "c.c128_bias_add_p", "shape_size"]], "c128_bias_add_s": [[39, 1, 1, "c.c128_bias_add_s", "core_mask"], [39, 1, 1, "c.c128_bias_add_s", "data_format"], [39, 1, 1, "c.c128_bias_add_s", "dims"], [39, 1, 1, "c.c128_bias_add_s", "input_bias"], [39, 1, 1, "c.c128_bias_add_s", "input_x"], [39, 1, 1, "c.c128_bias_add_s", "length"], [39, 1, 1, "c.c128_bias_add_s", "output"], [39, 1, 1, "c.c128_bias_add_s", "shape_size"]], "c128_broadcastto_p": [[43, 1, 1, "c.c128_broadcastto_p", "data_size"], [43, 1, 1, "c.c128_broadcastto_p", "input"], [43, 1, 1, "c.c128_broadcastto_p", "input_shape"], [43, 1, 1, "c.c128_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.c128_broadcastto_p", "output"], [43, 1, 1, "c.c128_broadcastto_p", "output_shape"], [43, 1, 1, "c.c128_broadcastto_p", "output_shape_size"]], "c128_broadcastto_s": [[43, 1, 1, "c.c128_broadcastto_s", "core_mask"], [43, 1, 1, "c.c128_broadcastto_s", "data_size"], [43, 1, 1, "c.c128_broadcastto_s", "input"], [43, 1, 1, "c.c128_broadcastto_s", "input_shape"], [43, 1, 1, "c.c128_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.c128_broadcastto_s", "output"], [43, 1, 1, "c.c128_broadcastto_s", "output_shape"], [43, 1, 1, "c.c128_broadcastto_s", "output_shape_size"]], "c128_cast_to_c128_p": [[45, 1, 1, "c.c128_cast_to_c128_p", "input"], [45, 1, 1, "c.c128_cast_to_c128_p", "length"], [45, 1, 1, "c.c128_cast_to_c128_p", "output"]], "c128_cast_to_c128_s": [[45, 1, 1, "c.c128_cast_to_c128_s", "core_mask"], [45, 1, 1, "c.c128_cast_to_c128_s", "input"], [45, 1, 1, "c.c128_cast_to_c128_s", "length"], [45, 1, 1, "c.c128_cast_to_c128_s", "output"]], "c128_concat_p": [[48, 1, 1, "c.c128_concat_p", "axis"], [48, 1, 1, "c.c128_concat_p", "input_ndim"], [48, 1, 1, "c.c128_concat_p", "input_shapes"], [48, 1, 1, "c.c128_concat_p", "inputs"], [48, 1, 1, "c.c128_concat_p", "num_inputs"], [48, 1, 1, "c.c128_concat_p", "output"]], "c128_concat_s": [[48, 1, 1, "c.c128_concat_s", "axis"], [48, 1, 1, "c.c128_concat_s", "core_mask"], [48, 1, 1, "c.c128_concat_s", "input_ndim"], [48, 1, 1, "c.c128_concat_s", "input_shapes"], [48, 1, 1, "c.c128_concat_s", "inputs"], [48, 1, 1, "c.c128_concat_s", "num_inputs"], [48, 1, 1, "c.c128_concat_s", "output"]], "c128_constant_of_shape_p": [[49, 1, 1, "c.c128_constant_of_shape_p", "end"], [49, 1, 1, "c.c128_constant_of_shape_p", "output"], [49, 1, 1, "c.c128_constant_of_shape_p", "start"], [49, 1, 1, "c.c128_constant_of_shape_p", "value_imag"], [49, 1, 1, "c.c128_constant_of_shape_p", "value_real"]], "c128_constant_of_shape_s": [[49, 1, 1, "c.c128_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.c128_constant_of_shape_s", "end"], [49, 1, 1, "c.c128_constant_of_shape_s", "output"], [49, 1, 1, "c.c128_constant_of_shape_s", "start"], [49, 1, 1, "c.c128_constant_of_shape_s", "value_imag"], [49, 1, 1, "c.c128_constant_of_shape_s", "value_real"]], "c128_cum_sum_p": [[57, 1, 1, "c.c128_cum_sum_p", "axis_dim"], [57, 1, 1, "c.c128_cum_sum_p", "exclusive"], [57, 1, 1, "c.c128_cum_sum_p", "inner_dim"], [57, 1, 1, "c.c128_cum_sum_p", "input"], [57, 1, 1, "c.c128_cum_sum_p", "out_dim"], [57, 1, 1, "c.c128_cum_sum_p", "output"]], "c128_cum_sum_s": [[57, 1, 1, "c.c128_cum_sum_s", "axis_dim"], [57, 1, 1, "c.c128_cum_sum_s", "core_mask"], [57, 1, 1, "c.c128_cum_sum_s", "exclusive"], [57, 1, 1, "c.c128_cum_sum_s", "inner_dim"], [57, 1, 1, "c.c128_cum_sum_s", "input"], [57, 1, 1, "c.c128_cum_sum_s", "out_dim"], [57, 1, 1, "c.c128_cum_sum_s", "output"]], "c128_depthtospace_p": [[64, 1, 1, "c.c128_depthtospace_p", "block_size"], [64, 1, 1, "c.c128_depthtospace_p", "data_size"], [64, 1, 1, "c.c128_depthtospace_p", "in_shape"], [64, 1, 1, "c.c128_depthtospace_p", "input"], [64, 1, 1, "c.c128_depthtospace_p", "output"]], "c128_depthtospace_s": [[64, 1, 1, "c.c128_depthtospace_s", "block_size"], [64, 1, 1, "c.c128_depthtospace_s", "core_mask"], [64, 1, 1, "c.c128_depthtospace_s", "data_size"], [64, 1, 1, "c.c128_depthtospace_s", "in_shape"], [64, 1, 1, "c.c128_depthtospace_s", "input"], [64, 1, 1, "c.c128_depthtospace_s", "output"]], "c128_div_p": [[66, 1, 1, "c.c128_div_p", "input0"], [66, 1, 1, "c.c128_div_p", "input1"], [66, 1, 1, "c.c128_div_p", "output"], [66, 1, 1, "c.c128_div_p", "param"]], "c128_div_s": [[66, 1, 1, "c.c128_div_s", "core_mask"], [66, 1, 1, "c.c128_div_s", "input0"], [66, 1, 1, "c.c128_div_s", "input1"], [66, 1, 1, "c.c128_div_s", "output"], [66, 1, 1, "c.c128_div_s", "param"]], "c128_eltwise_p": [[72, 1, 1, "c.c128_eltwise_p", "Input0"], [72, 1, 1, "c.c128_eltwise_p", "Input1"], [72, 1, 1, "c.c128_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.c128_eltwise_p", "length"], [72, 1, 1, "c.c128_eltwise_p", "output"]], "c128_eltwise_s": [[72, 1, 1, "c.c128_eltwise_s", "Input0"], [72, 1, 1, "c.c128_eltwise_s", "Input1"], [72, 1, 1, "c.c128_eltwise_s", "core_mask"], [72, 1, 1, "c.c128_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.c128_eltwise_s", "length"], [72, 1, 1, "c.c128_eltwise_s", "output"]], "c128_equal_p": [[75, 1, 1, "c.c128_equal_p", "Input0"], [75, 1, 1, "c.c128_equal_p", "Input1"], [75, 1, 1, "c.c128_equal_p", "output"], [75, 1, 1, "c.c128_equal_p", "params"]], "c128_equal_s": [[75, 1, 1, "c.c128_equal_s", "Input0"], [75, 1, 1, "c.c128_equal_s", "Input1"], [75, 1, 1, "c.c128_equal_s", "core_mask"], [75, 1, 1, "c.c128_equal_s", "output"], [75, 1, 1, "c.c128_equal_s", "params"]], "c128_exp_p": [[78, 1, 1, "c.c128_exp_p", "dst_data"], [78, 1, 1, "c.c128_exp_p", "in_scale"], [78, 1, 1, "c.c128_exp_p", "length"], [78, 1, 1, "c.c128_exp_p", "out_scale"], [78, 1, 1, "c.c128_exp_p", "scale"], [78, 1, 1, "c.c128_exp_p", "src_data"]], "c128_exp_s": [[78, 1, 1, "c.c128_exp_s", "core_mask"], [78, 1, 1, "c.c128_exp_s", "dst_data"], [78, 1, 1, "c.c128_exp_s", "in_scale"], [78, 1, 1, "c.c128_exp_s", "length"], [78, 1, 1, "c.c128_exp_s", "out_scale"], [78, 1, 1, "c.c128_exp_s", "scale"], [78, 1, 1, "c.c128_exp_s", "src_data"]], "c128_extract_features_p": [[59, 1, 1, "c.c128_extract_features_p", "num_strings"], [59, 1, 1, "c.c128_extract_features_p", "output_labels"], [59, 1, 1, "c.c128_extract_features_p", "output_weights"], [59, 1, 1, "c.c128_extract_features_p", "string_lengths"], [59, 1, 1, "c.c128_extract_features_p", "string_pointers"]], "c128_extract_features_s": [[59, 1, 1, "c.c128_extract_features_s", "core_mask"], [59, 1, 1, "c.c128_extract_features_s", "num_strings"], [59, 1, 1, "c.c128_extract_features_s", "output_labels"], [59, 1, 1, "c.c128_extract_features_s", "output_weights"], [59, 1, 1, "c.c128_extract_features_s", "string_lengths"], [59, 1, 1, "c.c128_extract_features_s", "string_pointers"]], "c128_fill_p": [[83, 1, 1, "c.c128_fill_p", "output"], [83, 1, 1, "c.c128_fill_p", "param"], [83, 1, 1, "c.c128_fill_p", "value"]], "c128_fill_s": [[83, 1, 1, "c.c128_fill_s", "core_mask"], [83, 1, 1, "c.c128_fill_s", "output"], [83, 1, 1, "c.c128_fill_s", "param"], [83, 1, 1, "c.c128_fill_s", "value"]], "c128_format_transpose_p": [[90, 1, 1, "c.c128_format_transpose_p", "batch"], [90, 1, 1, "c.c128_format_transpose_p", "channel"], [90, 1, 1, "c.c128_format_transpose_p", "dst_data"], [90, 1, 1, "c.c128_format_transpose_p", "dst_format"], [90, 1, 1, "c.c128_format_transpose_p", "plane"], [90, 1, 1, "c.c128_format_transpose_p", "src_data"], [90, 1, 1, "c.c128_format_transpose_p", "src_format"]], "c128_format_transpose_s": [[90, 1, 1, "c.c128_format_transpose_s", "batch"], [90, 1, 1, "c.c128_format_transpose_s", "channel"], [90, 1, 1, "c.c128_format_transpose_s", "core_mask"], [90, 1, 1, "c.c128_format_transpose_s", "dst_data"], [90, 1, 1, "c.c128_format_transpose_s", "dst_format"], [90, 1, 1, "c.c128_format_transpose_s", "plane"], [90, 1, 1, "c.c128_format_transpose_s", "src_data"], [90, 1, 1, "c.c128_format_transpose_s", "src_format"]], "c128_gather_d_p": [[95, 1, 1, "c.c128_gather_d_p", "dim"], [95, 1, 1, "c.c128_gather_d_p", "index"], [95, 1, 1, "c.c128_gather_d_p", "index_shape"], [95, 1, 1, "c.c128_gather_d_p", "input_shape"], [95, 1, 1, "c.c128_gather_d_p", "input_shape_size"], [95, 1, 1, "c.c128_gather_d_p", "input_x"], [95, 1, 1, "c.c128_gather_d_p", "output"]], "c128_gather_d_s": [[95, 1, 1, "c.c128_gather_d_s", "core_mask"], [95, 1, 1, "c.c128_gather_d_s", "dim"], [95, 1, 1, "c.c128_gather_d_s", "index"], [95, 1, 1, "c.c128_gather_d_s", "index_shape"], [95, 1, 1, "c.c128_gather_d_s", "input_shape"], [95, 1, 1, "c.c128_gather_d_s", "input_shape_size"], [95, 1, 1, "c.c128_gather_d_s", "input_x"], [95, 1, 1, "c.c128_gather_d_s", "output"]], "c128_gather_nd_p": [[94, 1, 1, "c.c128_gather_nd_p", "input"], [94, 1, 1, "c.c128_gather_nd_p", "output"], [94, 1, 1, "c.c128_gather_nd_p", "params"]], "c128_gather_nd_s": [[94, 1, 1, "c.c128_gather_nd_s", "core_mask"], [94, 1, 1, "c.c128_gather_nd_s", "input"], [94, 1, 1, "c.c128_gather_nd_s", "output"], [94, 1, 1, "c.c128_gather_nd_s", "params"]], "c128_gather_p": [[93, 1, 1, "c.c128_gather_p", "indices"], [93, 1, 1, "c.c128_gather_p", "input"], [93, 1, 1, "c.c128_gather_p", "output"], [93, 1, 1, "c.c128_gather_p", "params"]], "c128_gather_s": [[93, 1, 1, "c.c128_gather_s", "core_mask"], [93, 1, 1, "c.c128_gather_s", "indices"], [93, 1, 1, "c.c128_gather_s", "input"], [93, 1, 1, "c.c128_gather_s", "output"], [93, 1, 1, "c.c128_gather_s", "params"]], "c128_is_finite_p": [[105, 1, 1, "c.c128_is_finite_p", "Input"], [105, 1, 1, "c.c128_is_finite_p", "length"], [105, 1, 1, "c.c128_is_finite_p", "output"]], "c128_is_finite_s": [[105, 1, 1, "c.c128_is_finite_s", "Input"], [105, 1, 1, "c.c128_is_finite_s", "core_mask"], [105, 1, 1, "c.c128_is_finite_s", "length"], [105, 1, 1, "c.c128_is_finite_s", "output"]], "c128_matmul_fusion_p": [[127, 1, 1, "c.c128_matmul_fusion_p", "A"], [127, 1, 1, "c.c128_matmul_fusion_p", "B"], [127, 1, 1, "c.c128_matmul_fusion_p", "C"], [127, 1, 1, "c.c128_matmul_fusion_p", "bias"], [127, 1, 1, "c.c128_matmul_fusion_p", "params"]], "c128_matmul_fusion_s": [[127, 1, 1, "c.c128_matmul_fusion_s", "A"], [127, 1, 1, "c.c128_matmul_fusion_s", "B"], [127, 1, 1, "c.c128_matmul_fusion_s", "C"], [127, 1, 1, "c.c128_matmul_fusion_s", "bias"], [127, 1, 1, "c.c128_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.c128_matmul_fusion_s", "params"]], "c128_mul_p": [[136, 1, 1, "c.c128_mul_p", "input0"], [136, 1, 1, "c.c128_mul_p", "input1"], [136, 1, 1, "c.c128_mul_p", "output"], [136, 1, 1, "c.c128_mul_p", "param"]], "c128_mul_s": [[136, 1, 1, "c.c128_mul_s", "core_mask"], [136, 1, 1, "c.c128_mul_s", "input0"], [136, 1, 1, "c.c128_mul_s", "input1"], [136, 1, 1, "c.c128_mul_s", "output"], [136, 1, 1, "c.c128_mul_s", "param"]], "c128_neg_grad_p": [[139, 1, 1, "c.c128_neg_grad_p", "Input"], [139, 1, 1, "c.c128_neg_grad_p", "length"], [139, 1, 1, "c.c128_neg_grad_p", "output"]], "c128_neg_grad_s": [[139, 1, 1, "c.c128_neg_grad_s", "Input"], [139, 1, 1, "c.c128_neg_grad_s", "core_mask"], [139, 1, 1, "c.c128_neg_grad_s", "length"], [139, 1, 1, "c.c128_neg_grad_s", "output"]], "c128_neg_p": [[138, 1, 1, "c.c128_neg_p", "Input"], [138, 1, 1, "c.c128_neg_p", "length"], [138, 1, 1, "c.c128_neg_p", "output"]], "c128_neg_s": [[138, 1, 1, "c.c128_neg_s", "Input"], [138, 1, 1, "c.c128_neg_s", "core_mask"], [138, 1, 1, "c.c128_neg_s", "length"], [138, 1, 1, "c.c128_neg_s", "output"]], "c128_nonzero_p": [[143, 1, 1, "c.c128_nonzero_p", "dim_strides"], [143, 1, 1, "c.c128_nonzero_p", "input"], [143, 1, 1, "c.c128_nonzero_p", "input_rank"], [143, 1, 1, "c.c128_nonzero_p", "length"], [143, 1, 1, "c.c128_nonzero_p", "non_zero_num"], [143, 1, 1, "c.c128_nonzero_p", "output"], [143, 1, 1, "c.c128_nonzero_p", "shape"]], "c128_nonzero_s": [[143, 1, 1, "c.c128_nonzero_s", "core_mask"], [143, 1, 1, "c.c128_nonzero_s", "dim_strides"], [143, 1, 1, "c.c128_nonzero_s", "input"], [143, 1, 1, "c.c128_nonzero_s", "input_rank"], [143, 1, 1, "c.c128_nonzero_s", "length"], [143, 1, 1, "c.c128_nonzero_s", "non_zero_num"], [143, 1, 1, "c.c128_nonzero_s", "output"], [143, 1, 1, "c.c128_nonzero_s", "shape"]], "c128_not_equal_p": [[144, 1, 1, "c.c128_not_equal_p", "Input0"], [144, 1, 1, "c.c128_not_equal_p", "Input1"], [144, 1, 1, "c.c128_not_equal_p", "length"], [144, 1, 1, "c.c128_not_equal_p", "output"]], "c128_not_equal_s": [[144, 1, 1, "c.c128_not_equal_s", "Input0"], [144, 1, 1, "c.c128_not_equal_s", "Input1"], [144, 1, 1, "c.c128_not_equal_s", "core_mask"], [144, 1, 1, "c.c128_not_equal_s", "length"], [144, 1, 1, "c.c128_not_equal_s", "output"]], "c128_onehot_p": [[145, 1, 1, "c.c128_onehot_p", "axis"], [145, 1, 1, "c.c128_onehot_p", "depth"], [145, 1, 1, "c.c128_onehot_p", "indices"], [145, 1, 1, "c.c128_onehot_p", "indices_shape"], [145, 1, 1, "c.c128_onehot_p", "indices_shape_size"], [145, 1, 1, "c.c128_onehot_p", "on_off"], [145, 1, 1, "c.c128_onehot_p", "output"], [145, 1, 1, "c.c128_onehot_p", "support_neg_index"]], "c128_onehot_s": [[145, 1, 1, "c.c128_onehot_s", "axis"], [145, 1, 1, "c.c128_onehot_s", "core_mask"], [145, 1, 1, "c.c128_onehot_s", "depth"], [145, 1, 1, "c.c128_onehot_s", "indices"], [145, 1, 1, "c.c128_onehot_s", "indices_shape"], [145, 1, 1, "c.c128_onehot_s", "indices_shape_size"], [145, 1, 1, "c.c128_onehot_s", "on_off"], [145, 1, 1, "c.c128_onehot_s", "output"], [145, 1, 1, "c.c128_onehot_s", "support_neg_index"]], "c128_ones_like_p": [[146, 1, 1, "c.c128_ones_like_p", "length"], [146, 1, 1, "c.c128_ones_like_p", "output"]], "c128_ones_like_s": [[146, 1, 1, "c.c128_ones_like_s", "core_mask"], [146, 1, 1, "c.c128_ones_like_s", "length"], [146, 1, 1, "c.c128_ones_like_s", "output"]], "c128_padfusion_p": [[147, 1, 1, "c.c128_padfusion_p", "params"]], "c128_padfusion_s": [[147, 1, 1, "c.c128_padfusion_s", "core_mask"], [147, 1, 1, "c.c128_padfusion_s", "params"]], "c128_real_div_p": [[159, 1, 1, "c.c128_real_div_p", "input0"], [159, 1, 1, "c.c128_real_div_p", "input1"], [159, 1, 1, "c.c128_real_div_p", "length"], [159, 1, 1, "c.c128_real_div_p", "output"]], "c128_real_div_s": [[159, 1, 1, "c.c128_real_div_s", "core_mask"], [159, 1, 1, "c.c128_real_div_s", "input0"], [159, 1, 1, "c.c128_real_div_s", "input1"], [159, 1, 1, "c.c128_real_div_s", "length"], [159, 1, 1, "c.c128_real_div_s", "output"]], "c128_reciprocal_p": [[160, 1, 1, "c.c128_reciprocal_p", "Input"], [160, 1, 1, "c.c128_reciprocal_p", "length"], [160, 1, 1, "c.c128_reciprocal_p", "output"]], "c128_reciprocal_s": [[160, 1, 1, "c.c128_reciprocal_s", "Input"], [160, 1, 1, "c.c128_reciprocal_s", "core_mask"], [160, 1, 1, "c.c128_reciprocal_s", "length"], [160, 1, 1, "c.c128_reciprocal_s", "output"]], "c128_reduce_all_p": [[23, 1, 1, "c.c128_reduce_all_p", "axis_size"], [23, 1, 1, "c.c128_reduce_all_p", "dst_data"], [23, 1, 1, "c.c128_reduce_all_p", "inner_size"], [23, 1, 1, "c.c128_reduce_all_p", "outer_size"], [23, 1, 1, "c.c128_reduce_all_p", "src_data"]], "c128_reduce_all_s": [[23, 1, 1, "c.c128_reduce_all_s", "axis_size"], [23, 1, 1, "c.c128_reduce_all_s", "core_mask"], [23, 1, 1, "c.c128_reduce_all_s", "dst_data"], [23, 1, 1, "c.c128_reduce_all_s", "inner_size"], [23, 1, 1, "c.c128_reduce_all_s", "outer_size"], [23, 1, 1, "c.c128_reduce_all_s", "src_data"]], "c128_reshape_p": [[163, 1, 1, "c.c128_reshape_p", "input"], [163, 1, 1, "c.c128_reshape_p", "length"], [163, 1, 1, "c.c128_reshape_p", "output"]], "c128_reshape_s": [[163, 1, 1, "c.c128_reshape_s", "core_mask"], [163, 1, 1, "c.c128_reshape_s", "input"], [163, 1, 1, "c.c128_reshape_s", "length"], [163, 1, 1, "c.c128_reshape_s", "output"]], "c128_rfft_p": [[168, 1, 1, "c.c128_rfft_p", "dir"], [168, 1, 1, "c.c128_rfft_p", "fft_size"], [168, 1, 1, "c.c128_rfft_p", "input"], [168, 1, 1, "c.c128_rfft_p", "output"], [168, 1, 1, "c.c128_rfft_p", "scratch_ptr"]], "c128_rfft_s": [[168, 1, 1, "c.c128_rfft_s", "core_mask"], [168, 1, 1, "c.c128_rfft_s", "dir"], [168, 1, 1, "c.c128_rfft_s", "fft_size1"], [168, 1, 1, "c.c128_rfft_s", "fft_size2"], [168, 1, 1, "c.c128_rfft_s", "input"], [168, 1, 1, "c.c128_rfft_s", "output"], [168, 1, 1, "c.c128_rfft_s", "scratch_ptr"], [168, 1, 1, "c.c128_rfft_s", "twiddle"]], "c128_rsqrt_p": [[171, 1, 1, "c.c128_rsqrt_p", "dst"], [171, 1, 1, "c.c128_rsqrt_p", "length"], [171, 1, 1, "c.c128_rsqrt_p", "src"]], "c128_rsqrt_s": [[171, 1, 1, "c.c128_rsqrt_s", "core_mask"], [171, 1, 1, "c.c128_rsqrt_s", "dst"], [171, 1, 1, "c.c128_rsqrt_s", "length"], [171, 1, 1, "c.c128_rsqrt_s", "src"]], "c128_scatter_elements_p": [[174, 1, 1, "c.c128_scatter_elements_p", "core_mask"], [174, 1, 1, "c.c128_scatter_elements_p", "indices"], [174, 1, 1, "c.c128_scatter_elements_p", "input"], [174, 1, 1, "c.c128_scatter_elements_p", "output"], [174, 1, 1, "c.c128_scatter_elements_p", "param"], [174, 1, 1, "c.c128_scatter_elements_p", "updates"]], "c128_scatter_elements_s": [[174, 1, 1, "c.c128_scatter_elements_s", "core_mask"], [174, 1, 1, "c.c128_scatter_elements_s", "indices"], [174, 1, 1, "c.c128_scatter_elements_s", "input"], [174, 1, 1, "c.c128_scatter_elements_s", "output"], [174, 1, 1, "c.c128_scatter_elements_s", "param"], [174, 1, 1, "c.c128_scatter_elements_s", "updates"]], "c128_scatter_nd_p": [[175, 1, 1, "c.c128_scatter_nd_p", "indices"], [175, 1, 1, "c.c128_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.c128_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.c128_scatter_nd_p", "output"], [175, 1, 1, "c.c128_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.c128_scatter_nd_p", "output_shape"], [175, 1, 1, "c.c128_scatter_nd_p", "updates"]], "c128_scatter_nd_s": [[175, 1, 1, "c.c128_scatter_nd_s", "core_mask"], [175, 1, 1, "c.c128_scatter_nd_s", "indices"], [175, 1, 1, "c.c128_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.c128_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.c128_scatter_nd_s", "output"], [175, 1, 1, "c.c128_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.c128_scatter_nd_s", "output_shape"], [175, 1, 1, "c.c128_scatter_nd_s", "updates"]], "c128_scatter_nd_update_p": [[176, 1, 1, "c.c128_scatter_nd_update_p", "indices"], [176, 1, 1, "c.c128_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.c128_scatter_nd_update_p", "output"], [176, 1, 1, "c.c128_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.c128_scatter_nd_update_p", "updates"]], "c128_scatter_nd_update_s": [[176, 1, 1, "c.c128_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.c128_scatter_nd_update_s", "indices"], [176, 1, 1, "c.c128_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.c128_scatter_nd_update_s", "output"], [176, 1, 1, "c.c128_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.c128_scatter_nd_update_s", "updates"]], "c128_select_p": [[177, 1, 1, "c.c128_select_p", "condition"], [177, 1, 1, "c.c128_select_p", "input0"], [177, 1, 1, "c.c128_select_p", "input1"], [177, 1, 1, "c.c128_select_p", "output"], [177, 1, 1, "c.c128_select_p", "params"]], "c128_select_s": [[177, 1, 1, "c.c128_select_s", "condition"], [177, 1, 1, "c.c128_select_s", "core_mask"], [177, 1, 1, "c.c128_select_s", "input0"], [177, 1, 1, "c.c128_select_s", "input1"], [177, 1, 1, "c.c128_select_s", "output"], [177, 1, 1, "c.c128_select_s", "params"]], "c128_slice_p": [[185, 1, 1, "c.c128_slice_p", "begin"], [185, 1, 1, "c.c128_slice_p", "input"], [185, 1, 1, "c.c128_slice_p", "input_shape"], [185, 1, 1, "c.c128_slice_p", "ndim"], [185, 1, 1, "c.c128_slice_p", "output"], [185, 1, 1, "c.c128_slice_p", "size"]], "c128_slice_s": [[185, 1, 1, "c.c128_slice_s", "begin"], [185, 1, 1, "c.c128_slice_s", "core_mask"], [185, 1, 1, "c.c128_slice_s", "input"], [185, 1, 1, "c.c128_slice_s", "input_shape"], [185, 1, 1, "c.c128_slice_s", "ndim"], [185, 1, 1, "c.c128_slice_s", "output"], [185, 1, 1, "c.c128_slice_s", "size"]], "c128_spacetobatch_p": [[190, 1, 1, "c.c128_spacetobatch_p", "block_size"], [190, 1, 1, "c.c128_spacetobatch_p", "data_size"], [190, 1, 1, "c.c128_spacetobatch_p", "input"], [190, 1, 1, "c.c128_spacetobatch_p", "input_shape"], [190, 1, 1, "c.c128_spacetobatch_p", "output"], [190, 1, 1, "c.c128_spacetobatch_p", "paddings"]], "c128_spacetobatch_s": [[190, 1, 1, "c.c128_spacetobatch_s", "block_size"], [190, 1, 1, "c.c128_spacetobatch_s", "core_mask"], [190, 1, 1, "c.c128_spacetobatch_s", "data_size"], [190, 1, 1, "c.c128_spacetobatch_s", "input"], [190, 1, 1, "c.c128_spacetobatch_s", "input_shape"], [190, 1, 1, "c.c128_spacetobatch_s", "output"], [190, 1, 1, "c.c128_spacetobatch_s", "paddings"]], "c128_spacetobatchnd_p": [[191, 1, 1, "c.c128_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.c128_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.c128_spacetobatchnd_p", "input"], [191, 1, 1, "c.c128_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.c128_spacetobatchnd_p", "output"], [191, 1, 1, "c.c128_spacetobatchnd_p", "paddings"]], "c128_spacetobatchnd_s": [[191, 1, 1, "c.c128_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.c128_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.c128_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.c128_spacetobatchnd_s", "input"], [191, 1, 1, "c.c128_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.c128_spacetobatchnd_s", "output"], [191, 1, 1, "c.c128_spacetobatchnd_s", "paddings"]], "c128_spacetodepth_p": [[192, 1, 1, "c.c128_spacetodepth_p", "block"], [192, 1, 1, "c.c128_spacetodepth_p", "data_size"], [192, 1, 1, "c.c128_spacetodepth_p", "in_shape"], [192, 1, 1, "c.c128_spacetodepth_p", "input"], [192, 1, 1, "c.c128_spacetodepth_p", "output"]], "c128_spacetodepth_s": [[192, 1, 1, "c.c128_spacetodepth_s", "block"], [192, 1, 1, "c.c128_spacetodepth_s", "core_mask"], [192, 1, 1, "c.c128_spacetodepth_s", "data_size"], [192, 1, 1, "c.c128_spacetodepth_s", "in_shape"], [192, 1, 1, "c.c128_spacetodepth_s", "input"], [192, 1, 1, "c.c128_spacetodepth_s", "output"]], "c128_sparse_fill_empty_rows_p": [[194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "values_ptr"]], "c128_sparse_fill_empty_rows_s": [[194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "values_ptr"]], "c128_sparse_to_dense_p": [[197, 1, 1, "c.c128_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.c128_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.c128_sparse_to_dense_p", "output"], [197, 1, 1, "c.c128_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.c128_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.c128_sparse_to_dense_p", "sparse_values"]], "c128_sparse_to_dense_s": [[197, 1, 1, "c.c128_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.c128_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.c128_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.c128_sparse_to_dense_s", "output"], [197, 1, 1, "c.c128_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.c128_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.c128_sparse_to_dense_s", "sparse_values"]], "c128_sparsesegmentsum_p": [[196, 1, 1, "c.c128_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "out_data_shape"]], "c128_sparsesegmentsum_s": [[196, 1, 1, "c.c128_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "out_data_shape"]], "c128_splice_p": [[198, 1, 1, "c.c128_splice_p", "context_dim"], [198, 1, 1, "c.c128_splice_p", "dst_col"], [198, 1, 1, "c.c128_splice_p", "dst_data"], [198, 1, 1, "c.c128_splice_p", "dst_row"], [198, 1, 1, "c.c128_splice_p", "forward_indexes"], [198, 1, 1, "c.c128_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.c128_splice_p", "src_col"], [198, 1, 1, "c.c128_splice_p", "src_data"], [198, 1, 1, "c.c128_splice_p", "src_row"]], "c128_splice_s": [[198, 1, 1, "c.c128_splice_s", "context_dim"], [198, 1, 1, "c.c128_splice_s", "core_mask"], [198, 1, 1, "c.c128_splice_s", "dst_col"], [198, 1, 1, "c.c128_splice_s", "dst_data"], [198, 1, 1, "c.c128_splice_s", "dst_row"], [198, 1, 1, "c.c128_splice_s", "forward_indexes"], [198, 1, 1, "c.c128_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.c128_splice_s", "src_col"], [198, 1, 1, "c.c128_splice_s", "src_data"], [198, 1, 1, "c.c128_splice_s", "src_row"]], "c128_split_p": [[199, 1, 1, "c.c128_split_p", "axis"], [199, 1, 1, "c.c128_split_p", "input"], [199, 1, 1, "c.c128_split_p", "input_ndim"], [199, 1, 1, "c.c128_split_p", "input_shape"], [199, 1, 1, "c.c128_split_p", "num_split"], [199, 1, 1, "c.c128_split_p", "outputs"], [199, 1, 1, "c.c128_split_p", "split_sizes"]], "c128_split_s": [[199, 1, 1, "c.c128_split_s", "axis"], [199, 1, 1, "c.c128_split_s", "core_mask"], [199, 1, 1, "c.c128_split_s", "input"], [199, 1, 1, "c.c128_split_s", "input_ndim"], [199, 1, 1, "c.c128_split_s", "input_shape"], [199, 1, 1, "c.c128_split_s", "num_split"], [199, 1, 1, "c.c128_split_s", "outputs"], [199, 1, 1, "c.c128_split_s", "split_sizes"]], "c128_split_with_overlap_p": [[200, 1, 1, "c.c128_split_with_overlap_p", "axis"], [200, 1, 1, "c.c128_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.c128_split_with_overlap_p", "input"], [200, 1, 1, "c.c128_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.c128_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.c128_split_with_overlap_p", "num_split"], [200, 1, 1, "c.c128_split_with_overlap_p", "outputs"], [200, 1, 1, "c.c128_split_with_overlap_p", "start_indices"]], "c128_split_with_overlap_s": [[200, 1, 1, "c.c128_split_with_overlap_s", "axis"], [200, 1, 1, "c.c128_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.c128_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.c128_split_with_overlap_s", "input"], [200, 1, 1, "c.c128_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.c128_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.c128_split_with_overlap_s", "num_split"], [200, 1, 1, "c.c128_split_with_overlap_s", "outputs"], [200, 1, 1, "c.c128_split_with_overlap_s", "start_indices"]], "c128_sqrt_p": [[201, 1, 1, "c.c128_sqrt_p", "dst_data"], [201, 1, 1, "c.c128_sqrt_p", "length"], [201, 1, 1, "c.c128_sqrt_p", "src_data"]], "c128_sqrt_s": [[201, 1, 1, "c.c128_sqrt_s", "core_mask"], [201, 1, 1, "c.c128_sqrt_s", "dst_data"], [201, 1, 1, "c.c128_sqrt_s", "length"], [201, 1, 1, "c.c128_sqrt_s", "src_data"]], "c128_square_difference_p": [[204, 1, 1, "c.c128_square_difference_p", "input0"], [204, 1, 1, "c.c128_square_difference_p", "input1"], [204, 1, 1, "c.c128_square_difference_p", "output"], [204, 1, 1, "c.c128_square_difference_p", "params"]], "c128_square_difference_s": [[204, 1, 1, "c.c128_square_difference_s", "core_mask"], [204, 1, 1, "c.c128_square_difference_s", "input0"], [204, 1, 1, "c.c128_square_difference_s", "input1"], [204, 1, 1, "c.c128_square_difference_s", "output"], [204, 1, 1, "c.c128_square_difference_s", "params"]], "c128_square_p": [[203, 1, 1, "c.c128_square_p", "dst"], [203, 1, 1, "c.c128_square_p", "length"], [203, 1, 1, "c.c128_square_p", "src"]], "c128_square_s": [[203, 1, 1, "c.c128_square_s", "core_mask"], [203, 1, 1, "c.c128_square_s", "dst"], [203, 1, 1, "c.c128_square_s", "length"], [203, 1, 1, "c.c128_square_s", "src"]], "c128_stack_p": [[206, 1, 1, "c.c128_stack_p", "axis"], [206, 1, 1, "c.c128_stack_p", "input_ndim"], [206, 1, 1, "c.c128_stack_p", "input_shape"], [206, 1, 1, "c.c128_stack_p", "inputs"], [206, 1, 1, "c.c128_stack_p", "num_inputs"], [206, 1, 1, "c.c128_stack_p", "output"]], "c128_stack_s": [[206, 1, 1, "c.c128_stack_s", "axis"], [206, 1, 1, "c.c128_stack_s", "core_mask"], [206, 1, 1, "c.c128_stack_s", "input_ndim"], [206, 1, 1, "c.c128_stack_s", "input_shape"], [206, 1, 1, "c.c128_stack_s", "inputs"], [206, 1, 1, "c.c128_stack_s", "num_inputs"], [206, 1, 1, "c.c128_stack_s", "output"]], "c128_sub_p": [[209, 1, 1, "c.c128_sub_p", "input0"], [209, 1, 1, "c.c128_sub_p", "input1"], [209, 1, 1, "c.c128_sub_p", "output"], [209, 1, 1, "c.c128_sub_p", "param"]], "c128_sub_s": [[209, 1, 1, "c.c128_sub_s", "core_mask"], [209, 1, 1, "c.c128_sub_s", "input0"], [209, 1, 1, "c.c128_sub_s", "input1"], [209, 1, 1, "c.c128_sub_s", "output"], [209, 1, 1, "c.c128_sub_s", "param"]], "c128_tensor_scatter_add_p": [[213, 1, 1, "c.c128_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "input"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "output"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "updates"]], "c128_tensor_scatter_add_s": [[213, 1, 1, "c.c128_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "input"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "output"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "updates"]], "c128_tensorarrayread_p": [[215, 1, 1, "c.c128_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.c128_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.c128_tensorarrayread_p", "index"], [215, 1, 1, "c.c128_tensorarrayread_p", "output_data"], [215, 1, 1, "c.c128_tensorarrayread_p", "output_size"]], "c128_tensorarrayread_s": [[215, 1, 1, "c.c128_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.c128_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.c128_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.c128_tensorarrayread_s", "index"], [215, 1, 1, "c.c128_tensorarrayread_s", "output_data"], [215, 1, 1, "c.c128_tensorarrayread_s", "output_size"]], "c128_tensorlist_from_tensor_p": [[217, 1, 1, "c.c128_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.c128_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.c128_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.c128_tensorlist_from_tensor_p", "output_tensors"]], "c128_tensorlist_from_tensor_s": [[217, 1, 1, "c.c128_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "output_tensors"]], "c128_tile_p": [[222, 1, 1, "c.c128_tile_p", "input"], [222, 1, 1, "c.c128_tile_p", "input_shape"], [222, 1, 1, "c.c128_tile_p", "output"], [222, 1, 1, "c.c128_tile_p", "stride"], [222, 1, 1, "c.c128_tile_p", "tile_dim"], [222, 1, 1, "c.c128_tile_p", "tile_num"]], "c128_tile_s": [[222, 1, 1, "c.c128_tile_s", "core_mask"], [222, 1, 1, "c.c128_tile_s", "input"], [222, 1, 1, "c.c128_tile_s", "input_shape"], [222, 1, 1, "c.c128_tile_s", "output"], [222, 1, 1, "c.c128_tile_s", "stride"], [222, 1, 1, "c.c128_tile_s", "tile_dim"], [222, 1, 1, "c.c128_tile_s", "tile_num"]], "c128_transpose_p": [[224, 1, 1, "c.c128_transpose_p", "in_data"], [224, 1, 1, "c.c128_transpose_p", "num_axes"], [224, 1, 1, "c.c128_transpose_p", "out_data"], [224, 1, 1, "c.c128_transpose_p", "out_strides"], [224, 1, 1, "c.c128_transpose_p", "output_shape"], [224, 1, 1, "c.c128_transpose_p", "perm"], [224, 1, 1, "c.c128_transpose_p", "strides"]], "c128_transpose_s": [[224, 1, 1, "c.c128_transpose_s", "core_mask"], [224, 1, 1, "c.c128_transpose_s", "in_data"], [224, 1, 1, "c.c128_transpose_s", "num_axes"], [224, 1, 1, "c.c128_transpose_s", "out_data"], [224, 1, 1, "c.c128_transpose_s", "out_strides"], [224, 1, 1, "c.c128_transpose_s", "output_shape"], [224, 1, 1, "c.c128_transpose_s", "perm"], [224, 1, 1, "c.c128_transpose_s", "strides"]], "c128_tril_p": [[225, 1, 1, "c.c128_tril_p", "dst"], [225, 1, 1, "c.c128_tril_p", "height"], [225, 1, 1, "c.c128_tril_p", "k"], [225, 1, 1, "c.c128_tril_p", "out_elems"], [225, 1, 1, "c.c128_tril_p", "src"], [225, 1, 1, "c.c128_tril_p", "width"]], "c128_tril_s": [[225, 1, 1, "c.c128_tril_s", "core_mask"], [225, 1, 1, "c.c128_tril_s", "dst"], [225, 1, 1, "c.c128_tril_s", "height"], [225, 1, 1, "c.c128_tril_s", "k"], [225, 1, 1, "c.c128_tril_s", "out_elems"], [225, 1, 1, "c.c128_tril_s", "src"], [225, 1, 1, "c.c128_tril_s", "width"]], "c128_triu_p": [[226, 1, 1, "c.c128_triu_p", "dst"], [226, 1, 1, "c.c128_triu_p", "height"], [226, 1, 1, "c.c128_triu_p", "k"], [226, 1, 1, "c.c128_triu_p", "out_elems"], [226, 1, 1, "c.c128_triu_p", "src"], [226, 1, 1, "c.c128_triu_p", "width"]], "c128_triu_s": [[226, 1, 1, "c.c128_triu_s", "core_mask"], [226, 1, 1, "c.c128_triu_s", "dst"], [226, 1, 1, "c.c128_triu_s", "height"], [226, 1, 1, "c.c128_triu_s", "k"], [226, 1, 1, "c.c128_triu_s", "out_elems"], [226, 1, 1, "c.c128_triu_s", "src"], [226, 1, 1, "c.c128_triu_s", "width"]], "c128_unsorted_segment_sum_p": [[229, 1, 1, "c.c128_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "output"]], "c128_unsorted_segment_sum_s": [[229, 1, 1, "c.c128_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "output"]], "c128_where_p": [[232, 1, 1, "c.c128_where_p", "condition"], [232, 1, 1, "c.c128_where_p", "input0"], [232, 1, 1, "c.c128_where_p", "input1"], [232, 1, 1, "c.c128_where_p", "length"], [232, 1, 1, "c.c128_where_p", "output"]], "c128_where_s": [[232, 1, 1, "c.c128_where_s", "condition"], [232, 1, 1, "c.c128_where_s", "core_mask"], [232, 1, 1, "c.c128_where_s", "input0"], [232, 1, 1, "c.c128_where_s", "input1"], [232, 1, 1, "c.c128_where_s", "length"], [232, 1, 1, "c.c128_where_s", "output"]], "c128_zerolike_p": [[233, 1, 1, "c.c128_zerolike_p", "length"], [233, 1, 1, "c.c128_zerolike_p", "output"]], "c128_zerolike_s": [[233, 1, 1, "c.c128_zerolike_s", "core_mask"], [233, 1, 1, "c.c128_zerolike_s", "length"], [233, 1, 1, "c.c128_zerolike_s", "output"]], "c64_Unique_p": [[228, 1, 1, "c.c64_Unique_p", "input"], [228, 1, 1, "c.c64_Unique_p", "input_len"], [228, 1, 1, "c.c64_Unique_p", "output0"], [228, 1, 1, "c.c64_Unique_p", "output0_len"]], "c64_Unique_s": [[228, 1, 1, "c.c64_Unique_s", "core_mask"], [228, 1, 1, "c.c64_Unique_s", "input"], [228, 1, 1, "c.c64_Unique_s", "input_len"], [228, 1, 1, "c.c64_Unique_s", "output0"], [228, 1, 1, "c.c64_Unique_s", "output0_len"]], "c64_abs_p": [[12, 1, 1, "c.c64_abs_p", "dst_data"], [12, 1, 1, "c.c64_abs_p", "length"], [12, 1, 1, "c.c64_abs_p", "src_data"]], "c64_abs_s": [[12, 1, 1, "c.c64_abs_s", "core_mask"], [12, 1, 1, "c.c64_abs_s", "dst_data"], [12, 1, 1, "c.c64_abs_s", "length"], [12, 1, 1, "c.c64_abs_s", "src_data"]], "c64_add_p": [[18, 1, 1, "c.c64_add_p", "input0"], [18, 1, 1, "c.c64_add_p", "input1"], [18, 1, 1, "c.c64_add_p", "output"], [18, 1, 1, "c.c64_add_p", "param"]], "c64_add_s": [[18, 1, 1, "c.c64_add_s", "core_mask"], [18, 1, 1, "c.c64_add_s", "input0"], [18, 1, 1, "c.c64_add_s", "input1"], [18, 1, 1, "c.c64_add_s", "output"], [18, 1, 1, "c.c64_add_s", "param"]], "c64_addn_p": [[21, 1, 1, "c.c64_addn_p", "element_nums"], [21, 1, 1, "c.c64_addn_p", "inputs"], [21, 1, 1, "c.c64_addn_p", "output"], [21, 1, 1, "c.c64_addn_p", "tensor_num"]], "c64_addn_s": [[21, 1, 1, "c.c64_addn_s", "core_mask"], [21, 1, 1, "c.c64_addn_s", "element_nums"], [21, 1, 1, "c.c64_addn_s", "inputs"], [21, 1, 1, "c.c64_addn_s", "output"], [21, 1, 1, "c.c64_addn_s", "tensor_num"]], "c64_all_gather_p": [[24, 1, 1, "c.c64_all_gather_p", "data_size"], [24, 1, 1, "c.c64_all_gather_p", "input"], [24, 1, 1, "c.c64_all_gather_p", "input_rank"], [24, 1, 1, "c.c64_all_gather_p", "output"], [24, 1, 1, "c.c64_all_gather_p", "output_rank"]], "c64_all_gather_s": [[24, 1, 1, "c.c64_all_gather_s", "core_mask"], [24, 1, 1, "c.c64_all_gather_s", "data_size"], [24, 1, 1, "c.c64_all_gather_s", "input"], [24, 1, 1, "c.c64_all_gather_s", "input_rank"], [24, 1, 1, "c.c64_all_gather_s", "output"], [24, 1, 1, "c.c64_all_gather_s", "output_rank"]], "c64_assert_p": [[28, 1, 1, "c.c64_assert_p", "input"], [28, 1, 1, "c.c64_assert_p", "output"]], "c64_assert_s": [[28, 1, 1, "c.c64_assert_s", "core_mask"], [28, 1, 1, "c.c64_assert_s", "input"], [28, 1, 1, "c.c64_assert_s", "output"]], "c64_assign_add_p": [[30, 1, 1, "c.c64_assign_add_p", "input"], [30, 1, 1, "c.c64_assign_add_p", "length"], [30, 1, 1, "c.c64_assign_add_p", "output"]], "c64_assign_add_s": [[30, 1, 1, "c.c64_assign_add_s", "core_mask"], [30, 1, 1, "c.c64_assign_add_s", "input"], [30, 1, 1, "c.c64_assign_add_s", "length"], [30, 1, 1, "c.c64_assign_add_s", "output"]], "c64_assign_p": [[29, 1, 1, "c.c64_assign_p", "dst"], [29, 1, 1, "c.c64_assign_p", "length"], [29, 1, 1, "c.c64_assign_p", "src"]], "c64_assign_s": [[29, 1, 1, "c.c64_assign_s", "core_mask"], [29, 1, 1, "c.c64_assign_s", "dst"], [29, 1, 1, "c.c64_assign_s", "length"], [29, 1, 1, "c.c64_assign_s", "src"]], "c64_batch_to_space_p": [[35, 1, 1, "c.c64_batch_to_space_p", "block"], [35, 1, 1, "c.c64_batch_to_space_p", "crops"], [35, 1, 1, "c.c64_batch_to_space_p", "in_shape"], [35, 1, 1, "c.c64_batch_to_space_p", "input"], [35, 1, 1, "c.c64_batch_to_space_p", "output"]], "c64_batch_to_space_s": [[35, 1, 1, "c.c64_batch_to_space_s", "block"], [35, 1, 1, "c.c64_batch_to_space_s", "core_mask"], [35, 1, 1, "c.c64_batch_to_space_s", "crops"], [35, 1, 1, "c.c64_batch_to_space_s", "in_shape"], [35, 1, 1, "c.c64_batch_to_space_s", "input"], [35, 1, 1, "c.c64_batch_to_space_s", "output"]], "c64_batchtospacend_p": [[38, 1, 1, "c.c64_batchtospacend_p", "block_size"], [38, 1, 1, "c.c64_batchtospacend_p", "crops"], [38, 1, 1, "c.c64_batchtospacend_p", "data_size"], [38, 1, 1, "c.c64_batchtospacend_p", "input"], [38, 1, 1, "c.c64_batchtospacend_p", "input_shape"], [38, 1, 1, "c.c64_batchtospacend_p", "output"]], "c64_batchtospacend_s": [[38, 1, 1, "c.c64_batchtospacend_s", "block_size"], [38, 1, 1, "c.c64_batchtospacend_s", "core_mask"], [38, 1, 1, "c.c64_batchtospacend_s", "crops"], [38, 1, 1, "c.c64_batchtospacend_s", "data_size"], [38, 1, 1, "c.c64_batchtospacend_s", "input"], [38, 1, 1, "c.c64_batchtospacend_s", "input_shape"], [38, 1, 1, "c.c64_batchtospacend_s", "output"]], "c64_bias_add_p": [[39, 1, 1, "c.c64_bias_add_p", "data_format"], [39, 1, 1, "c.c64_bias_add_p", "dims"], [39, 1, 1, "c.c64_bias_add_p", "input_bias"], [39, 1, 1, "c.c64_bias_add_p", "input_x"], [39, 1, 1, "c.c64_bias_add_p", "length"], [39, 1, 1, "c.c64_bias_add_p", "output"], [39, 1, 1, "c.c64_bias_add_p", "shape_size"]], "c64_bias_add_s": [[39, 1, 1, "c.c64_bias_add_s", "core_mask"], [39, 1, 1, "c.c64_bias_add_s", "data_format"], [39, 1, 1, "c.c64_bias_add_s", "dims"], [39, 1, 1, "c.c64_bias_add_s", "input_bias"], [39, 1, 1, "c.c64_bias_add_s", "input_x"], [39, 1, 1, "c.c64_bias_add_s", "length"], [39, 1, 1, "c.c64_bias_add_s", "output"], [39, 1, 1, "c.c64_bias_add_s", "shape_size"]], "c64_broadcastto_p": [[43, 1, 1, "c.c64_broadcastto_p", "data_size"], [43, 1, 1, "c.c64_broadcastto_p", "input"], [43, 1, 1, "c.c64_broadcastto_p", "input_shape"], [43, 1, 1, "c.c64_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.c64_broadcastto_p", "output"], [43, 1, 1, "c.c64_broadcastto_p", "output_shape"], [43, 1, 1, "c.c64_broadcastto_p", "output_shape_size"]], "c64_broadcastto_s": [[43, 1, 1, "c.c64_broadcastto_s", "core_mask"], [43, 1, 1, "c.c64_broadcastto_s", "data_size"], [43, 1, 1, "c.c64_broadcastto_s", "input"], [43, 1, 1, "c.c64_broadcastto_s", "input_shape"], [43, 1, 1, "c.c64_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.c64_broadcastto_s", "output"], [43, 1, 1, "c.c64_broadcastto_s", "output_shape"], [43, 1, 1, "c.c64_broadcastto_s", "output_shape_size"]], "c64_cast_to_c64_p": [[45, 1, 1, "c.c64_cast_to_c64_p", "input"], [45, 1, 1, "c.c64_cast_to_c64_p", "length"], [45, 1, 1, "c.c64_cast_to_c64_p", "output"]], "c64_cast_to_c64_s": [[45, 1, 1, "c.c64_cast_to_c64_s", "core_mask"], [45, 1, 1, "c.c64_cast_to_c64_s", "input"], [45, 1, 1, "c.c64_cast_to_c64_s", "length"], [45, 1, 1, "c.c64_cast_to_c64_s", "output"]], "c64_concat_p": [[48, 1, 1, "c.c64_concat_p", "axis"], [48, 1, 1, "c.c64_concat_p", "input_ndim"], [48, 1, 1, "c.c64_concat_p", "input_shapes"], [48, 1, 1, "c.c64_concat_p", "inputs"], [48, 1, 1, "c.c64_concat_p", "num_inputs"], [48, 1, 1, "c.c64_concat_p", "output"]], "c64_concat_s": [[48, 1, 1, "c.c64_concat_s", "axis"], [48, 1, 1, "c.c64_concat_s", "core_mask"], [48, 1, 1, "c.c64_concat_s", "input_ndim"], [48, 1, 1, "c.c64_concat_s", "input_shapes"], [48, 1, 1, "c.c64_concat_s", "inputs"], [48, 1, 1, "c.c64_concat_s", "num_inputs"], [48, 1, 1, "c.c64_concat_s", "output"]], "c64_constant_of_shape_p": [[49, 1, 1, "c.c64_constant_of_shape_p", "end"], [49, 1, 1, "c.c64_constant_of_shape_p", "output"], [49, 1, 1, "c.c64_constant_of_shape_p", "start"], [49, 1, 1, "c.c64_constant_of_shape_p", "value_imag"], [49, 1, 1, "c.c64_constant_of_shape_p", "value_real"]], "c64_constant_of_shape_s": [[49, 1, 1, "c.c64_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.c64_constant_of_shape_s", "end"], [49, 1, 1, "c.c64_constant_of_shape_s", "output"], [49, 1, 1, "c.c64_constant_of_shape_s", "start"], [49, 1, 1, "c.c64_constant_of_shape_s", "value_imag"], [49, 1, 1, "c.c64_constant_of_shape_s", "value_real"]], "c64_cum_sum_p": [[57, 1, 1, "c.c64_cum_sum_p", "axis_dim"], [57, 1, 1, "c.c64_cum_sum_p", "exclusive"], [57, 1, 1, "c.c64_cum_sum_p", "inner_dim"], [57, 1, 1, "c.c64_cum_sum_p", "input"], [57, 1, 1, "c.c64_cum_sum_p", "out_dim"], [57, 1, 1, "c.c64_cum_sum_p", "output"]], "c64_cum_sum_s": [[57, 1, 1, "c.c64_cum_sum_s", "axis_dim"], [57, 1, 1, "c.c64_cum_sum_s", "core_mask"], [57, 1, 1, "c.c64_cum_sum_s", "exclusive"], [57, 1, 1, "c.c64_cum_sum_s", "inner_dim"], [57, 1, 1, "c.c64_cum_sum_s", "input"], [57, 1, 1, "c.c64_cum_sum_s", "out_dim"], [57, 1, 1, "c.c64_cum_sum_s", "output"]], "c64_depthtospace_p": [[64, 1, 1, "c.c64_depthtospace_p", "block_size"], [64, 1, 1, "c.c64_depthtospace_p", "data_size"], [64, 1, 1, "c.c64_depthtospace_p", "in_shape"], [64, 1, 1, "c.c64_depthtospace_p", "input"], [64, 1, 1, "c.c64_depthtospace_p", "output"]], "c64_depthtospace_s": [[64, 1, 1, "c.c64_depthtospace_s", "block_size"], [64, 1, 1, "c.c64_depthtospace_s", "core_mask"], [64, 1, 1, "c.c64_depthtospace_s", "data_size"], [64, 1, 1, "c.c64_depthtospace_s", "in_shape"], [64, 1, 1, "c.c64_depthtospace_s", "input"], [64, 1, 1, "c.c64_depthtospace_s", "output"]], "c64_div_p": [[66, 1, 1, "c.c64_div_p", "input0"], [66, 1, 1, "c.c64_div_p", "input1"], [66, 1, 1, "c.c64_div_p", "output"], [66, 1, 1, "c.c64_div_p", "param"]], "c64_div_s": [[66, 1, 1, "c.c64_div_s", "core_mask"], [66, 1, 1, "c.c64_div_s", "input0"], [66, 1, 1, "c.c64_div_s", "input1"], [66, 1, 1, "c.c64_div_s", "output"], [66, 1, 1, "c.c64_div_s", "param"]], "c64_eltwise_p": [[72, 1, 1, "c.c64_eltwise_p", "Input0"], [72, 1, 1, "c.c64_eltwise_p", "Input1"], [72, 1, 1, "c.c64_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.c64_eltwise_p", "length"], [72, 1, 1, "c.c64_eltwise_p", "output"]], "c64_eltwise_s": [[72, 1, 1, "c.c64_eltwise_s", "Input0"], [72, 1, 1, "c.c64_eltwise_s", "Input1"], [72, 1, 1, "c.c64_eltwise_s", "core_mask"], [72, 1, 1, "c.c64_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.c64_eltwise_s", "length"], [72, 1, 1, "c.c64_eltwise_s", "output"]], "c64_equal_p": [[75, 1, 1, "c.c64_equal_p", "Input0"], [75, 1, 1, "c.c64_equal_p", "Input1"], [75, 1, 1, "c.c64_equal_p", "output"], [75, 1, 1, "c.c64_equal_p", "params"]], "c64_equal_s": [[75, 1, 1, "c.c64_equal_s", "Input0"], [75, 1, 1, "c.c64_equal_s", "Input1"], [75, 1, 1, "c.c64_equal_s", "core_mask"], [75, 1, 1, "c.c64_equal_s", "output"], [75, 1, 1, "c.c64_equal_s", "params"]], "c64_exp_p": [[78, 1, 1, "c.c64_exp_p", "dst_data"], [78, 1, 1, "c.c64_exp_p", "in_scale"], [78, 1, 1, "c.c64_exp_p", "length"], [78, 1, 1, "c.c64_exp_p", "out_scale"], [78, 1, 1, "c.c64_exp_p", "scale"], [78, 1, 1, "c.c64_exp_p", "src_data"]], "c64_exp_s": [[78, 1, 1, "c.c64_exp_s", "core_mask"], [78, 1, 1, "c.c64_exp_s", "dst_data"], [78, 1, 1, "c.c64_exp_s", "in_scale"], [78, 1, 1, "c.c64_exp_s", "length"], [78, 1, 1, "c.c64_exp_s", "out_scale"], [78, 1, 1, "c.c64_exp_s", "scale"], [78, 1, 1, "c.c64_exp_s", "src_data"]], "c64_extract_features_p": [[59, 1, 1, "c.c64_extract_features_p", "num_strings"], [59, 1, 1, "c.c64_extract_features_p", "output_labels"], [59, 1, 1, "c.c64_extract_features_p", "output_weights"], [59, 1, 1, "c.c64_extract_features_p", "string_lengths"], [59, 1, 1, "c.c64_extract_features_p", "string_pointers"]], "c64_extract_features_s": [[59, 1, 1, "c.c64_extract_features_s", "core_mask"], [59, 1, 1, "c.c64_extract_features_s", "num_strings"], [59, 1, 1, "c.c64_extract_features_s", "output_labels"], [59, 1, 1, "c.c64_extract_features_s", "output_weights"], [59, 1, 1, "c.c64_extract_features_s", "string_lengths"], [59, 1, 1, "c.c64_extract_features_s", "string_pointers"]], "c64_fill_p": [[83, 1, 1, "c.c64_fill_p", "output"], [83, 1, 1, "c.c64_fill_p", "param"], [83, 1, 1, "c.c64_fill_p", "value"]], "c64_fill_s": [[83, 1, 1, "c.c64_fill_s", "core_mask"], [83, 1, 1, "c.c64_fill_s", "output"], [83, 1, 1, "c.c64_fill_s", "param"], [83, 1, 1, "c.c64_fill_s", "value"]], "c64_format_transpose_p": [[90, 1, 1, "c.c64_format_transpose_p", "batch"], [90, 1, 1, "c.c64_format_transpose_p", "channel"], [90, 1, 1, "c.c64_format_transpose_p", "dst_data"], [90, 1, 1, "c.c64_format_transpose_p", "dst_format"], [90, 1, 1, "c.c64_format_transpose_p", "plane"], [90, 1, 1, "c.c64_format_transpose_p", "src_data"], [90, 1, 1, "c.c64_format_transpose_p", "src_format"]], "c64_format_transpose_s": [[90, 1, 1, "c.c64_format_transpose_s", "batch"], [90, 1, 1, "c.c64_format_transpose_s", "channel"], [90, 1, 1, "c.c64_format_transpose_s", "core_mask"], [90, 1, 1, "c.c64_format_transpose_s", "dst_data"], [90, 1, 1, "c.c64_format_transpose_s", "dst_format"], [90, 1, 1, "c.c64_format_transpose_s", "plane"], [90, 1, 1, "c.c64_format_transpose_s", "src_data"], [90, 1, 1, "c.c64_format_transpose_s", "src_format"]], "c64_gather_d_p": [[95, 1, 1, "c.c64_gather_d_p", "dim"], [95, 1, 1, "c.c64_gather_d_p", "index"], [95, 1, 1, "c.c64_gather_d_p", "index_shape"], [95, 1, 1, "c.c64_gather_d_p", "input_shape"], [95, 1, 1, "c.c64_gather_d_p", "input_shape_size"], [95, 1, 1, "c.c64_gather_d_p", "input_x"], [95, 1, 1, "c.c64_gather_d_p", "output"]], "c64_gather_d_s": [[95, 1, 1, "c.c64_gather_d_s", "core_mask"], [95, 1, 1, "c.c64_gather_d_s", "dim"], [95, 1, 1, "c.c64_gather_d_s", "index"], [95, 1, 1, "c.c64_gather_d_s", "index_shape"], [95, 1, 1, "c.c64_gather_d_s", "input_shape"], [95, 1, 1, "c.c64_gather_d_s", "input_shape_size"], [95, 1, 1, "c.c64_gather_d_s", "input_x"], [95, 1, 1, "c.c64_gather_d_s", "output"]], "c64_gather_nd_p": [[94, 1, 1, "c.c64_gather_nd_p", "input"], [94, 1, 1, "c.c64_gather_nd_p", "output"], [94, 1, 1, "c.c64_gather_nd_p", "params"]], "c64_gather_nd_s": [[94, 1, 1, "c.c64_gather_nd_s", "core_mask"], [94, 1, 1, "c.c64_gather_nd_s", "input"], [94, 1, 1, "c.c64_gather_nd_s", "output"], [94, 1, 1, "c.c64_gather_nd_s", "params"]], "c64_gather_p": [[93, 1, 1, "c.c64_gather_p", "indices"], [93, 1, 1, "c.c64_gather_p", "input"], [93, 1, 1, "c.c64_gather_p", "output"], [93, 1, 1, "c.c64_gather_p", "params"]], "c64_gather_s": [[93, 1, 1, "c.c64_gather_s", "core_mask"], [93, 1, 1, "c.c64_gather_s", "indices"], [93, 1, 1, "c.c64_gather_s", "input"], [93, 1, 1, "c.c64_gather_s", "output"], [93, 1, 1, "c.c64_gather_s", "params"]], "c64_is_finite_p": [[105, 1, 1, "c.c64_is_finite_p", "Input"], [105, 1, 1, "c.c64_is_finite_p", "length"], [105, 1, 1, "c.c64_is_finite_p", "output"]], "c64_is_finite_s": [[105, 1, 1, "c.c64_is_finite_s", "Input"], [105, 1, 1, "c.c64_is_finite_s", "core_mask"], [105, 1, 1, "c.c64_is_finite_s", "length"], [105, 1, 1, "c.c64_is_finite_s", "output"]], "c64_matmul_fusion_p": [[127, 1, 1, "c.c64_matmul_fusion_p", "A"], [127, 1, 1, "c.c64_matmul_fusion_p", "B"], [127, 1, 1, "c.c64_matmul_fusion_p", "C"], [127, 1, 1, "c.c64_matmul_fusion_p", "bias"], [127, 1, 1, "c.c64_matmul_fusion_p", "params"]], "c64_matmul_fusion_s": [[127, 1, 1, "c.c64_matmul_fusion_s", "A"], [127, 1, 1, "c.c64_matmul_fusion_s", "B"], [127, 1, 1, "c.c64_matmul_fusion_s", "C"], [127, 1, 1, "c.c64_matmul_fusion_s", "bias"], [127, 1, 1, "c.c64_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.c64_matmul_fusion_s", "params"]], "c64_mul_p": [[136, 1, 1, "c.c64_mul_p", "input0"], [136, 1, 1, "c.c64_mul_p", "input1"], [136, 1, 1, "c.c64_mul_p", "output"], [136, 1, 1, "c.c64_mul_p", "param"]], "c64_mul_s": [[136, 1, 1, "c.c64_mul_s", "core_mask"], [136, 1, 1, "c.c64_mul_s", "input0"], [136, 1, 1, "c.c64_mul_s", "input1"], [136, 1, 1, "c.c64_mul_s", "output"], [136, 1, 1, "c.c64_mul_s", "param"]], "c64_neg_grad_p": [[139, 1, 1, "c.c64_neg_grad_p", "Input"], [139, 1, 1, "c.c64_neg_grad_p", "length"], [139, 1, 1, "c.c64_neg_grad_p", "output"]], "c64_neg_grad_s": [[139, 1, 1, "c.c64_neg_grad_s", "Input"], [139, 1, 1, "c.c64_neg_grad_s", "core_mask"], [139, 1, 1, "c.c64_neg_grad_s", "length"], [139, 1, 1, "c.c64_neg_grad_s", "output"]], "c64_neg_p": [[138, 1, 1, "c.c64_neg_p", "Input"], [138, 1, 1, "c.c64_neg_p", "length"], [138, 1, 1, "c.c64_neg_p", "output"]], "c64_neg_s": [[138, 1, 1, "c.c64_neg_s", "Input"], [138, 1, 1, "c.c64_neg_s", "core_mask"], [138, 1, 1, "c.c64_neg_s", "length"], [138, 1, 1, "c.c64_neg_s", "output"]], "c64_nonzero_p": [[143, 1, 1, "c.c64_nonzero_p", "dim_strides"], [143, 1, 1, "c.c64_nonzero_p", "input"], [143, 1, 1, "c.c64_nonzero_p", "input_rank"], [143, 1, 1, "c.c64_nonzero_p", "length"], [143, 1, 1, "c.c64_nonzero_p", "non_zero_num"], [143, 1, 1, "c.c64_nonzero_p", "output"], [143, 1, 1, "c.c64_nonzero_p", "shape"]], "c64_nonzero_s": [[143, 1, 1, "c.c64_nonzero_s", "core_mask"], [143, 1, 1, "c.c64_nonzero_s", "dim_strides"], [143, 1, 1, "c.c64_nonzero_s", "input"], [143, 1, 1, "c.c64_nonzero_s", "input_rank"], [143, 1, 1, "c.c64_nonzero_s", "length"], [143, 1, 1, "c.c64_nonzero_s", "non_zero_num"], [143, 1, 1, "c.c64_nonzero_s", "output"], [143, 1, 1, "c.c64_nonzero_s", "shape"]], "c64_not_equal_p": [[144, 1, 1, "c.c64_not_equal_p", "Input0"], [144, 1, 1, "c.c64_not_equal_p", "Input1"], [144, 1, 1, "c.c64_not_equal_p", "length"], [144, 1, 1, "c.c64_not_equal_p", "output"]], "c64_not_equal_s": [[144, 1, 1, "c.c64_not_equal_s", "Input0"], [144, 1, 1, "c.c64_not_equal_s", "Input1"], [144, 1, 1, "c.c64_not_equal_s", "core_mask"], [144, 1, 1, "c.c64_not_equal_s", "length"], [144, 1, 1, "c.c64_not_equal_s", "output"]], "c64_onehot_p": [[145, 1, 1, "c.c64_onehot_p", "axis"], [145, 1, 1, "c.c64_onehot_p", "depth"], [145, 1, 1, "c.c64_onehot_p", "indices"], [145, 1, 1, "c.c64_onehot_p", "indices_shape"], [145, 1, 1, "c.c64_onehot_p", "indices_shape_size"], [145, 1, 1, "c.c64_onehot_p", "on_off"], [145, 1, 1, "c.c64_onehot_p", "output"], [145, 1, 1, "c.c64_onehot_p", "support_neg_index"]], "c64_onehot_s": [[145, 1, 1, "c.c64_onehot_s", "axis"], [145, 1, 1, "c.c64_onehot_s", "core_mask"], [145, 1, 1, "c.c64_onehot_s", "depth"], [145, 1, 1, "c.c64_onehot_s", "indices"], [145, 1, 1, "c.c64_onehot_s", "indices_shape"], [145, 1, 1, "c.c64_onehot_s", "indices_shape_size"], [145, 1, 1, "c.c64_onehot_s", "on_off"], [145, 1, 1, "c.c64_onehot_s", "output"], [145, 1, 1, "c.c64_onehot_s", "support_neg_index"]], "c64_ones_like_p": [[146, 1, 1, "c.c64_ones_like_p", "length"], [146, 1, 1, "c.c64_ones_like_p", "output"]], "c64_ones_like_s": [[146, 1, 1, "c.c64_ones_like_s", "core_mask"], [146, 1, 1, "c.c64_ones_like_s", "length"], [146, 1, 1, "c.c64_ones_like_s", "output"]], "c64_padfusion_p": [[147, 1, 1, "c.c64_padfusion_p", "params"]], "c64_padfusion_s": [[147, 1, 1, "c.c64_padfusion_s", "core_mask"], [147, 1, 1, "c.c64_padfusion_s", "params"]], "c64_real_div_p": [[159, 1, 1, "c.c64_real_div_p", "input0"], [159, 1, 1, "c.c64_real_div_p", "input1"], [159, 1, 1, "c.c64_real_div_p", "length"], [159, 1, 1, "c.c64_real_div_p", "output"]], "c64_real_div_s": [[159, 1, 1, "c.c64_real_div_s", "core_mask"], [159, 1, 1, "c.c64_real_div_s", "input0"], [159, 1, 1, "c.c64_real_div_s", "input1"], [159, 1, 1, "c.c64_real_div_s", "length"], [159, 1, 1, "c.c64_real_div_s", "output"]], "c64_reciprocal_p": [[160, 1, 1, "c.c64_reciprocal_p", "Input"], [160, 1, 1, "c.c64_reciprocal_p", "length"], [160, 1, 1, "c.c64_reciprocal_p", "output"]], "c64_reciprocal_s": [[160, 1, 1, "c.c64_reciprocal_s", "Input"], [160, 1, 1, "c.c64_reciprocal_s", "core_mask"], [160, 1, 1, "c.c64_reciprocal_s", "length"], [160, 1, 1, "c.c64_reciprocal_s", "output"]], "c64_reduce_all_p": [[23, 1, 1, "c.c64_reduce_all_p", "axis_size"], [23, 1, 1, "c.c64_reduce_all_p", "dst_data"], [23, 1, 1, "c.c64_reduce_all_p", "inner_size"], [23, 1, 1, "c.c64_reduce_all_p", "outer_size"], [23, 1, 1, "c.c64_reduce_all_p", "src_data"]], "c64_reduce_all_s": [[23, 1, 1, "c.c64_reduce_all_s", "axis_size"], [23, 1, 1, "c.c64_reduce_all_s", "core_mask"], [23, 1, 1, "c.c64_reduce_all_s", "dst_data"], [23, 1, 1, "c.c64_reduce_all_s", "inner_size"], [23, 1, 1, "c.c64_reduce_all_s", "outer_size"], [23, 1, 1, "c.c64_reduce_all_s", "src_data"]], "c64_reshape_p": [[163, 1, 1, "c.c64_reshape_p", "input"], [163, 1, 1, "c.c64_reshape_p", "length"], [163, 1, 1, "c.c64_reshape_p", "output"]], "c64_reshape_s": [[163, 1, 1, "c.c64_reshape_s", "core_mask"], [163, 1, 1, "c.c64_reshape_s", "input"], [163, 1, 1, "c.c64_reshape_s", "length"], [163, 1, 1, "c.c64_reshape_s", "output"]], "c64_rfft_p": [[168, 1, 1, "c.c64_rfft_p", "dir"], [168, 1, 1, "c.c64_rfft_p", "fft_size"], [168, 1, 1, "c.c64_rfft_p", "input"], [168, 1, 1, "c.c64_rfft_p", "output"], [168, 1, 1, "c.c64_rfft_p", "scratch_ptr"]], "c64_rfft_s": [[168, 1, 1, "c.c64_rfft_s", "core_mask"], [168, 1, 1, "c.c64_rfft_s", "dir"], [168, 1, 1, "c.c64_rfft_s", "fft_size1"], [168, 1, 1, "c.c64_rfft_s", "fft_size2"], [168, 1, 1, "c.c64_rfft_s", "input"], [168, 1, 1, "c.c64_rfft_s", "output"], [168, 1, 1, "c.c64_rfft_s", "scratch_ptr"], [168, 1, 1, "c.c64_rfft_s", "twiddle"]], "c64_rsqrt_p": [[171, 1, 1, "c.c64_rsqrt_p", "dst"], [171, 1, 1, "c.c64_rsqrt_p", "length"], [171, 1, 1, "c.c64_rsqrt_p", "src"]], "c64_rsqrt_s": [[171, 1, 1, "c.c64_rsqrt_s", "core_mask"], [171, 1, 1, "c.c64_rsqrt_s", "dst"], [171, 1, 1, "c.c64_rsqrt_s", "length"], [171, 1, 1, "c.c64_rsqrt_s", "src"]], "c64_scatter_elements_p": [[174, 1, 1, "c.c64_scatter_elements_p", "core_mask"], [174, 1, 1, "c.c64_scatter_elements_p", "indices"], [174, 1, 1, "c.c64_scatter_elements_p", "input"], [174, 1, 1, "c.c64_scatter_elements_p", "output"], [174, 1, 1, "c.c64_scatter_elements_p", "param"], [174, 1, 1, "c.c64_scatter_elements_p", "updates"]], "c64_scatter_elements_s": [[174, 1, 1, "c.c64_scatter_elements_s", "core_mask"], [174, 1, 1, "c.c64_scatter_elements_s", "indices"], [174, 1, 1, "c.c64_scatter_elements_s", "input"], [174, 1, 1, "c.c64_scatter_elements_s", "output"], [174, 1, 1, "c.c64_scatter_elements_s", "param"], [174, 1, 1, "c.c64_scatter_elements_s", "updates"]], "c64_scatter_nd_p": [[175, 1, 1, "c.c64_scatter_nd_p", "indices"], [175, 1, 1, "c.c64_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.c64_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.c64_scatter_nd_p", "output"], [175, 1, 1, "c.c64_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.c64_scatter_nd_p", "output_shape"], [175, 1, 1, "c.c64_scatter_nd_p", "updates"]], "c64_scatter_nd_s": [[175, 1, 1, "c.c64_scatter_nd_s", "core_mask"], [175, 1, 1, "c.c64_scatter_nd_s", "indices"], [175, 1, 1, "c.c64_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.c64_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.c64_scatter_nd_s", "output"], [175, 1, 1, "c.c64_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.c64_scatter_nd_s", "output_shape"], [175, 1, 1, "c.c64_scatter_nd_s", "updates"]], "c64_scatter_nd_update_p": [[176, 1, 1, "c.c64_scatter_nd_update_p", "indices"], [176, 1, 1, "c.c64_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.c64_scatter_nd_update_p", "output"], [176, 1, 1, "c.c64_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.c64_scatter_nd_update_p", "updates"]], "c64_scatter_nd_update_s": [[176, 1, 1, "c.c64_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.c64_scatter_nd_update_s", "indices"], [176, 1, 1, "c.c64_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.c64_scatter_nd_update_s", "output"], [176, 1, 1, "c.c64_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.c64_scatter_nd_update_s", "updates"]], "c64_select_p": [[177, 1, 1, "c.c64_select_p", "condition"], [177, 1, 1, "c.c64_select_p", "input0"], [177, 1, 1, "c.c64_select_p", "input1"], [177, 1, 1, "c.c64_select_p", "output"], [177, 1, 1, "c.c64_select_p", "params"]], "c64_select_s": [[177, 1, 1, "c.c64_select_s", "condition"], [177, 1, 1, "c.c64_select_s", "core_mask"], [177, 1, 1, "c.c64_select_s", "input0"], [177, 1, 1, "c.c64_select_s", "input1"], [177, 1, 1, "c.c64_select_s", "output"], [177, 1, 1, "c.c64_select_s", "params"]], "c64_slice_p": [[185, 1, 1, "c.c64_slice_p", "begin"], [185, 1, 1, "c.c64_slice_p", "input"], [185, 1, 1, "c.c64_slice_p", "input_shape"], [185, 1, 1, "c.c64_slice_p", "ndim"], [185, 1, 1, "c.c64_slice_p", "output"], [185, 1, 1, "c.c64_slice_p", "size"]], "c64_slice_s": [[185, 1, 1, "c.c64_slice_s", "begin"], [185, 1, 1, "c.c64_slice_s", "core_mask"], [185, 1, 1, "c.c64_slice_s", "input"], [185, 1, 1, "c.c64_slice_s", "input_shape"], [185, 1, 1, "c.c64_slice_s", "ndim"], [185, 1, 1, "c.c64_slice_s", "output"], [185, 1, 1, "c.c64_slice_s", "size"]], "c64_spacetobatch_p": [[190, 1, 1, "c.c64_spacetobatch_p", "block_size"], [190, 1, 1, "c.c64_spacetobatch_p", "data_size"], [190, 1, 1, "c.c64_spacetobatch_p", "input"], [190, 1, 1, "c.c64_spacetobatch_p", "input_shape"], [190, 1, 1, "c.c64_spacetobatch_p", "output"], [190, 1, 1, "c.c64_spacetobatch_p", "paddings"]], "c64_spacetobatch_s": [[190, 1, 1, "c.c64_spacetobatch_s", "block_size"], [190, 1, 1, "c.c64_spacetobatch_s", "core_mask"], [190, 1, 1, "c.c64_spacetobatch_s", "data_size"], [190, 1, 1, "c.c64_spacetobatch_s", "input"], [190, 1, 1, "c.c64_spacetobatch_s", "input_shape"], [190, 1, 1, "c.c64_spacetobatch_s", "output"], [190, 1, 1, "c.c64_spacetobatch_s", "paddings"]], "c64_spacetobatchnd_p": [[191, 1, 1, "c.c64_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.c64_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.c64_spacetobatchnd_p", "input"], [191, 1, 1, "c.c64_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.c64_spacetobatchnd_p", "output"], [191, 1, 1, "c.c64_spacetobatchnd_p", "paddings"]], "c64_spacetobatchnd_s": [[191, 1, 1, "c.c64_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.c64_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.c64_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.c64_spacetobatchnd_s", "input"], [191, 1, 1, "c.c64_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.c64_spacetobatchnd_s", "output"], [191, 1, 1, "c.c64_spacetobatchnd_s", "paddings"]], "c64_spacetodepth_p": [[192, 1, 1, "c.c64_spacetodepth_p", "block"], [192, 1, 1, "c.c64_spacetodepth_p", "data_size"], [192, 1, 1, "c.c64_spacetodepth_p", "in_shape"], [192, 1, 1, "c.c64_spacetodepth_p", "input"], [192, 1, 1, "c.c64_spacetodepth_p", "output"]], "c64_spacetodepth_s": [[192, 1, 1, "c.c64_spacetodepth_s", "block"], [192, 1, 1, "c.c64_spacetodepth_s", "core_mask"], [192, 1, 1, "c.c64_spacetodepth_s", "data_size"], [192, 1, 1, "c.c64_spacetodepth_s", "in_shape"], [192, 1, 1, "c.c64_spacetodepth_s", "input"], [192, 1, 1, "c.c64_spacetodepth_s", "output"]], "c64_sparse_fill_empty_rows_p": [[194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "values_ptr"]], "c64_sparse_fill_empty_rows_s": [[194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "values_ptr"]], "c64_sparse_reshape_p": [[195, 1, 1, "c.c64_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_p", "params"]], "c64_sparse_reshape_s": [[195, 1, 1, "c.c64_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.c64_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_s", "params"]], "c64_sparse_to_dense_p": [[197, 1, 1, "c.c64_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.c64_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.c64_sparse_to_dense_p", "output"], [197, 1, 1, "c.c64_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.c64_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.c64_sparse_to_dense_p", "sparse_values"]], "c64_sparse_to_dense_s": [[197, 1, 1, "c.c64_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.c64_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.c64_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.c64_sparse_to_dense_s", "output"], [197, 1, 1, "c.c64_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.c64_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.c64_sparse_to_dense_s", "sparse_values"]], "c64_sparsesegmentsum_p": [[196, 1, 1, "c.c64_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "out_data_shape"]], "c64_sparsesegmentsum_s": [[196, 1, 1, "c.c64_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "out_data_shape"]], "c64_splice_p": [[198, 1, 1, "c.c64_splice_p", "context_dim"], [198, 1, 1, "c.c64_splice_p", "dst_col"], [198, 1, 1, "c.c64_splice_p", "dst_data"], [198, 1, 1, "c.c64_splice_p", "dst_row"], [198, 1, 1, "c.c64_splice_p", "forward_indexes"], [198, 1, 1, "c.c64_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.c64_splice_p", "src_col"], [198, 1, 1, "c.c64_splice_p", "src_data"], [198, 1, 1, "c.c64_splice_p", "src_row"]], "c64_splice_s": [[198, 1, 1, "c.c64_splice_s", "context_dim"], [198, 1, 1, "c.c64_splice_s", "core_mask"], [198, 1, 1, "c.c64_splice_s", "dst_col"], [198, 1, 1, "c.c64_splice_s", "dst_data"], [198, 1, 1, "c.c64_splice_s", "dst_row"], [198, 1, 1, "c.c64_splice_s", "forward_indexes"], [198, 1, 1, "c.c64_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.c64_splice_s", "src_col"], [198, 1, 1, "c.c64_splice_s", "src_data"], [198, 1, 1, "c.c64_splice_s", "src_row"]], "c64_split_p": [[199, 1, 1, "c.c64_split_p", "axis"], [199, 1, 1, "c.c64_split_p", "input"], [199, 1, 1, "c.c64_split_p", "input_ndim"], [199, 1, 1, "c.c64_split_p", "input_shape"], [199, 1, 1, "c.c64_split_p", "num_split"], [199, 1, 1, "c.c64_split_p", "outputs"], [199, 1, 1, "c.c64_split_p", "split_sizes"]], "c64_split_s": [[199, 1, 1, "c.c64_split_s", "axis"], [199, 1, 1, "c.c64_split_s", "core_mask"], [199, 1, 1, "c.c64_split_s", "input"], [199, 1, 1, "c.c64_split_s", "input_ndim"], [199, 1, 1, "c.c64_split_s", "input_shape"], [199, 1, 1, "c.c64_split_s", "num_split"], [199, 1, 1, "c.c64_split_s", "outputs"], [199, 1, 1, "c.c64_split_s", "split_sizes"]], "c64_split_with_overlap_p": [[200, 1, 1, "c.c64_split_with_overlap_p", "axis"], [200, 1, 1, "c.c64_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.c64_split_with_overlap_p", "input"], [200, 1, 1, "c.c64_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.c64_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.c64_split_with_overlap_p", "num_split"], [200, 1, 1, "c.c64_split_with_overlap_p", "outputs"], [200, 1, 1, "c.c64_split_with_overlap_p", "start_indices"]], "c64_split_with_overlap_s": [[200, 1, 1, "c.c64_split_with_overlap_s", "axis"], [200, 1, 1, "c.c64_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.c64_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.c64_split_with_overlap_s", "input"], [200, 1, 1, "c.c64_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.c64_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.c64_split_with_overlap_s", "num_split"], [200, 1, 1, "c.c64_split_with_overlap_s", "outputs"], [200, 1, 1, "c.c64_split_with_overlap_s", "start_indices"]], "c64_sqrt_p": [[201, 1, 1, "c.c64_sqrt_p", "dst_data"], [201, 1, 1, "c.c64_sqrt_p", "length"], [201, 1, 1, "c.c64_sqrt_p", "src_data"]], "c64_sqrt_s": [[201, 1, 1, "c.c64_sqrt_s", "core_mask"], [201, 1, 1, "c.c64_sqrt_s", "dst_data"], [201, 1, 1, "c.c64_sqrt_s", "length"], [201, 1, 1, "c.c64_sqrt_s", "src_data"]], "c64_square_difference_p": [[204, 1, 1, "c.c64_square_difference_p", "input0"], [204, 1, 1, "c.c64_square_difference_p", "input1"], [204, 1, 1, "c.c64_square_difference_p", "output"], [204, 1, 1, "c.c64_square_difference_p", "params"]], "c64_square_difference_s": [[204, 1, 1, "c.c64_square_difference_s", "core_mask"], [204, 1, 1, "c.c64_square_difference_s", "input0"], [204, 1, 1, "c.c64_square_difference_s", "input1"], [204, 1, 1, "c.c64_square_difference_s", "output"], [204, 1, 1, "c.c64_square_difference_s", "params"]], "c64_square_p": [[203, 1, 1, "c.c64_square_p", "dst"], [203, 1, 1, "c.c64_square_p", "length"], [203, 1, 1, "c.c64_square_p", "src"]], "c64_square_s": [[203, 1, 1, "c.c64_square_s", "core_mask"], [203, 1, 1, "c.c64_square_s", "dst"], [203, 1, 1, "c.c64_square_s", "length"], [203, 1, 1, "c.c64_square_s", "src"]], "c64_stack_p": [[206, 1, 1, "c.c64_stack_p", "axis"], [206, 1, 1, "c.c64_stack_p", "input_ndim"], [206, 1, 1, "c.c64_stack_p", "input_shape"], [206, 1, 1, "c.c64_stack_p", "inputs"], [206, 1, 1, "c.c64_stack_p", "num_inputs"], [206, 1, 1, "c.c64_stack_p", "output"]], "c64_stack_s": [[206, 1, 1, "c.c64_stack_s", "axis"], [206, 1, 1, "c.c64_stack_s", "core_mask"], [206, 1, 1, "c.c64_stack_s", "input_ndim"], [206, 1, 1, "c.c64_stack_s", "input_shape"], [206, 1, 1, "c.c64_stack_s", "inputs"], [206, 1, 1, "c.c64_stack_s", "num_inputs"], [206, 1, 1, "c.c64_stack_s", "output"]], "c64_sub_p": [[209, 1, 1, "c.c64_sub_p", "input0"], [209, 1, 1, "c.c64_sub_p", "input1"], [209, 1, 1, "c.c64_sub_p", "output"], [209, 1, 1, "c.c64_sub_p", "param"]], "c64_sub_s": [[209, 1, 1, "c.c64_sub_s", "core_mask"], [209, 1, 1, "c.c64_sub_s", "input0"], [209, 1, 1, "c.c64_sub_s", "input1"], [209, 1, 1, "c.c64_sub_s", "output"], [209, 1, 1, "c.c64_sub_s", "param"]], "c64_tensor_scatter_add_p": [[213, 1, 1, "c.c64_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "input"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "output"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "updates"]], "c64_tensor_scatter_add_s": [[213, 1, 1, "c.c64_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "input"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "output"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "updates"]], "c64_tensorarrayread_p": [[215, 1, 1, "c.c64_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.c64_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.c64_tensorarrayread_p", "index"], [215, 1, 1, "c.c64_tensorarrayread_p", "output_data"], [215, 1, 1, "c.c64_tensorarrayread_p", "output_size"]], "c64_tensorarrayread_s": [[215, 1, 1, "c.c64_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.c64_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.c64_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.c64_tensorarrayread_s", "index"], [215, 1, 1, "c.c64_tensorarrayread_s", "output_data"], [215, 1, 1, "c.c64_tensorarrayread_s", "output_size"]], "c64_tensorlist_from_tensor_p": [[217, 1, 1, "c.c64_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.c64_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.c64_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.c64_tensorlist_from_tensor_p", "output_tensors"]], "c64_tensorlist_from_tensor_s": [[217, 1, 1, "c.c64_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "output_tensors"]], "c64_tensorlist_stack_p": [[221, 1, 1, "c.c64_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.c64_tensorlist_stack_p", "unknown_type_offset"]], "c64_tensorlist_stack_s": [[221, 1, 1, "c.c64_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.c64_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.c64_tensorlist_stack_s", "unknown_type_offset"]], "c64_tile_p": [[222, 1, 1, "c.c64_tile_p", "input"], [222, 1, 1, "c.c64_tile_p", "input_shape"], [222, 1, 1, "c.c64_tile_p", "output"], [222, 1, 1, "c.c64_tile_p", "stride"], [222, 1, 1, "c.c64_tile_p", "tile_dim"], [222, 1, 1, "c.c64_tile_p", "tile_num"]], "c64_tile_s": [[222, 1, 1, "c.c64_tile_s", "core_mask"], [222, 1, 1, "c.c64_tile_s", "input"], [222, 1, 1, "c.c64_tile_s", "input_shape"], [222, 1, 1, "c.c64_tile_s", "output"], [222, 1, 1, "c.c64_tile_s", "stride"], [222, 1, 1, "c.c64_tile_s", "tile_dim"], [222, 1, 1, "c.c64_tile_s", "tile_num"]], "c64_transpose_p": [[224, 1, 1, "c.c64_transpose_p", "in_data"], [224, 1, 1, "c.c64_transpose_p", "num_axes"], [224, 1, 1, "c.c64_transpose_p", "out_data"], [224, 1, 1, "c.c64_transpose_p", "out_strides"], [224, 1, 1, "c.c64_transpose_p", "output_shape"], [224, 1, 1, "c.c64_transpose_p", "perm"], [224, 1, 1, "c.c64_transpose_p", "strides"]], "c64_transpose_s": [[224, 1, 1, "c.c64_transpose_s", "core_mask"], [224, 1, 1, "c.c64_transpose_s", "in_data"], [224, 1, 1, "c.c64_transpose_s", "num_axes"], [224, 1, 1, "c.c64_transpose_s", "out_data"], [224, 1, 1, "c.c64_transpose_s", "out_strides"], [224, 1, 1, "c.c64_transpose_s", "output_shape"], [224, 1, 1, "c.c64_transpose_s", "perm"], [224, 1, 1, "c.c64_transpose_s", "strides"]], "c64_tril_p": [[225, 1, 1, "c.c64_tril_p", "dst"], [225, 1, 1, "c.c64_tril_p", "height"], [225, 1, 1, "c.c64_tril_p", "k"], [225, 1, 1, "c.c64_tril_p", "out_elems"], [225, 1, 1, "c.c64_tril_p", "src"], [225, 1, 1, "c.c64_tril_p", "width"]], "c64_tril_s": [[225, 1, 1, "c.c64_tril_s", "core_mask"], [225, 1, 1, "c.c64_tril_s", "dst"], [225, 1, 1, "c.c64_tril_s", "height"], [225, 1, 1, "c.c64_tril_s", "k"], [225, 1, 1, "c.c64_tril_s", "out_elems"], [225, 1, 1, "c.c64_tril_s", "src"], [225, 1, 1, "c.c64_tril_s", "width"]], "c64_triu_p": [[226, 1, 1, "c.c64_triu_p", "dst"], [226, 1, 1, "c.c64_triu_p", "height"], [226, 1, 1, "c.c64_triu_p", "k"], [226, 1, 1, "c.c64_triu_p", "out_elems"], [226, 1, 1, "c.c64_triu_p", "src"], [226, 1, 1, "c.c64_triu_p", "width"]], "c64_triu_s": [[226, 1, 1, "c.c64_triu_s", "core_mask"], [226, 1, 1, "c.c64_triu_s", "dst"], [226, 1, 1, "c.c64_triu_s", "height"], [226, 1, 1, "c.c64_triu_s", "k"], [226, 1, 1, "c.c64_triu_s", "out_elems"], [226, 1, 1, "c.c64_triu_s", "src"], [226, 1, 1, "c.c64_triu_s", "width"]], "c64_unsorted_segment_sum_p": [[229, 1, 1, "c.c64_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "output"]], "c64_unsorted_segment_sum_s": [[229, 1, 1, "c.c64_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "output"]], "c64_where_p": [[232, 1, 1, "c.c64_where_p", "condition"], [232, 1, 1, "c.c64_where_p", "input0"], [232, 1, 1, "c.c64_where_p", "input1"], [232, 1, 1, "c.c64_where_p", "length"], [232, 1, 1, "c.c64_where_p", "output"]], "c64_where_s": [[232, 1, 1, "c.c64_where_s", "condition"], [232, 1, 1, "c.c64_where_s", "core_mask"], [232, 1, 1, "c.c64_where_s", "input0"], [232, 1, 1, "c.c64_where_s", "input1"], [232, 1, 1, "c.c64_where_s", "length"], [232, 1, 1, "c.c64_where_s", "output"]], "c64_zerolike_p": [[233, 1, 1, "c.c64_zerolike_p", "length"], [233, 1, 1, "c.c64_zerolike_p", "output"]], "c64_zerolike_s": [[233, 1, 1, "c.c64_zerolike_s", "core_mask"], [233, 1, 1, "c.c64_zerolike_s", "length"], [233, 1, 1, "c.c64_zerolike_s", "output"]], "customnormalize_p": [[60, 1, 1, "c.customnormalize_p", "params"], [60, 1, 1, "c.customnormalize_p", "result"], [60, 1, 1, "c.customnormalize_p", "result_len"], [60, 1, 1, "c.customnormalize_p", "str"], [60, 1, 1, "c.customnormalize_p", "str_len"], [60, 1, 1, "c.customnormalize_p", "tmp_str"]], "customnormalize_s": [[60, 1, 1, "c.customnormalize_s", "core_mask"], [60, 1, 1, "c.customnormalize_s", "params"], [60, 1, 1, "c.customnormalize_s", "result"], [60, 1, 1, "c.customnormalize_s", "result_len"], [60, 1, 1, "c.customnormalize_s", "str"], [60, 1, 1, "c.customnormalize_s", "str_len"], [60, 1, 1, "c.customnormalize_s", "tmp_str"]], "custompredict_p": [[61, 1, 1, "c.custompredict_p", "input"], [61, 1, 1, "c.custompredict_p", "input_size"], [61, 1, 1, "c.custompredict_p", "output_label"], [61, 1, 1, "c.custompredict_p", "output_num"], [61, 1, 1, "c.custompredict_p", "output_weight"], [61, 1, 1, "c.custompredict_p", "weight_threshold"]], "custompredict_s": [[61, 1, 1, "c.custompredict_s", "core_mask"], [61, 1, 1, "c.custompredict_s", "input"], [61, 1, 1, "c.custompredict_s", "input_size"], [61, 1, 1, "c.custompredict_s", "output_label"], [61, 1, 1, "c.custompredict_s", "output_num"], [61, 1, 1, "c.custompredict_s", "output_weight"], [61, 1, 1, "c.custompredict_s", "weight_threshold"]], "dp_Unique_p": [[228, 1, 1, "c.dp_Unique_p", "input"], [228, 1, 1, "c.dp_Unique_p", "input_len"], [228, 1, 1, "c.dp_Unique_p", "output0"], [228, 1, 1, "c.dp_Unique_p", "output0_len"]], "dp_Unique_s": [[228, 1, 1, "c.dp_Unique_s", "core_mask"], [228, 1, 1, "c.dp_Unique_s", "input"], [228, 1, 1, "c.dp_Unique_s", "input_len"], [228, 1, 1, "c.dp_Unique_s", "output0"], [228, 1, 1, "c.dp_Unique_s", "output0_len"]], "dp_abs_p": [[12, 1, 1, "c.dp_abs_p", "dst_data"], [12, 1, 1, "c.dp_abs_p", "length"], [12, 1, 1, "c.dp_abs_p", "src_data"]], "dp_abs_s": [[12, 1, 1, "c.dp_abs_s", "core_mask"], [12, 1, 1, "c.dp_abs_s", "dst_data"], [12, 1, 1, "c.dp_abs_s", "length"], [12, 1, 1, "c.dp_abs_s", "src_data"]], "dp_add_p": [[18, 1, 1, "c.dp_add_p", "input0"], [18, 1, 1, "c.dp_add_p", "input1"], [18, 1, 1, "c.dp_add_p", "output"], [18, 1, 1, "c.dp_add_p", "param"]], "dp_add_s": [[18, 1, 1, "c.dp_add_s", "core_mask"], [18, 1, 1, "c.dp_add_s", "input0"], [18, 1, 1, "c.dp_add_s", "input1"], [18, 1, 1, "c.dp_add_s", "output"], [18, 1, 1, "c.dp_add_s", "param"]], "dp_addn_p": [[21, 1, 1, "c.dp_addn_p", "element_nums"], [21, 1, 1, "c.dp_addn_p", "inputs"], [21, 1, 1, "c.dp_addn_p", "output"], [21, 1, 1, "c.dp_addn_p", "tensor_num"]], "dp_addn_s": [[21, 1, 1, "c.dp_addn_s", "core_mask"], [21, 1, 1, "c.dp_addn_s", "element_nums"], [21, 1, 1, "c.dp_addn_s", "inputs"], [21, 1, 1, "c.dp_addn_s", "output"], [21, 1, 1, "c.dp_addn_s", "tensor_num"]], "dp_all_gather_p": [[24, 1, 1, "c.dp_all_gather_p", "data_size"], [24, 1, 1, "c.dp_all_gather_p", "input"], [24, 1, 1, "c.dp_all_gather_p", "input_rank"], [24, 1, 1, "c.dp_all_gather_p", "output"], [24, 1, 1, "c.dp_all_gather_p", "output_rank"]], "dp_all_gather_s": [[24, 1, 1, "c.dp_all_gather_s", "core_mask"], [24, 1, 1, "c.dp_all_gather_s", "data_size"], [24, 1, 1, "c.dp_all_gather_s", "input"], [24, 1, 1, "c.dp_all_gather_s", "input_rank"], [24, 1, 1, "c.dp_all_gather_s", "output"], [24, 1, 1, "c.dp_all_gather_s", "output_rank"]], "dp_assert_p": [[28, 1, 1, "c.dp_assert_p", "input"], [28, 1, 1, "c.dp_assert_p", "output"]], "dp_assert_s": [[28, 1, 1, "c.dp_assert_s", "core_mask"], [28, 1, 1, "c.dp_assert_s", "input"], [28, 1, 1, "c.dp_assert_s", "output"]], "dp_assign_add_p": [[30, 1, 1, "c.dp_assign_add_p", "input"], [30, 1, 1, "c.dp_assign_add_p", "length"], [30, 1, 1, "c.dp_assign_add_p", "output"]], "dp_assign_add_s": [[30, 1, 1, "c.dp_assign_add_s", "core_mask"], [30, 1, 1, "c.dp_assign_add_s", "input"], [30, 1, 1, "c.dp_assign_add_s", "length"], [30, 1, 1, "c.dp_assign_add_s", "output"]], "dp_assign_p": [[29, 1, 1, "c.dp_assign_p", "dst"], [29, 1, 1, "c.dp_assign_p", "length"], [29, 1, 1, "c.dp_assign_p", "src"]], "dp_assign_s": [[29, 1, 1, "c.dp_assign_s", "core_mask"], [29, 1, 1, "c.dp_assign_s", "dst"], [29, 1, 1, "c.dp_assign_s", "length"], [29, 1, 1, "c.dp_assign_s", "src"]], "dp_batch_to_space_p": [[35, 1, 1, "c.dp_batch_to_space_p", "block"], [35, 1, 1, "c.dp_batch_to_space_p", "crops"], [35, 1, 1, "c.dp_batch_to_space_p", "in_shape"], [35, 1, 1, "c.dp_batch_to_space_p", "input"], [35, 1, 1, "c.dp_batch_to_space_p", "output"]], "dp_batch_to_space_s": [[35, 1, 1, "c.dp_batch_to_space_s", "block"], [35, 1, 1, "c.dp_batch_to_space_s", "core_mask"], [35, 1, 1, "c.dp_batch_to_space_s", "crops"], [35, 1, 1, "c.dp_batch_to_space_s", "in_shape"], [35, 1, 1, "c.dp_batch_to_space_s", "input"], [35, 1, 1, "c.dp_batch_to_space_s", "output"]], "dp_batchtospacend_p": [[38, 1, 1, "c.dp_batchtospacend_p", "block_size"], [38, 1, 1, "c.dp_batchtospacend_p", "crops"], [38, 1, 1, "c.dp_batchtospacend_p", "data_size"], [38, 1, 1, "c.dp_batchtospacend_p", "input"], [38, 1, 1, "c.dp_batchtospacend_p", "input_shape"], [38, 1, 1, "c.dp_batchtospacend_p", "output"]], "dp_batchtospacend_s": [[38, 1, 1, "c.dp_batchtospacend_s", "block_size"], [38, 1, 1, "c.dp_batchtospacend_s", "core_mask"], [38, 1, 1, "c.dp_batchtospacend_s", "crops"], [38, 1, 1, "c.dp_batchtospacend_s", "data_size"], [38, 1, 1, "c.dp_batchtospacend_s", "input"], [38, 1, 1, "c.dp_batchtospacend_s", "input_shape"], [38, 1, 1, "c.dp_batchtospacend_s", "output"]], "dp_bias_add_p": [[39, 1, 1, "c.dp_bias_add_p", "data_format"], [39, 1, 1, "c.dp_bias_add_p", "dims"], [39, 1, 1, "c.dp_bias_add_p", "input_bias"], [39, 1, 1, "c.dp_bias_add_p", "input_x"], [39, 1, 1, "c.dp_bias_add_p", "length"], [39, 1, 1, "c.dp_bias_add_p", "output"], [39, 1, 1, "c.dp_bias_add_p", "shape_size"]], "dp_bias_add_s": [[39, 1, 1, "c.dp_bias_add_s", "core_mask"], [39, 1, 1, "c.dp_bias_add_s", "data_format"], [39, 1, 1, "c.dp_bias_add_s", "dims"], [39, 1, 1, "c.dp_bias_add_s", "input_bias"], [39, 1, 1, "c.dp_bias_add_s", "input_x"], [39, 1, 1, "c.dp_bias_add_s", "length"], [39, 1, 1, "c.dp_bias_add_s", "output"], [39, 1, 1, "c.dp_bias_add_s", "shape_size"]], "dp_broadcastto_p": [[43, 1, 1, "c.dp_broadcastto_p", "data_size"], [43, 1, 1, "c.dp_broadcastto_p", "input"], [43, 1, 1, "c.dp_broadcastto_p", "input_shape"], [43, 1, 1, "c.dp_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.dp_broadcastto_p", "output"], [43, 1, 1, "c.dp_broadcastto_p", "output_shape"], [43, 1, 1, "c.dp_broadcastto_p", "output_shape_size"]], "dp_broadcastto_s": [[43, 1, 1, "c.dp_broadcastto_s", "core_mask"], [43, 1, 1, "c.dp_broadcastto_s", "data_size"], [43, 1, 1, "c.dp_broadcastto_s", "input"], [43, 1, 1, "c.dp_broadcastto_s", "input_shape"], [43, 1, 1, "c.dp_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.dp_broadcastto_s", "output"], [43, 1, 1, "c.dp_broadcastto_s", "output_shape"], [43, 1, 1, "c.dp_broadcastto_s", "output_shape_size"]], "dp_cast_to_dp_p": [[45, 1, 1, "c.dp_cast_to_dp_p", "input"], [45, 1, 1, "c.dp_cast_to_dp_p", "length"], [45, 1, 1, "c.dp_cast_to_dp_p", "output"]], "dp_cast_to_dp_s": [[45, 1, 1, "c.dp_cast_to_dp_s", "core_mask"], [45, 1, 1, "c.dp_cast_to_dp_s", "input"], [45, 1, 1, "c.dp_cast_to_dp_s", "length"], [45, 1, 1, "c.dp_cast_to_dp_s", "output"]], "dp_cast_to_fp_p": [[45, 1, 1, "c.dp_cast_to_fp_p", "input"], [45, 1, 1, "c.dp_cast_to_fp_p", "length"], [45, 1, 1, "c.dp_cast_to_fp_p", "output"]], "dp_cast_to_fp_s": [[45, 1, 1, "c.dp_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.dp_cast_to_fp_s", "input"], [45, 1, 1, "c.dp_cast_to_fp_s", "length"], [45, 1, 1, "c.dp_cast_to_fp_s", "output"]], "dp_ceil_p": [[46, 1, 1, "c.dp_ceil_p", "input_size"], [46, 1, 1, "c.dp_ceil_p", "input_x"], [46, 1, 1, "c.dp_ceil_p", "output"]], "dp_ceil_s": [[46, 1, 1, "c.dp_ceil_s", "core_mask"], [46, 1, 1, "c.dp_ceil_s", "input_size"], [46, 1, 1, "c.dp_ceil_s", "input_x"], [46, 1, 1, "c.dp_ceil_s", "output"]], "dp_clip_p": [[47, 1, 1, "c.dp_clip_p", "dst"], [47, 1, 1, "c.dp_clip_p", "length"], [47, 1, 1, "c.dp_clip_p", "max"], [47, 1, 1, "c.dp_clip_p", "min"], [47, 1, 1, "c.dp_clip_p", "src"]], "dp_clip_s": [[47, 1, 1, "c.dp_clip_s", "core_mask"], [47, 1, 1, "c.dp_clip_s", "dst"], [47, 1, 1, "c.dp_clip_s", "length"], [47, 1, 1, "c.dp_clip_s", "max"], [47, 1, 1, "c.dp_clip_s", "min"], [47, 1, 1, "c.dp_clip_s", "src"]], "dp_concat_p": [[48, 1, 1, "c.dp_concat_p", "axis"], [48, 1, 1, "c.dp_concat_p", "input_ndim"], [48, 1, 1, "c.dp_concat_p", "input_shapes"], [48, 1, 1, "c.dp_concat_p", "inputs"], [48, 1, 1, "c.dp_concat_p", "num_inputs"], [48, 1, 1, "c.dp_concat_p", "output"]], "dp_concat_s": [[48, 1, 1, "c.dp_concat_s", "axis"], [48, 1, 1, "c.dp_concat_s", "core_mask"], [48, 1, 1, "c.dp_concat_s", "input_ndim"], [48, 1, 1, "c.dp_concat_s", "input_shapes"], [48, 1, 1, "c.dp_concat_s", "inputs"], [48, 1, 1, "c.dp_concat_s", "num_inputs"], [48, 1, 1, "c.dp_concat_s", "output"]], "dp_constant_of_shape_p": [[49, 1, 1, "c.dp_constant_of_shape_p", "end"], [49, 1, 1, "c.dp_constant_of_shape_p", "output"], [49, 1, 1, "c.dp_constant_of_shape_p", "start"], [49, 1, 1, "c.dp_constant_of_shape_p", "value"]], "dp_constant_of_shape_s": [[49, 1, 1, "c.dp_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.dp_constant_of_shape_s", "end"], [49, 1, 1, "c.dp_constant_of_shape_s", "output"], [49, 1, 1, "c.dp_constant_of_shape_s", "start"], [49, 1, 1, "c.dp_constant_of_shape_s", "value"]], "dp_cos_p": [[54, 1, 1, "c.dp_cos_p", "dst_data"], [54, 1, 1, "c.dp_cos_p", "length"], [54, 1, 1, "c.dp_cos_p", "src_data"]], "dp_cos_s": [[54, 1, 1, "c.dp_cos_s", "core_mask"], [54, 1, 1, "c.dp_cos_s", "dst_data"], [54, 1, 1, "c.dp_cos_s", "length"], [54, 1, 1, "c.dp_cos_s", "src_data"]], "dp_cum_sum_p": [[57, 1, 1, "c.dp_cum_sum_p", "axis_dim"], [57, 1, 1, "c.dp_cum_sum_p", "exclusive"], [57, 1, 1, "c.dp_cum_sum_p", "inner_dim"], [57, 1, 1, "c.dp_cum_sum_p", "input"], [57, 1, 1, "c.dp_cum_sum_p", "out_dim"], [57, 1, 1, "c.dp_cum_sum_p", "output"]], "dp_cum_sum_s": [[57, 1, 1, "c.dp_cum_sum_s", "axis_dim"], [57, 1, 1, "c.dp_cum_sum_s", "core_mask"], [57, 1, 1, "c.dp_cum_sum_s", "exclusive"], [57, 1, 1, "c.dp_cum_sum_s", "inner_dim"], [57, 1, 1, "c.dp_cum_sum_s", "input"], [57, 1, 1, "c.dp_cum_sum_s", "out_dim"], [57, 1, 1, "c.dp_cum_sum_s", "output"]], "dp_depthtospace_p": [[64, 1, 1, "c.dp_depthtospace_p", "block_size"], [64, 1, 1, "c.dp_depthtospace_p", "data_size"], [64, 1, 1, "c.dp_depthtospace_p", "in_shape"], [64, 1, 1, "c.dp_depthtospace_p", "input"], [64, 1, 1, "c.dp_depthtospace_p", "output"]], "dp_depthtospace_s": [[64, 1, 1, "c.dp_depthtospace_s", "block_size"], [64, 1, 1, "c.dp_depthtospace_s", "core_mask"], [64, 1, 1, "c.dp_depthtospace_s", "data_size"], [64, 1, 1, "c.dp_depthtospace_s", "in_shape"], [64, 1, 1, "c.dp_depthtospace_s", "input"], [64, 1, 1, "c.dp_depthtospace_s", "output"]], "dp_div_p": [[66, 1, 1, "c.dp_div_p", "input0"], [66, 1, 1, "c.dp_div_p", "input1"], [66, 1, 1, "c.dp_div_p", "output"], [66, 1, 1, "c.dp_div_p", "param"]], "dp_div_s": [[66, 1, 1, "c.dp_div_s", "core_mask"], [66, 1, 1, "c.dp_div_s", "input0"], [66, 1, 1, "c.dp_div_s", "input1"], [66, 1, 1, "c.dp_div_s", "output"], [66, 1, 1, "c.dp_div_s", "param"]], "dp_eltwise_p": [[72, 1, 1, "c.dp_eltwise_p", "Input0"], [72, 1, 1, "c.dp_eltwise_p", "Input1"], [72, 1, 1, "c.dp_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.dp_eltwise_p", "length"], [72, 1, 1, "c.dp_eltwise_p", "output"]], "dp_eltwise_s": [[72, 1, 1, "c.dp_eltwise_s", "Input0"], [72, 1, 1, "c.dp_eltwise_s", "Input1"], [72, 1, 1, "c.dp_eltwise_s", "core_mask"], [72, 1, 1, "c.dp_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.dp_eltwise_s", "length"], [72, 1, 1, "c.dp_eltwise_s", "output"]], "dp_equal_p": [[75, 1, 1, "c.dp_equal_p", "Input0"], [75, 1, 1, "c.dp_equal_p", "Input1"], [75, 1, 1, "c.dp_equal_p", "output"], [75, 1, 1, "c.dp_equal_p", "params"]], "dp_equal_s": [[75, 1, 1, "c.dp_equal_s", "Input0"], [75, 1, 1, "c.dp_equal_s", "Input1"], [75, 1, 1, "c.dp_equal_s", "core_mask"], [75, 1, 1, "c.dp_equal_s", "output"], [75, 1, 1, "c.dp_equal_s", "params"]], "dp_erf_p": [[76, 1, 1, "c.dp_erf_p", "input"], [76, 1, 1, "c.dp_erf_p", "length"], [76, 1, 1, "c.dp_erf_p", "output"]], "dp_erf_s": [[76, 1, 1, "c.dp_erf_s", "core_mask"], [76, 1, 1, "c.dp_erf_s", "input"], [76, 1, 1, "c.dp_erf_s", "length"], [76, 1, 1, "c.dp_erf_s", "output"]], "dp_exp_p": [[78, 1, 1, "c.dp_exp_p", "dst_data"], [78, 1, 1, "c.dp_exp_p", "in_scale"], [78, 1, 1, "c.dp_exp_p", "length"], [78, 1, 1, "c.dp_exp_p", "out_scale"], [78, 1, 1, "c.dp_exp_p", "scale"], [78, 1, 1, "c.dp_exp_p", "src_data"]], "dp_exp_s": [[78, 1, 1, "c.dp_exp_s", "core_mask"], [78, 1, 1, "c.dp_exp_s", "dst_data"], [78, 1, 1, "c.dp_exp_s", "in_scale"], [78, 1, 1, "c.dp_exp_s", "length"], [78, 1, 1, "c.dp_exp_s", "out_scale"], [78, 1, 1, "c.dp_exp_s", "scale"], [78, 1, 1, "c.dp_exp_s", "src_data"]], "dp_extract_features_p": [[59, 1, 1, "c.dp_extract_features_p", "num_strings"], [59, 1, 1, "c.dp_extract_features_p", "output_labels"], [59, 1, 1, "c.dp_extract_features_p", "output_weights"], [59, 1, 1, "c.dp_extract_features_p", "string_lengths"], [59, 1, 1, "c.dp_extract_features_p", "string_pointers"]], "dp_extract_features_s": [[59, 1, 1, "c.dp_extract_features_s", "core_mask"], [59, 1, 1, "c.dp_extract_features_s", "num_strings"], [59, 1, 1, "c.dp_extract_features_s", "output_labels"], [59, 1, 1, "c.dp_extract_features_s", "output_weights"], [59, 1, 1, "c.dp_extract_features_s", "string_lengths"], [59, 1, 1, "c.dp_extract_features_s", "string_pointers"]], "dp_fill_p": [[83, 1, 1, "c.dp_fill_p", "output"], [83, 1, 1, "c.dp_fill_p", "param"], [83, 1, 1, "c.dp_fill_p", "value"]], "dp_fill_s": [[83, 1, 1, "c.dp_fill_s", "core_mask"], [83, 1, 1, "c.dp_fill_s", "output"], [83, 1, 1, "c.dp_fill_s", "param"], [83, 1, 1, "c.dp_fill_s", "value"]], "dp_floor_div_p": [[89, 1, 1, "c.dp_floor_div_p", "dst_data"], [89, 1, 1, "c.dp_floor_div_p", "params"], [89, 1, 1, "c.dp_floor_div_p", "src_data0"], [89, 1, 1, "c.dp_floor_div_p", "src_data1"]], "dp_floor_div_s": [[89, 1, 1, "c.dp_floor_div_s", "core_mask"], [89, 1, 1, "c.dp_floor_div_s", "dst_data"], [89, 1, 1, "c.dp_floor_div_s", "params"], [89, 1, 1, "c.dp_floor_div_s", "src_data0"], [89, 1, 1, "c.dp_floor_div_s", "src_data1"]], "dp_floor_mod_p": [[88, 1, 1, "c.dp_floor_mod_p", "input0"], [88, 1, 1, "c.dp_floor_mod_p", "input1"], [88, 1, 1, "c.dp_floor_mod_p", "output"], [88, 1, 1, "c.dp_floor_mod_p", "params"]], "dp_floor_mod_s": [[88, 1, 1, "c.dp_floor_mod_s", "core_mask"], [88, 1, 1, "c.dp_floor_mod_s", "input0"], [88, 1, 1, "c.dp_floor_mod_s", "input1"], [88, 1, 1, "c.dp_floor_mod_s", "output"], [88, 1, 1, "c.dp_floor_mod_s", "params"]], "dp_floor_p": [[87, 1, 1, "c.dp_floor_p", "dst_data"], [87, 1, 1, "c.dp_floor_p", "length"], [87, 1, 1, "c.dp_floor_p", "src_data"]], "dp_floor_s": [[87, 1, 1, "c.dp_floor_s", "core_mask"], [87, 1, 1, "c.dp_floor_s", "dst_data"], [87, 1, 1, "c.dp_floor_s", "length"], [87, 1, 1, "c.dp_floor_s", "src_data"]], "dp_format_transpose_p": [[90, 1, 1, "c.dp_format_transpose_p", "batch"], [90, 1, 1, "c.dp_format_transpose_p", "channel"], [90, 1, 1, "c.dp_format_transpose_p", "dst_data"], [90, 1, 1, "c.dp_format_transpose_p", "dst_format"], [90, 1, 1, "c.dp_format_transpose_p", "plane"], [90, 1, 1, "c.dp_format_transpose_p", "src_data"], [90, 1, 1, "c.dp_format_transpose_p", "src_format"]], "dp_format_transpose_s": [[90, 1, 1, "c.dp_format_transpose_s", "batch"], [90, 1, 1, "c.dp_format_transpose_s", "channel"], [90, 1, 1, "c.dp_format_transpose_s", "core_mask"], [90, 1, 1, "c.dp_format_transpose_s", "dst_data"], [90, 1, 1, "c.dp_format_transpose_s", "dst_format"], [90, 1, 1, "c.dp_format_transpose_s", "plane"], [90, 1, 1, "c.dp_format_transpose_s", "src_data"], [90, 1, 1, "c.dp_format_transpose_s", "src_format"]], "dp_gather_d_p": [[95, 1, 1, "c.dp_gather_d_p", "dim"], [95, 1, 1, "c.dp_gather_d_p", "index"], [95, 1, 1, "c.dp_gather_d_p", "index_shape"], [95, 1, 1, "c.dp_gather_d_p", "input_shape"], [95, 1, 1, "c.dp_gather_d_p", "input_shape_size"], [95, 1, 1, "c.dp_gather_d_p", "input_x"], [95, 1, 1, "c.dp_gather_d_p", "output"]], "dp_gather_d_s": [[95, 1, 1, "c.dp_gather_d_s", "core_mask"], [95, 1, 1, "c.dp_gather_d_s", "dim"], [95, 1, 1, "c.dp_gather_d_s", "index"], [95, 1, 1, "c.dp_gather_d_s", "index_shape"], [95, 1, 1, "c.dp_gather_d_s", "input_shape"], [95, 1, 1, "c.dp_gather_d_s", "input_shape_size"], [95, 1, 1, "c.dp_gather_d_s", "input_x"], [95, 1, 1, "c.dp_gather_d_s", "output"]], "dp_gather_nd_p": [[94, 1, 1, "c.dp_gather_nd_p", "input"], [94, 1, 1, "c.dp_gather_nd_p", "output"], [94, 1, 1, "c.dp_gather_nd_p", "params"]], "dp_gather_nd_s": [[94, 1, 1, "c.dp_gather_nd_s", "core_mask"], [94, 1, 1, "c.dp_gather_nd_s", "input"], [94, 1, 1, "c.dp_gather_nd_s", "output"], [94, 1, 1, "c.dp_gather_nd_s", "params"]], "dp_gather_p": [[93, 1, 1, "c.dp_gather_p", "indices"], [93, 1, 1, "c.dp_gather_p", "input"], [93, 1, 1, "c.dp_gather_p", "output"], [93, 1, 1, "c.dp_gather_p", "params"]], "dp_gather_s": [[93, 1, 1, "c.dp_gather_s", "core_mask"], [93, 1, 1, "c.dp_gather_s", "indices"], [93, 1, 1, "c.dp_gather_s", "input"], [93, 1, 1, "c.dp_gather_s", "output"], [93, 1, 1, "c.dp_gather_s", "params"]], "dp_greater_equal_s": [[99, 1, 1, "c.dp_greater_equal_s", "core_mask"], [99, 1, 1, "c.dp_greater_equal_s", "input1"], [99, 1, 1, "c.dp_greater_equal_s", "input2"], [99, 1, 1, "c.dp_greater_equal_s", "output"], [99, 1, 1, "c.dp_greater_equal_s", "params"]], "dp_greater_s": [[98, 1, 1, "c.dp_greater_s", "core_mask"], [98, 1, 1, "c.dp_greater_s", "input1"], [98, 1, 1, "c.dp_greater_s", "input2"], [98, 1, 1, "c.dp_greater_s", "output"], [98, 1, 1, "c.dp_greater_s", "params"]], "dp_is_finite_p": [[105, 1, 1, "c.dp_is_finite_p", "Input"], [105, 1, 1, "c.dp_is_finite_p", "length"], [105, 1, 1, "c.dp_is_finite_p", "output"]], "dp_is_finite_s": [[105, 1, 1, "c.dp_is_finite_s", "Input"], [105, 1, 1, "c.dp_is_finite_s", "core_mask"], [105, 1, 1, "c.dp_is_finite_s", "length"], [105, 1, 1, "c.dp_is_finite_s", "output"]], "dp_less_equal_p": [[111, 1, 1, "c.dp_less_equal_p", "Input0"], [111, 1, 1, "c.dp_less_equal_p", "Input1"], [111, 1, 1, "c.dp_less_equal_p", "output"], [111, 1, 1, "c.dp_less_equal_p", "params"]], "dp_less_equal_s": [[111, 1, 1, "c.dp_less_equal_s", "Input0"], [111, 1, 1, "c.dp_less_equal_s", "Input1"], [111, 1, 1, "c.dp_less_equal_s", "core_mask"], [111, 1, 1, "c.dp_less_equal_s", "output"], [111, 1, 1, "c.dp_less_equal_s", "params"]], "dp_less_p": [[110, 1, 1, "c.dp_less_p", "Input0"], [110, 1, 1, "c.dp_less_p", "Input1"], [110, 1, 1, "c.dp_less_p", "output"], [110, 1, 1, "c.dp_less_p", "params"]], "dp_less_s": [[110, 1, 1, "c.dp_less_s", "Input0"], [110, 1, 1, "c.dp_less_s", "Input1"], [110, 1, 1, "c.dp_less_s", "core_mask"], [110, 1, 1, "c.dp_less_s", "output"], [110, 1, 1, "c.dp_less_s", "params"]], "dp_log1p_p": [[114, 1, 1, "c.dp_log1p_p", "Input"], [114, 1, 1, "c.dp_log1p_p", "length"], [114, 1, 1, "c.dp_log1p_p", "output"]], "dp_log1p_s": [[114, 1, 1, "c.dp_log1p_s", "Input"], [114, 1, 1, "c.dp_log1p_s", "core_mask"], [114, 1, 1, "c.dp_log1p_s", "length"], [114, 1, 1, "c.dp_log1p_s", "output"]], "dp_logical_and_p": [[116, 1, 1, "c.dp_logical_and_p", "input0"], [116, 1, 1, "c.dp_logical_and_p", "input1"], [116, 1, 1, "c.dp_logical_and_p", "output"], [116, 1, 1, "c.dp_logical_and_p", "params"]], "dp_logical_and_s": [[116, 1, 1, "c.dp_logical_and_s", "core_mask"], [116, 1, 1, "c.dp_logical_and_s", "input0"], [116, 1, 1, "c.dp_logical_and_s", "input1"], [116, 1, 1, "c.dp_logical_and_s", "output"], [116, 1, 1, "c.dp_logical_and_s", "params"]], "dp_logical_not_p": [[117, 1, 1, "c.dp_logical_not_p", "input"], [117, 1, 1, "c.dp_logical_not_p", "length"], [117, 1, 1, "c.dp_logical_not_p", "output"]], "dp_logical_not_s": [[117, 1, 1, "c.dp_logical_not_s", "core_mask"], [117, 1, 1, "c.dp_logical_not_s", "input"], [117, 1, 1, "c.dp_logical_not_s", "length"], [117, 1, 1, "c.dp_logical_not_s", "output"]], "dp_logical_or_p": [[118, 1, 1, "c.dp_logical_or_p", "input0"], [118, 1, 1, "c.dp_logical_or_p", "input1"], [118, 1, 1, "c.dp_logical_or_p", "length"], [118, 1, 1, "c.dp_logical_or_p", "output"]], "dp_logical_or_s": [[118, 1, 1, "c.dp_logical_or_s", "core_mask"], [118, 1, 1, "c.dp_logical_or_s", "input0"], [118, 1, 1, "c.dp_logical_or_s", "input1"], [118, 1, 1, "c.dp_logical_or_s", "length"], [118, 1, 1, "c.dp_logical_or_s", "output"]], "dp_lsh_projection_p": [[122, 1, 1, "c.dp_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.dp_lsh_projection_p", "feature"], [122, 1, 1, "c.dp_lsh_projection_p", "feature_num"], [122, 1, 1, "c.dp_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.dp_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.dp_lsh_projection_p", "output"], [122, 1, 1, "c.dp_lsh_projection_p", "weight"]], "dp_lsh_projection_s": [[122, 1, 1, "c.dp_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.dp_lsh_projection_s", "core_mask"], [122, 1, 1, "c.dp_lsh_projection_s", "feature"], [122, 1, 1, "c.dp_lsh_projection_s", "feature_num"], [122, 1, 1, "c.dp_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.dp_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.dp_lsh_projection_s", "output"], [122, 1, 1, "c.dp_lsh_projection_s", "weight"]], "dp_matmul_fusion_p": [[127, 1, 1, "c.dp_matmul_fusion_p", "A"], [127, 1, 1, "c.dp_matmul_fusion_p", "B"], [127, 1, 1, "c.dp_matmul_fusion_p", "C"], [127, 1, 1, "c.dp_matmul_fusion_p", "bias"], [127, 1, 1, "c.dp_matmul_fusion_p", "params"]], "dp_matmul_fusion_s": [[127, 1, 1, "c.dp_matmul_fusion_s", "A"], [127, 1, 1, "c.dp_matmul_fusion_s", "B"], [127, 1, 1, "c.dp_matmul_fusion_s", "C"], [127, 1, 1, "c.dp_matmul_fusion_s", "bias"], [127, 1, 1, "c.dp_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.dp_matmul_fusion_s", "params"]], "dp_maximum_p": [[128, 1, 1, "c.dp_maximum_p", "input0"], [128, 1, 1, "c.dp_maximum_p", "input1"], [128, 1, 1, "c.dp_maximum_p", "length"], [128, 1, 1, "c.dp_maximum_p", "output"]], "dp_maximum_s": [[128, 1, 1, "c.dp_maximum_s", "core_mask"], [128, 1, 1, "c.dp_maximum_s", "input0"], [128, 1, 1, "c.dp_maximum_s", "input1"], [128, 1, 1, "c.dp_maximum_s", "length"], [128, 1, 1, "c.dp_maximum_s", "output"]], "dp_maxpool_fusion_p": [[130, 1, 1, "c.dp_maxpool_fusion_p", "input"], [130, 1, 1, "c.dp_maxpool_fusion_p", "output"], [130, 1, 1, "c.dp_maxpool_fusion_p", "params"]], "dp_maxpool_fusion_s": [[130, 1, 1, "c.dp_maxpool_fusion_s", "core_mask"], [130, 1, 1, "c.dp_maxpool_fusion_s", "input"], [130, 1, 1, "c.dp_maxpool_fusion_s", "output"], [130, 1, 1, "c.dp_maxpool_fusion_s", "params"]], "dp_minimum_p": [[133, 1, 1, "c.dp_minimum_p", "input0"], [133, 1, 1, "c.dp_minimum_p", "input1"], [133, 1, 1, "c.dp_minimum_p", "length"], [133, 1, 1, "c.dp_minimum_p", "output"]], "dp_minimum_s": [[133, 1, 1, "c.dp_minimum_s", "core_mask"], [133, 1, 1, "c.dp_minimum_s", "input0"], [133, 1, 1, "c.dp_minimum_s", "input1"], [133, 1, 1, "c.dp_minimum_s", "length"], [133, 1, 1, "c.dp_minimum_s", "output"]], "dp_mod_p": [[135, 1, 1, "c.dp_mod_p", "input0"], [135, 1, 1, "c.dp_mod_p", "input1"], [135, 1, 1, "c.dp_mod_p", "length"], [135, 1, 1, "c.dp_mod_p", "output"]], "dp_mod_s": [[135, 1, 1, "c.dp_mod_s", "core_mask"], [135, 1, 1, "c.dp_mod_s", "input0"], [135, 1, 1, "c.dp_mod_s", "input1"], [135, 1, 1, "c.dp_mod_s", "length"], [135, 1, 1, "c.dp_mod_s", "output"]], "dp_mul_p": [[136, 1, 1, "c.dp_mul_p", "input0"], [136, 1, 1, "c.dp_mul_p", "input1"], [136, 1, 1, "c.dp_mul_p", "output"], [136, 1, 1, "c.dp_mul_p", "param"]], "dp_mul_s": [[136, 1, 1, "c.dp_mul_s", "core_mask"], [136, 1, 1, "c.dp_mul_s", "input0"], [136, 1, 1, "c.dp_mul_s", "input1"], [136, 1, 1, "c.dp_mul_s", "output"], [136, 1, 1, "c.dp_mul_s", "param"]], "dp_neg_grad_p": [[139, 1, 1, "c.dp_neg_grad_p", "Input"], [139, 1, 1, "c.dp_neg_grad_p", "length"], [139, 1, 1, "c.dp_neg_grad_p", "output"]], "dp_neg_grad_s": [[139, 1, 1, "c.dp_neg_grad_s", "Input"], [139, 1, 1, "c.dp_neg_grad_s", "core_mask"], [139, 1, 1, "c.dp_neg_grad_s", "length"], [139, 1, 1, "c.dp_neg_grad_s", "output"]], "dp_neg_p": [[138, 1, 1, "c.dp_neg_p", "Input"], [138, 1, 1, "c.dp_neg_p", "length"], [138, 1, 1, "c.dp_neg_p", "output"]], "dp_neg_s": [[138, 1, 1, "c.dp_neg_s", "Input"], [138, 1, 1, "c.dp_neg_s", "core_mask"], [138, 1, 1, "c.dp_neg_s", "length"], [138, 1, 1, "c.dp_neg_s", "output"]], "dp_nonzero_p": [[143, 1, 1, "c.dp_nonzero_p", "dim_strides"], [143, 1, 1, "c.dp_nonzero_p", "input"], [143, 1, 1, "c.dp_nonzero_p", "input_rank"], [143, 1, 1, "c.dp_nonzero_p", "length"], [143, 1, 1, "c.dp_nonzero_p", "non_zero_num"], [143, 1, 1, "c.dp_nonzero_p", "output"], [143, 1, 1, "c.dp_nonzero_p", "shape"]], "dp_nonzero_s": [[143, 1, 1, "c.dp_nonzero_s", "core_mask"], [143, 1, 1, "c.dp_nonzero_s", "dim_strides"], [143, 1, 1, "c.dp_nonzero_s", "input"], [143, 1, 1, "c.dp_nonzero_s", "input_rank"], [143, 1, 1, "c.dp_nonzero_s", "length"], [143, 1, 1, "c.dp_nonzero_s", "non_zero_num"], [143, 1, 1, "c.dp_nonzero_s", "output"], [143, 1, 1, "c.dp_nonzero_s", "shape"]], "dp_not_equal_p": [[144, 1, 1, "c.dp_not_equal_p", "Input0"], [144, 1, 1, "c.dp_not_equal_p", "Input1"], [144, 1, 1, "c.dp_not_equal_p", "length"], [144, 1, 1, "c.dp_not_equal_p", "output"]], "dp_not_equal_s": [[144, 1, 1, "c.dp_not_equal_s", "Input0"], [144, 1, 1, "c.dp_not_equal_s", "Input1"], [144, 1, 1, "c.dp_not_equal_s", "core_mask"], [144, 1, 1, "c.dp_not_equal_s", "length"], [144, 1, 1, "c.dp_not_equal_s", "output"]], "dp_onehot_p": [[145, 1, 1, "c.dp_onehot_p", "axis"], [145, 1, 1, "c.dp_onehot_p", "depth"], [145, 1, 1, "c.dp_onehot_p", "indices"], [145, 1, 1, "c.dp_onehot_p", "indices_shape"], [145, 1, 1, "c.dp_onehot_p", "indices_shape_size"], [145, 1, 1, "c.dp_onehot_p", "on_off"], [145, 1, 1, "c.dp_onehot_p", "output"], [145, 1, 1, "c.dp_onehot_p", "support_neg_index"]], "dp_onehot_s": [[145, 1, 1, "c.dp_onehot_s", "axis"], [145, 1, 1, "c.dp_onehot_s", "core_mask"], [145, 1, 1, "c.dp_onehot_s", "depth"], [145, 1, 1, "c.dp_onehot_s", "indices"], [145, 1, 1, "c.dp_onehot_s", "indices_shape"], [145, 1, 1, "c.dp_onehot_s", "indices_shape_size"], [145, 1, 1, "c.dp_onehot_s", "on_off"], [145, 1, 1, "c.dp_onehot_s", "output"], [145, 1, 1, "c.dp_onehot_s", "support_neg_index"]], "dp_ones_like_p": [[146, 1, 1, "c.dp_ones_like_p", "length"], [146, 1, 1, "c.dp_ones_like_p", "output"]], "dp_ones_like_s": [[146, 1, 1, "c.dp_ones_like_s", "core_mask"], [146, 1, 1, "c.dp_ones_like_s", "length"], [146, 1, 1, "c.dp_ones_like_s", "output"]], "dp_padfusion_p": [[147, 1, 1, "c.dp_padfusion_p", "params"]], "dp_padfusion_s": [[147, 1, 1, "c.dp_padfusion_s", "core_mask"], [147, 1, 1, "c.dp_padfusion_s", "params"]], "dp_pow_fusion_p": [[149, 1, 1, "c.dp_pow_fusion_p", "Input"], [149, 1, 1, "c.dp_pow_fusion_p", "broadcast"], [149, 1, 1, "c.dp_pow_fusion_p", "exponent"], [149, 1, 1, "c.dp_pow_fusion_p", "length_in"], [149, 1, 1, "c.dp_pow_fusion_p", "output"], [149, 1, 1, "c.dp_pow_fusion_p", "scale"], [149, 1, 1, "c.dp_pow_fusion_p", "shift"]], "dp_pow_fusion_s": [[149, 1, 1, "c.dp_pow_fusion_s", "Input"], [149, 1, 1, "c.dp_pow_fusion_s", "broadcast"], [149, 1, 1, "c.dp_pow_fusion_s", "core_mask"], [149, 1, 1, "c.dp_pow_fusion_s", "exponent"], [149, 1, 1, "c.dp_pow_fusion_s", "length_in"], [149, 1, 1, "c.dp_pow_fusion_s", "output"], [149, 1, 1, "c.dp_pow_fusion_s", "scale"], [149, 1, 1, "c.dp_pow_fusion_s", "shift"]], "dp_ragged_range_p": [[154, 1, 1, "c.dp_ragged_range_p", "deltas"], [154, 1, 1, "c.dp_ragged_range_p", "limits"], [154, 1, 1, "c.dp_ragged_range_p", "range_count"], [154, 1, 1, "c.dp_ragged_range_p", "splits"], [154, 1, 1, "c.dp_ragged_range_p", "starts"], [154, 1, 1, "c.dp_ragged_range_p", "values"]], "dp_ragged_range_s": [[154, 1, 1, "c.dp_ragged_range_s", "core_mask"], [154, 1, 1, "c.dp_ragged_range_s", "deltas"], [154, 1, 1, "c.dp_ragged_range_s", "limits"], [154, 1, 1, "c.dp_ragged_range_s", "range_count"], [154, 1, 1, "c.dp_ragged_range_s", "splits"], [154, 1, 1, "c.dp_ragged_range_s", "starts"], [154, 1, 1, "c.dp_ragged_range_s", "values"]], "dp_range_p": [[157, 1, 1, "c.dp_range_p", "delta"], [157, 1, 1, "c.dp_range_p", "length"], [157, 1, 1, "c.dp_range_p", "output"], [157, 1, 1, "c.dp_range_p", "start"]], "dp_range_s": [[157, 1, 1, "c.dp_range_s", "core_mask"], [157, 1, 1, "c.dp_range_s", "delta"], [157, 1, 1, "c.dp_range_s", "length"], [157, 1, 1, "c.dp_range_s", "output"], [157, 1, 1, "c.dp_range_s", "start"]], "dp_real_div_p": [[159, 1, 1, "c.dp_real_div_p", "input0"], [159, 1, 1, "c.dp_real_div_p", "input1"], [159, 1, 1, "c.dp_real_div_p", "length"], [159, 1, 1, "c.dp_real_div_p", "output"]], "dp_real_div_s": [[159, 1, 1, "c.dp_real_div_s", "core_mask"], [159, 1, 1, "c.dp_real_div_s", "input0"], [159, 1, 1, "c.dp_real_div_s", "input1"], [159, 1, 1, "c.dp_real_div_s", "length"], [159, 1, 1, "c.dp_real_div_s", "output"]], "dp_reciprocal_p": [[160, 1, 1, "c.dp_reciprocal_p", "Input"], [160, 1, 1, "c.dp_reciprocal_p", "length"], [160, 1, 1, "c.dp_reciprocal_p", "output"]], "dp_reciprocal_s": [[160, 1, 1, "c.dp_reciprocal_s", "Input"], [160, 1, 1, "c.dp_reciprocal_s", "core_mask"], [160, 1, 1, "c.dp_reciprocal_s", "length"], [160, 1, 1, "c.dp_reciprocal_s", "output"]], "dp_reduce_all_p": [[23, 1, 1, "c.dp_reduce_all_p", "axis_size"], [23, 1, 1, "c.dp_reduce_all_p", "dst_data"], [23, 1, 1, "c.dp_reduce_all_p", "inner_size"], [23, 1, 1, "c.dp_reduce_all_p", "outer_size"], [23, 1, 1, "c.dp_reduce_all_p", "src_data"]], "dp_reduce_all_s": [[23, 1, 1, "c.dp_reduce_all_s", "axis_size"], [23, 1, 1, "c.dp_reduce_all_s", "core_mask"], [23, 1, 1, "c.dp_reduce_all_s", "dst_data"], [23, 1, 1, "c.dp_reduce_all_s", "inner_size"], [23, 1, 1, "c.dp_reduce_all_s", "outer_size"], [23, 1, 1, "c.dp_reduce_all_s", "src_data"]], "dp_reduce_p": [[161, 1, 1, "c.dp_reduce_p", "core_mask"], [161, 1, 1, "c.dp_reduce_p", "dst_data"], [161, 1, 1, "c.dp_reduce_p", "param"], [161, 1, 1, "c.dp_reduce_p", "src_data"], [161, 1, 1, "c.dp_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.dp_reduce_p", "tmp_src_data"]], "dp_reduce_s": [[161, 1, 1, "c.dp_reduce_s", "core_mask"], [161, 1, 1, "c.dp_reduce_s", "dst_data"], [161, 1, 1, "c.dp_reduce_s", "param"], [161, 1, 1, "c.dp_reduce_s", "src_data"]], "dp_reducescatter_p": [[162, 1, 1, "c.dp_reducescatter_p", "data_size"], [162, 1, 1, "c.dp_reducescatter_p", "input_data"], [162, 1, 1, "c.dp_reducescatter_p", "output_data"], [162, 1, 1, "c.dp_reducescatter_p", "reduce_type"]], "dp_reducescatter_s": [[162, 1, 1, "c.dp_reducescatter_s", "core_mask"], [162, 1, 1, "c.dp_reducescatter_s", "data_size"], [162, 1, 1, "c.dp_reducescatter_s", "input_data"], [162, 1, 1, "c.dp_reducescatter_s", "output_data"], [162, 1, 1, "c.dp_reducescatter_s", "reduce_type"]], "dp_reshape_p": [[163, 1, 1, "c.dp_reshape_p", "input"], [163, 1, 1, "c.dp_reshape_p", "length"], [163, 1, 1, "c.dp_reshape_p", "output"]], "dp_reshape_s": [[163, 1, 1, "c.dp_reshape_s", "core_mask"], [163, 1, 1, "c.dp_reshape_s", "input"], [163, 1, 1, "c.dp_reshape_s", "length"], [163, 1, 1, "c.dp_reshape_s", "output"]], "dp_round_p": [[170, 1, 1, "c.dp_round_p", "input"], [170, 1, 1, "c.dp_round_p", "length"], [170, 1, 1, "c.dp_round_p", "output"]], "dp_round_s": [[170, 1, 1, "c.dp_round_s", "core_mask"], [170, 1, 1, "c.dp_round_s", "input"], [170, 1, 1, "c.dp_round_s", "length"], [170, 1, 1, "c.dp_round_s", "output"]], "dp_rsqrt_p": [[171, 1, 1, "c.dp_rsqrt_p", "dst"], [171, 1, 1, "c.dp_rsqrt_p", "length"], [171, 1, 1, "c.dp_rsqrt_p", "src"]], "dp_rsqrt_s": [[171, 1, 1, "c.dp_rsqrt_s", "core_mask"], [171, 1, 1, "c.dp_rsqrt_s", "dst"], [171, 1, 1, "c.dp_rsqrt_s", "length"], [171, 1, 1, "c.dp_rsqrt_s", "src"]], "dp_scale_fusion_p": [[173, 1, 1, "c.dp_scale_fusion_p", "bias"], [173, 1, 1, "c.dp_scale_fusion_p", "dst_data"], [173, 1, 1, "c.dp_scale_fusion_p", "length"], [173, 1, 1, "c.dp_scale_fusion_p", "scale"], [173, 1, 1, "c.dp_scale_fusion_p", "src_data"]], "dp_scale_fusion_s": [[173, 1, 1, "c.dp_scale_fusion_s", "bias"], [173, 1, 1, "c.dp_scale_fusion_s", "core_mask"], [173, 1, 1, "c.dp_scale_fusion_s", "dst_data"], [173, 1, 1, "c.dp_scale_fusion_s", "length"], [173, 1, 1, "c.dp_scale_fusion_s", "scale"], [173, 1, 1, "c.dp_scale_fusion_s", "src_data"]], "dp_scatter_elements_p": [[174, 1, 1, "c.dp_scatter_elements_p", "core_mask"], [174, 1, 1, "c.dp_scatter_elements_p", "indices"], [174, 1, 1, "c.dp_scatter_elements_p", "input"], [174, 1, 1, "c.dp_scatter_elements_p", "output"], [174, 1, 1, "c.dp_scatter_elements_p", "param"], [174, 1, 1, "c.dp_scatter_elements_p", "updates"]], "dp_scatter_elements_s": [[174, 1, 1, "c.dp_scatter_elements_s", "core_mask"], [174, 1, 1, "c.dp_scatter_elements_s", "indices"], [174, 1, 1, "c.dp_scatter_elements_s", "input"], [174, 1, 1, "c.dp_scatter_elements_s", "output"], [174, 1, 1, "c.dp_scatter_elements_s", "param"], [174, 1, 1, "c.dp_scatter_elements_s", "updates"]], "dp_scatter_nd_p": [[175, 1, 1, "c.dp_scatter_nd_p", "indices"], [175, 1, 1, "c.dp_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.dp_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.dp_scatter_nd_p", "output"], [175, 1, 1, "c.dp_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.dp_scatter_nd_p", "output_shape"], [175, 1, 1, "c.dp_scatter_nd_p", "updates"]], "dp_scatter_nd_s": [[175, 1, 1, "c.dp_scatter_nd_s", "core_mask"], [175, 1, 1, "c.dp_scatter_nd_s", "indices"], [175, 1, 1, "c.dp_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.dp_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.dp_scatter_nd_s", "output"], [175, 1, 1, "c.dp_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.dp_scatter_nd_s", "output_shape"], [175, 1, 1, "c.dp_scatter_nd_s", "updates"]], "dp_scatter_nd_update_p": [[176, 1, 1, "c.dp_scatter_nd_update_p", "indices"], [176, 1, 1, "c.dp_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.dp_scatter_nd_update_p", "output"], [176, 1, 1, "c.dp_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.dp_scatter_nd_update_p", "updates"]], "dp_scatter_nd_update_s": [[176, 1, 1, "c.dp_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.dp_scatter_nd_update_s", "indices"], [176, 1, 1, "c.dp_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.dp_scatter_nd_update_s", "output"], [176, 1, 1, "c.dp_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.dp_scatter_nd_update_s", "updates"]], "dp_select_p": [[177, 1, 1, "c.dp_select_p", "condition"], [177, 1, 1, "c.dp_select_p", "input0"], [177, 1, 1, "c.dp_select_p", "input1"], [177, 1, 1, "c.dp_select_p", "output"], [177, 1, 1, "c.dp_select_p", "params"]], "dp_select_s": [[177, 1, 1, "c.dp_select_s", "condition"], [177, 1, 1, "c.dp_select_s", "core_mask"], [177, 1, 1, "c.dp_select_s", "input0"], [177, 1, 1, "c.dp_select_s", "input1"], [177, 1, 1, "c.dp_select_s", "output"], [177, 1, 1, "c.dp_select_s", "params"]], "dp_sin_p": [[182, 1, 1, "c.dp_sin_p", "dst_data"], [182, 1, 1, "c.dp_sin_p", "length"], [182, 1, 1, "c.dp_sin_p", "src_data"]], "dp_sin_s": [[182, 1, 1, "c.dp_sin_s", "core_mask"], [182, 1, 1, "c.dp_sin_s", "dst_data"], [182, 1, 1, "c.dp_sin_s", "length"], [182, 1, 1, "c.dp_sin_s", "src_data"]], "dp_slice_p": [[185, 1, 1, "c.dp_slice_p", "begin"], [185, 1, 1, "c.dp_slice_p", "input"], [185, 1, 1, "c.dp_slice_p", "input_shape"], [185, 1, 1, "c.dp_slice_p", "ndim"], [185, 1, 1, "c.dp_slice_p", "output"], [185, 1, 1, "c.dp_slice_p", "size"]], "dp_slice_s": [[185, 1, 1, "c.dp_slice_s", "begin"], [185, 1, 1, "c.dp_slice_s", "core_mask"], [185, 1, 1, "c.dp_slice_s", "input"], [185, 1, 1, "c.dp_slice_s", "input_shape"], [185, 1, 1, "c.dp_slice_s", "ndim"], [185, 1, 1, "c.dp_slice_s", "output"], [185, 1, 1, "c.dp_slice_s", "size"]], "dp_spacetobatch_p": [[190, 1, 1, "c.dp_spacetobatch_p", "block_size"], [190, 1, 1, "c.dp_spacetobatch_p", "data_size"], [190, 1, 1, "c.dp_spacetobatch_p", "input"], [190, 1, 1, "c.dp_spacetobatch_p", "input_shape"], [190, 1, 1, "c.dp_spacetobatch_p", "output"], [190, 1, 1, "c.dp_spacetobatch_p", "paddings"]], "dp_spacetobatch_s": [[190, 1, 1, "c.dp_spacetobatch_s", "block_size"], [190, 1, 1, "c.dp_spacetobatch_s", "core_mask"], [190, 1, 1, "c.dp_spacetobatch_s", "data_size"], [190, 1, 1, "c.dp_spacetobatch_s", "input"], [190, 1, 1, "c.dp_spacetobatch_s", "input_shape"], [190, 1, 1, "c.dp_spacetobatch_s", "output"], [190, 1, 1, "c.dp_spacetobatch_s", "paddings"]], "dp_spacetobatchnd_p": [[191, 1, 1, "c.dp_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.dp_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.dp_spacetobatchnd_p", "input"], [191, 1, 1, "c.dp_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.dp_spacetobatchnd_p", "output"], [191, 1, 1, "c.dp_spacetobatchnd_p", "paddings"]], "dp_spacetobatchnd_s": [[191, 1, 1, "c.dp_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.dp_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.dp_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.dp_spacetobatchnd_s", "input"], [191, 1, 1, "c.dp_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.dp_spacetobatchnd_s", "output"], [191, 1, 1, "c.dp_spacetobatchnd_s", "paddings"]], "dp_spacetodepth_p": [[192, 1, 1, "c.dp_spacetodepth_p", "block"], [192, 1, 1, "c.dp_spacetodepth_p", "data_size"], [192, 1, 1, "c.dp_spacetodepth_p", "in_shape"], [192, 1, 1, "c.dp_spacetodepth_p", "input"], [192, 1, 1, "c.dp_spacetodepth_p", "output"]], "dp_spacetodepth_s": [[192, 1, 1, "c.dp_spacetodepth_s", "block"], [192, 1, 1, "c.dp_spacetodepth_s", "core_mask"], [192, 1, 1, "c.dp_spacetodepth_s", "data_size"], [192, 1, 1, "c.dp_spacetodepth_s", "in_shape"], [192, 1, 1, "c.dp_spacetodepth_s", "input"], [192, 1, 1, "c.dp_spacetodepth_s", "output"]], "dp_sparse_fill_empty_rows_p": [[194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "values_ptr"]], "dp_sparse_fill_empty_rows_s": [[194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "values_ptr"]], "dp_sparse_to_dense_p": [[197, 1, 1, "c.dp_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.dp_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.dp_sparse_to_dense_p", "output"], [197, 1, 1, "c.dp_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.dp_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.dp_sparse_to_dense_p", "sparse_values"]], "dp_sparse_to_dense_s": [[197, 1, 1, "c.dp_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.dp_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.dp_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.dp_sparse_to_dense_s", "output"], [197, 1, 1, "c.dp_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.dp_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.dp_sparse_to_dense_s", "sparse_values"]], "dp_sparsesegmentsum_p": [[196, 1, 1, "c.dp_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "out_data_shape"]], "dp_sparsesegmentsum_s": [[196, 1, 1, "c.dp_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "out_data_shape"]], "dp_splice_p": [[198, 1, 1, "c.dp_splice_p", "context_dim"], [198, 1, 1, "c.dp_splice_p", "dst_col"], [198, 1, 1, "c.dp_splice_p", "dst_data"], [198, 1, 1, "c.dp_splice_p", "dst_row"], [198, 1, 1, "c.dp_splice_p", "forward_indexes"], [198, 1, 1, "c.dp_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.dp_splice_p", "src_col"], [198, 1, 1, "c.dp_splice_p", "src_data"], [198, 1, 1, "c.dp_splice_p", "src_row"]], "dp_splice_s": [[198, 1, 1, "c.dp_splice_s", "context_dim"], [198, 1, 1, "c.dp_splice_s", "core_mask"], [198, 1, 1, "c.dp_splice_s", "dst_col"], [198, 1, 1, "c.dp_splice_s", "dst_data"], [198, 1, 1, "c.dp_splice_s", "dst_row"], [198, 1, 1, "c.dp_splice_s", "forward_indexes"], [198, 1, 1, "c.dp_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.dp_splice_s", "src_col"], [198, 1, 1, "c.dp_splice_s", "src_data"], [198, 1, 1, "c.dp_splice_s", "src_row"]], "dp_split_p": [[199, 1, 1, "c.dp_split_p", "axis"], [199, 1, 1, "c.dp_split_p", "input"], [199, 1, 1, "c.dp_split_p", "input_ndim"], [199, 1, 1, "c.dp_split_p", "input_shape"], [199, 1, 1, "c.dp_split_p", "num_split"], [199, 1, 1, "c.dp_split_p", "outputs"], [199, 1, 1, "c.dp_split_p", "split_sizes"]], "dp_split_s": [[199, 1, 1, "c.dp_split_s", "axis"], [199, 1, 1, "c.dp_split_s", "core_mask"], [199, 1, 1, "c.dp_split_s", "input"], [199, 1, 1, "c.dp_split_s", "input_ndim"], [199, 1, 1, "c.dp_split_s", "input_shape"], [199, 1, 1, "c.dp_split_s", "num_split"], [199, 1, 1, "c.dp_split_s", "outputs"], [199, 1, 1, "c.dp_split_s", "split_sizes"]], "dp_split_with_overlap_p": [[200, 1, 1, "c.dp_split_with_overlap_p", "axis"], [200, 1, 1, "c.dp_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.dp_split_with_overlap_p", "input"], [200, 1, 1, "c.dp_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.dp_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.dp_split_with_overlap_p", "num_split"], [200, 1, 1, "c.dp_split_with_overlap_p", "outputs"], [200, 1, 1, "c.dp_split_with_overlap_p", "start_indices"]], "dp_split_with_overlap_s": [[200, 1, 1, "c.dp_split_with_overlap_s", "axis"], [200, 1, 1, "c.dp_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.dp_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.dp_split_with_overlap_s", "input"], [200, 1, 1, "c.dp_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.dp_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.dp_split_with_overlap_s", "num_split"], [200, 1, 1, "c.dp_split_with_overlap_s", "outputs"], [200, 1, 1, "c.dp_split_with_overlap_s", "start_indices"]], "dp_sqrt_p": [[201, 1, 1, "c.dp_sqrt_p", "dst_data"], [201, 1, 1, "c.dp_sqrt_p", "length"], [201, 1, 1, "c.dp_sqrt_p", "src_data"]], "dp_sqrt_s": [[201, 1, 1, "c.dp_sqrt_s", "core_mask"], [201, 1, 1, "c.dp_sqrt_s", "dst_data"], [201, 1, 1, "c.dp_sqrt_s", "length"], [201, 1, 1, "c.dp_sqrt_s", "src_data"]], "dp_square_difference_p": [[204, 1, 1, "c.dp_square_difference_p", "input0"], [204, 1, 1, "c.dp_square_difference_p", "input1"], [204, 1, 1, "c.dp_square_difference_p", "output"], [204, 1, 1, "c.dp_square_difference_p", "params"]], "dp_square_difference_s": [[204, 1, 1, "c.dp_square_difference_s", "core_mask"], [204, 1, 1, "c.dp_square_difference_s", "input0"], [204, 1, 1, "c.dp_square_difference_s", "input1"], [204, 1, 1, "c.dp_square_difference_s", "output"], [204, 1, 1, "c.dp_square_difference_s", "params"]], "dp_square_p": [[203, 1, 1, "c.dp_square_p", "dst"], [203, 1, 1, "c.dp_square_p", "length"], [203, 1, 1, "c.dp_square_p", "src"]], "dp_square_s": [[203, 1, 1, "c.dp_square_s", "core_mask"], [203, 1, 1, "c.dp_square_s", "dst"], [203, 1, 1, "c.dp_square_s", "length"], [203, 1, 1, "c.dp_square_s", "src"]], "dp_stack_p": [[206, 1, 1, "c.dp_stack_p", "axis"], [206, 1, 1, "c.dp_stack_p", "input_ndim"], [206, 1, 1, "c.dp_stack_p", "input_shape"], [206, 1, 1, "c.dp_stack_p", "inputs"], [206, 1, 1, "c.dp_stack_p", "num_inputs"], [206, 1, 1, "c.dp_stack_p", "output"]], "dp_stack_s": [[206, 1, 1, "c.dp_stack_s", "axis"], [206, 1, 1, "c.dp_stack_s", "core_mask"], [206, 1, 1, "c.dp_stack_s", "input_ndim"], [206, 1, 1, "c.dp_stack_s", "input_shape"], [206, 1, 1, "c.dp_stack_s", "inputs"], [206, 1, 1, "c.dp_stack_s", "num_inputs"], [206, 1, 1, "c.dp_stack_s", "output"]], "dp_sub_p": [[209, 1, 1, "c.dp_sub_p", "input0"], [209, 1, 1, "c.dp_sub_p", "input1"], [209, 1, 1, "c.dp_sub_p", "output"], [209, 1, 1, "c.dp_sub_p", "param"]], "dp_sub_s": [[209, 1, 1, "c.dp_sub_s", "core_mask"], [209, 1, 1, "c.dp_sub_s", "input0"], [209, 1, 1, "c.dp_sub_s", "input1"], [209, 1, 1, "c.dp_sub_s", "output"], [209, 1, 1, "c.dp_sub_s", "param"]], "dp_tensor_scatter_add_p": [[213, 1, 1, "c.dp_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "input"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "output"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "updates"]], "dp_tensor_scatter_add_s": [[213, 1, 1, "c.dp_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "input"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "output"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "updates"]], "dp_tensorarrayread_p": [[215, 1, 1, "c.dp_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.dp_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.dp_tensorarrayread_p", "index"], [215, 1, 1, "c.dp_tensorarrayread_p", "output_data"], [215, 1, 1, "c.dp_tensorarrayread_p", "output_size"]], "dp_tensorarrayread_s": [[215, 1, 1, "c.dp_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.dp_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.dp_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.dp_tensorarrayread_s", "index"], [215, 1, 1, "c.dp_tensorarrayread_s", "output_data"], [215, 1, 1, "c.dp_tensorarrayread_s", "output_size"]], "dp_tensorlist_from_tensor_p": [[217, 1, 1, "c.dp_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.dp_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.dp_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.dp_tensorlist_from_tensor_p", "output_tensors"]], "dp_tensorlist_from_tensor_s": [[217, 1, 1, "c.dp_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "output_tensors"]], "dp_tile_p": [[222, 1, 1, "c.dp_tile_p", "input"], [222, 1, 1, "c.dp_tile_p", "input_shape"], [222, 1, 1, "c.dp_tile_p", "output"], [222, 1, 1, "c.dp_tile_p", "stride"], [222, 1, 1, "c.dp_tile_p", "tile_dim"], [222, 1, 1, "c.dp_tile_p", "tile_num"]], "dp_tile_s": [[222, 1, 1, "c.dp_tile_s", "core_mask"], [222, 1, 1, "c.dp_tile_s", "input"], [222, 1, 1, "c.dp_tile_s", "input_shape"], [222, 1, 1, "c.dp_tile_s", "output"], [222, 1, 1, "c.dp_tile_s", "stride"], [222, 1, 1, "c.dp_tile_s", "tile_dim"], [222, 1, 1, "c.dp_tile_s", "tile_num"]], "dp_transpose_p": [[224, 1, 1, "c.dp_transpose_p", "in_data"], [224, 1, 1, "c.dp_transpose_p", "num_axes"], [224, 1, 1, "c.dp_transpose_p", "out_data"], [224, 1, 1, "c.dp_transpose_p", "out_strides"], [224, 1, 1, "c.dp_transpose_p", "output_shape"], [224, 1, 1, "c.dp_transpose_p", "perm"], [224, 1, 1, "c.dp_transpose_p", "strides"]], "dp_transpose_s": [[224, 1, 1, "c.dp_transpose_s", "core_mask"], [224, 1, 1, "c.dp_transpose_s", "in_data"], [224, 1, 1, "c.dp_transpose_s", "num_axes"], [224, 1, 1, "c.dp_transpose_s", "out_data"], [224, 1, 1, "c.dp_transpose_s", "out_strides"], [224, 1, 1, "c.dp_transpose_s", "output_shape"], [224, 1, 1, "c.dp_transpose_s", "perm"], [224, 1, 1, "c.dp_transpose_s", "strides"]], "dp_tril_p": [[225, 1, 1, "c.dp_tril_p", "dst"], [225, 1, 1, "c.dp_tril_p", "height"], [225, 1, 1, "c.dp_tril_p", "k"], [225, 1, 1, "c.dp_tril_p", "out_elems"], [225, 1, 1, "c.dp_tril_p", "src"], [225, 1, 1, "c.dp_tril_p", "width"]], "dp_tril_s": [[225, 1, 1, "c.dp_tril_s", "core_mask"], [225, 1, 1, "c.dp_tril_s", "dst"], [225, 1, 1, "c.dp_tril_s", "height"], [225, 1, 1, "c.dp_tril_s", "k"], [225, 1, 1, "c.dp_tril_s", "out_elems"], [225, 1, 1, "c.dp_tril_s", "src"], [225, 1, 1, "c.dp_tril_s", "width"]], "dp_triu_p": [[226, 1, 1, "c.dp_triu_p", "dst"], [226, 1, 1, "c.dp_triu_p", "height"], [226, 1, 1, "c.dp_triu_p", "k"], [226, 1, 1, "c.dp_triu_p", "out_elems"], [226, 1, 1, "c.dp_triu_p", "src"], [226, 1, 1, "c.dp_triu_p", "width"]], "dp_triu_s": [[226, 1, 1, "c.dp_triu_s", "core_mask"], [226, 1, 1, "c.dp_triu_s", "dst"], [226, 1, 1, "c.dp_triu_s", "height"], [226, 1, 1, "c.dp_triu_s", "k"], [226, 1, 1, "c.dp_triu_s", "out_elems"], [226, 1, 1, "c.dp_triu_s", "src"], [226, 1, 1, "c.dp_triu_s", "width"]], "dp_unsorted_segment_sum_p": [[229, 1, 1, "c.dp_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "output"]], "dp_unsorted_segment_sum_s": [[229, 1, 1, "c.dp_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "output"]], "dp_where_p": [[232, 1, 1, "c.dp_where_p", "condition"], [232, 1, 1, "c.dp_where_p", "input0"], [232, 1, 1, "c.dp_where_p", "input1"], [232, 1, 1, "c.dp_where_p", "length"], [232, 1, 1, "c.dp_where_p", "output"]], "dp_where_s": [[232, 1, 1, "c.dp_where_s", "condition"], [232, 1, 1, "c.dp_where_s", "core_mask"], [232, 1, 1, "c.dp_where_s", "input0"], [232, 1, 1, "c.dp_where_s", "input1"], [232, 1, 1, "c.dp_where_s", "length"], [232, 1, 1, "c.dp_where_s", "output"]], "dp_zerolike_p": [[233, 1, 1, "c.dp_zerolike_p", "length"], [233, 1, 1, "c.dp_zerolike_p", "output"]], "dp_zerolike_s": [[233, 1, 1, "c.dp_zerolike_s", "core_mask"], [233, 1, 1, "c.dp_zerolike_s", "length"], [233, 1, 1, "c.dp_zerolike_s", "output"]], "fp_Gru_p": [[101, 1, 1, "c.fp_Gru_p", "buffer"], [101, 1, 1, "c.fp_Gru_p", "core_mask"], [101, 1, 1, "c.fp_Gru_p", "gru_param"], [101, 1, 1, "c.fp_Gru_p", "hidden_state"], [101, 1, 1, "c.fp_Gru_p", "input"], [101, 1, 1, "c.fp_Gru_p", "input_bias"], [101, 1, 1, "c.fp_Gru_p", "output"], [101, 1, 1, "c.fp_Gru_p", "state_bias"], [101, 1, 1, "c.fp_Gru_p", "weight_g"], [101, 1, 1, "c.fp_Gru_p", "weight_r"]], "fp_Gru_s": [[101, 1, 1, "c.fp_Gru_s", "buffer"], [101, 1, 1, "c.fp_Gru_s", "core_mask"], [101, 1, 1, "c.fp_Gru_s", "gru_param"], [101, 1, 1, "c.fp_Gru_s", "hidden_state"], [101, 1, 1, "c.fp_Gru_s", "input"], [101, 1, 1, "c.fp_Gru_s", "input_bias"], [101, 1, 1, "c.fp_Gru_s", "output"], [101, 1, 1, "c.fp_Gru_s", "state_bias"], [101, 1, 1, "c.fp_Gru_s", "weight_g"], [101, 1, 1, "c.fp_Gru_s", "weight_r"]], "fp_Unique_p": [[228, 1, 1, "c.fp_Unique_p", "input"], [228, 1, 1, "c.fp_Unique_p", "input_len"], [228, 1, 1, "c.fp_Unique_p", "output0"], [228, 1, 1, "c.fp_Unique_p", "output0_len"]], "fp_Unique_s": [[228, 1, 1, "c.fp_Unique_s", "core_mask"], [228, 1, 1, "c.fp_Unique_s", "input"], [228, 1, 1, "c.fp_Unique_s", "input_len"], [228, 1, 1, "c.fp_Unique_s", "output0"], [228, 1, 1, "c.fp_Unique_s", "output0_len"]], "fp_abs_grad_p": [[13, 1, 1, "c.fp_abs_grad_p", "input0"], [13, 1, 1, "c.fp_abs_grad_p", "input1"], [13, 1, 1, "c.fp_abs_grad_p", "length"], [13, 1, 1, "c.fp_abs_grad_p", "output"]], "fp_abs_grad_s": [[13, 1, 1, "c.fp_abs_grad_s", "core_mask"], [13, 1, 1, "c.fp_abs_grad_s", "input0"], [13, 1, 1, "c.fp_abs_grad_s", "input1"], [13, 1, 1, "c.fp_abs_grad_s", "length"], [13, 1, 1, "c.fp_abs_grad_s", "output"]], "fp_abs_p": [[12, 1, 1, "c.fp_abs_p", "dst_data"], [12, 1, 1, "c.fp_abs_p", "length"], [12, 1, 1, "c.fp_abs_p", "src_data"]], "fp_abs_s": [[12, 1, 1, "c.fp_abs_s", "core_mask"], [12, 1, 1, "c.fp_abs_s", "dst_data"], [12, 1, 1, "c.fp_abs_s", "length"], [12, 1, 1, "c.fp_abs_s", "src_data"]], "fp_adam_p": [[16, 1, 1, "c.fp_adam_p", "gradient"], [16, 1, 1, "c.fp_adam_p", "m"], [16, 1, 1, "c.fp_adam_p", "params"], [16, 1, 1, "c.fp_adam_p", "v"], [16, 1, 1, "c.fp_adam_p", "weight"]], "fp_adam_s": [[16, 1, 1, "c.fp_adam_s", "core_mask"], [16, 1, 1, "c.fp_adam_s", "gradient"], [16, 1, 1, "c.fp_adam_s", "m"], [16, 1, 1, "c.fp_adam_s", "params"], [16, 1, 1, "c.fp_adam_s", "v"], [16, 1, 1, "c.fp_adam_s", "weight"]], "fp_adamweightdecay_p": [[17, 1, 1, "c.fp_adamweightdecay_p", "beta1"], [17, 1, 1, "c.fp_adamweightdecay_p", "beta2"], [17, 1, 1, "c.fp_adamweightdecay_p", "decay"], [17, 1, 1, "c.fp_adamweightdecay_p", "epsilon"], [17, 1, 1, "c.fp_adamweightdecay_p", "gradient"], [17, 1, 1, "c.fp_adamweightdecay_p", "length"], [17, 1, 1, "c.fp_adamweightdecay_p", "lr"], [17, 1, 1, "c.fp_adamweightdecay_p", "m"], [17, 1, 1, "c.fp_adamweightdecay_p", "v"], [17, 1, 1, "c.fp_adamweightdecay_p", "var"]], "fp_adamweightdecay_s": [[17, 1, 1, "c.fp_adamweightdecay_s", "beta1"], [17, 1, 1, "c.fp_adamweightdecay_s", "beta2"], [17, 1, 1, "c.fp_adamweightdecay_s", "core_mask"], [17, 1, 1, "c.fp_adamweightdecay_s", "decay"], [17, 1, 1, "c.fp_adamweightdecay_s", "end"], [17, 1, 1, "c.fp_adamweightdecay_s", "epsilon"], [17, 1, 1, "c.fp_adamweightdecay_s", "gradient"], [17, 1, 1, "c.fp_adamweightdecay_s", "lr"], [17, 1, 1, "c.fp_adamweightdecay_s", "m"], [17, 1, 1, "c.fp_adamweightdecay_s", "start"], [17, 1, 1, "c.fp_adamweightdecay_s", "v"], [17, 1, 1, "c.fp_adamweightdecay_s", "var"]], "fp_add_grad_p": [[19, 1, 1, "c.fp_add_grad_p", "dx1"], [19, 1, 1, "c.fp_add_grad_p", "dx2"], [19, 1, 1, "c.fp_add_grad_p", "dy"], [19, 1, 1, "c.fp_add_grad_p", "params"]], "fp_add_grad_s": [[19, 1, 1, "c.fp_add_grad_s", "core_mask"], [19, 1, 1, "c.fp_add_grad_s", "dx1"], [19, 1, 1, "c.fp_add_grad_s", "dx2"], [19, 1, 1, "c.fp_add_grad_s", "dy"], [19, 1, 1, "c.fp_add_grad_s", "params"]], "fp_add_p": [[18, 1, 1, "c.fp_add_p", "input0"], [18, 1, 1, "c.fp_add_p", "input1"], [18, 1, 1, "c.fp_add_p", "output"], [18, 1, 1, "c.fp_add_p", "param"]], "fp_add_s": [[18, 1, 1, "c.fp_add_s", "core_mask"], [18, 1, 1, "c.fp_add_s", "input0"], [18, 1, 1, "c.fp_add_s", "input1"], [18, 1, 1, "c.fp_add_s", "output"], [18, 1, 1, "c.fp_add_s", "param"]], "fp_adder_p": [[20, 1, 1, "c.fp_adder_p", "bias"], [20, 1, 1, "c.fp_adder_p", "conv_param"], [20, 1, 1, "c.fp_adder_p", "input_w"], [20, 1, 1, "c.fp_adder_p", "input_x"], [20, 1, 1, "c.fp_adder_p", "out_y"]], "fp_adder_s": [[20, 1, 1, "c.fp_adder_s", "bias"], [20, 1, 1, "c.fp_adder_s", "conv_param"], [20, 1, 1, "c.fp_adder_s", "core_mask"], [20, 1, 1, "c.fp_adder_s", "input_w"], [20, 1, 1, "c.fp_adder_s", "input_x"], [20, 1, 1, "c.fp_adder_s", "out_y"]], "fp_addn_p": [[21, 1, 1, "c.fp_addn_p", "element_nums"], [21, 1, 1, "c.fp_addn_p", "inputs"], [21, 1, 1, "c.fp_addn_p", "output"], [21, 1, 1, "c.fp_addn_p", "tensor_num"]], "fp_addn_s": [[21, 1, 1, "c.fp_addn_s", "core_mask"], [21, 1, 1, "c.fp_addn_s", "element_nums"], [21, 1, 1, "c.fp_addn_s", "inputs"], [21, 1, 1, "c.fp_addn_s", "output"], [21, 1, 1, "c.fp_addn_s", "tensor_num"]], "fp_affine_p": [[22, 1, 1, "c.fp_affine_p", "input0"], [22, 1, 1, "c.fp_affine_p", "input1"], [22, 1, 1, "c.fp_affine_p", "input2"], [22, 1, 1, "c.fp_affine_p", "output"], [22, 1, 1, "c.fp_affine_p", "params"]], "fp_affine_s": [[22, 1, 1, "c.fp_affine_s", "core_mask"], [22, 1, 1, "c.fp_affine_s", "input0"], [22, 1, 1, "c.fp_affine_s", "input1"], [22, 1, 1, "c.fp_affine_s", "input2"], [22, 1, 1, "c.fp_affine_s", "output"], [22, 1, 1, "c.fp_affine_s", "params"]], "fp_all_gather_p": [[24, 1, 1, "c.fp_all_gather_p", "data_size"], [24, 1, 1, "c.fp_all_gather_p", "input"], [24, 1, 1, "c.fp_all_gather_p", "input_rank"], [24, 1, 1, "c.fp_all_gather_p", "output"], [24, 1, 1, "c.fp_all_gather_p", "output_rank"]], "fp_all_gather_s": [[24, 1, 1, "c.fp_all_gather_s", "core_mask"], [24, 1, 1, "c.fp_all_gather_s", "data_size"], [24, 1, 1, "c.fp_all_gather_s", "input"], [24, 1, 1, "c.fp_all_gather_s", "input_rank"], [24, 1, 1, "c.fp_all_gather_s", "output"], [24, 1, 1, "c.fp_all_gather_s", "output_rank"]], "fp_apply_momentum_p": [[25, 1, 1, "c.fp_apply_momentum_p", "accumulate"], [25, 1, 1, "c.fp_apply_momentum_p", "float_addr"], [25, 1, 1, "c.fp_apply_momentum_p", "gradient"], [25, 1, 1, "c.fp_apply_momentum_p", "int_addr"], [25, 1, 1, "c.fp_apply_momentum_p", "nesterov"], [25, 1, 1, "c.fp_apply_momentum_p", "weight"]], "fp_apply_momentum_s": [[25, 1, 1, "c.fp_apply_momentum_s", "accumulate"], [25, 1, 1, "c.fp_apply_momentum_s", "core_mask"], [25, 1, 1, "c.fp_apply_momentum_s", "float_addr"], [25, 1, 1, "c.fp_apply_momentum_s", "gradient"], [25, 1, 1, "c.fp_apply_momentum_s", "int_addr"], [25, 1, 1, "c.fp_apply_momentum_s", "nesterov"], [25, 1, 1, "c.fp_apply_momentum_s", "weight"]], "fp_arg_max_p": [[26, 1, 1, "c.fp_arg_max_p", "input"], [26, 1, 1, "c.fp_arg_max_p", "output"], [26, 1, 1, "c.fp_arg_max_p", "output_value"], [26, 1, 1, "c.fp_arg_max_p", "params"]], "fp_arg_max_s": [[26, 1, 1, "c.fp_arg_max_s", "core_mask"], [26, 1, 1, "c.fp_arg_max_s", "input"], [26, 1, 1, "c.fp_arg_max_s", "output"], [26, 1, 1, "c.fp_arg_max_s", "output_value"], [26, 1, 1, "c.fp_arg_max_s", "params"]], "fp_arg_min_p": [[27, 1, 1, "c.fp_arg_min_p", "input"], [27, 1, 1, "c.fp_arg_min_p", "output"], [27, 1, 1, "c.fp_arg_min_p", "output_value"], [27, 1, 1, "c.fp_arg_min_p", "params"]], "fp_arg_min_s": [[27, 1, 1, "c.fp_arg_min_s", "core_mask"], [27, 1, 1, "c.fp_arg_min_s", "input"], [27, 1, 1, "c.fp_arg_min_s", "output"], [27, 1, 1, "c.fp_arg_min_s", "output_value"], [27, 1, 1, "c.fp_arg_min_s", "params"]], "fp_assert_p": [[28, 1, 1, "c.fp_assert_p", "input"], [28, 1, 1, "c.fp_assert_p", "output"]], "fp_assert_s": [[28, 1, 1, "c.fp_assert_s", "core_mask"], [28, 1, 1, "c.fp_assert_s", "input"], [28, 1, 1, "c.fp_assert_s", "output"]], "fp_assign_add_p": [[30, 1, 1, "c.fp_assign_add_p", "input"], [30, 1, 1, "c.fp_assign_add_p", "length"], [30, 1, 1, "c.fp_assign_add_p", "output"]], "fp_assign_add_s": [[30, 1, 1, "c.fp_assign_add_s", "core_mask"], [30, 1, 1, "c.fp_assign_add_s", "input"], [30, 1, 1, "c.fp_assign_add_s", "length"], [30, 1, 1, "c.fp_assign_add_s", "output"]], "fp_assign_p": [[29, 1, 1, "c.fp_assign_p", "dst"], [29, 1, 1, "c.fp_assign_p", "length"], [29, 1, 1, "c.fp_assign_p", "src"]], "fp_assign_s": [[29, 1, 1, "c.fp_assign_s", "core_mask"], [29, 1, 1, "c.fp_assign_s", "dst"], [29, 1, 1, "c.fp_assign_s", "length"], [29, 1, 1, "c.fp_assign_s", "src"]], "fp_attention_p": [[31, 1, 1, "c.fp_attention_p", "K"], [31, 1, 1, "c.fp_attention_p", "Q"], [31, 1, 1, "c.fp_attention_p", "V"], [31, 1, 1, "c.fp_attention_p", "output"], [31, 1, 1, "c.fp_attention_p", "params"]], "fp_attention_s": [[31, 1, 1, "c.fp_attention_s", "K"], [31, 1, 1, "c.fp_attention_s", "Q"], [31, 1, 1, "c.fp_attention_s", "V"], [31, 1, 1, "c.fp_attention_s", "core_mask"], [31, 1, 1, "c.fp_attention_s", "output"], [31, 1, 1, "c.fp_attention_s", "params"]], "fp_audio_spectrogram_p": [[32, 1, 1, "c.fp_audio_spectrogram_p", "params"], [32, 1, 1, "c.fp_audio_spectrogram_p", "workspace"]], "fp_audio_spectrogram_s": [[32, 1, 1, "c.fp_audio_spectrogram_s", "core_mask"], [32, 1, 1, "c.fp_audio_spectrogram_s", "params"], [32, 1, 1, "c.fp_audio_spectrogram_s", "workspace"]], "fp_avg_pool_grad_p": [[33, 1, 1, "c.fp_avg_pool_grad_p", "input"], [33, 1, 1, "c.fp_avg_pool_grad_p", "output"], [33, 1, 1, "c.fp_avg_pool_grad_p", "params"]], "fp_avg_pool_grad_s": [[33, 1, 1, "c.fp_avg_pool_grad_s", "core_mask"], [33, 1, 1, "c.fp_avg_pool_grad_s", "input"], [33, 1, 1, "c.fp_avg_pool_grad_s", "output"], [33, 1, 1, "c.fp_avg_pool_grad_s", "params"]], "fp_avgpool_fusion_p": [[34, 1, 1, "c.fp_avgpool_fusion_p", "input"], [34, 1, 1, "c.fp_avgpool_fusion_p", "output"], [34, 1, 1, "c.fp_avgpool_fusion_p", "params"]], "fp_avgpool_fusion_s": [[34, 1, 1, "c.fp_avgpool_fusion_s", "core_mask"], [34, 1, 1, "c.fp_avgpool_fusion_s", "input"], [34, 1, 1, "c.fp_avgpool_fusion_s", "output"], [34, 1, 1, "c.fp_avgpool_fusion_s", "params"]], "fp_batch_norm_grad_p": [[37, 1, 1, "c.fp_batch_norm_grad_p", "dx"], [37, 1, 1, "c.fp_batch_norm_grad_p", "dy"], [37, 1, 1, "c.fp_batch_norm_grad_p", "params"], [37, 1, 1, "c.fp_batch_norm_grad_p", "x"]], "fp_batch_norm_grad_s": [[37, 1, 1, "c.fp_batch_norm_grad_s", "core_mask"], [37, 1, 1, "c.fp_batch_norm_grad_s", "dx"], [37, 1, 1, "c.fp_batch_norm_grad_s", "dy"], [37, 1, 1, "c.fp_batch_norm_grad_s", "x"]], "fp_batch_norm_p": [[36, 1, 1, "c.fp_batch_norm_p", "channel"], [36, 1, 1, "c.fp_batch_norm_p", "epsilon"], [36, 1, 1, "c.fp_batch_norm_p", "input"], [36, 1, 1, "c.fp_batch_norm_p", "mean"], [36, 1, 1, "c.fp_batch_norm_p", "output"], [36, 1, 1, "c.fp_batch_norm_p", "unit"], [36, 1, 1, "c.fp_batch_norm_p", "variance"]], "fp_batch_norm_s": [[36, 1, 1, "c.fp_batch_norm_s", "channel"], [36, 1, 1, "c.fp_batch_norm_s", "core_mask"], [36, 1, 1, "c.fp_batch_norm_s", "epsilon"], [36, 1, 1, "c.fp_batch_norm_s", "input"], [36, 1, 1, "c.fp_batch_norm_s", "mean"], [36, 1, 1, "c.fp_batch_norm_s", "output"], [36, 1, 1, "c.fp_batch_norm_s", "unit"], [36, 1, 1, "c.fp_batch_norm_s", "variance"]], "fp_batch_to_space_p": [[35, 1, 1, "c.fp_batch_to_space_p", "block"], [35, 1, 1, "c.fp_batch_to_space_p", "crops"], [35, 1, 1, "c.fp_batch_to_space_p", "in_shape"], [35, 1, 1, "c.fp_batch_to_space_p", "input"], [35, 1, 1, "c.fp_batch_to_space_p", "output"]], "fp_batch_to_space_s": [[35, 1, 1, "c.fp_batch_to_space_s", "block"], [35, 1, 1, "c.fp_batch_to_space_s", "core_mask"], [35, 1, 1, "c.fp_batch_to_space_s", "crops"], [35, 1, 1, "c.fp_batch_to_space_s", "in_shape"], [35, 1, 1, "c.fp_batch_to_space_s", "input"], [35, 1, 1, "c.fp_batch_to_space_s", "output"]], "fp_batchtospacend_p": [[38, 1, 1, "c.fp_batchtospacend_p", "block_size"], [38, 1, 1, "c.fp_batchtospacend_p", "crops"], [38, 1, 1, "c.fp_batchtospacend_p", "data_size"], [38, 1, 1, "c.fp_batchtospacend_p", "input"], [38, 1, 1, "c.fp_batchtospacend_p", "input_shape"], [38, 1, 1, "c.fp_batchtospacend_p", "output"]], "fp_batchtospacend_s": [[38, 1, 1, "c.fp_batchtospacend_s", "block_size"], [38, 1, 1, "c.fp_batchtospacend_s", "core_mask"], [38, 1, 1, "c.fp_batchtospacend_s", "crops"], [38, 1, 1, "c.fp_batchtospacend_s", "data_size"], [38, 1, 1, "c.fp_batchtospacend_s", "input"], [38, 1, 1, "c.fp_batchtospacend_s", "input_shape"], [38, 1, 1, "c.fp_batchtospacend_s", "output"]], "fp_bias_add_grad_p": [[40, 1, 1, "c.fp_bias_add_grad_p", "dbias"], [40, 1, 1, "c.fp_bias_add_grad_p", "dy"], [40, 1, 1, "c.fp_bias_add_grad_p", "dy_dims"], [40, 1, 1, "c.fp_bias_add_grad_p", "shape_size"]], "fp_bias_add_grad_s": [[40, 1, 1, "c.fp_bias_add_grad_s", "core_mask"], [40, 1, 1, "c.fp_bias_add_grad_s", "dbias"], [40, 1, 1, "c.fp_bias_add_grad_s", "dy"], [40, 1, 1, "c.fp_bias_add_grad_s", "dy_dims"], [40, 1, 1, "c.fp_bias_add_grad_s", "shape_size"]], "fp_bias_add_p": [[39, 1, 1, "c.fp_bias_add_p", "data_format"], [39, 1, 1, "c.fp_bias_add_p", "dims"], [39, 1, 1, "c.fp_bias_add_p", "input_bias"], [39, 1, 1, "c.fp_bias_add_p", "input_x"], [39, 1, 1, "c.fp_bias_add_p", "length"], [39, 1, 1, "c.fp_bias_add_p", "output"], [39, 1, 1, "c.fp_bias_add_p", "shape_size"]], "fp_bias_add_s": [[39, 1, 1, "c.fp_bias_add_s", "core_mask"], [39, 1, 1, "c.fp_bias_add_s", "data_format"], [39, 1, 1, "c.fp_bias_add_s", "dims"], [39, 1, 1, "c.fp_bias_add_s", "input_bias"], [39, 1, 1, "c.fp_bias_add_s", "input_x"], [39, 1, 1, "c.fp_bias_add_s", "length"], [39, 1, 1, "c.fp_bias_add_s", "output"], [39, 1, 1, "c.fp_bias_add_s", "shape_size"]], "fp_binary_cross_entropy_grad_p": [[41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "dloss"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "dx"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "input_x"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "input_y"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "param"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "weight"]], "fp_binary_cross_entropy_grad_s": [[41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "core_mask"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "dloss"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "dx"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "input_x"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "input_y"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "param"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "weight"]], "fp_binary_cross_entropy_p": [[42, 1, 1, "c.fp_binary_cross_entropy_p", "input_x"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "input_y"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "loss"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "params"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "weight"]], "fp_binary_cross_entropy_s": [[42, 1, 1, "c.fp_binary_cross_entropy_s", "core_mask"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "input_x"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "input_y"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "loss"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "params"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "weight"]], "fp_broadcastto_p": [[43, 1, 1, "c.fp_broadcastto_p", "data_size"], [43, 1, 1, "c.fp_broadcastto_p", "input"], [43, 1, 1, "c.fp_broadcastto_p", "input_shape"], [43, 1, 1, "c.fp_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.fp_broadcastto_p", "output"], [43, 1, 1, "c.fp_broadcastto_p", "output_shape"], [43, 1, 1, "c.fp_broadcastto_p", "output_shape_size"]], "fp_broadcastto_s": [[43, 1, 1, "c.fp_broadcastto_s", "core_mask"], [43, 1, 1, "c.fp_broadcastto_s", "data_size"], [43, 1, 1, "c.fp_broadcastto_s", "input"], [43, 1, 1, "c.fp_broadcastto_s", "input_shape"], [43, 1, 1, "c.fp_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.fp_broadcastto_s", "output"], [43, 1, 1, "c.fp_broadcastto_s", "output_shape"], [43, 1, 1, "c.fp_broadcastto_s", "output_shape_size"]], "fp_cast_to_fp16_p": [[45, 1, 1, "c.fp_cast_to_fp16_p", "input"], [45, 1, 1, "c.fp_cast_to_fp16_p", "length"], [45, 1, 1, "c.fp_cast_to_fp16_p", "output"]], "fp_cast_to_fp16_s": [[45, 1, 1, "c.fp_cast_to_fp16_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_fp16_s", "input"], [45, 1, 1, "c.fp_cast_to_fp16_s", "length"], [45, 1, 1, "c.fp_cast_to_fp16_s", "output"]], "fp_cast_to_fp_p": [[45, 1, 1, "c.fp_cast_to_fp_p", "input"], [45, 1, 1, "c.fp_cast_to_fp_p", "length"], [45, 1, 1, "c.fp_cast_to_fp_p", "output"]], "fp_cast_to_fp_s": [[45, 1, 1, "c.fp_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_fp_s", "input"], [45, 1, 1, "c.fp_cast_to_fp_s", "length"], [45, 1, 1, "c.fp_cast_to_fp_s", "output"]], "fp_cast_to_int16_p": [[45, 1, 1, "c.fp_cast_to_int16_p", "input"], [45, 1, 1, "c.fp_cast_to_int16_p", "input"], [45, 1, 1, "c.fp_cast_to_int16_p", "length"], [45, 1, 1, "c.fp_cast_to_int16_p", "length"], [45, 1, 1, "c.fp_cast_to_int16_p", "output"], [45, 1, 1, "c.fp_cast_to_int16_p", "output"]], "fp_cast_to_int16_s": [[45, 1, 1, "c.fp_cast_to_int16_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int16_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int16_s", "input"], [45, 1, 1, "c.fp_cast_to_int16_s", "input"], [45, 1, 1, "c.fp_cast_to_int16_s", "length"], [45, 1, 1, "c.fp_cast_to_int16_s", "length"], [45, 1, 1, "c.fp_cast_to_int16_s", "output"], [45, 1, 1, "c.fp_cast_to_int16_s", "output"]], "fp_cast_to_int32_p": [[45, 1, 1, "c.fp_cast_to_int32_p", "input"], [45, 1, 1, "c.fp_cast_to_int32_p", "input"], [45, 1, 1, "c.fp_cast_to_int32_p", "length"], [45, 1, 1, "c.fp_cast_to_int32_p", "length"], [45, 1, 1, "c.fp_cast_to_int32_p", "output"], [45, 1, 1, "c.fp_cast_to_int32_p", "output"]], "fp_cast_to_int32_s": [[45, 1, 1, "c.fp_cast_to_int32_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int32_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int32_s", "input"], [45, 1, 1, "c.fp_cast_to_int32_s", "input"], [45, 1, 1, "c.fp_cast_to_int32_s", "length"], [45, 1, 1, "c.fp_cast_to_int32_s", "length"], [45, 1, 1, "c.fp_cast_to_int32_s", "output"], [45, 1, 1, "c.fp_cast_to_int32_s", "output"]], "fp_cast_to_int8_p": [[45, 1, 1, "c.fp_cast_to_int8_p", "input"], [45, 1, 1, "c.fp_cast_to_int8_p", "length"], [45, 1, 1, "c.fp_cast_to_int8_p", "output"]], "fp_cast_to_int8_s": [[45, 1, 1, "c.fp_cast_to_int8_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int8_s", "input"], [45, 1, 1, "c.fp_cast_to_int8_s", "length"], [45, 1, 1, "c.fp_cast_to_int8_s", "output"]], "fp_ceil_p": [[46, 1, 1, "c.fp_ceil_p", "input_size"], [46, 1, 1, "c.fp_ceil_p", "input_x"], [46, 1, 1, "c.fp_ceil_p", "output"]], "fp_ceil_s": [[46, 1, 1, "c.fp_ceil_s", "core_mask"], [46, 1, 1, "c.fp_ceil_s", "input_size"], [46, 1, 1, "c.fp_ceil_s", "input_x"], [46, 1, 1, "c.fp_ceil_s", "output"]], "fp_celu_p": [[14, 1, 1, "c.fp_celu_p", "Input0"], [14, 1, 1, "c.fp_celu_p", "alpha"], [14, 1, 1, "c.fp_celu_p", "length"], [14, 1, 1, "c.fp_celu_p", "output"]], "fp_celu_s": [[14, 1, 1, "c.fp_celu_s", "Input0"], [14, 1, 1, "c.fp_celu_s", "alpha"], [14, 1, 1, "c.fp_celu_s", "core_mask"], [14, 1, 1, "c.fp_celu_s", "length"], [14, 1, 1, "c.fp_celu_s", "output"]], "fp_clip_p": [[14, 1, 1, "c.fp_clip_p", "Input0"], [47, 1, 1, "c.fp_clip_p", "dst"], [14, 1, 1, "c.fp_clip_p", "length"], [47, 1, 1, "c.fp_clip_p", "length"], [47, 1, 1, "c.fp_clip_p", "max"], [14, 1, 1, "c.fp_clip_p", "max_val"], [47, 1, 1, "c.fp_clip_p", "min"], [14, 1, 1, "c.fp_clip_p", "min_val"], [14, 1, 1, "c.fp_clip_p", "output"], [47, 1, 1, "c.fp_clip_p", "src"]], "fp_clip_s": [[14, 1, 1, "c.fp_clip_s", "Input0"], [14, 1, 1, "c.fp_clip_s", "core_mask"], [47, 1, 1, "c.fp_clip_s", "core_mask"], [47, 1, 1, "c.fp_clip_s", "dst"], [14, 1, 1, "c.fp_clip_s", "length"], [47, 1, 1, "c.fp_clip_s", "length"], [47, 1, 1, "c.fp_clip_s", "max"], [14, 1, 1, "c.fp_clip_s", "max_val"], [47, 1, 1, "c.fp_clip_s", "min"], [14, 1, 1, "c.fp_clip_s", "min_val"], [14, 1, 1, "c.fp_clip_s", "output"], [47, 1, 1, "c.fp_clip_s", "src"]], "fp_concat_p": [[48, 1, 1, "c.fp_concat_p", "axis"], [48, 1, 1, "c.fp_concat_p", "input_ndim"], [48, 1, 1, "c.fp_concat_p", "input_shapes"], [48, 1, 1, "c.fp_concat_p", "inputs"], [48, 1, 1, "c.fp_concat_p", "num_inputs"], [48, 1, 1, "c.fp_concat_p", "output"]], "fp_concat_s": [[48, 1, 1, "c.fp_concat_s", "axis"], [48, 1, 1, "c.fp_concat_s", "core_mask"], [48, 1, 1, "c.fp_concat_s", "input_ndim"], [48, 1, 1, "c.fp_concat_s", "input_shapes"], [48, 1, 1, "c.fp_concat_s", "inputs"], [48, 1, 1, "c.fp_concat_s", "num_inputs"], [48, 1, 1, "c.fp_concat_s", "output"]], "fp_constant_of_shape_p": [[49, 1, 1, "c.fp_constant_of_shape_p", "end"], [49, 1, 1, "c.fp_constant_of_shape_p", "output"], [49, 1, 1, "c.fp_constant_of_shape_p", "start"], [49, 1, 1, "c.fp_constant_of_shape_p", "value"]], "fp_constant_of_shape_s": [[49, 1, 1, "c.fp_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.fp_constant_of_shape_s", "end"], [49, 1, 1, "c.fp_constant_of_shape_s", "output"], [49, 1, 1, "c.fp_constant_of_shape_s", "start"], [49, 1, 1, "c.fp_constant_of_shape_s", "value"]], "fp_conv2d_p": [[50, 1, 1, "c.fp_conv2d_p", "bias"], [50, 1, 1, "c.fp_conv2d_p", "conv_param"], [50, 1, 1, "c.fp_conv2d_p", "core_mask"], [50, 1, 1, "c.fp_conv2d_p", "input_w"], [50, 1, 1, "c.fp_conv2d_p", "input_x"], [50, 1, 1, "c.fp_conv2d_p", "out_y"]], "fp_conv2d_s": [[50, 1, 1, "c.fp_conv2d_s", "bias"], [50, 1, 1, "c.fp_conv2d_s", "conv_param"], [50, 1, 1, "c.fp_conv2d_s", "core_mask"], [50, 1, 1, "c.fp_conv2d_s", "input_w"], [50, 1, 1, "c.fp_conv2d_s", "input_x"], [50, 1, 1, "c.fp_conv2d_s", "out_y"]], "fp_conv2dbackpropfilterfusion_p": [[52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "conv_param"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "dw"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "dy"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "x"]], "fp_conv2dbackpropfilterfusion_s": [[52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "conv_param"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "core_mask"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "dw"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "dy"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "x"]], "fp_conv2dbackpropinputfusion_p": [[53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "conv_param"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "dx"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "dy"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "w"]], "fp_conv2dbackpropinputfusion_s": [[53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "conv_param"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "core_mask"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "dx"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "dy"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "w"]], "fp_convtranspose_p": [[51, 1, 1, "c.fp_convtranspose_p", "bias"], [51, 1, 1, "c.fp_convtranspose_p", "conv_param"], [51, 1, 1, "c.fp_convtranspose_p", "core_mask"], [51, 1, 1, "c.fp_convtranspose_p", "input_w"], [51, 1, 1, "c.fp_convtranspose_p", "input_x"], [51, 1, 1, "c.fp_convtranspose_p", "out_y"]], "fp_convtranspose_s": [[51, 1, 1, "c.fp_convtranspose_s", "bias"], [51, 1, 1, "c.fp_convtranspose_s", "conv_param"], [51, 1, 1, "c.fp_convtranspose_s", "core_mask"], [51, 1, 1, "c.fp_convtranspose_s", "input_w"], [51, 1, 1, "c.fp_convtranspose_s", "input_x"], [51, 1, 1, "c.fp_convtranspose_s", "out_y"]], "fp_cos_p": [[54, 1, 1, "c.fp_cos_p", "dst_data"], [54, 1, 1, "c.fp_cos_p", "length"], [54, 1, 1, "c.fp_cos_p", "src_data"]], "fp_cos_s": [[54, 1, 1, "c.fp_cos_s", "core_mask"], [54, 1, 1, "c.fp_cos_s", "dst_data"], [54, 1, 1, "c.fp_cos_s", "length"], [54, 1, 1, "c.fp_cos_s", "src_data"]], "fp_crop_and_resize_anycore": [[56, 1, 1, "c.fp_crop_and_resize_anycore", "box_idx"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "boxes"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "core_mask"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "dst"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "extrapolation_value"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "param"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "src"]], "fp_cum_sum_p": [[57, 1, 1, "c.fp_cum_sum_p", "axis_dim"], [57, 1, 1, "c.fp_cum_sum_p", "exclusive"], [57, 1, 1, "c.fp_cum_sum_p", "inner_dim"], [57, 1, 1, "c.fp_cum_sum_p", "input"], [57, 1, 1, "c.fp_cum_sum_p", "out_dim"], [57, 1, 1, "c.fp_cum_sum_p", "output"]], "fp_cum_sum_s": [[57, 1, 1, "c.fp_cum_sum_s", "axis_dim"], [57, 1, 1, "c.fp_cum_sum_s", "core_mask"], [57, 1, 1, "c.fp_cum_sum_s", "exclusive"], [57, 1, 1, "c.fp_cum_sum_s", "inner_dim"], [57, 1, 1, "c.fp_cum_sum_s", "input"], [57, 1, 1, "c.fp_cum_sum_s", "out_dim"], [57, 1, 1, "c.fp_cum_sum_s", "output"]], "fp_deconv_grad_filter_p": [[62, 1, 1, "c.fp_deconv_grad_filter_p", "dw_data"], [62, 1, 1, "c.fp_deconv_grad_filter_p", "dy_data"], [62, 1, 1, "c.fp_deconv_grad_filter_p", "param"], [62, 1, 1, "c.fp_deconv_grad_filter_p", "x_data"]], "fp_deconv_grad_filter_s": [[62, 1, 1, "c.fp_deconv_grad_filter_s", "core_mask"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "dw_data"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "dy_data"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "param"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "x_data"]], "fp_depthtospace_p": [[64, 1, 1, "c.fp_depthtospace_p", "block_size"], [64, 1, 1, "c.fp_depthtospace_p", "data_size"], [64, 1, 1, "c.fp_depthtospace_p", "in_shape"], [64, 1, 1, "c.fp_depthtospace_p", "input"], [64, 1, 1, "c.fp_depthtospace_p", "output"]], "fp_depthtospace_s": [[64, 1, 1, "c.fp_depthtospace_s", "block_size"], [64, 1, 1, "c.fp_depthtospace_s", "core_mask"], [64, 1, 1, "c.fp_depthtospace_s", "data_size"], [64, 1, 1, "c.fp_depthtospace_s", "in_shape"], [64, 1, 1, "c.fp_depthtospace_s", "input"], [64, 1, 1, "c.fp_depthtospace_s", "output"]], "fp_detection_post_process_p": [[65, 1, 1, "c.fp_detection_post_process_p", "anchors"], [65, 1, 1, "c.fp_detection_post_process_p", "input_boxes"], [65, 1, 1, "c.fp_detection_post_process_p", "input_scores"], [65, 1, 1, "c.fp_detection_post_process_p", "output_boxes"], [65, 1, 1, "c.fp_detection_post_process_p", "output_classes"], [65, 1, 1, "c.fp_detection_post_process_p", "output_num"], [65, 1, 1, "c.fp_detection_post_process_p", "output_scores"], [65, 1, 1, "c.fp_detection_post_process_p", "param"]], "fp_detection_post_process_s": [[65, 1, 1, "c.fp_detection_post_process_s", "anchors"], [65, 1, 1, "c.fp_detection_post_process_s", "core_mask"], [65, 1, 1, "c.fp_detection_post_process_s", "input_boxes"], [65, 1, 1, "c.fp_detection_post_process_s", "input_scores"], [65, 1, 1, "c.fp_detection_post_process_s", "output_boxes"], [65, 1, 1, "c.fp_detection_post_process_s", "output_classes"], [65, 1, 1, "c.fp_detection_post_process_s", "output_num"], [65, 1, 1, "c.fp_detection_post_process_s", "output_scores"], [65, 1, 1, "c.fp_detection_post_process_s", "param"]], "fp_div_grad_p": [[67, 1, 1, "c.fp_div_grad_p", "dx1"], [67, 1, 1, "c.fp_div_grad_p", "dx2"], [67, 1, 1, "c.fp_div_grad_p", "dy"], [67, 1, 1, "c.fp_div_grad_p", "params"], [67, 1, 1, "c.fp_div_grad_p", "x1_data"], [67, 1, 1, "c.fp_div_grad_p", "x2_data"]], "fp_div_grad_s": [[67, 1, 1, "c.fp_div_grad_s", "core_mask"], [67, 1, 1, "c.fp_div_grad_s", "dx1"], [67, 1, 1, "c.fp_div_grad_s", "dx2"], [67, 1, 1, "c.fp_div_grad_s", "dy"], [67, 1, 1, "c.fp_div_grad_s", "params"], [67, 1, 1, "c.fp_div_grad_s", "x1_data"], [67, 1, 1, "c.fp_div_grad_s", "x2_data"]], "fp_div_p": [[66, 1, 1, "c.fp_div_p", "input0"], [66, 1, 1, "c.fp_div_p", "input1"], [66, 1, 1, "c.fp_div_p", "output"], [66, 1, 1, "c.fp_div_p", "param"]], "fp_div_s": [[66, 1, 1, "c.fp_div_s", "core_mask"], [66, 1, 1, "c.fp_div_s", "input0"], [66, 1, 1, "c.fp_div_s", "input1"], [66, 1, 1, "c.fp_div_s", "output"], [66, 1, 1, "c.fp_div_s", "param"]], "fp_dropout_grad_p": [[69, 1, 1, "c.fp_dropout_grad_p", "input"], [69, 1, 1, "c.fp_dropout_grad_p", "length"], [69, 1, 1, "c.fp_dropout_grad_p", "mask"], [69, 1, 1, "c.fp_dropout_grad_p", "output"], [69, 1, 1, "c.fp_dropout_grad_p", "scale"]], "fp_dropout_grad_s": [[69, 1, 1, "c.fp_dropout_grad_s", "core_mask"], [69, 1, 1, "c.fp_dropout_grad_s", "input"], [69, 1, 1, "c.fp_dropout_grad_s", "length"], [69, 1, 1, "c.fp_dropout_grad_s", "mask"], [69, 1, 1, "c.fp_dropout_grad_s", "output"], [69, 1, 1, "c.fp_dropout_grad_s", "scale"]], "fp_dropout_p": [[68, 1, 1, "c.fp_dropout_p", "input"], [68, 1, 1, "c.fp_dropout_p", "length"], [68, 1, 1, "c.fp_dropout_p", "mask"], [68, 1, 1, "c.fp_dropout_p", "output"], [68, 1, 1, "c.fp_dropout_p", "scale"]], "fp_dropout_s": [[68, 1, 1, "c.fp_dropout_s", "core_mask"], [68, 1, 1, "c.fp_dropout_s", "input"], [68, 1, 1, "c.fp_dropout_s", "length"], [68, 1, 1, "c.fp_dropout_s", "mask"], [68, 1, 1, "c.fp_dropout_s", "output"], [68, 1, 1, "c.fp_dropout_s", "scale"]], "fp_dynamic_quant_p": [[71, 1, 1, "c.fp_dynamic_quant_p", "max_value"], [71, 1, 1, "c.fp_dynamic_quant_p", "min_value"], [71, 1, 1, "c.fp_dynamic_quant_p", "quant_values"], [71, 1, 1, "c.fp_dynamic_quant_p", "real_values"], [71, 1, 1, "c.fp_dynamic_quant_p", "scale"], [71, 1, 1, "c.fp_dynamic_quant_p", "size"], [71, 1, 1, "c.fp_dynamic_quant_p", "zp"]], "fp_dynamic_quant_s": [[71, 1, 1, "c.fp_dynamic_quant_s", "core_mask"], [71, 1, 1, "c.fp_dynamic_quant_s", "max_value"], [71, 1, 1, "c.fp_dynamic_quant_s", "min_value"], [71, 1, 1, "c.fp_dynamic_quant_s", "quant_values"], [71, 1, 1, "c.fp_dynamic_quant_s", "real_values"], [71, 1, 1, "c.fp_dynamic_quant_s", "scale"], [71, 1, 1, "c.fp_dynamic_quant_s", "size"], [71, 1, 1, "c.fp_dynamic_quant_s", "zp"]], "fp_eltwise_p": [[72, 1, 1, "c.fp_eltwise_p", "Input0"], [72, 1, 1, "c.fp_eltwise_p", "Input1"], [72, 1, 1, "c.fp_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.fp_eltwise_p", "length"], [72, 1, 1, "c.fp_eltwise_p", "output"]], "fp_eltwise_s": [[72, 1, 1, "c.fp_eltwise_s", "Input0"], [72, 1, 1, "c.fp_eltwise_s", "Input1"], [72, 1, 1, "c.fp_eltwise_s", "core_mask"], [72, 1, 1, "c.fp_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.fp_eltwise_s", "length"], [72, 1, 1, "c.fp_eltwise_s", "output"]], "fp_elu_grad_p": [[15, 1, 1, "c.fp_elu_grad_p", "alpha"], [15, 1, 1, "c.fp_elu_grad_p", "dst"], [15, 1, 1, "c.fp_elu_grad_p", "length"], [15, 1, 1, "c.fp_elu_grad_p", "src0"], [15, 1, 1, "c.fp_elu_grad_p", "src1"]], "fp_elu_grad_s": [[15, 1, 1, "c.fp_elu_grad_s", "alpha"], [15, 1, 1, "c.fp_elu_grad_s", "core_mask"], [15, 1, 1, "c.fp_elu_grad_s", "dst"], [15, 1, 1, "c.fp_elu_grad_s", "length"], [15, 1, 1, "c.fp_elu_grad_s", "src0"], [15, 1, 1, "c.fp_elu_grad_s", "src1"]], "fp_elu_p": [[14, 1, 1, "c.fp_elu_p", "Input0"], [14, 1, 1, "c.fp_elu_p", "alpha"], [73, 1, 1, "c.fp_elu_p", "alpha"], [73, 1, 1, "c.fp_elu_p", "input"], [14, 1, 1, "c.fp_elu_p", "length"], [73, 1, 1, "c.fp_elu_p", "length"], [14, 1, 1, "c.fp_elu_p", "output"], [73, 1, 1, "c.fp_elu_p", "output"]], "fp_elu_s": [[14, 1, 1, "c.fp_elu_s", "Input0"], [14, 1, 1, "c.fp_elu_s", "alpha"], [73, 1, 1, "c.fp_elu_s", "alpha"], [14, 1, 1, "c.fp_elu_s", "core_mask"], [73, 1, 1, "c.fp_elu_s", "core_mask"], [73, 1, 1, "c.fp_elu_s", "input"], [14, 1, 1, "c.fp_elu_s", "length"], [73, 1, 1, "c.fp_elu_s", "length"], [14, 1, 1, "c.fp_elu_s", "output"], [73, 1, 1, "c.fp_elu_s", "output"]], "fp_embedding_lookup_p": [[74, 1, 1, "c.fp_embedding_lookup_p", "input"], [74, 1, 1, "c.fp_embedding_lookup_p", "output"], [74, 1, 1, "c.fp_embedding_lookup_p", "params"]], "fp_embedding_lookup_s": [[74, 1, 1, "c.fp_embedding_lookup_s", "core_mask"], [74, 1, 1, "c.fp_embedding_lookup_s", "input"], [74, 1, 1, "c.fp_embedding_lookup_s", "output"], [74, 1, 1, "c.fp_embedding_lookup_s", "params"]], "fp_equal_p": [[75, 1, 1, "c.fp_equal_p", "Input0"], [75, 1, 1, "c.fp_equal_p", "Input1"], [75, 1, 1, "c.fp_equal_p", "output"], [75, 1, 1, "c.fp_equal_p", "params"]], "fp_equal_s": [[75, 1, 1, "c.fp_equal_s", "Input0"], [75, 1, 1, "c.fp_equal_s", "Input1"], [75, 1, 1, "c.fp_equal_s", "core_mask"], [75, 1, 1, "c.fp_equal_s", "output"], [75, 1, 1, "c.fp_equal_s", "params"]], "fp_erf_p": [[76, 1, 1, "c.fp_erf_p", "input"], [76, 1, 1, "c.fp_erf_p", "length"], [76, 1, 1, "c.fp_erf_p", "output"]], "fp_erf_s": [[76, 1, 1, "c.fp_erf_s", "core_mask"], [76, 1, 1, "c.fp_erf_s", "input"], [76, 1, 1, "c.fp_erf_s", "length"], [76, 1, 1, "c.fp_erf_s", "output"]], "fp_exp_p": [[78, 1, 1, "c.fp_exp_p", "dst_data"], [78, 1, 1, "c.fp_exp_p", "in_scale"], [78, 1, 1, "c.fp_exp_p", "length"], [78, 1, 1, "c.fp_exp_p", "out_scale"], [78, 1, 1, "c.fp_exp_p", "scale"], [78, 1, 1, "c.fp_exp_p", "src_data"]], "fp_exp_s": [[78, 1, 1, "c.fp_exp_s", "core_mask"], [78, 1, 1, "c.fp_exp_s", "dst_data"], [78, 1, 1, "c.fp_exp_s", "in_scale"], [78, 1, 1, "c.fp_exp_s", "length"], [78, 1, 1, "c.fp_exp_s", "out_scale"], [78, 1, 1, "c.fp_exp_s", "scale"], [78, 1, 1, "c.fp_exp_s", "src_data"]], "fp_extract_features_p": [[59, 1, 1, "c.fp_extract_features_p", "num_strings"], [59, 1, 1, "c.fp_extract_features_p", "output_labels"], [59, 1, 1, "c.fp_extract_features_p", "output_weights"], [59, 1, 1, "c.fp_extract_features_p", "string_lengths"], [59, 1, 1, "c.fp_extract_features_p", "string_pointers"]], "fp_extract_features_s": [[59, 1, 1, "c.fp_extract_features_s", "core_mask"], [59, 1, 1, "c.fp_extract_features_s", "num_strings"], [59, 1, 1, "c.fp_extract_features_s", "output_labels"], [59, 1, 1, "c.fp_extract_features_s", "output_weights"], [59, 1, 1, "c.fp_extract_features_s", "string_lengths"], [59, 1, 1, "c.fp_extract_features_s", "string_pointers"]], "fp_fake_quant_with_min_max_vars_p": [[79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "length"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "max_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "min_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "output"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "quant_max"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "quant_min"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "src"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "symmetric"]], "fp_fake_quant_with_min_max_vars_per_channel_p": [[80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "channel_num"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "length"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "max_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "min_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "output"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "quant_max"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "quant_min"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "src"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "symmetric"]], "fp_fake_quant_with_min_max_vars_per_channel_s": [[80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "channel_num"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "core_mask"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "length"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "max_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "min_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "output"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "quant_max"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "quant_min"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "src"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "symmetric"]], "fp_fake_quant_with_min_max_vars_s": [[79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "core_mask"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "length"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "max_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "min_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "output"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "quant_max"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "quant_min"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "src"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "symmetric"]], "fp_fill_p": [[83, 1, 1, "c.fp_fill_p", "output"], [83, 1, 1, "c.fp_fill_p", "param"], [83, 1, 1, "c.fp_fill_p", "value"]], "fp_fill_s": [[83, 1, 1, "c.fp_fill_s", "core_mask"], [83, 1, 1, "c.fp_fill_s", "output"], [83, 1, 1, "c.fp_fill_s", "param"], [83, 1, 1, "c.fp_fill_s", "value"]], "fp_flatten_grad_p": [[86, 1, 1, "c.fp_flatten_grad_p", "input"], [86, 1, 1, "c.fp_flatten_grad_p", "origin_ndim"], [86, 1, 1, "c.fp_flatten_grad_p", "origin_shape"], [86, 1, 1, "c.fp_flatten_grad_p", "output"]], "fp_flatten_grad_s": [[86, 1, 1, "c.fp_flatten_grad_s", "core_mask"], [86, 1, 1, "c.fp_flatten_grad_s", "input"], [86, 1, 1, "c.fp_flatten_grad_s", "origin_ndim"], [86, 1, 1, "c.fp_flatten_grad_s", "origin_shape"], [86, 1, 1, "c.fp_flatten_grad_s", "output"]], "fp_floor_div_p": [[89, 1, 1, "c.fp_floor_div_p", "dst_data"], [89, 1, 1, "c.fp_floor_div_p", "params"], [89, 1, 1, "c.fp_floor_div_p", "src_data0"], [89, 1, 1, "c.fp_floor_div_p", "src_data1"]], "fp_floor_div_s": [[89, 1, 1, "c.fp_floor_div_s", "core_mask"], [89, 1, 1, "c.fp_floor_div_s", "dst_data"], [89, 1, 1, "c.fp_floor_div_s", "params"], [89, 1, 1, "c.fp_floor_div_s", "src_data0"], [89, 1, 1, "c.fp_floor_div_s", "src_data1"]], "fp_floor_mod_p": [[88, 1, 1, "c.fp_floor_mod_p", "input0"], [88, 1, 1, "c.fp_floor_mod_p", "input1"], [88, 1, 1, "c.fp_floor_mod_p", "output"], [88, 1, 1, "c.fp_floor_mod_p", "params"]], "fp_floor_mod_s": [[88, 1, 1, "c.fp_floor_mod_s", "core_mask"], [88, 1, 1, "c.fp_floor_mod_s", "input0"], [88, 1, 1, "c.fp_floor_mod_s", "input1"], [88, 1, 1, "c.fp_floor_mod_s", "output"], [88, 1, 1, "c.fp_floor_mod_s", "params"]], "fp_floor_p": [[87, 1, 1, "c.fp_floor_p", "dst_data"], [87, 1, 1, "c.fp_floor_p", "length"], [87, 1, 1, "c.fp_floor_p", "src_data"]], "fp_floor_s": [[87, 1, 1, "c.fp_floor_s", "core_mask"], [87, 1, 1, "c.fp_floor_s", "dst_data"], [87, 1, 1, "c.fp_floor_s", "length"], [87, 1, 1, "c.fp_floor_s", "src_data"]], "fp_format_transpose_p": [[90, 1, 1, "c.fp_format_transpose_p", "batch"], [90, 1, 1, "c.fp_format_transpose_p", "channel"], [90, 1, 1, "c.fp_format_transpose_p", "dst_data"], [90, 1, 1, "c.fp_format_transpose_p", "dst_format"], [90, 1, 1, "c.fp_format_transpose_p", "plane"], [90, 1, 1, "c.fp_format_transpose_p", "src_data"], [90, 1, 1, "c.fp_format_transpose_p", "src_format"]], "fp_format_transpose_s": [[90, 1, 1, "c.fp_format_transpose_s", "batch"], [90, 1, 1, "c.fp_format_transpose_s", "channel"], [90, 1, 1, "c.fp_format_transpose_s", "core_mask"], [90, 1, 1, "c.fp_format_transpose_s", "dst_data"], [90, 1, 1, "c.fp_format_transpose_s", "dst_format"], [90, 1, 1, "c.fp_format_transpose_s", "plane"], [90, 1, 1, "c.fp_format_transpose_s", "src_data"], [90, 1, 1, "c.fp_format_transpose_s", "src_format"]], "fp_full_connection_p": [[91, 1, 1, "c.fp_full_connection_p", "A"], [91, 1, 1, "c.fp_full_connection_p", "B"], [91, 1, 1, "c.fp_full_connection_p", "C"], [91, 1, 1, "c.fp_full_connection_p", "bias"], [91, 1, 1, "c.fp_full_connection_p", "params"]], "fp_full_connection_s": [[91, 1, 1, "c.fp_full_connection_s", "A"], [91, 1, 1, "c.fp_full_connection_s", "B"], [91, 1, 1, "c.fp_full_connection_s", "C"], [91, 1, 1, "c.fp_full_connection_s", "bias"], [91, 1, 1, "c.fp_full_connection_s", "core_mask"], [91, 1, 1, "c.fp_full_connection_s", "params"]], "fp_fusedbatchnorm_p": [[92, 1, 1, "c.fp_fusedbatchnorm_p", "channel"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "epsilon"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "input"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "mean"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "offset"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "output"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "scale"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "unit"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "variance"]], "fp_fusedbatchnorm_s": [[92, 1, 1, "c.fp_fusedbatchnorm_s", "channel"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "core_mask"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "epsilon"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "input"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "mean"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "offset"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "output"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "scale"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "unit"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "variance"]], "fp_gather_d_p": [[95, 1, 1, "c.fp_gather_d_p", "dim"], [95, 1, 1, "c.fp_gather_d_p", "index"], [95, 1, 1, "c.fp_gather_d_p", "index_shape"], [95, 1, 1, "c.fp_gather_d_p", "input_shape"], [95, 1, 1, "c.fp_gather_d_p", "input_shape_size"], [95, 1, 1, "c.fp_gather_d_p", "input_x"], [95, 1, 1, "c.fp_gather_d_p", "output"]], "fp_gather_d_s": [[95, 1, 1, "c.fp_gather_d_s", "core_mask"], [95, 1, 1, "c.fp_gather_d_s", "dim"], [95, 1, 1, "c.fp_gather_d_s", "index"], [95, 1, 1, "c.fp_gather_d_s", "index_shape"], [95, 1, 1, "c.fp_gather_d_s", "input_shape"], [95, 1, 1, "c.fp_gather_d_s", "input_shape_size"], [95, 1, 1, "c.fp_gather_d_s", "input_x"], [95, 1, 1, "c.fp_gather_d_s", "output"]], "fp_gather_nd_p": [[94, 1, 1, "c.fp_gather_nd_p", "input"], [94, 1, 1, "c.fp_gather_nd_p", "output"], [94, 1, 1, "c.fp_gather_nd_p", "params"]], "fp_gather_nd_s": [[94, 1, 1, "c.fp_gather_nd_s", "core_mask"], [94, 1, 1, "c.fp_gather_nd_s", "input"], [94, 1, 1, "c.fp_gather_nd_s", "output"], [94, 1, 1, "c.fp_gather_nd_s", "params"]], "fp_gather_p": [[93, 1, 1, "c.fp_gather_p", "indices"], [93, 1, 1, "c.fp_gather_p", "input"], [93, 1, 1, "c.fp_gather_p", "output"], [93, 1, 1, "c.fp_gather_p", "params"]], "fp_gather_s": [[93, 1, 1, "c.fp_gather_s", "core_mask"], [93, 1, 1, "c.fp_gather_s", "indices"], [93, 1, 1, "c.fp_gather_s", "input"], [93, 1, 1, "c.fp_gather_s", "output"], [93, 1, 1, "c.fp_gather_s", "params"]], "fp_gelu_grad_p": [[15, 1, 1, "c.fp_gelu_grad_p", "dst"], [15, 1, 1, "c.fp_gelu_grad_p", "length"], [15, 1, 1, "c.fp_gelu_grad_p", "src0"], [15, 1, 1, "c.fp_gelu_grad_p", "src1"]], "fp_gelu_grad_s": [[15, 1, 1, "c.fp_gelu_grad_s", "core_mask"], [15, 1, 1, "c.fp_gelu_grad_s", "dst"], [15, 1, 1, "c.fp_gelu_grad_s", "length"], [15, 1, 1, "c.fp_gelu_grad_s", "src0"], [15, 1, 1, "c.fp_gelu_grad_s", "src1"]], "fp_gelu_p": [[14, 1, 1, "c.fp_gelu_p", "Input0"], [14, 1, 1, "c.fp_gelu_p", "approximate"], [14, 1, 1, "c.fp_gelu_p", "length"], [14, 1, 1, "c.fp_gelu_p", "output"]], "fp_gelu_s": [[14, 1, 1, "c.fp_gelu_s", "Input0"], [14, 1, 1, "c.fp_gelu_s", "approximate"], [14, 1, 1, "c.fp_gelu_s", "core_mask"], [14, 1, 1, "c.fp_gelu_s", "length"], [14, 1, 1, "c.fp_gelu_s", "output"]], "fp_glu_p": [[97, 1, 1, "c.fp_glu_p", "in_data"], [97, 1, 1, "c.fp_glu_p", "out_data"], [97, 1, 1, "c.fp_glu_p", "params"]], "fp_glu_s": [[97, 1, 1, "c.fp_glu_s", "core_mask"], [97, 1, 1, "c.fp_glu_s", "in_data"], [97, 1, 1, "c.fp_glu_s", "out_data"], [97, 1, 1, "c.fp_glu_s", "params"]], "fp_greater_equal_p": [[99, 1, 1, "c.fp_greater_equal_p", "input1"], [99, 1, 1, "c.fp_greater_equal_p", "input2"], [99, 1, 1, "c.fp_greater_equal_p", "output"], [99, 1, 1, "c.fp_greater_equal_p", "params"]], "fp_greater_equal_s": [[99, 1, 1, "c.fp_greater_equal_s", "core_mask"], [99, 1, 1, "c.fp_greater_equal_s", "input1"], [99, 1, 1, "c.fp_greater_equal_s", "input2"], [99, 1, 1, "c.fp_greater_equal_s", "output"], [99, 1, 1, "c.fp_greater_equal_s", "params"]], "fp_greater_p": [[98, 1, 1, "c.fp_greater_p", "input1"], [98, 1, 1, "c.fp_greater_p", "input2"], [98, 1, 1, "c.fp_greater_p", "output"], [98, 1, 1, "c.fp_greater_p", "params"]], "fp_greater_s": [[98, 1, 1, "c.fp_greater_s", "core_mask"], [98, 1, 1, "c.fp_greater_s", "input1"], [98, 1, 1, "c.fp_greater_s", "input2"], [98, 1, 1, "c.fp_greater_s", "output"], [98, 1, 1, "c.fp_greater_s", "params"]], "fp_groupnormfusion_p": [[100, 1, 1, "c.fp_groupnormfusion_p", "batch"], [100, 1, 1, "c.fp_groupnormfusion_p", "channel"], [100, 1, 1, "c.fp_groupnormfusion_p", "epsilon"], [100, 1, 1, "c.fp_groupnormfusion_p", "input"], [100, 1, 1, "c.fp_groupnormfusion_p", "mean"], [100, 1, 1, "c.fp_groupnormfusion_p", "num_groups"], [100, 1, 1, "c.fp_groupnormfusion_p", "offset"], [100, 1, 1, "c.fp_groupnormfusion_p", "output"], [100, 1, 1, "c.fp_groupnormfusion_p", "scale"], [100, 1, 1, "c.fp_groupnormfusion_p", "unit"], [100, 1, 1, "c.fp_groupnormfusion_p", "variance"]], "fp_groupnormfusion_s": [[100, 1, 1, "c.fp_groupnormfusion_s", "batch"], [100, 1, 1, "c.fp_groupnormfusion_s", "channel"], [100, 1, 1, "c.fp_groupnormfusion_s", "core_mask"], [100, 1, 1, "c.fp_groupnormfusion_s", "epsilon"], [100, 1, 1, "c.fp_groupnormfusion_s", "input"], [100, 1, 1, "c.fp_groupnormfusion_s", "mean"], [100, 1, 1, "c.fp_groupnormfusion_s", "num_groups"], [100, 1, 1, "c.fp_groupnormfusion_s", "offset"], [100, 1, 1, "c.fp_groupnormfusion_s", "output"], [100, 1, 1, "c.fp_groupnormfusion_s", "scale"], [100, 1, 1, "c.fp_groupnormfusion_s", "unit"], [100, 1, 1, "c.fp_groupnormfusion_s", "variance"]], "fp_h_sigmoid_grad_p": [[15, 1, 1, "c.fp_h_sigmoid_grad_p", "dst"], [15, 1, 1, "c.fp_h_sigmoid_grad_p", "length"], [15, 1, 1, "c.fp_h_sigmoid_grad_p", "src0"], [15, 1, 1, "c.fp_h_sigmoid_grad_p", "src1"]], "fp_h_sigmoid_grad_s": [[15, 1, 1, "c.fp_h_sigmoid_grad_s", "core_mask"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "dst"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "length"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "src0"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "src1"]], "fp_h_swish_grad_p": [[15, 1, 1, "c.fp_h_swish_grad_p", "dst"], [15, 1, 1, "c.fp_h_swish_grad_p", "length"], [15, 1, 1, "c.fp_h_swish_grad_p", "src0"], [15, 1, 1, "c.fp_h_swish_grad_p", "src1"]], "fp_h_swish_grad_s": [[15, 1, 1, "c.fp_h_swish_grad_s", "core_mask"], [15, 1, 1, "c.fp_h_swish_grad_s", "dst"], [15, 1, 1, "c.fp_h_swish_grad_s", "length"], [15, 1, 1, "c.fp_h_swish_grad_s", "src0"], [15, 1, 1, "c.fp_h_swish_grad_s", "src1"]], "fp_hard_shrink_grad_p": [[15, 1, 1, "c.fp_hard_shrink_grad_p", "dst"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "lambd"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "length"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "src0"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "src1"]], "fp_hard_shrink_grad_s": [[15, 1, 1, "c.fp_hard_shrink_grad_s", "core_mask"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "dst"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "lambd"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "length"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "src0"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "src1"]], "fp_hardshrink_p": [[14, 1, 1, "c.fp_hardshrink_p", "Input0"], [14, 1, 1, "c.fp_hardshrink_p", "lambd"], [14, 1, 1, "c.fp_hardshrink_p", "length"], [14, 1, 1, "c.fp_hardshrink_p", "output"]], "fp_hardshrink_s": [[14, 1, 1, "c.fp_hardshrink_s", "Input0"], [14, 1, 1, "c.fp_hardshrink_s", "core_mask"], [14, 1, 1, "c.fp_hardshrink_s", "lambd"], [14, 1, 1, "c.fp_hardshrink_s", "length"], [14, 1, 1, "c.fp_hardshrink_s", "output"]], "fp_hardtanh_p": [[14, 1, 1, "c.fp_hardtanh_p", "Input0"], [14, 1, 1, "c.fp_hardtanh_p", "length"], [14, 1, 1, "c.fp_hardtanh_p", "max_val"], [14, 1, 1, "c.fp_hardtanh_p", "min_val"], [14, 1, 1, "c.fp_hardtanh_p", "output"]], "fp_hardtanh_s": [[14, 1, 1, "c.fp_hardtanh_s", "Input0"], [14, 1, 1, "c.fp_hardtanh_s", "core_mask"], [14, 1, 1, "c.fp_hardtanh_s", "length"], [14, 1, 1, "c.fp_hardtanh_s", "max_val"], [14, 1, 1, "c.fp_hardtanh_s", "min_val"], [14, 1, 1, "c.fp_hardtanh_s", "output"]], "fp_hsigmoid_p": [[14, 1, 1, "c.fp_hsigmoid_p", "Input0"], [14, 1, 1, "c.fp_hsigmoid_p", "length"], [14, 1, 1, "c.fp_hsigmoid_p", "output"]], "fp_hsigmoid_s": [[14, 1, 1, "c.fp_hsigmoid_s", "Input0"], [14, 1, 1, "c.fp_hsigmoid_s", "core_mask"], [14, 1, 1, "c.fp_hsigmoid_s", "length"], [14, 1, 1, "c.fp_hsigmoid_s", "output"]], "fp_hswish_p": [[14, 1, 1, "c.fp_hswish_p", "Input0"], [14, 1, 1, "c.fp_hswish_p", "length"], [14, 1, 1, "c.fp_hswish_p", "output"]], "fp_hswish_s": [[14, 1, 1, "c.fp_hswish_s", "Input0"], [14, 1, 1, "c.fp_hswish_s", "core_mask"], [14, 1, 1, "c.fp_hswish_s", "length"], [14, 1, 1, "c.fp_hswish_s", "output"]], "fp_instance_norm_p": [[103, 1, 1, "c.fp_instance_norm_p", "epsilon"], [103, 1, 1, "c.fp_instance_norm_p", "input"], [103, 1, 1, "c.fp_instance_norm_p", "output"], [103, 1, 1, "c.fp_instance_norm_p", "params"]], "fp_instance_norm_s": [[103, 1, 1, "c.fp_instance_norm_s", "core_mask"], [103, 1, 1, "c.fp_instance_norm_s", "epsilon"], [103, 1, 1, "c.fp_instance_norm_s", "input"], [103, 1, 1, "c.fp_instance_norm_s", "output"], [103, 1, 1, "c.fp_instance_norm_s", "params"]], "fp_is_finite_p": [[105, 1, 1, "c.fp_is_finite_p", "Input"], [105, 1, 1, "c.fp_is_finite_p", "length"], [105, 1, 1, "c.fp_is_finite_p", "output"]], "fp_is_finite_s": [[105, 1, 1, "c.fp_is_finite_s", "Input"], [105, 1, 1, "c.fp_is_finite_s", "core_mask"], [105, 1, 1, "c.fp_is_finite_s", "length"], [105, 1, 1, "c.fp_is_finite_s", "output"]], "fp_l2norm_p": [[106, 1, 1, "c.fp_l2norm_p", "Input"], [106, 1, 1, "c.fp_l2norm_p", "output"], [106, 1, 1, "c.fp_l2norm_p", "params"]], "fp_l2norm_s": [[106, 1, 1, "c.fp_l2norm_s", "Input"], [106, 1, 1, "c.fp_l2norm_s", "core_mask"], [106, 1, 1, "c.fp_l2norm_s", "output"], [106, 1, 1, "c.fp_l2norm_s", "params"]], "fp_l_relu_grad_p": [[15, 1, 1, "c.fp_l_relu_grad_p", "alpha"], [15, 1, 1, "c.fp_l_relu_grad_p", "dst"], [15, 1, 1, "c.fp_l_relu_grad_p", "length"], [15, 1, 1, "c.fp_l_relu_grad_p", "src0"], [15, 1, 1, "c.fp_l_relu_grad_p", "src1"]], "fp_l_relu_grad_s": [[15, 1, 1, "c.fp_l_relu_grad_s", "alpha"], [15, 1, 1, "c.fp_l_relu_grad_s", "core_mask"], [15, 1, 1, "c.fp_l_relu_grad_s", "dst"], [15, 1, 1, "c.fp_l_relu_grad_s", "length"], [15, 1, 1, "c.fp_l_relu_grad_s", "src0"], [15, 1, 1, "c.fp_l_relu_grad_s", "src1"]], "fp_layer_norm_grad_p": [[108, 1, 1, "c.fp_layer_norm_grad_p", "dx"], [108, 1, 1, "c.fp_layer_norm_grad_p", "dy"], [108, 1, 1, "c.fp_layer_norm_grad_p", "params"], [108, 1, 1, "c.fp_layer_norm_grad_p", "x"]], "fp_layer_norm_grad_s": [[108, 1, 1, "c.fp_layer_norm_grad_s", "core_mask"], [108, 1, 1, "c.fp_layer_norm_grad_s", "dx"], [108, 1, 1, "c.fp_layer_norm_grad_s", "dy"], [108, 1, 1, "c.fp_layer_norm_grad_s", "params"], [108, 1, 1, "c.fp_layer_norm_grad_s", "x"]], "fp_layernormfusion_p": [[107, 1, 1, "c.fp_layernormfusion_p", "beta_data"], [107, 1, 1, "c.fp_layernormfusion_p", "dst_data"], [107, 1, 1, "c.fp_layernormfusion_p", "epsilon"], [107, 1, 1, "c.fp_layernormfusion_p", "gamma_data"], [107, 1, 1, "c.fp_layernormfusion_p", "norm_inner_size"], [107, 1, 1, "c.fp_layernormfusion_p", "norm_outer_size"], [107, 1, 1, "c.fp_layernormfusion_p", "out_mean"], [107, 1, 1, "c.fp_layernormfusion_p", "out_variance"], [107, 1, 1, "c.fp_layernormfusion_p", "param_inner_size"], [107, 1, 1, "c.fp_layernormfusion_p", "param_outer_size"], [107, 1, 1, "c.fp_layernormfusion_p", "src_data"]], "fp_layernormfusion_s": [[107, 1, 1, "c.fp_layernormfusion_s", "Input0"], [107, 1, 1, "c.fp_layernormfusion_s", "beta_data"], [107, 1, 1, "c.fp_layernormfusion_s", "core_mask"], [107, 1, 1, "c.fp_layernormfusion_s", "epsilon"], [107, 1, 1, "c.fp_layernormfusion_s", "gamma_data"], [107, 1, 1, "c.fp_layernormfusion_s", "length"], [107, 1, 1, "c.fp_layernormfusion_s", "norm_inner_size"], [107, 1, 1, "c.fp_layernormfusion_s", "norm_outer_size"], [107, 1, 1, "c.fp_layernormfusion_s", "out_mean"], [107, 1, 1, "c.fp_layernormfusion_s", "out_variance"], [107, 1, 1, "c.fp_layernormfusion_s", "output"], [107, 1, 1, "c.fp_layernormfusion_s", "param_inner_size"], [107, 1, 1, "c.fp_layernormfusion_s", "param_outer_size"]], "fp_leaky_relu_p": [[109, 1, 1, "c.fp_leaky_relu_p", "alpha"], [109, 1, 1, "c.fp_leaky_relu_p", "core_mask"], [109, 1, 1, "c.fp_leaky_relu_p", "elem_cnt"], [109, 1, 1, "c.fp_leaky_relu_p", "input"], [109, 1, 1, "c.fp_leaky_relu_p", "output"]], "fp_leaky_relu_s": [[109, 1, 1, "c.fp_leaky_relu_s", "alpha"], [109, 1, 1, "c.fp_leaky_relu_s", "core_mask"], [109, 1, 1, "c.fp_leaky_relu_s", "elem_cnt"], [109, 1, 1, "c.fp_leaky_relu_s", "input"], [109, 1, 1, "c.fp_leaky_relu_s", "output"]], "fp_less_equal_p": [[111, 1, 1, "c.fp_less_equal_p", "Input0"], [111, 1, 1, "c.fp_less_equal_p", "Input1"], [111, 1, 1, "c.fp_less_equal_p", "output"], [111, 1, 1, "c.fp_less_equal_p", "params"]], "fp_less_equal_s": [[111, 1, 1, "c.fp_less_equal_s", "Input0"], [111, 1, 1, "c.fp_less_equal_s", "Input1"], [111, 1, 1, "c.fp_less_equal_s", "core_mask"], [111, 1, 1, "c.fp_less_equal_s", "output"], [111, 1, 1, "c.fp_less_equal_s", "params"]], "fp_less_p": [[110, 1, 1, "c.fp_less_p", "Input0"], [110, 1, 1, "c.fp_less_p", "Input1"], [110, 1, 1, "c.fp_less_p", "output"], [110, 1, 1, "c.fp_less_p", "params"]], "fp_less_s": [[110, 1, 1, "c.fp_less_s", "Input0"], [110, 1, 1, "c.fp_less_s", "Input1"], [110, 1, 1, "c.fp_less_s", "core_mask"], [110, 1, 1, "c.fp_less_s", "output"], [110, 1, 1, "c.fp_less_s", "params"]], "fp_linspace_p": [[112, 1, 1, "c.fp_linspace_p", "end"], [112, 1, 1, "c.fp_linspace_p", "length"], [112, 1, 1, "c.fp_linspace_p", "output"], [112, 1, 1, "c.fp_linspace_p", "start"]], "fp_linspace_s": [[112, 1, 1, "c.fp_linspace_s", "core_mask"], [112, 1, 1, "c.fp_linspace_s", "end"], [112, 1, 1, "c.fp_linspace_s", "length"], [112, 1, 1, "c.fp_linspace_s", "output"], [112, 1, 1, "c.fp_linspace_s", "start"]], "fp_log1p_p": [[114, 1, 1, "c.fp_log1p_p", "Input"], [114, 1, 1, "c.fp_log1p_p", "length"], [114, 1, 1, "c.fp_log1p_p", "output"]], "fp_log1p_s": [[114, 1, 1, "c.fp_log1p_s", "Input"], [114, 1, 1, "c.fp_log1p_s", "core_mask"], [114, 1, 1, "c.fp_log1p_s", "length"], [114, 1, 1, "c.fp_log1p_s", "output"]], "fp_log_grad_p": [[115, 1, 1, "c.fp_log_grad_p", "input0"], [115, 1, 1, "c.fp_log_grad_p", "input1"], [115, 1, 1, "c.fp_log_grad_p", "length"], [115, 1, 1, "c.fp_log_grad_p", "output"]], "fp_log_grad_s": [[115, 1, 1, "c.fp_log_grad_s", "core_mask"], [115, 1, 1, "c.fp_log_grad_s", "input0"], [115, 1, 1, "c.fp_log_grad_s", "input1"], [115, 1, 1, "c.fp_log_grad_s", "length"], [115, 1, 1, "c.fp_log_grad_s", "output"]], "fp_log_p": [[113, 1, 1, "c.fp_log_p", "input"], [113, 1, 1, "c.fp_log_p", "length"], [113, 1, 1, "c.fp_log_p", "output"]], "fp_log_s": [[113, 1, 1, "c.fp_log_s", "core_mask"], [113, 1, 1, "c.fp_log_s", "input"], [113, 1, 1, "c.fp_log_s", "length"], [113, 1, 1, "c.fp_log_s", "output"]], "fp_logical_and_p": [[116, 1, 1, "c.fp_logical_and_p", "input0"], [116, 1, 1, "c.fp_logical_and_p", "input1"], [116, 1, 1, "c.fp_logical_and_p", "output"], [116, 1, 1, "c.fp_logical_and_p", "params"]], "fp_logical_and_s": [[116, 1, 1, "c.fp_logical_and_s", "core_mask"], [116, 1, 1, "c.fp_logical_and_s", "input0"], [116, 1, 1, "c.fp_logical_and_s", "input1"], [116, 1, 1, "c.fp_logical_and_s", "output"], [116, 1, 1, "c.fp_logical_and_s", "params"]], "fp_logical_not_p": [[117, 1, 1, "c.fp_logical_not_p", "input"], [117, 1, 1, "c.fp_logical_not_p", "length"], [117, 1, 1, "c.fp_logical_not_p", "output"]], "fp_logical_not_s": [[117, 1, 1, "c.fp_logical_not_s", "core_mask"], [117, 1, 1, "c.fp_logical_not_s", "input"], [117, 1, 1, "c.fp_logical_not_s", "length"], [117, 1, 1, "c.fp_logical_not_s", "output"]], "fp_logical_or_p": [[118, 1, 1, "c.fp_logical_or_p", "input0"], [118, 1, 1, "c.fp_logical_or_p", "input1"], [118, 1, 1, "c.fp_logical_or_p", "length"], [118, 1, 1, "c.fp_logical_or_p", "output"]], "fp_logical_or_s": [[118, 1, 1, "c.fp_logical_or_s", "core_mask"], [118, 1, 1, "c.fp_logical_or_s", "input0"], [118, 1, 1, "c.fp_logical_or_s", "input1"], [118, 1, 1, "c.fp_logical_or_s", "length"], [118, 1, 1, "c.fp_logical_or_s", "output"]], "fp_logsoftmax_p": [[119, 1, 1, "c.fp_logsoftmax_p", "axis"], [119, 1, 1, "c.fp_logsoftmax_p", "axis_size"], [119, 1, 1, "c.fp_logsoftmax_p", "inner_size"], [119, 1, 1, "c.fp_logsoftmax_p", "input_ptr"], [119, 1, 1, "c.fp_logsoftmax_p", "n_dim"], [119, 1, 1, "c.fp_logsoftmax_p", "output_ptr"], [119, 1, 1, "c.fp_logsoftmax_p", "outter_size"], [119, 1, 1, "c.fp_logsoftmax_p", "sum_data"]], "fp_logsoftmax_s": [[119, 1, 1, "c.fp_logsoftmax_s", "axis"], [119, 1, 1, "c.fp_logsoftmax_s", "axis_size"], [119, 1, 1, "c.fp_logsoftmax_s", "core_mask"], [119, 1, 1, "c.fp_logsoftmax_s", "inner_size"], [119, 1, 1, "c.fp_logsoftmax_s", "input_ptr"], [119, 1, 1, "c.fp_logsoftmax_s", "n_dim"], [119, 1, 1, "c.fp_logsoftmax_s", "output_ptr"], [119, 1, 1, "c.fp_logsoftmax_s", "outter_size"], [119, 1, 1, "c.fp_logsoftmax_s", "sum_data"]], "fp_lp_norm_p": [[120, 1, 1, "c.fp_lp_norm_p", "epsilon"], [120, 1, 1, "c.fp_lp_norm_p", "input"], [120, 1, 1, "c.fp_lp_norm_p", "params"]], "fp_lp_norm_s": [[120, 1, 1, "c.fp_lp_norm_s", "core_mask"], [120, 1, 1, "c.fp_lp_norm_s", "epsilon"], [120, 1, 1, "c.fp_lp_norm_s", "input"], [120, 1, 1, "c.fp_lp_norm_s", "params"]], "fp_lrelu_p": [[14, 1, 1, "c.fp_lrelu_p", "Input0"], [14, 1, 1, "c.fp_lrelu_p", "alpha"], [14, 1, 1, "c.fp_lrelu_p", "length"], [14, 1, 1, "c.fp_lrelu_p", "output"]], "fp_lrelu_s": [[14, 1, 1, "c.fp_lrelu_s", "Input0"], [14, 1, 1, "c.fp_lrelu_s", "alpha"], [14, 1, 1, "c.fp_lrelu_s", "core_mask"], [14, 1, 1, "c.fp_lrelu_s", "length"], [14, 1, 1, "c.fp_lrelu_s", "output"]], "fp_lrn_p": [[121, 1, 1, "c.fp_lrn_p", "input"], [121, 1, 1, "c.fp_lrn_p", "output"], [121, 1, 1, "c.fp_lrn_p", "params"]], "fp_lrn_s": [[121, 1, 1, "c.fp_lrn_s", "core_mask"], [121, 1, 1, "c.fp_lrn_s", "input"], [121, 1, 1, "c.fp_lrn_s", "output"], [121, 1, 1, "c.fp_lrn_s", "params"]], "fp_lsh_projection_p": [[122, 1, 1, "c.fp_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.fp_lsh_projection_p", "feature"], [122, 1, 1, "c.fp_lsh_projection_p", "feature_num"], [122, 1, 1, "c.fp_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.fp_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.fp_lsh_projection_p", "output"], [122, 1, 1, "c.fp_lsh_projection_p", "weight"]], "fp_lsh_projection_s": [[122, 1, 1, "c.fp_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.fp_lsh_projection_s", "core_mask"], [122, 1, 1, "c.fp_lsh_projection_s", "feature"], [122, 1, 1, "c.fp_lsh_projection_s", "feature_num"], [122, 1, 1, "c.fp_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.fp_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.fp_lsh_projection_s", "output"], [122, 1, 1, "c.fp_lsh_projection_s", "weight"]], "fp_lstm_p": [[123, 1, 1, "c.fp_lstm_p", "input"], [123, 1, 1, "c.fp_lstm_p", "output"], [123, 1, 1, "c.fp_lstm_p", "params"]], "fp_lstm_s": [[123, 1, 1, "c.fp_lstm_s", "core_mask"], [123, 1, 1, "c.fp_lstm_s", "input"], [123, 1, 1, "c.fp_lstm_s", "output"], [123, 1, 1, "c.fp_lstm_s", "params"]], "fp_lstmgrad_p": [[124, 1, 1, "c.fp_lstmgrad_p", "dynamic_params"], [124, 1, 1, "c.fp_lstmgrad_p", "params"]], "fp_lstmgrad_s": [[124, 1, 1, "c.fp_lstmgrad_s", "core_mask"], [124, 1, 1, "c.fp_lstmgrad_s", "dynamic_params"], [124, 1, 1, "c.fp_lstmgrad_s", "params"]], "fp_lstmgraddata_p": [[125, 1, 1, "c.fp_lstmgraddata_p", "dynamic_params"], [125, 1, 1, "c.fp_lstmgraddata_p", "params"]], "fp_lstmgraddata_s": [[125, 1, 1, "c.fp_lstmgraddata_s", "core_mask"], [125, 1, 1, "c.fp_lstmgraddata_s", "dynamic_params"], [125, 1, 1, "c.fp_lstmgraddata_s", "params"]], "fp_lstmgradweight_p": [[126, 1, 1, "c.fp_lstmgradweight_p", "dynamic_params"], [126, 1, 1, "c.fp_lstmgradweight_p", "params"]], "fp_lstmgradweight_s": [[126, 1, 1, "c.fp_lstmgradweight_s", "core_mask"], [126, 1, 1, "c.fp_lstmgradweight_s", "dynamic_params"], [126, 1, 1, "c.fp_lstmgradweight_s", "params"]], "fp_matmul_fusion_p": [[127, 1, 1, "c.fp_matmul_fusion_p", "A"], [127, 1, 1, "c.fp_matmul_fusion_p", "B"], [127, 1, 1, "c.fp_matmul_fusion_p", "C"], [127, 1, 1, "c.fp_matmul_fusion_p", "bias"], [127, 1, 1, "c.fp_matmul_fusion_p", "params"]], "fp_matmul_fusion_s": [[127, 1, 1, "c.fp_matmul_fusion_s", "A"], [127, 1, 1, "c.fp_matmul_fusion_s", "B"], [127, 1, 1, "c.fp_matmul_fusion_s", "C"], [127, 1, 1, "c.fp_matmul_fusion_s", "bias"], [127, 1, 1, "c.fp_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.fp_matmul_fusion_s", "params"]], "fp_maximum_grad_p": [[129, 1, 1, "c.fp_maximum_grad_p", "Input0"], [129, 1, 1, "c.fp_maximum_grad_p", "Input1"], [129, 1, 1, "c.fp_maximum_grad_p", "dx0"], [129, 1, 1, "c.fp_maximum_grad_p", "dx1"], [129, 1, 1, "c.fp_maximum_grad_p", "dy"], [129, 1, 1, "c.fp_maximum_grad_p", "params"]], "fp_maximum_grad_s": [[129, 1, 1, "c.fp_maximum_grad_s", "Input0"], [129, 1, 1, "c.fp_maximum_grad_s", "Input1"], [129, 1, 1, "c.fp_maximum_grad_s", "core_mask"], [129, 1, 1, "c.fp_maximum_grad_s", "dx0"], [129, 1, 1, "c.fp_maximum_grad_s", "dx1"], [129, 1, 1, "c.fp_maximum_grad_s", "dy"], [129, 1, 1, "c.fp_maximum_grad_s", "params"]], "fp_maximum_p": [[128, 1, 1, "c.fp_maximum_p", "input0"], [128, 1, 1, "c.fp_maximum_p", "input1"], [128, 1, 1, "c.fp_maximum_p", "length"], [128, 1, 1, "c.fp_maximum_p", "output"]], "fp_maximum_s": [[128, 1, 1, "c.fp_maximum_s", "core_mask"], [128, 1, 1, "c.fp_maximum_s", "input0"], [128, 1, 1, "c.fp_maximum_s", "input1"], [128, 1, 1, "c.fp_maximum_s", "length"], [128, 1, 1, "c.fp_maximum_s", "output"]], "fp_maxpool_fusion_p": [[130, 1, 1, "c.fp_maxpool_fusion_p", "input"], [130, 1, 1, "c.fp_maxpool_fusion_p", "output"], [130, 1, 1, "c.fp_maxpool_fusion_p", "params"]], "fp_maxpool_fusion_s": [[130, 1, 1, "c.fp_maxpool_fusion_s", "core_mask"], [130, 1, 1, "c.fp_maxpool_fusion_s", "input"], [130, 1, 1, "c.fp_maxpool_fusion_s", "output"], [130, 1, 1, "c.fp_maxpool_fusion_s", "params"]], "fp_maxpool_grad_p": [[131, 1, 1, "c.fp_maxpool_grad_p", "dy_ptr"], [131, 1, 1, "c.fp_maxpool_grad_p", "input_ptr"], [131, 1, 1, "c.fp_maxpool_grad_p", "output_ptr"], [131, 1, 1, "c.fp_maxpool_grad_p", "params"]], "fp_maxpool_grad_s": [[131, 1, 1, "c.fp_maxpool_grad_s", "core_mask"], [131, 1, 1, "c.fp_maxpool_grad_s", "dy_ptr"], [131, 1, 1, "c.fp_maxpool_grad_s", "input_ptr"], [131, 1, 1, "c.fp_maxpool_grad_s", "output_ptr"], [131, 1, 1, "c.fp_maxpool_grad_s", "params"]], "fp_mfcc_p": [[132, 1, 1, "c.fp_mfcc_p", "mfcc_params"], [132, 1, 1, "c.fp_mfcc_p", "mfcc_workspace"], [132, 1, 1, "c.fp_mfcc_p", "spec_params"], [132, 1, 1, "c.fp_mfcc_p", "spec_workspace"]], "fp_mfcc_s": [[132, 1, 1, "c.fp_mfcc_s", "core_mask"], [132, 1, 1, "c.fp_mfcc_s", "mfcc_params"], [132, 1, 1, "c.fp_mfcc_s", "mfcc_workspace"], [132, 1, 1, "c.fp_mfcc_s", "spec_params"], [132, 1, 1, "c.fp_mfcc_s", "spec_workspace"]], "fp_minimum_p": [[133, 1, 1, "c.fp_minimum_p", "input0"], [133, 1, 1, "c.fp_minimum_p", "input1"], [133, 1, 1, "c.fp_minimum_p", "length"], [133, 1, 1, "c.fp_minimum_p", "output"]], "fp_minimum_s": [[133, 1, 1, "c.fp_minimum_s", "core_mask"], [133, 1, 1, "c.fp_minimum_s", "input0"], [133, 1, 1, "c.fp_minimum_s", "input1"], [133, 1, 1, "c.fp_minimum_s", "length"], [133, 1, 1, "c.fp_minimum_s", "output"]], "fp_minimumgrad_p": [[134, 1, 1, "c.fp_minimumgrad_p", "Input0"], [134, 1, 1, "c.fp_minimumgrad_p", "Input0_dims"], [134, 1, 1, "c.fp_minimumgrad_p", "Input1"], [134, 1, 1, "c.fp_minimumgrad_p", "Input1_dims"], [134, 1, 1, "c.fp_minimumgrad_p", "dx0"], [134, 1, 1, "c.fp_minimumgrad_p", "dx1"], [134, 1, 1, "c.fp_minimumgrad_p", "dy"], [134, 1, 1, "c.fp_minimumgrad_p", "num_dims"]], "fp_minimumgrad_s": [[134, 1, 1, "c.fp_minimumgrad_s", "Input0"], [134, 1, 1, "c.fp_minimumgrad_s", "Input0_dims"], [134, 1, 1, "c.fp_minimumgrad_s", "Input1"], [134, 1, 1, "c.fp_minimumgrad_s", "Input1_dims"], [134, 1, 1, "c.fp_minimumgrad_s", "core_mask"], [134, 1, 1, "c.fp_minimumgrad_s", "dx0"], [134, 1, 1, "c.fp_minimumgrad_s", "dx1"], [134, 1, 1, "c.fp_minimumgrad_s", "dy"], [134, 1, 1, "c.fp_minimumgrad_s", "num_dims"]], "fp_mod_p": [[135, 1, 1, "c.fp_mod_p", "input0"], [135, 1, 1, "c.fp_mod_p", "input1"], [135, 1, 1, "c.fp_mod_p", "length"], [135, 1, 1, "c.fp_mod_p", "output"]], "fp_mod_s": [[135, 1, 1, "c.fp_mod_s", "core_mask"], [135, 1, 1, "c.fp_mod_s", "input0"], [135, 1, 1, "c.fp_mod_s", "input1"], [135, 1, 1, "c.fp_mod_s", "length"], [135, 1, 1, "c.fp_mod_s", "output"]], "fp_mul_grad_p": [[137, 1, 1, "c.fp_mul_grad_p", "dx1"], [137, 1, 1, "c.fp_mul_grad_p", "dx2"], [137, 1, 1, "c.fp_mul_grad_p", "dy"], [137, 1, 1, "c.fp_mul_grad_p", "params"], [137, 1, 1, "c.fp_mul_grad_p", "x1"], [137, 1, 1, "c.fp_mul_grad_p", "x2"]], "fp_mul_grad_s": [[137, 1, 1, "c.fp_mul_grad_s", "core_mask"], [137, 1, 1, "c.fp_mul_grad_s", "dx1"], [137, 1, 1, "c.fp_mul_grad_s", "dx2"], [137, 1, 1, "c.fp_mul_grad_s", "dy"], [137, 1, 1, "c.fp_mul_grad_s", "params"], [137, 1, 1, "c.fp_mul_grad_s", "x1"], [137, 1, 1, "c.fp_mul_grad_s", "x2"]], "fp_mul_p": [[136, 1, 1, "c.fp_mul_p", "input0"], [136, 1, 1, "c.fp_mul_p", "input1"], [136, 1, 1, "c.fp_mul_p", "output"], [136, 1, 1, "c.fp_mul_p", "param"]], "fp_mul_s": [[136, 1, 1, "c.fp_mul_s", "core_mask"], [136, 1, 1, "c.fp_mul_s", "input0"], [136, 1, 1, "c.fp_mul_s", "input1"], [136, 1, 1, "c.fp_mul_s", "output"], [136, 1, 1, "c.fp_mul_s", "param"]], "fp_neg_grad_p": [[139, 1, 1, "c.fp_neg_grad_p", "Input"], [139, 1, 1, "c.fp_neg_grad_p", "length"], [139, 1, 1, "c.fp_neg_grad_p", "output"]], "fp_neg_grad_s": [[139, 1, 1, "c.fp_neg_grad_s", "Input"], [139, 1, 1, "c.fp_neg_grad_s", "core_mask"], [139, 1, 1, "c.fp_neg_grad_s", "length"], [139, 1, 1, "c.fp_neg_grad_s", "output"]], "fp_neg_p": [[138, 1, 1, "c.fp_neg_p", "Input"], [138, 1, 1, "c.fp_neg_p", "length"], [138, 1, 1, "c.fp_neg_p", "output"]], "fp_neg_s": [[138, 1, 1, "c.fp_neg_s", "Input"], [138, 1, 1, "c.fp_neg_s", "core_mask"], [138, 1, 1, "c.fp_neg_s", "length"], [138, 1, 1, "c.fp_neg_s", "output"]], "fp_nllloss_p": [[140, 1, 1, "c.fp_nllloss_p", "batch_size"], [140, 1, 1, "c.fp_nllloss_p", "class_num"], [140, 1, 1, "c.fp_nllloss_p", "labels"], [140, 1, 1, "c.fp_nllloss_p", "log_probs"], [140, 1, 1, "c.fp_nllloss_p", "loss"], [140, 1, 1, "c.fp_nllloss_p", "reduction_type"], [140, 1, 1, "c.fp_nllloss_p", "total_weight"], [140, 1, 1, "c.fp_nllloss_p", "weight"]], "fp_nllloss_s": [[140, 1, 1, "c.fp_nllloss_s", "batch_size"], [140, 1, 1, "c.fp_nllloss_s", "class_num"], [140, 1, 1, "c.fp_nllloss_s", "core_mask"], [140, 1, 1, "c.fp_nllloss_s", "labels"], [140, 1, 1, "c.fp_nllloss_s", "log_probs"], [140, 1, 1, "c.fp_nllloss_s", "loss"], [140, 1, 1, "c.fp_nllloss_s", "reduction_type"], [140, 1, 1, "c.fp_nllloss_s", "total_weight"], [140, 1, 1, "c.fp_nllloss_s", "weight"]], "fp_nlllossgrad_p": [[141, 1, 1, "c.fp_nlllossgrad_p", "batch"], [141, 1, 1, "c.fp_nlllossgrad_p", "class_num"], [141, 1, 1, "c.fp_nlllossgrad_p", "labels"], [141, 1, 1, "c.fp_nlllossgrad_p", "logits"], [141, 1, 1, "c.fp_nlllossgrad_p", "logits_grad"], [141, 1, 1, "c.fp_nlllossgrad_p", "loss_grad"], [141, 1, 1, "c.fp_nlllossgrad_p", "reduction_type"], [141, 1, 1, "c.fp_nlllossgrad_p", "total_weight"], [141, 1, 1, "c.fp_nlllossgrad_p", "weight"]], "fp_nlllossgrad_s": [[141, 1, 1, "c.fp_nlllossgrad_s", "batch"], [141, 1, 1, "c.fp_nlllossgrad_s", "class_num"], [141, 1, 1, "c.fp_nlllossgrad_s", "core_mask"], [141, 1, 1, "c.fp_nlllossgrad_s", "labels"], [141, 1, 1, "c.fp_nlllossgrad_s", "logits"], [141, 1, 1, "c.fp_nlllossgrad_s", "logits_grad"], [141, 1, 1, "c.fp_nlllossgrad_s", "loss_grad"], [141, 1, 1, "c.fp_nlllossgrad_s", "reduction_type"], [141, 1, 1, "c.fp_nlllossgrad_s", "total_weight"], [141, 1, 1, "c.fp_nlllossgrad_s", "weight"]], "fp_non_max_suppression_p": [[142, 1, 1, "c.fp_non_max_suppression_p", "param"]], "fp_non_max_suppression_s": [[142, 1, 1, "c.fp_non_max_suppression_s", "core_mask"], [142, 1, 1, "c.fp_non_max_suppression_s", "param"]], "fp_nonzero_p": [[143, 1, 1, "c.fp_nonzero_p", "dim_strides"], [143, 1, 1, "c.fp_nonzero_p", "input"], [143, 1, 1, "c.fp_nonzero_p", "input_rank"], [143, 1, 1, "c.fp_nonzero_p", "length"], [143, 1, 1, "c.fp_nonzero_p", "non_zero_num"], [143, 1, 1, "c.fp_nonzero_p", "output"], [143, 1, 1, "c.fp_nonzero_p", "shape"]], "fp_nonzero_s": [[143, 1, 1, "c.fp_nonzero_s", "core_mask"], [143, 1, 1, "c.fp_nonzero_s", "dim_strides"], [143, 1, 1, "c.fp_nonzero_s", "input"], [143, 1, 1, "c.fp_nonzero_s", "input_rank"], [143, 1, 1, "c.fp_nonzero_s", "length"], [143, 1, 1, "c.fp_nonzero_s", "non_zero_num"], [143, 1, 1, "c.fp_nonzero_s", "output"], [143, 1, 1, "c.fp_nonzero_s", "shape"]], "fp_not_equal_p": [[144, 1, 1, "c.fp_not_equal_p", "Input0"], [144, 1, 1, "c.fp_not_equal_p", "Input1"], [144, 1, 1, "c.fp_not_equal_p", "length"], [144, 1, 1, "c.fp_not_equal_p", "output"]], "fp_not_equal_s": [[144, 1, 1, "c.fp_not_equal_s", "Input0"], [144, 1, 1, "c.fp_not_equal_s", "Input1"], [144, 1, 1, "c.fp_not_equal_s", "core_mask"], [144, 1, 1, "c.fp_not_equal_s", "length"], [144, 1, 1, "c.fp_not_equal_s", "output"]], "fp_onehot_p": [[145, 1, 1, "c.fp_onehot_p", "axis"], [145, 1, 1, "c.fp_onehot_p", "depth"], [145, 1, 1, "c.fp_onehot_p", "indices"], [145, 1, 1, "c.fp_onehot_p", "indices_shape"], [145, 1, 1, "c.fp_onehot_p", "indices_shape_size"], [145, 1, 1, "c.fp_onehot_p", "on_off"], [145, 1, 1, "c.fp_onehot_p", "output"], [145, 1, 1, "c.fp_onehot_p", "support_neg_index"]], "fp_onehot_s": [[145, 1, 1, "c.fp_onehot_s", "axis"], [145, 1, 1, "c.fp_onehot_s", "core_mask"], [145, 1, 1, "c.fp_onehot_s", "depth"], [145, 1, 1, "c.fp_onehot_s", "indices"], [145, 1, 1, "c.fp_onehot_s", "indices_shape"], [145, 1, 1, "c.fp_onehot_s", "indices_shape_size"], [145, 1, 1, "c.fp_onehot_s", "on_off"], [145, 1, 1, "c.fp_onehot_s", "output"], [145, 1, 1, "c.fp_onehot_s", "support_neg_index"]], "fp_ones_like_p": [[146, 1, 1, "c.fp_ones_like_p", "length"], [146, 1, 1, "c.fp_ones_like_p", "output"]], "fp_ones_like_s": [[146, 1, 1, "c.fp_ones_like_s", "core_mask"], [146, 1, 1, "c.fp_ones_like_s", "length"], [146, 1, 1, "c.fp_ones_like_s", "output"]], "fp_padfusion_p": [[147, 1, 1, "c.fp_padfusion_p", "params"]], "fp_padfusion_s": [[147, 1, 1, "c.fp_padfusion_s", "core_mask"], [147, 1, 1, "c.fp_padfusion_s", "params"]], "fp_pow_fusion_p": [[149, 1, 1, "c.fp_pow_fusion_p", "Input"], [149, 1, 1, "c.fp_pow_fusion_p", "broadcast"], [149, 1, 1, "c.fp_pow_fusion_p", "exponent"], [149, 1, 1, "c.fp_pow_fusion_p", "length_in"], [149, 1, 1, "c.fp_pow_fusion_p", "output"], [149, 1, 1, "c.fp_pow_fusion_p", "scale"], [149, 1, 1, "c.fp_pow_fusion_p", "shift"]], "fp_pow_fusion_s": [[149, 1, 1, "c.fp_pow_fusion_s", "Input"], [149, 1, 1, "c.fp_pow_fusion_s", "broadcast"], [149, 1, 1, "c.fp_pow_fusion_s", "core_mask"], [149, 1, 1, "c.fp_pow_fusion_s", "exponent"], [149, 1, 1, "c.fp_pow_fusion_s", "length_in"], [149, 1, 1, "c.fp_pow_fusion_s", "output"], [149, 1, 1, "c.fp_pow_fusion_s", "scale"], [149, 1, 1, "c.fp_pow_fusion_s", "shift"]], "fp_power_grad_p": [[150, 1, 1, "c.fp_power_grad_p", "Input1"], [150, 1, 1, "c.fp_power_grad_p", "Input2"], [150, 1, 1, "c.fp_power_grad_p", "length"], [150, 1, 1, "c.fp_power_grad_p", "output"], [150, 1, 1, "c.fp_power_grad_p", "power"], [150, 1, 1, "c.fp_power_grad_p", "scale"], [150, 1, 1, "c.fp_power_grad_p", "shift"]], "fp_power_grad_s": [[150, 1, 1, "c.fp_power_grad_s", "Input1"], [150, 1, 1, "c.fp_power_grad_s", "Input2"], [150, 1, 1, "c.fp_power_grad_s", "core_mask"], [150, 1, 1, "c.fp_power_grad_s", "length"], [150, 1, 1, "c.fp_power_grad_s", "output"], [150, 1, 1, "c.fp_power_grad_s", "power"], [150, 1, 1, "c.fp_power_grad_s", "scale"], [150, 1, 1, "c.fp_power_grad_s", "shift"]], "fp_prelufusion_p": [[151, 1, 1, "c.fp_prelufusion_p", "dst_data"], [151, 1, 1, "c.fp_prelufusion_p", "end"], [151, 1, 1, "c.fp_prelufusion_p", "slope"], [151, 1, 1, "c.fp_prelufusion_p", "src_data"], [151, 1, 1, "c.fp_prelufusion_p", "start"]], "fp_prelufusion_s": [[151, 1, 1, "c.fp_prelufusion_s", "core_mask"], [151, 1, 1, "c.fp_prelufusion_s", "dst_data"], [151, 1, 1, "c.fp_prelufusion_s", "end"], [151, 1, 1, "c.fp_prelufusion_s", "slope"], [151, 1, 1, "c.fp_prelufusion_s", "src_data"], [151, 1, 1, "c.fp_prelufusion_s", "start"]], "fp_priorbox_p": [[152, 1, 1, "c.fp_priorbox_p", "different_aspect_ratios"], [152, 1, 1, "c.fp_priorbox_p", "different_aspect_ratios_size"], [152, 1, 1, "c.fp_priorbox_p", "fmap_h"], [152, 1, 1, "c.fp_priorbox_p", "fmap_w"], [152, 1, 1, "c.fp_priorbox_p", "max_sizes"], [152, 1, 1, "c.fp_priorbox_p", "max_sizes_size"], [152, 1, 1, "c.fp_priorbox_p", "min_sizes"], [152, 1, 1, "c.fp_priorbox_p", "min_sizes_size"], [152, 1, 1, "c.fp_priorbox_p", "offset"], [152, 1, 1, "c.fp_priorbox_p", "output"], [152, 1, 1, "c.fp_priorbox_p", "output_size"], [152, 1, 1, "c.fp_priorbox_p", "step_h"], [152, 1, 1, "c.fp_priorbox_p", "step_w"]], "fp_priorbox_s": [[152, 1, 1, "c.fp_priorbox_s", "core_mask"], [152, 1, 1, "c.fp_priorbox_s", "different_aspect_ratios"], [152, 1, 1, "c.fp_priorbox_s", "different_aspect_ratios_size"], [152, 1, 1, "c.fp_priorbox_s", "fmap_h"], [152, 1, 1, "c.fp_priorbox_s", "fmap_w"], [152, 1, 1, "c.fp_priorbox_s", "max_sizes"], [152, 1, 1, "c.fp_priorbox_s", "max_sizes_size"], [152, 1, 1, "c.fp_priorbox_s", "min_sizes"], [152, 1, 1, "c.fp_priorbox_s", "min_sizes_size"], [152, 1, 1, "c.fp_priorbox_s", "offset"], [152, 1, 1, "c.fp_priorbox_s", "output"], [152, 1, 1, "c.fp_priorbox_s", "output_size"], [152, 1, 1, "c.fp_priorbox_s", "step_h"], [152, 1, 1, "c.fp_priorbox_s", "step_w"]], "fp_ragged_range_p": [[154, 1, 1, "c.fp_ragged_range_p", "deltas"], [154, 1, 1, "c.fp_ragged_range_p", "limits"], [154, 1, 1, "c.fp_ragged_range_p", "range_count"], [154, 1, 1, "c.fp_ragged_range_p", "splits"], [154, 1, 1, "c.fp_ragged_range_p", "starts"], [154, 1, 1, "c.fp_ragged_range_p", "values"]], "fp_ragged_range_s": [[154, 1, 1, "c.fp_ragged_range_s", "core_mask"], [154, 1, 1, "c.fp_ragged_range_s", "deltas"], [154, 1, 1, "c.fp_ragged_range_s", "limits"], [154, 1, 1, "c.fp_ragged_range_s", "range_count"], [154, 1, 1, "c.fp_ragged_range_s", "splits"], [154, 1, 1, "c.fp_ragged_range_s", "starts"], [154, 1, 1, "c.fp_ragged_range_s", "values"]], "fp_random_normal_p": [[155, 1, 1, "c.fp_random_normal_p", "length"], [155, 1, 1, "c.fp_random_normal_p", "mean"], [155, 1, 1, "c.fp_random_normal_p", "output"], [155, 1, 1, "c.fp_random_normal_p", "scale"], [155, 1, 1, "c.fp_random_normal_p", "seed"]], "fp_random_normal_s": [[155, 1, 1, "c.fp_random_normal_s", "core_mask"], [155, 1, 1, "c.fp_random_normal_s", "length"], [155, 1, 1, "c.fp_random_normal_s", "mean"], [155, 1, 1, "c.fp_random_normal_s", "output"], [155, 1, 1, "c.fp_random_normal_s", "scale"], [155, 1, 1, "c.fp_random_normal_s", "seed"]], "fp_random_standard_normal_p": [[156, 1, 1, "c.fp_random_standard_normal_p", "length"], [156, 1, 1, "c.fp_random_standard_normal_p", "output"], [156, 1, 1, "c.fp_random_standard_normal_p", "seed"]], "fp_random_standard_normal_s": [[156, 1, 1, "c.fp_random_standard_normal_s", "core_mask"], [156, 1, 1, "c.fp_random_standard_normal_s", "length"], [156, 1, 1, "c.fp_random_standard_normal_s", "output"], [156, 1, 1, "c.fp_random_standard_normal_s", "seed"]], "fp_range_p": [[157, 1, 1, "c.fp_range_p", "delta"], [157, 1, 1, "c.fp_range_p", "length"], [157, 1, 1, "c.fp_range_p", "output"], [157, 1, 1, "c.fp_range_p", "start"]], "fp_range_s": [[157, 1, 1, "c.fp_range_s", "core_mask"], [157, 1, 1, "c.fp_range_s", "delta"], [157, 1, 1, "c.fp_range_s", "length"], [157, 1, 1, "c.fp_range_s", "output"], [157, 1, 1, "c.fp_range_s", "start"]], "fp_real_div_p": [[159, 1, 1, "c.fp_real_div_p", "input0"], [159, 1, 1, "c.fp_real_div_p", "input1"], [159, 1, 1, "c.fp_real_div_p", "length"], [159, 1, 1, "c.fp_real_div_p", "output"]], "fp_real_div_s": [[159, 1, 1, "c.fp_real_div_s", "core_mask"], [159, 1, 1, "c.fp_real_div_s", "input0"], [159, 1, 1, "c.fp_real_div_s", "input1"], [159, 1, 1, "c.fp_real_div_s", "length"], [159, 1, 1, "c.fp_real_div_s", "output"]], "fp_reciprocal_p": [[160, 1, 1, "c.fp_reciprocal_p", "Input"], [160, 1, 1, "c.fp_reciprocal_p", "length"], [160, 1, 1, "c.fp_reciprocal_p", "output"]], "fp_reciprocal_s": [[160, 1, 1, "c.fp_reciprocal_s", "Input"], [160, 1, 1, "c.fp_reciprocal_s", "core_mask"], [160, 1, 1, "c.fp_reciprocal_s", "length"], [160, 1, 1, "c.fp_reciprocal_s", "output"]], "fp_reduce_all_p": [[23, 1, 1, "c.fp_reduce_all_p", "axis_size"], [23, 1, 1, "c.fp_reduce_all_p", "dst_data"], [23, 1, 1, "c.fp_reduce_all_p", "inner_size"], [23, 1, 1, "c.fp_reduce_all_p", "outer_size"], [23, 1, 1, "c.fp_reduce_all_p", "src_data"]], "fp_reduce_all_s": [[23, 1, 1, "c.fp_reduce_all_s", "axis_size"], [23, 1, 1, "c.fp_reduce_all_s", "core_mask"], [23, 1, 1, "c.fp_reduce_all_s", "dst_data"], [23, 1, 1, "c.fp_reduce_all_s", "inner_size"], [23, 1, 1, "c.fp_reduce_all_s", "outer_size"], [23, 1, 1, "c.fp_reduce_all_s", "src_data"]], "fp_reduce_p": [[161, 1, 1, "c.fp_reduce_p", "core_mask"], [161, 1, 1, "c.fp_reduce_p", "dst_data"], [161, 1, 1, "c.fp_reduce_p", "param"], [161, 1, 1, "c.fp_reduce_p", "src_data"], [161, 1, 1, "c.fp_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.fp_reduce_p", "tmp_src_data"]], "fp_reduce_s": [[161, 1, 1, "c.fp_reduce_s", "core_mask"], [161, 1, 1, "c.fp_reduce_s", "dst_data"], [161, 1, 1, "c.fp_reduce_s", "param"], [161, 1, 1, "c.fp_reduce_s", "src_data"]], "fp_reducescatter_p": [[162, 1, 1, "c.fp_reducescatter_p", "data_size"], [162, 1, 1, "c.fp_reducescatter_p", "input_data"], [162, 1, 1, "c.fp_reducescatter_p", "output_data"], [162, 1, 1, "c.fp_reducescatter_p", "reduce_type"]], "fp_reducescatter_s": [[162, 1, 1, "c.fp_reducescatter_s", "core_mask"], [162, 1, 1, "c.fp_reducescatter_s", "data_size"], [162, 1, 1, "c.fp_reducescatter_s", "input_data"], [162, 1, 1, "c.fp_reducescatter_s", "output_data"], [162, 1, 1, "c.fp_reducescatter_s", "reduce_type"]], "fp_relu6_grad_p": [[15, 1, 1, "c.fp_relu6_grad_p", "dst"], [15, 1, 1, "c.fp_relu6_grad_p", "length"], [15, 1, 1, "c.fp_relu6_grad_p", "src0"], [15, 1, 1, "c.fp_relu6_grad_p", "src1"]], "fp_relu6_grad_s": [[15, 1, 1, "c.fp_relu6_grad_s", "core_mask"], [15, 1, 1, "c.fp_relu6_grad_s", "dst"], [15, 1, 1, "c.fp_relu6_grad_s", "length"], [15, 1, 1, "c.fp_relu6_grad_s", "src0"], [15, 1, 1, "c.fp_relu6_grad_s", "src1"]], "fp_relu6_p": [[14, 1, 1, "c.fp_relu6_p", "Input0"], [14, 1, 1, "c.fp_relu6_p", "length"], [14, 1, 1, "c.fp_relu6_p", "output"]], "fp_relu6_s": [[14, 1, 1, "c.fp_relu6_s", "Input0"], [14, 1, 1, "c.fp_relu6_s", "core_mask"], [14, 1, 1, "c.fp_relu6_s", "length"], [14, 1, 1, "c.fp_relu6_s", "output"]], "fp_relu_grad_p": [[15, 1, 1, "c.fp_relu_grad_p", "dst"], [15, 1, 1, "c.fp_relu_grad_p", "length"], [15, 1, 1, "c.fp_relu_grad_p", "src0"], [15, 1, 1, "c.fp_relu_grad_p", "src1"]], "fp_relu_grad_s": [[15, 1, 1, "c.fp_relu_grad_s", "core_mask"], [15, 1, 1, "c.fp_relu_grad_s", "dst"], [15, 1, 1, "c.fp_relu_grad_s", "length"], [15, 1, 1, "c.fp_relu_grad_s", "src0"], [15, 1, 1, "c.fp_relu_grad_s", "src1"]], "fp_relu_p": [[14, 1, 1, "c.fp_relu_p", "Input0"], [14, 1, 1, "c.fp_relu_p", "length"], [14, 1, 1, "c.fp_relu_p", "output"]], "fp_relu_s": [[14, 1, 1, "c.fp_relu_s", "Input0"], [14, 1, 1, "c.fp_relu_s", "core_mask"], [14, 1, 1, "c.fp_relu_s", "length"], [14, 1, 1, "c.fp_relu_s", "output"]], "fp_reshape_p": [[163, 1, 1, "c.fp_reshape_p", "input"], [163, 1, 1, "c.fp_reshape_p", "length"], [163, 1, 1, "c.fp_reshape_p", "output"]], "fp_reshape_s": [[163, 1, 1, "c.fp_reshape_s", "core_mask"], [163, 1, 1, "c.fp_reshape_s", "input"], [163, 1, 1, "c.fp_reshape_s", "length"], [163, 1, 1, "c.fp_reshape_s", "output"]], "fp_resize_anycore": [[164, 1, 1, "c.fp_resize_anycore", "core_mask"], [164, 1, 1, "c.fp_resize_anycore", "input"], [164, 1, 1, "c.fp_resize_anycore", "output"], [164, 1, 1, "c.fp_resize_anycore", "param"]], "fp_resizebilineargrad_p": [[165, 1, 1, "c.fp_resizebilineargrad_p", "align_corners"], [165, 1, 1, "c.fp_resizebilineargrad_p", "batch_size"], [165, 1, 1, "c.fp_resizebilineargrad_p", "channel"], [165, 1, 1, "c.fp_resizebilineargrad_p", "format"], [165, 1, 1, "c.fp_resizebilineargrad_p", "height_scale"], [165, 1, 1, "c.fp_resizebilineargrad_p", "in_addr"], [165, 1, 1, "c.fp_resizebilineargrad_p", "in_height"], [165, 1, 1, "c.fp_resizebilineargrad_p", "in_width"], [165, 1, 1, "c.fp_resizebilineargrad_p", "out_addr"], [165, 1, 1, "c.fp_resizebilineargrad_p", "out_height"], [165, 1, 1, "c.fp_resizebilineargrad_p", "out_width"], [165, 1, 1, "c.fp_resizebilineargrad_p", "width_scale"]], "fp_resizebilineargrad_s": [[165, 1, 1, "c.fp_resizebilineargrad_s", "align_corners"], [165, 1, 1, "c.fp_resizebilineargrad_s", "batch_size"], [165, 1, 1, "c.fp_resizebilineargrad_s", "channel"], [165, 1, 1, "c.fp_resizebilineargrad_s", "core_mask"], [165, 1, 1, "c.fp_resizebilineargrad_s", "format"], [165, 1, 1, "c.fp_resizebilineargrad_s", "height_scale"], [165, 1, 1, "c.fp_resizebilineargrad_s", "in_addr"], [165, 1, 1, "c.fp_resizebilineargrad_s", "in_height"], [165, 1, 1, "c.fp_resizebilineargrad_s", "in_width"], [165, 1, 1, "c.fp_resizebilineargrad_s", "out_addr"], [165, 1, 1, "c.fp_resizebilineargrad_s", "out_height"], [165, 1, 1, "c.fp_resizebilineargrad_s", "out_width"], [165, 1, 1, "c.fp_resizebilineargrad_s", "width_scale"]], "fp_resizenearestneighborgrad_p": [[165, 1, 1, "c.fp_resizenearestneighborgrad_p", "align_corners"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "batch_size"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "channel"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "format"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "height_scale"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "in_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "in_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "in_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "out_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "out_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "out_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "width_scale"]], "fp_resizenearestneighborgrad_s": [[165, 1, 1, "c.fp_resizenearestneighborgrad_s", "align_corners"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "batch_size"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "channel"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "core_mask"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "format"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "height_scale"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "in_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "in_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "in_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "out_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "out_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "out_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "width_scale"]], "fp_roipooling_p": [[169, 1, 1, "c.fp_roipooling_p", "in_ptr"], [169, 1, 1, "c.fp_roipooling_p", "input_c"], [169, 1, 1, "c.fp_roipooling_p", "input_h"], [169, 1, 1, "c.fp_roipooling_p", "input_n"], [169, 1, 1, "c.fp_roipooling_p", "input_w"], [169, 1, 1, "c.fp_roipooling_p", "max_c"], [169, 1, 1, "c.fp_roipooling_p", "num_rois"], [169, 1, 1, "c.fp_roipooling_p", "out_ptr"], [169, 1, 1, "c.fp_roipooling_p", "pooled_height"], [169, 1, 1, "c.fp_roipooling_p", "pooled_width"], [169, 1, 1, "c.fp_roipooling_p", "roi"], [169, 1, 1, "c.fp_roipooling_p", "scale"]], "fp_roipooling_s": [[169, 1, 1, "c.fp_roipooling_s", "core_mask"], [169, 1, 1, "c.fp_roipooling_s", "in_ptr"], [169, 1, 1, "c.fp_roipooling_s", "input_c"], [169, 1, 1, "c.fp_roipooling_s", "input_h"], [169, 1, 1, "c.fp_roipooling_s", "input_n"], [169, 1, 1, "c.fp_roipooling_s", "input_w"], [169, 1, 1, "c.fp_roipooling_s", "max_c"], [169, 1, 1, "c.fp_roipooling_s", "num_rois"], [169, 1, 1, "c.fp_roipooling_s", "out_ptr"], [169, 1, 1, "c.fp_roipooling_s", "pooled_height"], [169, 1, 1, "c.fp_roipooling_s", "pooled_width"], [169, 1, 1, "c.fp_roipooling_s", "roi"], [169, 1, 1, "c.fp_roipooling_s", "scale"]], "fp_round_p": [[170, 1, 1, "c.fp_round_p", "input"], [170, 1, 1, "c.fp_round_p", "length"], [170, 1, 1, "c.fp_round_p", "output"]], "fp_round_s": [[170, 1, 1, "c.fp_round_s", "core_mask"], [170, 1, 1, "c.fp_round_s", "input"], [170, 1, 1, "c.fp_round_s", "length"], [170, 1, 1, "c.fp_round_s", "output"]], "fp_rsqrt_grad_p": [[172, 1, 1, "c.fp_rsqrt_grad_p", "input1"], [172, 1, 1, "c.fp_rsqrt_grad_p", "input2"], [172, 1, 1, "c.fp_rsqrt_grad_p", "output"], [172, 1, 1, "c.fp_rsqrt_grad_p", "size"]], "fp_rsqrt_grad_s": [[172, 1, 1, "c.fp_rsqrt_grad_s", "core_mask"], [172, 1, 1, "c.fp_rsqrt_grad_s", "input0"], [172, 1, 1, "c.fp_rsqrt_grad_s", "input1"], [172, 1, 1, "c.fp_rsqrt_grad_s", "output"], [172, 1, 1, "c.fp_rsqrt_grad_s", "size"]], "fp_rsqrt_p": [[171, 1, 1, "c.fp_rsqrt_p", "dst"], [171, 1, 1, "c.fp_rsqrt_p", "length"], [171, 1, 1, "c.fp_rsqrt_p", "src"]], "fp_rsqrt_s": [[171, 1, 1, "c.fp_rsqrt_s", "core_mask"], [171, 1, 1, "c.fp_rsqrt_s", "dst"], [171, 1, 1, "c.fp_rsqrt_s", "length"], [171, 1, 1, "c.fp_rsqrt_s", "src"]], "fp_scale_fusion_p": [[173, 1, 1, "c.fp_scale_fusion_p", "bias"], [173, 1, 1, "c.fp_scale_fusion_p", "dst_data"], [173, 1, 1, "c.fp_scale_fusion_p", "length"], [173, 1, 1, "c.fp_scale_fusion_p", "scale"], [173, 1, 1, "c.fp_scale_fusion_p", "src_data"]], "fp_scale_fusion_s": [[173, 1, 1, "c.fp_scale_fusion_s", "bias"], [173, 1, 1, "c.fp_scale_fusion_s", "core_mask"], [173, 1, 1, "c.fp_scale_fusion_s", "dst_data"], [173, 1, 1, "c.fp_scale_fusion_s", "length"], [173, 1, 1, "c.fp_scale_fusion_s", "scale"], [173, 1, 1, "c.fp_scale_fusion_s", "src_data"]], "fp_scatter_elements_p": [[174, 1, 1, "c.fp_scatter_elements_p", "core_mask"], [174, 1, 1, "c.fp_scatter_elements_p", "indices"], [174, 1, 1, "c.fp_scatter_elements_p", "input"], [174, 1, 1, "c.fp_scatter_elements_p", "output"], [174, 1, 1, "c.fp_scatter_elements_p", "param"], [174, 1, 1, "c.fp_scatter_elements_p", "updates"]], "fp_scatter_elements_s": [[174, 1, 1, "c.fp_scatter_elements_s", "core_mask"], [174, 1, 1, "c.fp_scatter_elements_s", "indices"], [174, 1, 1, "c.fp_scatter_elements_s", "input"], [174, 1, 1, "c.fp_scatter_elements_s", "output"], [174, 1, 1, "c.fp_scatter_elements_s", "param"], [174, 1, 1, "c.fp_scatter_elements_s", "updates"]], "fp_scatter_nd_p": [[175, 1, 1, "c.fp_scatter_nd_p", "indices"], [175, 1, 1, "c.fp_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.fp_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.fp_scatter_nd_p", "output"], [175, 1, 1, "c.fp_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.fp_scatter_nd_p", "output_shape"], [175, 1, 1, "c.fp_scatter_nd_p", "updates"]], "fp_scatter_nd_s": [[175, 1, 1, "c.fp_scatter_nd_s", "core_mask"], [175, 1, 1, "c.fp_scatter_nd_s", "indices"], [175, 1, 1, "c.fp_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.fp_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.fp_scatter_nd_s", "output"], [175, 1, 1, "c.fp_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.fp_scatter_nd_s", "output_shape"], [175, 1, 1, "c.fp_scatter_nd_s", "updates"]], "fp_scatter_nd_update_p": [[176, 1, 1, "c.fp_scatter_nd_update_p", "indices"], [176, 1, 1, "c.fp_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.fp_scatter_nd_update_p", "output"], [176, 1, 1, "c.fp_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.fp_scatter_nd_update_p", "updates"]], "fp_scatter_nd_update_s": [[176, 1, 1, "c.fp_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.fp_scatter_nd_update_s", "indices"], [176, 1, 1, "c.fp_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.fp_scatter_nd_update_s", "output"], [176, 1, 1, "c.fp_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.fp_scatter_nd_update_s", "updates"]], "fp_select_p": [[177, 1, 1, "c.fp_select_p", "condition"], [177, 1, 1, "c.fp_select_p", "input0"], [177, 1, 1, "c.fp_select_p", "input1"], [177, 1, 1, "c.fp_select_p", "output"], [177, 1, 1, "c.fp_select_p", "params"]], "fp_select_s": [[177, 1, 1, "c.fp_select_s", "condition"], [177, 1, 1, "c.fp_select_s", "core_mask"], [177, 1, 1, "c.fp_select_s", "input0"], [177, 1, 1, "c.fp_select_s", "input1"], [177, 1, 1, "c.fp_select_s", "output"], [177, 1, 1, "c.fp_select_s", "params"]], "fp_sgd_p": [[178, 1, 1, "c.fp_sgd_p", "accumulate"], [178, 1, 1, "c.fp_sgd_p", "dampening"], [178, 1, 1, "c.fp_sgd_p", "gradient"], [178, 1, 1, "c.fp_sgd_p", "learning_rate"], [178, 1, 1, "c.fp_sgd_p", "length"], [178, 1, 1, "c.fp_sgd_p", "moment"], [178, 1, 1, "c.fp_sgd_p", "nesterov"], [178, 1, 1, "c.fp_sgd_p", "weight"], [178, 1, 1, "c.fp_sgd_p", "weight_decay"]], "fp_sgd_s": [[178, 1, 1, "c.fp_sgd_s", "accumulate"], [178, 1, 1, "c.fp_sgd_s", "core_mask"], [178, 1, 1, "c.fp_sgd_s", "dampening"], [178, 1, 1, "c.fp_sgd_s", "end"], [178, 1, 1, "c.fp_sgd_s", "gradient"], [178, 1, 1, "c.fp_sgd_s", "learning_rate"], [178, 1, 1, "c.fp_sgd_s", "moment"], [178, 1, 1, "c.fp_sgd_s", "nesterov"], [178, 1, 1, "c.fp_sgd_s", "start"], [178, 1, 1, "c.fp_sgd_s", "weight"], [178, 1, 1, "c.fp_sgd_s", "weight_decay"]], "fp_sigmoid_grad_p": [[15, 1, 1, "c.fp_sigmoid_grad_p", "dst"], [15, 1, 1, "c.fp_sigmoid_grad_p", "length"], [15, 1, 1, "c.fp_sigmoid_grad_p", "src0"], [15, 1, 1, "c.fp_sigmoid_grad_p", "src1"]], "fp_sigmoid_grad_s": [[15, 1, 1, "c.fp_sigmoid_grad_s", "core_mask"], [15, 1, 1, "c.fp_sigmoid_grad_s", "dst"], [15, 1, 1, "c.fp_sigmoid_grad_s", "length"], [15, 1, 1, "c.fp_sigmoid_grad_s", "src0"], [15, 1, 1, "c.fp_sigmoid_grad_s", "src1"]], "fp_sigmoid_p": [[14, 1, 1, "c.fp_sigmoid_p", "Input0"], [14, 1, 1, "c.fp_sigmoid_p", "length"], [14, 1, 1, "c.fp_sigmoid_p", "output"]], "fp_sigmoid_s": [[14, 1, 1, "c.fp_sigmoid_s", "Input0"], [14, 1, 1, "c.fp_sigmoid_s", "core_mask"], [14, 1, 1, "c.fp_sigmoid_s", "length"], [14, 1, 1, "c.fp_sigmoid_s", "output"]], "fp_sigmoidcrossentropywithlogits_p": [[180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "input0"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "input1"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "length"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "output"]], "fp_sigmoidcrossentropywithlogits_s": [[180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "core_mask"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "input0"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "input1"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "length"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "output"]], "fp_sigmoidcrossentropywithlogitsgrad_p": [[181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "Input0"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "Input1"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "length"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "output"]], "fp_sigmoidcrossentropywithlogitsgrad_s": [[181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "Input0"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "Input1"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "core_mask"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "length"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "output"]], "fp_sin_p": [[182, 1, 1, "c.fp_sin_p", "dst_data"], [182, 1, 1, "c.fp_sin_p", "length"], [182, 1, 1, "c.fp_sin_p", "src_data"]], "fp_sin_s": [[182, 1, 1, "c.fp_sin_s", "core_mask"], [182, 1, 1, "c.fp_sin_s", "dst_data"], [182, 1, 1, "c.fp_sin_s", "length"], [182, 1, 1, "c.fp_sin_s", "src_data"]], "fp_slice_p": [[185, 1, 1, "c.fp_slice_p", "begin"], [185, 1, 1, "c.fp_slice_p", "input"], [185, 1, 1, "c.fp_slice_p", "input_shape"], [185, 1, 1, "c.fp_slice_p", "ndim"], [185, 1, 1, "c.fp_slice_p", "output"], [185, 1, 1, "c.fp_slice_p", "size"]], "fp_slice_s": [[185, 1, 1, "c.fp_slice_s", "begin"], [185, 1, 1, "c.fp_slice_s", "core_mask"], [185, 1, 1, "c.fp_slice_s", "input"], [185, 1, 1, "c.fp_slice_s", "input_shape"], [185, 1, 1, "c.fp_slice_s", "ndim"], [185, 1, 1, "c.fp_slice_s", "output"], [185, 1, 1, "c.fp_slice_s", "size"]], "fp_smoothl1loss_p": [[186, 1, 1, "c.fp_smoothl1loss_p", "beta"], [186, 1, 1, "c.fp_smoothl1loss_p", "length"], [186, 1, 1, "c.fp_smoothl1loss_p", "out"], [186, 1, 1, "c.fp_smoothl1loss_p", "predict"], [186, 1, 1, "c.fp_smoothl1loss_p", "target"]], "fp_smoothl1loss_s": [[186, 1, 1, "c.fp_smoothl1loss_s", "beta"], [186, 1, 1, "c.fp_smoothl1loss_s", "core_mask"], [186, 1, 1, "c.fp_smoothl1loss_s", "length"], [186, 1, 1, "c.fp_smoothl1loss_s", "out"], [186, 1, 1, "c.fp_smoothl1loss_s", "predict"], [186, 1, 1, "c.fp_smoothl1loss_s", "target"]], "fp_smoothl1lossgrad_p": [[187, 1, 1, "c.fp_smoothl1lossgrad_p", "beta"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "dx1"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "dy"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "length"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "x1"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "x2"]], "fp_smoothl1lossgrad_s": [[187, 1, 1, "c.fp_smoothl1lossgrad_s", "beta"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "core_mask"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "dx1"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "dy"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "length"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "x1"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "x2"]], "fp_softmax_cross_entropy_with_logits_p": [[189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "batch_size"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "labels"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "logits"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "need_grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "num_of_classes"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "output"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "probs"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "sum_data"]], "fp_softmax_cross_entropy_with_logits_s": [[189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "batch_size"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "core_mask"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "labels"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "logits"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "need_grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "num_of_classes"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "output"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "probs"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "sum_data"]], "fp_softmax_p": [[188, 1, 1, "c.fp_softmax_p", "axis"], [188, 1, 1, "c.fp_softmax_p", "axis_size"], [188, 1, 1, "c.fp_softmax_p", "inner_size"], [188, 1, 1, "c.fp_softmax_p", "input_ptr"], [188, 1, 1, "c.fp_softmax_p", "n_dim"], [188, 1, 1, "c.fp_softmax_p", "output_ptr"], [188, 1, 1, "c.fp_softmax_p", "outter_size"], [188, 1, 1, "c.fp_softmax_p", "sum_data"]], "fp_softmax_s": [[188, 1, 1, "c.fp_softmax_s", "axis"], [188, 1, 1, "c.fp_softmax_s", "axis_size"], [188, 1, 1, "c.fp_softmax_s", "core_mask"], [188, 1, 1, "c.fp_softmax_s", "inner_size"], [188, 1, 1, "c.fp_softmax_s", "input_ptr"], [188, 1, 1, "c.fp_softmax_s", "n_dim"], [188, 1, 1, "c.fp_softmax_s", "output_ptr"], [188, 1, 1, "c.fp_softmax_s", "outter_size"], [188, 1, 1, "c.fp_softmax_s", "sum_data"]], "fp_softplus_grad_p": [[15, 1, 1, "c.fp_softplus_grad_p", "dst"], [15, 1, 1, "c.fp_softplus_grad_p", "length"], [15, 1, 1, "c.fp_softplus_grad_p", "src0"], [15, 1, 1, "c.fp_softplus_grad_p", "src1"]], "fp_softplus_grad_s": [[15, 1, 1, "c.fp_softplus_grad_s", "core_mask"], [15, 1, 1, "c.fp_softplus_grad_s", "dst"], [15, 1, 1, "c.fp_softplus_grad_s", "length"], [15, 1, 1, "c.fp_softplus_grad_s", "src0"], [15, 1, 1, "c.fp_softplus_grad_s", "src1"]], "fp_softplus_p": [[14, 1, 1, "c.fp_softplus_p", "Input0"], [14, 1, 1, "c.fp_softplus_p", "length"], [14, 1, 1, "c.fp_softplus_p", "output"]], "fp_softplus_s": [[14, 1, 1, "c.fp_softplus_s", "Input0"], [14, 1, 1, "c.fp_softplus_s", "core_mask"], [14, 1, 1, "c.fp_softplus_s", "length"], [14, 1, 1, "c.fp_softplus_s", "output"]], "fp_softshrink_grad_p": [[15, 1, 1, "c.fp_softshrink_grad_p", "dst"], [15, 1, 1, "c.fp_softshrink_grad_p", "lambd"], [15, 1, 1, "c.fp_softshrink_grad_p", "length"], [15, 1, 1, "c.fp_softshrink_grad_p", "src0"], [15, 1, 1, "c.fp_softshrink_grad_p", "src1"]], "fp_softshrink_grad_s": [[15, 1, 1, "c.fp_softshrink_grad_s", "core_mask"], [15, 1, 1, "c.fp_softshrink_grad_s", "dst"], [15, 1, 1, "c.fp_softshrink_grad_s", "lambd"], [15, 1, 1, "c.fp_softshrink_grad_s", "length"], [15, 1, 1, "c.fp_softshrink_grad_s", "src0"], [15, 1, 1, "c.fp_softshrink_grad_s", "src1"]], "fp_softshrink_p": [[14, 1, 1, "c.fp_softshrink_p", "Input0"], [14, 1, 1, "c.fp_softshrink_p", "lambd"], [14, 1, 1, "c.fp_softshrink_p", "length"], [14, 1, 1, "c.fp_softshrink_p", "output"]], "fp_softshrink_s": [[14, 1, 1, "c.fp_softshrink_s", "Input0"], [14, 1, 1, "c.fp_softshrink_s", "core_mask"], [14, 1, 1, "c.fp_softshrink_s", "lambd"], [14, 1, 1, "c.fp_softshrink_s", "length"], [14, 1, 1, "c.fp_softshrink_s", "output"]], "fp_softsignopt_p": [[14, 1, 1, "c.fp_softsignopt_p", "Input0"], [14, 1, 1, "c.fp_softsignopt_p", "length"], [14, 1, 1, "c.fp_softsignopt_p", "output"]], "fp_softsignopt_s": [[14, 1, 1, "c.fp_softsignopt_s", "Input0"], [14, 1, 1, "c.fp_softsignopt_s", "core_mask"], [14, 1, 1, "c.fp_softsignopt_s", "length"], [14, 1, 1, "c.fp_softsignopt_s", "output"]], "fp_spacetobatch_p": [[190, 1, 1, "c.fp_spacetobatch_p", "block_size"], [190, 1, 1, "c.fp_spacetobatch_p", "data_size"], [190, 1, 1, "c.fp_spacetobatch_p", "input"], [190, 1, 1, "c.fp_spacetobatch_p", "input_shape"], [190, 1, 1, "c.fp_spacetobatch_p", "output"], [190, 1, 1, "c.fp_spacetobatch_p", "paddings"]], "fp_spacetobatch_s": [[190, 1, 1, "c.fp_spacetobatch_s", "block_size"], [190, 1, 1, "c.fp_spacetobatch_s", "core_mask"], [190, 1, 1, "c.fp_spacetobatch_s", "data_size"], [190, 1, 1, "c.fp_spacetobatch_s", "input"], [190, 1, 1, "c.fp_spacetobatch_s", "input_shape"], [190, 1, 1, "c.fp_spacetobatch_s", "output"], [190, 1, 1, "c.fp_spacetobatch_s", "paddings"]], "fp_spacetobatchnd_p": [[191, 1, 1, "c.fp_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.fp_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.fp_spacetobatchnd_p", "input"], [191, 1, 1, "c.fp_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.fp_spacetobatchnd_p", "output"], [191, 1, 1, "c.fp_spacetobatchnd_p", "paddings"]], "fp_spacetobatchnd_s": [[191, 1, 1, "c.fp_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.fp_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.fp_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.fp_spacetobatchnd_s", "input"], [191, 1, 1, "c.fp_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.fp_spacetobatchnd_s", "output"], [191, 1, 1, "c.fp_spacetobatchnd_s", "paddings"]], "fp_spacetodepth_p": [[192, 1, 1, "c.fp_spacetodepth_p", "block"], [192, 1, 1, "c.fp_spacetodepth_p", "data_size"], [192, 1, 1, "c.fp_spacetodepth_p", "in_shape"], [192, 1, 1, "c.fp_spacetodepth_p", "input"], [192, 1, 1, "c.fp_spacetodepth_p", "output"]], "fp_spacetodepth_s": [[192, 1, 1, "c.fp_spacetodepth_s", "block"], [192, 1, 1, "c.fp_spacetodepth_s", "core_mask"], [192, 1, 1, "c.fp_spacetodepth_s", "data_size"], [192, 1, 1, "c.fp_spacetodepth_s", "in_shape"], [192, 1, 1, "c.fp_spacetodepth_s", "input"], [192, 1, 1, "c.fp_spacetodepth_s", "output"]], "fp_sparse_fill_empty_rows_p": [[194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "values_ptr"]], "fp_sparse_fill_empty_rows_s": [[194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "values_ptr"]], "fp_sparse_reshape_p": [[195, 1, 1, "c.fp_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_p", "params"]], "fp_sparse_reshape_s": [[195, 1, 1, "c.fp_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.fp_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_s", "params"]], "fp_sparse_softmax_cross_entropy_with_logits_p": [[193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "axis_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "batch_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "inner_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "input"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "is_grad"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "labels"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "number_of_classes"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "output"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "outter_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "partial_losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "sum_data"]], "fp_sparse_softmax_cross_entropy_with_logits_s": [[193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "axis_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "batch_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "core_mask"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "inner_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "input"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "is_grad"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "labels"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "number_of_classes"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "output"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "outter_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "partial_losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "sum_data"]], "fp_sparse_to_dense_p": [[197, 1, 1, "c.fp_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.fp_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.fp_sparse_to_dense_p", "output"], [197, 1, 1, "c.fp_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.fp_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.fp_sparse_to_dense_p", "sparse_values"]], "fp_sparse_to_dense_s": [[197, 1, 1, "c.fp_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.fp_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.fp_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.fp_sparse_to_dense_s", "output"], [197, 1, 1, "c.fp_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.fp_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.fp_sparse_to_dense_s", "sparse_values"]], "fp_sparsesegmentsum_p": [[196, 1, 1, "c.fp_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "out_data_shape"]], "fp_sparsesegmentsum_s": [[196, 1, 1, "c.fp_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "out_data_shape"]], "fp_splice_p": [[198, 1, 1, "c.fp_splice_p", "context_dim"], [198, 1, 1, "c.fp_splice_p", "dst_col"], [198, 1, 1, "c.fp_splice_p", "dst_data"], [198, 1, 1, "c.fp_splice_p", "dst_row"], [198, 1, 1, "c.fp_splice_p", "forward_indexes"], [198, 1, 1, "c.fp_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.fp_splice_p", "src_col"], [198, 1, 1, "c.fp_splice_p", "src_data"], [198, 1, 1, "c.fp_splice_p", "src_row"]], "fp_splice_s": [[198, 1, 1, "c.fp_splice_s", "context_dim"], [198, 1, 1, "c.fp_splice_s", "core_mask"], [198, 1, 1, "c.fp_splice_s", "dst_col"], [198, 1, 1, "c.fp_splice_s", "dst_data"], [198, 1, 1, "c.fp_splice_s", "dst_row"], [198, 1, 1, "c.fp_splice_s", "forward_indexes"], [198, 1, 1, "c.fp_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.fp_splice_s", "src_col"], [198, 1, 1, "c.fp_splice_s", "src_data"], [198, 1, 1, "c.fp_splice_s", "src_row"]], "fp_split_p": [[199, 1, 1, "c.fp_split_p", "axis"], [199, 1, 1, "c.fp_split_p", "input"], [199, 1, 1, "c.fp_split_p", "input_ndim"], [199, 1, 1, "c.fp_split_p", "input_shape"], [199, 1, 1, "c.fp_split_p", "num_split"], [199, 1, 1, "c.fp_split_p", "outputs"], [199, 1, 1, "c.fp_split_p", "split_sizes"]], "fp_split_s": [[199, 1, 1, "c.fp_split_s", "axis"], [199, 1, 1, "c.fp_split_s", "core_mask"], [199, 1, 1, "c.fp_split_s", "input"], [199, 1, 1, "c.fp_split_s", "input_ndim"], [199, 1, 1, "c.fp_split_s", "input_shape"], [199, 1, 1, "c.fp_split_s", "num_split"], [199, 1, 1, "c.fp_split_s", "outputs"], [199, 1, 1, "c.fp_split_s", "split_sizes"]], "fp_split_with_overlap_p": [[200, 1, 1, "c.fp_split_with_overlap_p", "axis"], [200, 1, 1, "c.fp_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.fp_split_with_overlap_p", "input"], [200, 1, 1, "c.fp_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.fp_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.fp_split_with_overlap_p", "num_split"], [200, 1, 1, "c.fp_split_with_overlap_p", "outputs"], [200, 1, 1, "c.fp_split_with_overlap_p", "start_indices"]], "fp_split_with_overlap_s": [[200, 1, 1, "c.fp_split_with_overlap_s", "axis"], [200, 1, 1, "c.fp_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.fp_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.fp_split_with_overlap_s", "input"], [200, 1, 1, "c.fp_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.fp_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.fp_split_with_overlap_s", "num_split"], [200, 1, 1, "c.fp_split_with_overlap_s", "outputs"], [200, 1, 1, "c.fp_split_with_overlap_s", "start_indices"]], "fp_sqrt_grad_p": [[202, 1, 1, "c.fp_sqrt_grad_p", "input0"], [202, 1, 1, "c.fp_sqrt_grad_p", "input1"], [202, 1, 1, "c.fp_sqrt_grad_p", "output"], [202, 1, 1, "c.fp_sqrt_grad_p", "size"]], "fp_sqrt_grad_s": [[202, 1, 1, "c.fp_sqrt_grad_s", "core_mask"], [202, 1, 1, "c.fp_sqrt_grad_s", "input0"], [202, 1, 1, "c.fp_sqrt_grad_s", "input1"], [202, 1, 1, "c.fp_sqrt_grad_s", "output"], [202, 1, 1, "c.fp_sqrt_grad_s", "size"]], "fp_sqrt_p": [[201, 1, 1, "c.fp_sqrt_p", "dst_data"], [201, 1, 1, "c.fp_sqrt_p", "length"], [201, 1, 1, "c.fp_sqrt_p", "src_data"]], "fp_sqrt_s": [[201, 1, 1, "c.fp_sqrt_s", "core_mask"], [201, 1, 1, "c.fp_sqrt_s", "dst_data"], [201, 1, 1, "c.fp_sqrt_s", "length"], [201, 1, 1, "c.fp_sqrt_s", "src_data"]], "fp_square_difference_p": [[204, 1, 1, "c.fp_square_difference_p", "input0"], [204, 1, 1, "c.fp_square_difference_p", "input1"], [204, 1, 1, "c.fp_square_difference_p", "output"], [204, 1, 1, "c.fp_square_difference_p", "params"]], "fp_square_difference_s": [[204, 1, 1, "c.fp_square_difference_s", "core_mask"], [204, 1, 1, "c.fp_square_difference_s", "input0"], [204, 1, 1, "c.fp_square_difference_s", "input1"], [204, 1, 1, "c.fp_square_difference_s", "output"], [204, 1, 1, "c.fp_square_difference_s", "params"]], "fp_square_p": [[203, 1, 1, "c.fp_square_p", "dst"], [203, 1, 1, "c.fp_square_p", "length"], [203, 1, 1, "c.fp_square_p", "src"]], "fp_square_s": [[203, 1, 1, "c.fp_square_s", "core_mask"], [203, 1, 1, "c.fp_square_s", "dst"], [203, 1, 1, "c.fp_square_s", "length"], [203, 1, 1, "c.fp_square_s", "src"]], "fp_stack_p": [[206, 1, 1, "c.fp_stack_p", "axis"], [206, 1, 1, "c.fp_stack_p", "input_ndim"], [206, 1, 1, "c.fp_stack_p", "input_shape"], [206, 1, 1, "c.fp_stack_p", "inputs"], [206, 1, 1, "c.fp_stack_p", "num_inputs"], [206, 1, 1, "c.fp_stack_p", "output"]], "fp_stack_s": [[206, 1, 1, "c.fp_stack_s", "axis"], [206, 1, 1, "c.fp_stack_s", "core_mask"], [206, 1, 1, "c.fp_stack_s", "input_ndim"], [206, 1, 1, "c.fp_stack_s", "input_shape"], [206, 1, 1, "c.fp_stack_s", "inputs"], [206, 1, 1, "c.fp_stack_s", "num_inputs"], [206, 1, 1, "c.fp_stack_s", "output"]], "fp_stridedslicegrad_p": [[208, 1, 1, "c.fp_stridedslicegrad_p", "begins"], [208, 1, 1, "c.fp_stridedslicegrad_p", "dx_shape"], [208, 1, 1, "c.fp_stridedslicegrad_p", "in_shape"], [208, 1, 1, "c.fp_stridedslicegrad_p", "inputs"], [208, 1, 1, "c.fp_stridedslicegrad_p", "output"], [208, 1, 1, "c.fp_stridedslicegrad_p", "strides"]], "fp_stridedslicegrad_s": [[208, 1, 1, "c.fp_stridedslicegrad_s", "begins"], [208, 1, 1, "c.fp_stridedslicegrad_s", "core_mask"], [208, 1, 1, "c.fp_stridedslicegrad_s", "dx_shape"], [208, 1, 1, "c.fp_stridedslicegrad_s", "in_shape"], [208, 1, 1, "c.fp_stridedslicegrad_s", "inputs"], [208, 1, 1, "c.fp_stridedslicegrad_s", "output"], [208, 1, 1, "c.fp_stridedslicegrad_s", "strides"]], "fp_sub_grad_p": [[210, 1, 1, "c.fp_sub_grad_p", "dx1"], [210, 1, 1, "c.fp_sub_grad_p", "dx2"], [210, 1, 1, "c.fp_sub_grad_p", "dy"], [210, 1, 1, "c.fp_sub_grad_p", "params"]], "fp_sub_grad_s": [[210, 1, 1, "c.fp_sub_grad_s", "core_mask"], [210, 1, 1, "c.fp_sub_grad_s", "dx1"], [210, 1, 1, "c.fp_sub_grad_s", "dx2"], [210, 1, 1, "c.fp_sub_grad_s", "dy"], [210, 1, 1, "c.fp_sub_grad_s", "params"]], "fp_sub_p": [[209, 1, 1, "c.fp_sub_p", "input0"], [209, 1, 1, "c.fp_sub_p", "input1"], [209, 1, 1, "c.fp_sub_p", "output"], [209, 1, 1, "c.fp_sub_p", "param"]], "fp_sub_s": [[209, 1, 1, "c.fp_sub_s", "core_mask"], [209, 1, 1, "c.fp_sub_s", "input0"], [209, 1, 1, "c.fp_sub_s", "input1"], [209, 1, 1, "c.fp_sub_s", "output"], [209, 1, 1, "c.fp_sub_s", "param"]], "fp_swish_p": [[14, 1, 1, "c.fp_swish_p", "Input0"], [14, 1, 1, "c.fp_swish_p", "length"], [14, 1, 1, "c.fp_swish_p", "output"]], "fp_swish_s": [[14, 1, 1, "c.fp_swish_s", "Input0"], [14, 1, 1, "c.fp_swish_s", "core_mask"], [14, 1, 1, "c.fp_swish_s", "length"], [14, 1, 1, "c.fp_swish_s", "output"]], "fp_tanh_grad_p": [[15, 1, 1, "c.fp_tanh_grad_p", "dst"], [15, 1, 1, "c.fp_tanh_grad_p", "length"], [15, 1, 1, "c.fp_tanh_grad_p", "src0"], [15, 1, 1, "c.fp_tanh_grad_p", "src1"]], "fp_tanh_grad_s": [[15, 1, 1, "c.fp_tanh_grad_s", "core_mask"], [15, 1, 1, "c.fp_tanh_grad_s", "dst"], [15, 1, 1, "c.fp_tanh_grad_s", "length"], [15, 1, 1, "c.fp_tanh_grad_s", "src0"], [15, 1, 1, "c.fp_tanh_grad_s", "src1"]], "fp_tanh_p": [[14, 1, 1, "c.fp_tanh_p", "Input0"], [14, 1, 1, "c.fp_tanh_p", "length"], [14, 1, 1, "c.fp_tanh_p", "output"]], "fp_tanh_s": [[14, 1, 1, "c.fp_tanh_s", "Input0"], [14, 1, 1, "c.fp_tanh_s", "core_mask"], [14, 1, 1, "c.fp_tanh_s", "length"], [14, 1, 1, "c.fp_tanh_s", "output"]], "fp_tensor_scatter_add_p": [[213, 1, 1, "c.fp_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "input"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "output"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "updates"]], "fp_tensor_scatter_add_s": [[213, 1, 1, "c.fp_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "input"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "output"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "updates"]], "fp_tensorarrayread_p": [[215, 1, 1, "c.fp_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.fp_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.fp_tensorarrayread_p", "index"], [215, 1, 1, "c.fp_tensorarrayread_p", "output_data"], [215, 1, 1, "c.fp_tensorarrayread_p", "output_size"]], "fp_tensorarrayread_s": [[215, 1, 1, "c.fp_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.fp_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.fp_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.fp_tensorarrayread_s", "index"], [215, 1, 1, "c.fp_tensorarrayread_s", "output_data"], [215, 1, 1, "c.fp_tensorarrayread_s", "output_size"]], "fp_tensorlist_from_tensor_p": [[217, 1, 1, "c.fp_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.fp_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.fp_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.fp_tensorlist_from_tensor_p", "output_tensors"]], "fp_tensorlist_from_tensor_s": [[217, 1, 1, "c.fp_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "output_tensors"]], "fp_tensorlist_stack_p": [[221, 1, 1, "c.fp_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.fp_tensorlist_stack_p", "unknown_type_offset"]], "fp_tensorlist_stack_s": [[221, 1, 1, "c.fp_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.fp_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.fp_tensorlist_stack_s", "unknown_type_offset"]], "fp_tile_p": [[222, 1, 1, "c.fp_tile_p", "input"], [222, 1, 1, "c.fp_tile_p", "input_shape"], [222, 1, 1, "c.fp_tile_p", "output"], [222, 1, 1, "c.fp_tile_p", "stride"], [222, 1, 1, "c.fp_tile_p", "tile_dim"], [222, 1, 1, "c.fp_tile_p", "tile_num"]], "fp_tile_s": [[222, 1, 1, "c.fp_tile_s", "core_mask"], [222, 1, 1, "c.fp_tile_s", "input"], [222, 1, 1, "c.fp_tile_s", "input_shape"], [222, 1, 1, "c.fp_tile_s", "output"], [222, 1, 1, "c.fp_tile_s", "stride"], [222, 1, 1, "c.fp_tile_s", "tile_dim"], [222, 1, 1, "c.fp_tile_s", "tile_num"]], "fp_to_i8_quant_p": [[153, 1, 1, "c.fp_to_i8_quant_p", "input"], [153, 1, 1, "c.fp_to_i8_quant_p", "length"], [153, 1, 1, "c.fp_to_i8_quant_p", "output"], [153, 1, 1, "c.fp_to_i8_quant_p", "scale"], [153, 1, 1, "c.fp_to_i8_quant_p", "zp"]], "fp_to_i8_quant_s": [[153, 1, 1, "c.fp_to_i8_quant_s", "core_mask"], [153, 1, 1, "c.fp_to_i8_quant_s", "input"], [153, 1, 1, "c.fp_to_i8_quant_s", "length"], [153, 1, 1, "c.fp_to_i8_quant_s", "output"], [153, 1, 1, "c.fp_to_i8_quant_s", "scale"], [153, 1, 1, "c.fp_to_i8_quant_s", "zp"]], "fp_top_k_fusion_p": [[223, 1, 1, "c.fp_top_k_fusion_p", "input"], [223, 1, 1, "c.fp_top_k_fusion_p", "output"], [223, 1, 1, "c.fp_top_k_fusion_p", "output_value"], [223, 1, 1, "c.fp_top_k_fusion_p", "params"]], "fp_top_k_fusion_s": [[223, 1, 1, "c.fp_top_k_fusion_s", "core_mask"], [223, 1, 1, "c.fp_top_k_fusion_s", "input"], [223, 1, 1, "c.fp_top_k_fusion_s", "output"], [223, 1, 1, "c.fp_top_k_fusion_s", "output_value"], [223, 1, 1, "c.fp_top_k_fusion_s", "params"]], "fp_transpose_p": [[224, 1, 1, "c.fp_transpose_p", "in_data"], [224, 1, 1, "c.fp_transpose_p", "num_axes"], [224, 1, 1, "c.fp_transpose_p", "out_data"], [224, 1, 1, "c.fp_transpose_p", "out_strides"], [224, 1, 1, "c.fp_transpose_p", "output_shape"], [224, 1, 1, "c.fp_transpose_p", "perm"], [224, 1, 1, "c.fp_transpose_p", "strides"]], "fp_transpose_s": [[224, 1, 1, "c.fp_transpose_s", "core_mask"], [224, 1, 1, "c.fp_transpose_s", "in_data"], [224, 1, 1, "c.fp_transpose_s", "num_axes"], [224, 1, 1, "c.fp_transpose_s", "out_data"], [224, 1, 1, "c.fp_transpose_s", "out_strides"], [224, 1, 1, "c.fp_transpose_s", "output_shape"], [224, 1, 1, "c.fp_transpose_s", "perm"], [224, 1, 1, "c.fp_transpose_s", "strides"]], "fp_tril_p": [[225, 1, 1, "c.fp_tril_p", "dst"], [225, 1, 1, "c.fp_tril_p", "height"], [225, 1, 1, "c.fp_tril_p", "k"], [225, 1, 1, "c.fp_tril_p", "out_elems"], [225, 1, 1, "c.fp_tril_p", "src"], [225, 1, 1, "c.fp_tril_p", "width"]], "fp_tril_s": [[225, 1, 1, "c.fp_tril_s", "core_mask"], [225, 1, 1, "c.fp_tril_s", "dst"], [225, 1, 1, "c.fp_tril_s", "height"], [225, 1, 1, "c.fp_tril_s", "k"], [225, 1, 1, "c.fp_tril_s", "out_elems"], [225, 1, 1, "c.fp_tril_s", "src"], [225, 1, 1, "c.fp_tril_s", "width"]], "fp_triu_p": [[226, 1, 1, "c.fp_triu_p", "dst"], [226, 1, 1, "c.fp_triu_p", "height"], [226, 1, 1, "c.fp_triu_p", "k"], [226, 1, 1, "c.fp_triu_p", "out_elems"], [226, 1, 1, "c.fp_triu_p", "src"], [226, 1, 1, "c.fp_triu_p", "width"]], "fp_triu_s": [[226, 1, 1, "c.fp_triu_s", "core_mask"], [226, 1, 1, "c.fp_triu_s", "dst"], [226, 1, 1, "c.fp_triu_s", "height"], [226, 1, 1, "c.fp_triu_s", "k"], [226, 1, 1, "c.fp_triu_s", "out_elems"], [226, 1, 1, "c.fp_triu_s", "src"], [226, 1, 1, "c.fp_triu_s", "width"]], "fp_uniform_real_p": [[227, 1, 1, "c.fp_uniform_real_p", "length"], [227, 1, 1, "c.fp_uniform_real_p", "output"], [227, 1, 1, "c.fp_uniform_real_p", "seed"], [227, 1, 1, "c.fp_uniform_real_p", "seed2"]], "fp_uniform_real_s": [[227, 1, 1, "c.fp_uniform_real_s", "core_mask"], [227, 1, 1, "c.fp_uniform_real_s", "length"], [227, 1, 1, "c.fp_uniform_real_s", "output"], [227, 1, 1, "c.fp_uniform_real_s", "seed"], [227, 1, 1, "c.fp_uniform_real_s", "seed2"]], "fp_unsorted_segment_sum_p": [[229, 1, 1, "c.fp_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "output"]], "fp_unsorted_segment_sum_s": [[229, 1, 1, "c.fp_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "output"]], "fp_where_p": [[232, 1, 1, "c.fp_where_p", "condition"], [232, 1, 1, "c.fp_where_p", "input0"], [232, 1, 1, "c.fp_where_p", "input1"], [232, 1, 1, "c.fp_where_p", "length"], [232, 1, 1, "c.fp_where_p", "output"]], "fp_where_s": [[232, 1, 1, "c.fp_where_s", "condition"], [232, 1, 1, "c.fp_where_s", "core_mask"], [232, 1, 1, "c.fp_where_s", "input0"], [232, 1, 1, "c.fp_where_s", "input1"], [232, 1, 1, "c.fp_where_s", "length"], [232, 1, 1, "c.fp_where_s", "output"]], "fp_zerolike_p": [[233, 1, 1, "c.fp_zerolike_p", "length"], [233, 1, 1, "c.fp_zerolike_p", "output"]], "fp_zerolike_s": [[233, 1, 1, "c.fp_zerolike_s", "core_mask"], [233, 1, 1, "c.fp_zerolike_s", "length"], [233, 1, 1, "c.fp_zerolike_s", "output"]], "hp_Gru_p": [[101, 1, 1, "c.hp_Gru_p", "buffer"], [101, 1, 1, "c.hp_Gru_p", "core_mask"], [101, 1, 1, "c.hp_Gru_p", "gru_param"], [101, 1, 1, "c.hp_Gru_p", "hidden_state"], [101, 1, 1, "c.hp_Gru_p", "input"], [101, 1, 1, "c.hp_Gru_p", "input_bias"], [101, 1, 1, "c.hp_Gru_p", "output"], [101, 1, 1, "c.hp_Gru_p", "state_bias"], [101, 1, 1, "c.hp_Gru_p", "weight_g"], [101, 1, 1, "c.hp_Gru_p", "weight_r"]], "hp_Gru_s": [[101, 1, 1, "c.hp_Gru_s", "buffer"], [101, 1, 1, "c.hp_Gru_s", "core_mask"], [101, 1, 1, "c.hp_Gru_s", "gru_param"], [101, 1, 1, "c.hp_Gru_s", "hidden_state"], [101, 1, 1, "c.hp_Gru_s", "input"], [101, 1, 1, "c.hp_Gru_s", "input_bias"], [101, 1, 1, "c.hp_Gru_s", "output"], [101, 1, 1, "c.hp_Gru_s", "state_bias"], [101, 1, 1, "c.hp_Gru_s", "weight_g"], [101, 1, 1, "c.hp_Gru_s", "weight_r"]], "hp_Unique_p": [[228, 1, 1, "c.hp_Unique_p", "input"], [228, 1, 1, "c.hp_Unique_p", "input_len"], [228, 1, 1, "c.hp_Unique_p", "output0"], [228, 1, 1, "c.hp_Unique_p", "output0_len"]], "hp_Unique_s": [[228, 1, 1, "c.hp_Unique_s", "core_mask"], [228, 1, 1, "c.hp_Unique_s", "input"], [228, 1, 1, "c.hp_Unique_s", "input_len"], [228, 1, 1, "c.hp_Unique_s", "output0"], [228, 1, 1, "c.hp_Unique_s", "output0_len"]], "hp_abs_grad_p": [[13, 1, 1, "c.hp_abs_grad_p", "input0"], [13, 1, 1, "c.hp_abs_grad_p", "input1"], [13, 1, 1, "c.hp_abs_grad_p", "length"], [13, 1, 1, "c.hp_abs_grad_p", "output"]], "hp_abs_grad_s": [[13, 1, 1, "c.hp_abs_grad_s", "core_mask"], [13, 1, 1, "c.hp_abs_grad_s", "input0"], [13, 1, 1, "c.hp_abs_grad_s", "input1"], [13, 1, 1, "c.hp_abs_grad_s", "length"], [13, 1, 1, "c.hp_abs_grad_s", "output"]], "hp_abs_p": [[12, 1, 1, "c.hp_abs_p", "dst_data"], [12, 1, 1, "c.hp_abs_p", "length"], [12, 1, 1, "c.hp_abs_p", "src_data"]], "hp_abs_s": [[12, 1, 1, "c.hp_abs_s", "core_mask"], [12, 1, 1, "c.hp_abs_s", "dst_data"], [12, 1, 1, "c.hp_abs_s", "length"], [12, 1, 1, "c.hp_abs_s", "src_data"]], "hp_adamweightdecay_p": [[17, 1, 1, "c.hp_adamweightdecay_p", "beta1"], [17, 1, 1, "c.hp_adamweightdecay_p", "beta2"], [17, 1, 1, "c.hp_adamweightdecay_p", "decay"], [17, 1, 1, "c.hp_adamweightdecay_p", "epsilon"], [17, 1, 1, "c.hp_adamweightdecay_p", "gradient"], [17, 1, 1, "c.hp_adamweightdecay_p", "length"], [17, 1, 1, "c.hp_adamweightdecay_p", "lr"], [17, 1, 1, "c.hp_adamweightdecay_p", "m"], [17, 1, 1, "c.hp_adamweightdecay_p", "v"], [17, 1, 1, "c.hp_adamweightdecay_p", "var"]], "hp_adamweightdecay_s": [[17, 1, 1, "c.hp_adamweightdecay_s", "beta1"], [17, 1, 1, "c.hp_adamweightdecay_s", "beta2"], [17, 1, 1, "c.hp_adamweightdecay_s", "core_mask"], [17, 1, 1, "c.hp_adamweightdecay_s", "decay"], [17, 1, 1, "c.hp_adamweightdecay_s", "end"], [17, 1, 1, "c.hp_adamweightdecay_s", "epsilon"], [17, 1, 1, "c.hp_adamweightdecay_s", "gradient"], [17, 1, 1, "c.hp_adamweightdecay_s", "lr"], [17, 1, 1, "c.hp_adamweightdecay_s", "m"], [17, 1, 1, "c.hp_adamweightdecay_s", "start"], [17, 1, 1, "c.hp_adamweightdecay_s", "v"], [17, 1, 1, "c.hp_adamweightdecay_s", "var"]], "hp_add_grad_p": [[19, 1, 1, "c.hp_add_grad_p", "dx1"], [19, 1, 1, "c.hp_add_grad_p", "dx2"], [19, 1, 1, "c.hp_add_grad_p", "dy"], [19, 1, 1, "c.hp_add_grad_p", "params"]], "hp_add_grad_s": [[19, 1, 1, "c.hp_add_grad_s", "core_mask"], [19, 1, 1, "c.hp_add_grad_s", "dx1"], [19, 1, 1, "c.hp_add_grad_s", "dx2"], [19, 1, 1, "c.hp_add_grad_s", "dy"], [19, 1, 1, "c.hp_add_grad_s", "params"]], "hp_add_p": [[18, 1, 1, "c.hp_add_p", "input0"], [18, 1, 1, "c.hp_add_p", "input1"], [18, 1, 1, "c.hp_add_p", "output"], [18, 1, 1, "c.hp_add_p", "param"]], "hp_add_s": [[18, 1, 1, "c.hp_add_s", "core_mask"], [18, 1, 1, "c.hp_add_s", "input0"], [18, 1, 1, "c.hp_add_s", "input1"], [18, 1, 1, "c.hp_add_s", "output"], [18, 1, 1, "c.hp_add_s", "param"]], "hp_adder_p": [[20, 1, 1, "c.hp_adder_p", "bias"], [20, 1, 1, "c.hp_adder_p", "conv_param"], [20, 1, 1, "c.hp_adder_p", "input_w"], [20, 1, 1, "c.hp_adder_p", "input_x"], [20, 1, 1, "c.hp_adder_p", "out_y"]], "hp_adder_s": [[20, 1, 1, "c.hp_adder_s", "bias"], [20, 1, 1, "c.hp_adder_s", "conv_param"], [20, 1, 1, "c.hp_adder_s", "core_mask"], [20, 1, 1, "c.hp_adder_s", "input_w"], [20, 1, 1, "c.hp_adder_s", "input_x"], [20, 1, 1, "c.hp_adder_s", "out_y"]], "hp_addn_p": [[21, 1, 1, "c.hp_addn_p", "element_nums"], [21, 1, 1, "c.hp_addn_p", "inputs"], [21, 1, 1, "c.hp_addn_p", "output"], [21, 1, 1, "c.hp_addn_p", "tensor_num"]], "hp_addn_s": [[21, 1, 1, "c.hp_addn_s", "core_mask"], [21, 1, 1, "c.hp_addn_s", "element_nums"], [21, 1, 1, "c.hp_addn_s", "inputs"], [21, 1, 1, "c.hp_addn_s", "output"], [21, 1, 1, "c.hp_addn_s", "tensor_num"]], "hp_affine_p": [[22, 1, 1, "c.hp_affine_p", "input0"], [22, 1, 1, "c.hp_affine_p", "input1"], [22, 1, 1, "c.hp_affine_p", "input2"], [22, 1, 1, "c.hp_affine_p", "output"], [22, 1, 1, "c.hp_affine_p", "params"]], "hp_affine_s": [[22, 1, 1, "c.hp_affine_s", "core_mask"], [22, 1, 1, "c.hp_affine_s", "input0"], [22, 1, 1, "c.hp_affine_s", "input1"], [22, 1, 1, "c.hp_affine_s", "input2"], [22, 1, 1, "c.hp_affine_s", "output"], [22, 1, 1, "c.hp_affine_s", "params"]], "hp_apply_momentum_p": [[25, 1, 1, "c.hp_apply_momentum_p", "accumulate"], [25, 1, 1, "c.hp_apply_momentum_p", "float_addr"], [25, 1, 1, "c.hp_apply_momentum_p", "gradient"], [25, 1, 1, "c.hp_apply_momentum_p", "int_addr"], [25, 1, 1, "c.hp_apply_momentum_p", "nesterov"], [25, 1, 1, "c.hp_apply_momentum_p", "weight"]], "hp_apply_momentum_s": [[25, 1, 1, "c.hp_apply_momentum_s", "accumulate"], [25, 1, 1, "c.hp_apply_momentum_s", "core_mask"], [25, 1, 1, "c.hp_apply_momentum_s", "float_addr"], [25, 1, 1, "c.hp_apply_momentum_s", "gradient"], [25, 1, 1, "c.hp_apply_momentum_s", "int_addr"], [25, 1, 1, "c.hp_apply_momentum_s", "nesterov"], [25, 1, 1, "c.hp_apply_momentum_s", "weight"]], "hp_arg_max_p": [[26, 1, 1, "c.hp_arg_max_p", "input"], [26, 1, 1, "c.hp_arg_max_p", "output"], [26, 1, 1, "c.hp_arg_max_p", "output_value"], [26, 1, 1, "c.hp_arg_max_p", "params"]], "hp_arg_max_s": [[26, 1, 1, "c.hp_arg_max_s", "core_mask"], [26, 1, 1, "c.hp_arg_max_s", "input"], [26, 1, 1, "c.hp_arg_max_s", "output"], [26, 1, 1, "c.hp_arg_max_s", "output_value"], [26, 1, 1, "c.hp_arg_max_s", "params"]], "hp_arg_min_p": [[27, 1, 1, "c.hp_arg_min_p", "input"], [27, 1, 1, "c.hp_arg_min_p", "output"], [27, 1, 1, "c.hp_arg_min_p", "output_value"], [27, 1, 1, "c.hp_arg_min_p", "params"]], "hp_arg_min_s": [[27, 1, 1, "c.hp_arg_min_s", "core_mask"], [27, 1, 1, "c.hp_arg_min_s", "input"], [27, 1, 1, "c.hp_arg_min_s", "output"], [27, 1, 1, "c.hp_arg_min_s", "output_value"], [27, 1, 1, "c.hp_arg_min_s", "params"]], "hp_assert_p": [[28, 1, 1, "c.hp_assert_p", "input"], [28, 1, 1, "c.hp_assert_p", "output"]], "hp_assert_s": [[28, 1, 1, "c.hp_assert_s", "core_mask"], [28, 1, 1, "c.hp_assert_s", "input"], [28, 1, 1, "c.hp_assert_s", "output"]], "hp_assign_add_p": [[30, 1, 1, "c.hp_assign_add_p", "input"], [30, 1, 1, "c.hp_assign_add_p", "length"], [30, 1, 1, "c.hp_assign_add_p", "output"]], "hp_assign_add_s": [[30, 1, 1, "c.hp_assign_add_s", "core_mask"], [30, 1, 1, "c.hp_assign_add_s", "input"], [30, 1, 1, "c.hp_assign_add_s", "length"], [30, 1, 1, "c.hp_assign_add_s", "output"]], "hp_assign_p": [[29, 1, 1, "c.hp_assign_p", "dst"], [29, 1, 1, "c.hp_assign_p", "length"], [29, 1, 1, "c.hp_assign_p", "src"]], "hp_assign_s": [[29, 1, 1, "c.hp_assign_s", "core_mask"], [29, 1, 1, "c.hp_assign_s", "dst"], [29, 1, 1, "c.hp_assign_s", "length"], [29, 1, 1, "c.hp_assign_s", "src"]], "hp_avg_pool_grad_p": [[33, 1, 1, "c.hp_avg_pool_grad_p", "input"], [33, 1, 1, "c.hp_avg_pool_grad_p", "output"], [33, 1, 1, "c.hp_avg_pool_grad_p", "params"]], "hp_avg_pool_grad_s": [[33, 1, 1, "c.hp_avg_pool_grad_s", "core_mask"], [33, 1, 1, "c.hp_avg_pool_grad_s", "input"], [33, 1, 1, "c.hp_avg_pool_grad_s", "output"], [33, 1, 1, "c.hp_avg_pool_grad_s", "params"]], "hp_avgpool_fusion_p": [[34, 1, 1, "c.hp_avgpool_fusion_p", "input"], [34, 1, 1, "c.hp_avgpool_fusion_p", "output"], [34, 1, 1, "c.hp_avgpool_fusion_p", "params"]], "hp_avgpool_fusion_s": [[34, 1, 1, "c.hp_avgpool_fusion_s", "core_mask"], [34, 1, 1, "c.hp_avgpool_fusion_s", "input"], [34, 1, 1, "c.hp_avgpool_fusion_s", "output"], [34, 1, 1, "c.hp_avgpool_fusion_s", "params"]], "hp_batch_norm_grad_p": [[37, 1, 1, "c.hp_batch_norm_grad_p", "dx"], [37, 1, 1, "c.hp_batch_norm_grad_p", "dy"], [37, 1, 1, "c.hp_batch_norm_grad_p", "params"], [37, 1, 1, "c.hp_batch_norm_grad_p", "x"]], "hp_batch_norm_grad_s": [[37, 1, 1, "c.hp_batch_norm_grad_s", "core_mask"], [37, 1, 1, "c.hp_batch_norm_grad_s", "dx"], [37, 1, 1, "c.hp_batch_norm_grad_s", "dy"], [37, 1, 1, "c.hp_batch_norm_grad_s", "x"]], "hp_batch_norm_p": [[36, 1, 1, "c.hp_batch_norm_p", "channel"], [36, 1, 1, "c.hp_batch_norm_p", "epsilon"], [36, 1, 1, "c.hp_batch_norm_p", "input"], [36, 1, 1, "c.hp_batch_norm_p", "mean"], [36, 1, 1, "c.hp_batch_norm_p", "output"], [36, 1, 1, "c.hp_batch_norm_p", "unit"], [36, 1, 1, "c.hp_batch_norm_p", "variance"]], "hp_batch_norm_s": [[36, 1, 1, "c.hp_batch_norm_s", "channel"], [36, 1, 1, "c.hp_batch_norm_s", "core_mask"], [36, 1, 1, "c.hp_batch_norm_s", "epsilon"], [36, 1, 1, "c.hp_batch_norm_s", "input"], [36, 1, 1, "c.hp_batch_norm_s", "mean"], [36, 1, 1, "c.hp_batch_norm_s", "output"], [36, 1, 1, "c.hp_batch_norm_s", "unit"], [36, 1, 1, "c.hp_batch_norm_s", "variance"]], "hp_batch_to_space_p": [[35, 1, 1, "c.hp_batch_to_space_p", "block"], [35, 1, 1, "c.hp_batch_to_space_p", "crops"], [35, 1, 1, "c.hp_batch_to_space_p", "in_shape"], [35, 1, 1, "c.hp_batch_to_space_p", "input"], [35, 1, 1, "c.hp_batch_to_space_p", "output"]], "hp_batch_to_space_s": [[35, 1, 1, "c.hp_batch_to_space_s", "block"], [35, 1, 1, "c.hp_batch_to_space_s", "core_mask"], [35, 1, 1, "c.hp_batch_to_space_s", "crops"], [35, 1, 1, "c.hp_batch_to_space_s", "in_shape"], [35, 1, 1, "c.hp_batch_to_space_s", "input"], [35, 1, 1, "c.hp_batch_to_space_s", "output"]], "hp_batchtospacend_p": [[38, 1, 1, "c.hp_batchtospacend_p", "block_size"], [38, 1, 1, "c.hp_batchtospacend_p", "crops"], [38, 1, 1, "c.hp_batchtospacend_p", "data_size"], [38, 1, 1, "c.hp_batchtospacend_p", "input"], [38, 1, 1, "c.hp_batchtospacend_p", "input_shape"], [38, 1, 1, "c.hp_batchtospacend_p", "output"]], "hp_batchtospacend_s": [[38, 1, 1, "c.hp_batchtospacend_s", "block_size"], [38, 1, 1, "c.hp_batchtospacend_s", "core_mask"], [38, 1, 1, "c.hp_batchtospacend_s", "crops"], [38, 1, 1, "c.hp_batchtospacend_s", "data_size"], [38, 1, 1, "c.hp_batchtospacend_s", "input"], [38, 1, 1, "c.hp_batchtospacend_s", "input_shape"], [38, 1, 1, "c.hp_batchtospacend_s", "output"]], "hp_bias_add_grad_p": [[40, 1, 1, "c.hp_bias_add_grad_p", "dbias"], [40, 1, 1, "c.hp_bias_add_grad_p", "dy"], [40, 1, 1, "c.hp_bias_add_grad_p", "dy_dims"], [40, 1, 1, "c.hp_bias_add_grad_p", "shape_size"]], "hp_bias_add_grad_s": [[40, 1, 1, "c.hp_bias_add_grad_s", "core_mask"], [40, 1, 1, "c.hp_bias_add_grad_s", "dbias"], [40, 1, 1, "c.hp_bias_add_grad_s", "dy"], [40, 1, 1, "c.hp_bias_add_grad_s", "dy_dims"], [40, 1, 1, "c.hp_bias_add_grad_s", "shape_size"]], "hp_bias_add_p": [[39, 1, 1, "c.hp_bias_add_p", "data_format"], [39, 1, 1, "c.hp_bias_add_p", "dims"], [39, 1, 1, "c.hp_bias_add_p", "input_bias"], [39, 1, 1, "c.hp_bias_add_p", "input_x"], [39, 1, 1, "c.hp_bias_add_p", "length"], [39, 1, 1, "c.hp_bias_add_p", "output"], [39, 1, 1, "c.hp_bias_add_p", "shape_size"]], "hp_bias_add_s": [[39, 1, 1, "c.hp_bias_add_s", "core_mask"], [39, 1, 1, "c.hp_bias_add_s", "data_format"], [39, 1, 1, "c.hp_bias_add_s", "dims"], [39, 1, 1, "c.hp_bias_add_s", "input_bias"], [39, 1, 1, "c.hp_bias_add_s", "input_x"], [39, 1, 1, "c.hp_bias_add_s", "length"], [39, 1, 1, "c.hp_bias_add_s", "output"], [39, 1, 1, "c.hp_bias_add_s", "shape_size"]], "hp_binary_cross_entropy_grad_p": [[41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "dloss"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "dx"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "input_x"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "input_y"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "param"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "weight"]], "hp_binary_cross_entropy_grad_s": [[41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "core_mask"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "dloss"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "dx"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "input_x"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "input_y"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "param"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "weight"]], "hp_binary_cross_entropy_p": [[42, 1, 1, "c.hp_binary_cross_entropy_p", "input_x"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "input_y"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "loss"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "params"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "weight"]], "hp_binary_cross_entropy_s": [[42, 1, 1, "c.hp_binary_cross_entropy_s", "core_mask"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "input_x"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "input_y"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "loss"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "params"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "weight"]], "hp_broadcastto_p": [[43, 1, 1, "c.hp_broadcastto_p", "data_size"], [43, 1, 1, "c.hp_broadcastto_p", "input"], [43, 1, 1, "c.hp_broadcastto_p", "input_shape"], [43, 1, 1, "c.hp_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.hp_broadcastto_p", "output"], [43, 1, 1, "c.hp_broadcastto_p", "output_shape"], [43, 1, 1, "c.hp_broadcastto_p", "output_shape_size"]], "hp_broadcastto_s": [[43, 1, 1, "c.hp_broadcastto_s", "core_mask"], [43, 1, 1, "c.hp_broadcastto_s", "data_size"], [43, 1, 1, "c.hp_broadcastto_s", "input"], [43, 1, 1, "c.hp_broadcastto_s", "input_shape"], [43, 1, 1, "c.hp_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.hp_broadcastto_s", "output"], [43, 1, 1, "c.hp_broadcastto_s", "output_shape"], [43, 1, 1, "c.hp_broadcastto_s", "output_shape_size"]], "hp_ceil_p": [[46, 1, 1, "c.hp_ceil_p", "input_size"], [46, 1, 1, "c.hp_ceil_p", "input_x"], [46, 1, 1, "c.hp_ceil_p", "output"]], "hp_ceil_s": [[46, 1, 1, "c.hp_ceil_s", "core_mask"], [46, 1, 1, "c.hp_ceil_s", "input_size"], [46, 1, 1, "c.hp_ceil_s", "input_x"], [46, 1, 1, "c.hp_ceil_s", "output"]], "hp_celu_p": [[14, 1, 1, "c.hp_celu_p", "Input0"], [14, 1, 1, "c.hp_celu_p", "alpha"], [14, 1, 1, "c.hp_celu_p", "length"], [14, 1, 1, "c.hp_celu_p", "output"]], "hp_celu_s": [[14, 1, 1, "c.hp_celu_s", "Input0"], [14, 1, 1, "c.hp_celu_s", "alpha"], [14, 1, 1, "c.hp_celu_s", "core_mask"], [14, 1, 1, "c.hp_celu_s", "length"], [14, 1, 1, "c.hp_celu_s", "output"]], "hp_clip_p": [[14, 1, 1, "c.hp_clip_p", "Input0"], [47, 1, 1, "c.hp_clip_p", "dst"], [14, 1, 1, "c.hp_clip_p", "length"], [47, 1, 1, "c.hp_clip_p", "length"], [47, 1, 1, "c.hp_clip_p", "max"], [14, 1, 1, "c.hp_clip_p", "max_val"], [47, 1, 1, "c.hp_clip_p", "min"], [14, 1, 1, "c.hp_clip_p", "min_val"], [14, 1, 1, "c.hp_clip_p", "output"], [47, 1, 1, "c.hp_clip_p", "src"]], "hp_clip_s": [[14, 1, 1, "c.hp_clip_s", "Input0"], [14, 1, 1, "c.hp_clip_s", "core_mask"], [47, 1, 1, "c.hp_clip_s", "core_mask"], [47, 1, 1, "c.hp_clip_s", "dst"], [14, 1, 1, "c.hp_clip_s", "length"], [47, 1, 1, "c.hp_clip_s", "length"], [47, 1, 1, "c.hp_clip_s", "max"], [14, 1, 1, "c.hp_clip_s", "max_val"], [47, 1, 1, "c.hp_clip_s", "min"], [14, 1, 1, "c.hp_clip_s", "min_val"], [14, 1, 1, "c.hp_clip_s", "output"], [47, 1, 1, "c.hp_clip_s", "src"]], "hp_concat_p": [[48, 1, 1, "c.hp_concat_p", "axis"], [48, 1, 1, "c.hp_concat_p", "input_ndim"], [48, 1, 1, "c.hp_concat_p", "input_shapes"], [48, 1, 1, "c.hp_concat_p", "inputs"], [48, 1, 1, "c.hp_concat_p", "num_inputs"], [48, 1, 1, "c.hp_concat_p", "output"]], "hp_concat_s": [[48, 1, 1, "c.hp_concat_s", "axis"], [48, 1, 1, "c.hp_concat_s", "core_mask"], [48, 1, 1, "c.hp_concat_s", "input_ndim"], [48, 1, 1, "c.hp_concat_s", "input_shapes"], [48, 1, 1, "c.hp_concat_s", "inputs"], [48, 1, 1, "c.hp_concat_s", "num_inputs"], [48, 1, 1, "c.hp_concat_s", "output"]], "hp_conv2d_p": [[50, 1, 1, "c.hp_conv2d_p", "bias"], [50, 1, 1, "c.hp_conv2d_p", "conv_param"], [50, 1, 1, "c.hp_conv2d_p", "core_mask"], [50, 1, 1, "c.hp_conv2d_p", "input_w"], [50, 1, 1, "c.hp_conv2d_p", "input_x"], [50, 1, 1, "c.hp_conv2d_p", "out_y"]], "hp_conv2d_s": [[50, 1, 1, "c.hp_conv2d_s", "bias"], [50, 1, 1, "c.hp_conv2d_s", "conv_param"], [50, 1, 1, "c.hp_conv2d_s", "core_mask"], [50, 1, 1, "c.hp_conv2d_s", "input_w"], [50, 1, 1, "c.hp_conv2d_s", "input_x"], [50, 1, 1, "c.hp_conv2d_s", "out_y"]], "hp_conv2dbackpropfilterfusion_p": [[52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "conv_param"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "dw"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "dy"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "x"]], "hp_conv2dbackpropfilterfusion_s": [[52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "conv_param"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "core_mask"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "dw"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "dy"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "x"]], "hp_conv2dbackpropinputfusion_p": [[53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "conv_param"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "dx"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "dy"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "w"]], "hp_conv2dbackpropinputfusion_s": [[53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "conv_param"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "core_mask"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "dx"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "dy"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "w"]], "hp_convtranspose_p": [[51, 1, 1, "c.hp_convtranspose_p", "bias"], [51, 1, 1, "c.hp_convtranspose_p", "conv_param"], [51, 1, 1, "c.hp_convtranspose_p", "core_mask"], [51, 1, 1, "c.hp_convtranspose_p", "input_w"], [51, 1, 1, "c.hp_convtranspose_p", "input_x"], [51, 1, 1, "c.hp_convtranspose_p", "out_y"]], "hp_convtranspose_s": [[51, 1, 1, "c.hp_convtranspose_s", "bias"], [51, 1, 1, "c.hp_convtranspose_s", "conv_param"], [51, 1, 1, "c.hp_convtranspose_s", "core_mask"], [51, 1, 1, "c.hp_convtranspose_s", "input_w"], [51, 1, 1, "c.hp_convtranspose_s", "input_x"], [51, 1, 1, "c.hp_convtranspose_s", "out_y"]], "hp_cos_p": [[54, 1, 1, "c.hp_cos_p", "dst_data"], [54, 1, 1, "c.hp_cos_p", "length"], [54, 1, 1, "c.hp_cos_p", "src_data"]], "hp_cos_s": [[54, 1, 1, "c.hp_cos_s", "core_mask"], [54, 1, 1, "c.hp_cos_s", "dst_data"], [54, 1, 1, "c.hp_cos_s", "length"], [54, 1, 1, "c.hp_cos_s", "src_data"]], "hp_crop_and_resize_anycore": [[56, 1, 1, "c.hp_crop_and_resize_anycore", "box_idx"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "boxes"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "core_mask"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "dst"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "extrapolation_value"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "param"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "src"]], "hp_cum_sum_p": [[57, 1, 1, "c.hp_cum_sum_p", "axis_dim"], [57, 1, 1, "c.hp_cum_sum_p", "exclusive"], [57, 1, 1, "c.hp_cum_sum_p", "inner_dim"], [57, 1, 1, "c.hp_cum_sum_p", "input"], [57, 1, 1, "c.hp_cum_sum_p", "out_dim"], [57, 1, 1, "c.hp_cum_sum_p", "output"]], "hp_cum_sum_s": [[57, 1, 1, "c.hp_cum_sum_s", "axis_dim"], [57, 1, 1, "c.hp_cum_sum_s", "core_mask"], [57, 1, 1, "c.hp_cum_sum_s", "exclusive"], [57, 1, 1, "c.hp_cum_sum_s", "inner_dim"], [57, 1, 1, "c.hp_cum_sum_s", "input"], [57, 1, 1, "c.hp_cum_sum_s", "out_dim"], [57, 1, 1, "c.hp_cum_sum_s", "output"]], "hp_deconv_grad_filter_p": [[62, 1, 1, "c.hp_deconv_grad_filter_p", "dw_data"], [62, 1, 1, "c.hp_deconv_grad_filter_p", "dy_data"], [62, 1, 1, "c.hp_deconv_grad_filter_p", "param"], [62, 1, 1, "c.hp_deconv_grad_filter_p", "x_data"]], "hp_deconv_grad_filter_s": [[62, 1, 1, "c.hp_deconv_grad_filter_s", "core_mask"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "dw_data"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "dy_data"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "param"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "x_data"]], "hp_depthtospace_p": [[64, 1, 1, "c.hp_depthtospace_p", "block_size"], [64, 1, 1, "c.hp_depthtospace_p", "data_size"], [64, 1, 1, "c.hp_depthtospace_p", "in_shape"], [64, 1, 1, "c.hp_depthtospace_p", "input"], [64, 1, 1, "c.hp_depthtospace_p", "output"]], "hp_depthtospace_s": [[64, 1, 1, "c.hp_depthtospace_s", "block_size"], [64, 1, 1, "c.hp_depthtospace_s", "core_mask"], [64, 1, 1, "c.hp_depthtospace_s", "data_size"], [64, 1, 1, "c.hp_depthtospace_s", "in_shape"], [64, 1, 1, "c.hp_depthtospace_s", "input"], [64, 1, 1, "c.hp_depthtospace_s", "output"]], "hp_detection_post_process_p": [[65, 1, 1, "c.hp_detection_post_process_p", "anchors"], [65, 1, 1, "c.hp_detection_post_process_p", "input_boxes"], [65, 1, 1, "c.hp_detection_post_process_p", "input_scores"], [65, 1, 1, "c.hp_detection_post_process_p", "output_boxes"], [65, 1, 1, "c.hp_detection_post_process_p", "output_classes"], [65, 1, 1, "c.hp_detection_post_process_p", "output_num"], [65, 1, 1, "c.hp_detection_post_process_p", "output_scores"], [65, 1, 1, "c.hp_detection_post_process_p", "param"]], "hp_detection_post_process_s": [[65, 1, 1, "c.hp_detection_post_process_s", "anchors"], [65, 1, 1, "c.hp_detection_post_process_s", "core_mask"], [65, 1, 1, "c.hp_detection_post_process_s", "input_boxes"], [65, 1, 1, "c.hp_detection_post_process_s", "input_scores"], [65, 1, 1, "c.hp_detection_post_process_s", "output_boxes"], [65, 1, 1, "c.hp_detection_post_process_s", "output_classes"], [65, 1, 1, "c.hp_detection_post_process_s", "output_num"], [65, 1, 1, "c.hp_detection_post_process_s", "output_scores"], [65, 1, 1, "c.hp_detection_post_process_s", "param"]], "hp_div_grad_p": [[67, 1, 1, "c.hp_div_grad_p", "dx1"], [67, 1, 1, "c.hp_div_grad_p", "dx2"], [67, 1, 1, "c.hp_div_grad_p", "dy"], [67, 1, 1, "c.hp_div_grad_p", "params"], [67, 1, 1, "c.hp_div_grad_p", "x1_data"], [67, 1, 1, "c.hp_div_grad_p", "x2_data"]], "hp_div_grad_s": [[67, 1, 1, "c.hp_div_grad_s", "core_mask"], [67, 1, 1, "c.hp_div_grad_s", "dx1"], [67, 1, 1, "c.hp_div_grad_s", "dx2"], [67, 1, 1, "c.hp_div_grad_s", "dy"], [67, 1, 1, "c.hp_div_grad_s", "params"], [67, 1, 1, "c.hp_div_grad_s", "x1_data"], [67, 1, 1, "c.hp_div_grad_s", "x2_data"]], "hp_div_p": [[66, 1, 1, "c.hp_div_p", "input0"], [66, 1, 1, "c.hp_div_p", "input1"], [66, 1, 1, "c.hp_div_p", "output"], [66, 1, 1, "c.hp_div_p", "param"]], "hp_div_s": [[66, 1, 1, "c.hp_div_s", "core_mask"], [66, 1, 1, "c.hp_div_s", "input0"], [66, 1, 1, "c.hp_div_s", "input1"], [66, 1, 1, "c.hp_div_s", "output"], [66, 1, 1, "c.hp_div_s", "param"]], "hp_dropout_grad_p": [[69, 1, 1, "c.hp_dropout_grad_p", "input"], [69, 1, 1, "c.hp_dropout_grad_p", "length"], [69, 1, 1, "c.hp_dropout_grad_p", "mask"], [69, 1, 1, "c.hp_dropout_grad_p", "output"], [69, 1, 1, "c.hp_dropout_grad_p", "scale"]], "hp_dropout_grad_s": [[69, 1, 1, "c.hp_dropout_grad_s", "core_mask"], [69, 1, 1, "c.hp_dropout_grad_s", "input"], [69, 1, 1, "c.hp_dropout_grad_s", "length"], [69, 1, 1, "c.hp_dropout_grad_s", "mask"], [69, 1, 1, "c.hp_dropout_grad_s", "output"], [69, 1, 1, "c.hp_dropout_grad_s", "scale"]], "hp_dropout_p": [[68, 1, 1, "c.hp_dropout_p", "input"], [68, 1, 1, "c.hp_dropout_p", "length"], [68, 1, 1, "c.hp_dropout_p", "mask"], [68, 1, 1, "c.hp_dropout_p", "output"], [68, 1, 1, "c.hp_dropout_p", "scale"]], "hp_dropout_s": [[68, 1, 1, "c.hp_dropout_s", "core_mask"], [68, 1, 1, "c.hp_dropout_s", "input"], [68, 1, 1, "c.hp_dropout_s", "length"], [68, 1, 1, "c.hp_dropout_s", "mask"], [68, 1, 1, "c.hp_dropout_s", "output"], [68, 1, 1, "c.hp_dropout_s", "scale"]], "hp_dynamic_quant_p": [[71, 1, 1, "c.hp_dynamic_quant_p", "max_value"], [71, 1, 1, "c.hp_dynamic_quant_p", "min_value"], [71, 1, 1, "c.hp_dynamic_quant_p", "quant_values"], [71, 1, 1, "c.hp_dynamic_quant_p", "real_values"], [71, 1, 1, "c.hp_dynamic_quant_p", "scale"], [71, 1, 1, "c.hp_dynamic_quant_p", "size"], [71, 1, 1, "c.hp_dynamic_quant_p", "zp"]], "hp_dynamic_quant_s": [[71, 1, 1, "c.hp_dynamic_quant_s", "core_mask"], [71, 1, 1, "c.hp_dynamic_quant_s", "max_value"], [71, 1, 1, "c.hp_dynamic_quant_s", "min_value"], [71, 1, 1, "c.hp_dynamic_quant_s", "quant_values"], [71, 1, 1, "c.hp_dynamic_quant_s", "real_values"], [71, 1, 1, "c.hp_dynamic_quant_s", "scale"], [71, 1, 1, "c.hp_dynamic_quant_s", "size"], [71, 1, 1, "c.hp_dynamic_quant_s", "zp"]], "hp_eltwise_p": [[72, 1, 1, "c.hp_eltwise_p", "Input0"], [72, 1, 1, "c.hp_eltwise_p", "Input1"], [72, 1, 1, "c.hp_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.hp_eltwise_p", "length"], [72, 1, 1, "c.hp_eltwise_p", "output"]], "hp_eltwise_s": [[72, 1, 1, "c.hp_eltwise_s", "Input0"], [72, 1, 1, "c.hp_eltwise_s", "Input1"], [72, 1, 1, "c.hp_eltwise_s", "core_mask"], [72, 1, 1, "c.hp_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.hp_eltwise_s", "length"], [72, 1, 1, "c.hp_eltwise_s", "output"]], "hp_elu_p": [[14, 1, 1, "c.hp_elu_p", "Input0"], [14, 1, 1, "c.hp_elu_p", "alpha"], [73, 1, 1, "c.hp_elu_p", "alpha"], [73, 1, 1, "c.hp_elu_p", "input"], [14, 1, 1, "c.hp_elu_p", "length"], [73, 1, 1, "c.hp_elu_p", "length"], [14, 1, 1, "c.hp_elu_p", "output"], [73, 1, 1, "c.hp_elu_p", "output"]], "hp_elu_s": [[14, 1, 1, "c.hp_elu_s", "Input0"], [14, 1, 1, "c.hp_elu_s", "alpha"], [73, 1, 1, "c.hp_elu_s", "alpha"], [14, 1, 1, "c.hp_elu_s", "core_mask"], [73, 1, 1, "c.hp_elu_s", "core_mask"], [73, 1, 1, "c.hp_elu_s", "input"], [14, 1, 1, "c.hp_elu_s", "length"], [73, 1, 1, "c.hp_elu_s", "length"], [14, 1, 1, "c.hp_elu_s", "output"], [73, 1, 1, "c.hp_elu_s", "output"]], "hp_embedding_lookup_p": [[74, 1, 1, "c.hp_embedding_lookup_p", "input"], [74, 1, 1, "c.hp_embedding_lookup_p", "output"], [74, 1, 1, "c.hp_embedding_lookup_p", "params"]], "hp_embedding_lookup_s": [[74, 1, 1, "c.hp_embedding_lookup_s", "core_mask"], [74, 1, 1, "c.hp_embedding_lookup_s", "input"], [74, 1, 1, "c.hp_embedding_lookup_s", "output"], [74, 1, 1, "c.hp_embedding_lookup_s", "params"]], "hp_equal_p": [[75, 1, 1, "c.hp_equal_p", "Input0"], [75, 1, 1, "c.hp_equal_p", "Input1"], [75, 1, 1, "c.hp_equal_p", "output"], [75, 1, 1, "c.hp_equal_p", "params"]], "hp_equal_s": [[75, 1, 1, "c.hp_equal_s", "Input0"], [75, 1, 1, "c.hp_equal_s", "Input1"], [75, 1, 1, "c.hp_equal_s", "core_mask"], [75, 1, 1, "c.hp_equal_s", "output"], [75, 1, 1, "c.hp_equal_s", "params"]], "hp_erf_p": [[76, 1, 1, "c.hp_erf_p", "input"], [76, 1, 1, "c.hp_erf_p", "length"], [76, 1, 1, "c.hp_erf_p", "output"]], "hp_erf_s": [[76, 1, 1, "c.hp_erf_s", "core_mask"], [76, 1, 1, "c.hp_erf_s", "input"], [76, 1, 1, "c.hp_erf_s", "length"], [76, 1, 1, "c.hp_erf_s", "output"]], "hp_exp_p": [[78, 1, 1, "c.hp_exp_p", "dst_data"], [78, 1, 1, "c.hp_exp_p", "in_scale"], [78, 1, 1, "c.hp_exp_p", "length"], [78, 1, 1, "c.hp_exp_p", "out_scale"], [78, 1, 1, "c.hp_exp_p", "scale"], [78, 1, 1, "c.hp_exp_p", "src_data"]], "hp_exp_s": [[78, 1, 1, "c.hp_exp_s", "core_mask"], [78, 1, 1, "c.hp_exp_s", "dst_data"], [78, 1, 1, "c.hp_exp_s", "in_scale"], [78, 1, 1, "c.hp_exp_s", "length"], [78, 1, 1, "c.hp_exp_s", "out_scale"], [78, 1, 1, "c.hp_exp_s", "scale"], [78, 1, 1, "c.hp_exp_s", "src_data"]], "hp_fake_quant_with_min_max_vars_p": [[79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "length"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "max_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "min_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "output"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "quant_max"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "quant_min"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "src"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "symmetric"]], "hp_fake_quant_with_min_max_vars_per_channel_p": [[80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "channel_num"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "length"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "max_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "min_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "output"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "quant_max"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "quant_min"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "src"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "symmetric"]], "hp_fake_quant_with_min_max_vars_per_channel_s": [[80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "channel_num"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "core_mask"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "length"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "max_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "min_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "output"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "quant_max"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "quant_min"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "src"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "symmetric"]], "hp_fake_quant_with_min_max_vars_s": [[79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "core_mask"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "length"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "max_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "min_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "output"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "quant_max"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "quant_min"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "src"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "symmetric"]], "hp_fill_p": [[83, 1, 1, "c.hp_fill_p", "output"], [83, 1, 1, "c.hp_fill_p", "param"], [83, 1, 1, "c.hp_fill_p", "value"]], "hp_fill_s": [[83, 1, 1, "c.hp_fill_s", "core_mask"], [83, 1, 1, "c.hp_fill_s", "output"], [83, 1, 1, "c.hp_fill_s", "param"], [83, 1, 1, "c.hp_fill_s", "value"]], "hp_flatten_grad_p": [[86, 1, 1, "c.hp_flatten_grad_p", "input"], [86, 1, 1, "c.hp_flatten_grad_p", "origin_ndim"], [86, 1, 1, "c.hp_flatten_grad_p", "origin_shape"], [86, 1, 1, "c.hp_flatten_grad_p", "output"]], "hp_flatten_grad_s": [[86, 1, 1, "c.hp_flatten_grad_s", "core_mask"], [86, 1, 1, "c.hp_flatten_grad_s", "input"], [86, 1, 1, "c.hp_flatten_grad_s", "origin_ndim"], [86, 1, 1, "c.hp_flatten_grad_s", "origin_shape"], [86, 1, 1, "c.hp_flatten_grad_s", "output"]], "hp_floor_div_p": [[89, 1, 1, "c.hp_floor_div_p", "dst_data"], [89, 1, 1, "c.hp_floor_div_p", "params"], [89, 1, 1, "c.hp_floor_div_p", "src_data0"], [89, 1, 1, "c.hp_floor_div_p", "src_data1"]], "hp_floor_div_s": [[89, 1, 1, "c.hp_floor_div_s", "core_mask"], [89, 1, 1, "c.hp_floor_div_s", "dst_data"], [89, 1, 1, "c.hp_floor_div_s", "params"], [89, 1, 1, "c.hp_floor_div_s", "src_data0"], [89, 1, 1, "c.hp_floor_div_s", "src_data1"]], "hp_floor_mod_p": [[88, 1, 1, "c.hp_floor_mod_p", "input0"], [88, 1, 1, "c.hp_floor_mod_p", "input1"], [88, 1, 1, "c.hp_floor_mod_p", "output"], [88, 1, 1, "c.hp_floor_mod_p", "params"]], "hp_floor_mod_s": [[88, 1, 1, "c.hp_floor_mod_s", "core_mask"], [88, 1, 1, "c.hp_floor_mod_s", "input0"], [88, 1, 1, "c.hp_floor_mod_s", "input1"], [88, 1, 1, "c.hp_floor_mod_s", "output"], [88, 1, 1, "c.hp_floor_mod_s", "params"]], "hp_floor_p": [[87, 1, 1, "c.hp_floor_p", "dst_data"], [87, 1, 1, "c.hp_floor_p", "length"], [87, 1, 1, "c.hp_floor_p", "src_data"]], "hp_floor_s": [[87, 1, 1, "c.hp_floor_s", "core_mask"], [87, 1, 1, "c.hp_floor_s", "dst_data"], [87, 1, 1, "c.hp_floor_s", "length"], [87, 1, 1, "c.hp_floor_s", "src_data"]], "hp_format_transpose_p": [[90, 1, 1, "c.hp_format_transpose_p", "batch"], [90, 1, 1, "c.hp_format_transpose_p", "channel"], [90, 1, 1, "c.hp_format_transpose_p", "dst_data"], [90, 1, 1, "c.hp_format_transpose_p", "dst_format"], [90, 1, 1, "c.hp_format_transpose_p", "plane"], [90, 1, 1, "c.hp_format_transpose_p", "src_data"], [90, 1, 1, "c.hp_format_transpose_p", "src_format"]], "hp_format_transpose_s": [[90, 1, 1, "c.hp_format_transpose_s", "batch"], [90, 1, 1, "c.hp_format_transpose_s", "channel"], [90, 1, 1, "c.hp_format_transpose_s", "core_mask"], [90, 1, 1, "c.hp_format_transpose_s", "dst_data"], [90, 1, 1, "c.hp_format_transpose_s", "dst_format"], [90, 1, 1, "c.hp_format_transpose_s", "plane"], [90, 1, 1, "c.hp_format_transpose_s", "src_data"], [90, 1, 1, "c.hp_format_transpose_s", "src_format"]], "hp_full_connection_p": [[91, 1, 1, "c.hp_full_connection_p", "A"], [91, 1, 1, "c.hp_full_connection_p", "B"], [91, 1, 1, "c.hp_full_connection_p", "C"], [91, 1, 1, "c.hp_full_connection_p", "bias"], [91, 1, 1, "c.hp_full_connection_p", "params"]], "hp_full_connection_s": [[91, 1, 1, "c.hp_full_connection_s", "A"], [91, 1, 1, "c.hp_full_connection_s", "B"], [91, 1, 1, "c.hp_full_connection_s", "C"], [91, 1, 1, "c.hp_full_connection_s", "bias"], [91, 1, 1, "c.hp_full_connection_s", "core_mask"], [91, 1, 1, "c.hp_full_connection_s", "params"]], "hp_fusedbatchnorm_p": [[92, 1, 1, "c.hp_fusedbatchnorm_p", "channel"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "epsilon"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "input"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "mean"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "offset"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "output"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "scale"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "unit"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "variance"]], "hp_fusedbatchnorm_s": [[92, 1, 1, "c.hp_fusedbatchnorm_s", "channel"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "core_mask"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "epsilon"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "input"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "mean"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "offset"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "output"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "scale"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "unit"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "variance"]], "hp_gather_nd_p": [[94, 1, 1, "c.hp_gather_nd_p", "input"], [94, 1, 1, "c.hp_gather_nd_p", "output"], [94, 1, 1, "c.hp_gather_nd_p", "params"]], "hp_gather_nd_s": [[94, 1, 1, "c.hp_gather_nd_s", "core_mask"], [94, 1, 1, "c.hp_gather_nd_s", "input"], [94, 1, 1, "c.hp_gather_nd_s", "output"], [94, 1, 1, "c.hp_gather_nd_s", "params"]], "hp_gather_p": [[93, 1, 1, "c.hp_gather_p", "indices"], [93, 1, 1, "c.hp_gather_p", "input"], [93, 1, 1, "c.hp_gather_p", "output"], [93, 1, 1, "c.hp_gather_p", "params"]], "hp_gather_s": [[93, 1, 1, "c.hp_gather_s", "core_mask"], [93, 1, 1, "c.hp_gather_s", "indices"], [93, 1, 1, "c.hp_gather_s", "input"], [93, 1, 1, "c.hp_gather_s", "output"], [93, 1, 1, "c.hp_gather_s", "params"]], "hp_gelu_p": [[14, 1, 1, "c.hp_gelu_p", "Input0"], [14, 1, 1, "c.hp_gelu_p", "approximate"], [14, 1, 1, "c.hp_gelu_p", "length"], [14, 1, 1, "c.hp_gelu_p", "output"]], "hp_gelu_s": [[14, 1, 1, "c.hp_gelu_s", "Input0"], [14, 1, 1, "c.hp_gelu_s", "approximate"], [14, 1, 1, "c.hp_gelu_s", "core_mask"], [14, 1, 1, "c.hp_gelu_s", "length"], [14, 1, 1, "c.hp_gelu_s", "output"]], "hp_glu_p": [[97, 1, 1, "c.hp_glu_p", "in_data"], [97, 1, 1, "c.hp_glu_p", "out_data"], [97, 1, 1, "c.hp_glu_p", "params"]], "hp_glu_s": [[97, 1, 1, "c.hp_glu_s", "core_mask"], [97, 1, 1, "c.hp_glu_s", "in_data"], [97, 1, 1, "c.hp_glu_s", "out_data"], [97, 1, 1, "c.hp_glu_s", "params"]], "hp_greater_equal_p": [[99, 1, 1, "c.hp_greater_equal_p", "input1"], [99, 1, 1, "c.hp_greater_equal_p", "input2"], [99, 1, 1, "c.hp_greater_equal_p", "output"], [99, 1, 1, "c.hp_greater_equal_p", "params"]], "hp_greater_equal_s": [[99, 1, 1, "c.hp_greater_equal_s", "core_mask"], [99, 1, 1, "c.hp_greater_equal_s", "input1"], [99, 1, 1, "c.hp_greater_equal_s", "input2"], [99, 1, 1, "c.hp_greater_equal_s", "output"], [99, 1, 1, "c.hp_greater_equal_s", "params"]], "hp_greater_p": [[98, 1, 1, "c.hp_greater_p", "input1"], [98, 1, 1, "c.hp_greater_p", "input2"], [98, 1, 1, "c.hp_greater_p", "output"], [98, 1, 1, "c.hp_greater_p", "params"]], "hp_greater_s": [[98, 1, 1, "c.hp_greater_s", "core_mask"], [98, 1, 1, "c.hp_greater_s", "input1"], [98, 1, 1, "c.hp_greater_s", "input2"], [98, 1, 1, "c.hp_greater_s", "output"], [98, 1, 1, "c.hp_greater_s", "params"]], "hp_groupnormfusion_p": [[100, 1, 1, "c.hp_groupnormfusion_p", "batch"], [100, 1, 1, "c.hp_groupnormfusion_p", "channel"], [100, 1, 1, "c.hp_groupnormfusion_p", "epsilon"], [100, 1, 1, "c.hp_groupnormfusion_p", "input"], [100, 1, 1, "c.hp_groupnormfusion_p", "mean"], [100, 1, 1, "c.hp_groupnormfusion_p", "num_groups"], [100, 1, 1, "c.hp_groupnormfusion_p", "offset"], [100, 1, 1, "c.hp_groupnormfusion_p", "output"], [100, 1, 1, "c.hp_groupnormfusion_p", "scale"], [100, 1, 1, "c.hp_groupnormfusion_p", "unit"], [100, 1, 1, "c.hp_groupnormfusion_p", "variance"]], "hp_groupnormfusion_s": [[100, 1, 1, "c.hp_groupnormfusion_s", "batch"], [100, 1, 1, "c.hp_groupnormfusion_s", "channel"], [100, 1, 1, "c.hp_groupnormfusion_s", "core_mask"], [100, 1, 1, "c.hp_groupnormfusion_s", "epsilon"], [100, 1, 1, "c.hp_groupnormfusion_s", "input"], [100, 1, 1, "c.hp_groupnormfusion_s", "mean"], [100, 1, 1, "c.hp_groupnormfusion_s", "num_groups"], [100, 1, 1, "c.hp_groupnormfusion_s", "offset"], [100, 1, 1, "c.hp_groupnormfusion_s", "output"], [100, 1, 1, "c.hp_groupnormfusion_s", "scale"], [100, 1, 1, "c.hp_groupnormfusion_s", "unit"], [100, 1, 1, "c.hp_groupnormfusion_s", "variance"]], "hp_hardshrink_p": [[14, 1, 1, "c.hp_hardshrink_p", "Input0"], [14, 1, 1, "c.hp_hardshrink_p", "lambd"], [14, 1, 1, "c.hp_hardshrink_p", "length"], [14, 1, 1, "c.hp_hardshrink_p", "output"]], "hp_hardshrink_s": [[14, 1, 1, "c.hp_hardshrink_s", "Input0"], [14, 1, 1, "c.hp_hardshrink_s", "core_mask"], [14, 1, 1, "c.hp_hardshrink_s", "lambd"], [14, 1, 1, "c.hp_hardshrink_s", "length"], [14, 1, 1, "c.hp_hardshrink_s", "output"]], "hp_hardtanh_p": [[14, 1, 1, "c.hp_hardtanh_p", "Input0"], [14, 1, 1, "c.hp_hardtanh_p", "length"], [14, 1, 1, "c.hp_hardtanh_p", "max_val"], [14, 1, 1, "c.hp_hardtanh_p", "min_val"], [14, 1, 1, "c.hp_hardtanh_p", "output"]], "hp_hardtanh_s": [[14, 1, 1, "c.hp_hardtanh_s", "Input0"], [14, 1, 1, "c.hp_hardtanh_s", "core_mask"], [14, 1, 1, "c.hp_hardtanh_s", "length"], [14, 1, 1, "c.hp_hardtanh_s", "max_val"], [14, 1, 1, "c.hp_hardtanh_s", "min_val"], [14, 1, 1, "c.hp_hardtanh_s", "output"]], "hp_hsigmoid_p": [[14, 1, 1, "c.hp_hsigmoid_p", "Input0"], [14, 1, 1, "c.hp_hsigmoid_p", "length"], [14, 1, 1, "c.hp_hsigmoid_p", "output"]], "hp_hsigmoid_s": [[14, 1, 1, "c.hp_hsigmoid_s", "Input0"], [14, 1, 1, "c.hp_hsigmoid_s", "core_mask"], [14, 1, 1, "c.hp_hsigmoid_s", "length"], [14, 1, 1, "c.hp_hsigmoid_s", "output"]], "hp_hswish_p": [[14, 1, 1, "c.hp_hswish_p", "Input0"], [14, 1, 1, "c.hp_hswish_p", "length"], [14, 1, 1, "c.hp_hswish_p", "output"]], "hp_hswish_s": [[14, 1, 1, "c.hp_hswish_s", "Input0"], [14, 1, 1, "c.hp_hswish_s", "core_mask"], [14, 1, 1, "c.hp_hswish_s", "length"], [14, 1, 1, "c.hp_hswish_s", "output"]], "hp_instance_norm_p": [[103, 1, 1, "c.hp_instance_norm_p", "epsilon"], [103, 1, 1, "c.hp_instance_norm_p", "input"], [103, 1, 1, "c.hp_instance_norm_p", "output"], [103, 1, 1, "c.hp_instance_norm_p", "params"]], "hp_instance_norm_s": [[103, 1, 1, "c.hp_instance_norm_s", "core_mask"], [103, 1, 1, "c.hp_instance_norm_s", "epsilon"], [103, 1, 1, "c.hp_instance_norm_s", "input"], [103, 1, 1, "c.hp_instance_norm_s", "output"], [103, 1, 1, "c.hp_instance_norm_s", "params"]], "hp_is_finite_p": [[105, 1, 1, "c.hp_is_finite_p", "Input"], [105, 1, 1, "c.hp_is_finite_p", "length"], [105, 1, 1, "c.hp_is_finite_p", "output"]], "hp_is_finite_s": [[105, 1, 1, "c.hp_is_finite_s", "Input"], [105, 1, 1, "c.hp_is_finite_s", "core_mask"], [105, 1, 1, "c.hp_is_finite_s", "length"], [105, 1, 1, "c.hp_is_finite_s", "output"]], "hp_l2norm_p": [[106, 1, 1, "c.hp_l2norm_p", "Input"], [106, 1, 1, "c.hp_l2norm_p", "is_relu6"], [106, 1, 1, "c.hp_l2norm_p", "output"], [106, 1, 1, "c.hp_l2norm_p", "params"]], "hp_l2norm_s": [[106, 1, 1, "c.hp_l2norm_s", "Input"], [106, 1, 1, "c.hp_l2norm_s", "core_mask"], [106, 1, 1, "c.hp_l2norm_s", "output"], [106, 1, 1, "c.hp_l2norm_s", "params"]], "hp_layer_norm_grad_p": [[108, 1, 1, "c.hp_layer_norm_grad_p", "dx"], [108, 1, 1, "c.hp_layer_norm_grad_p", "dy"], [108, 1, 1, "c.hp_layer_norm_grad_p", "params"], [108, 1, 1, "c.hp_layer_norm_grad_p", "x"]], "hp_layer_norm_grad_s": [[108, 1, 1, "c.hp_layer_norm_grad_s", "core_mask"], [108, 1, 1, "c.hp_layer_norm_grad_s", "dx"], [108, 1, 1, "c.hp_layer_norm_grad_s", "dy"], [108, 1, 1, "c.hp_layer_norm_grad_s", "params"], [108, 1, 1, "c.hp_layer_norm_grad_s", "x"]], "hp_layernormfusion_p": [[107, 1, 1, "c.hp_layernormfusion_p", "beta_data"], [107, 1, 1, "c.hp_layernormfusion_p", "dst_data"], [107, 1, 1, "c.hp_layernormfusion_p", "epsilon"], [107, 1, 1, "c.hp_layernormfusion_p", "gamma_data"], [107, 1, 1, "c.hp_layernormfusion_p", "norm_inner_size"], [107, 1, 1, "c.hp_layernormfusion_p", "norm_outer_size"], [107, 1, 1, "c.hp_layernormfusion_p", "out_mean"], [107, 1, 1, "c.hp_layernormfusion_p", "out_variance"], [107, 1, 1, "c.hp_layernormfusion_p", "param_inner_size"], [107, 1, 1, "c.hp_layernormfusion_p", "param_outer_size"], [107, 1, 1, "c.hp_layernormfusion_p", "src_data"]], "hp_layernormfusion_s": [[107, 1, 1, "c.hp_layernormfusion_s", "beta_data"], [107, 1, 1, "c.hp_layernormfusion_s", "core_mask"], [107, 1, 1, "c.hp_layernormfusion_s", "dst_data"], [107, 1, 1, "c.hp_layernormfusion_s", "epsilon"], [107, 1, 1, "c.hp_layernormfusion_s", "gamma_data"], [107, 1, 1, "c.hp_layernormfusion_s", "length"], [107, 1, 1, "c.hp_layernormfusion_s", "norm_inner_size"], [107, 1, 1, "c.hp_layernormfusion_s", "norm_outer_size"], [107, 1, 1, "c.hp_layernormfusion_s", "out_mean"], [107, 1, 1, "c.hp_layernormfusion_s", "out_variance"], [107, 1, 1, "c.hp_layernormfusion_s", "param_inner_size"], [107, 1, 1, "c.hp_layernormfusion_s", "param_outer_size"], [107, 1, 1, "c.hp_layernormfusion_s", "src_data"]], "hp_leaky_relu_p": [[109, 1, 1, "c.hp_leaky_relu_p", "alpha"], [109, 1, 1, "c.hp_leaky_relu_p", "core_mask"], [109, 1, 1, "c.hp_leaky_relu_p", "elem_cnt"], [109, 1, 1, "c.hp_leaky_relu_p", "input"], [109, 1, 1, "c.hp_leaky_relu_p", "output"]], "hp_leaky_relu_s": [[109, 1, 1, "c.hp_leaky_relu_s", "alpha"], [109, 1, 1, "c.hp_leaky_relu_s", "core_mask"], [109, 1, 1, "c.hp_leaky_relu_s", "elem_cnt"], [109, 1, 1, "c.hp_leaky_relu_s", "input"], [109, 1, 1, "c.hp_leaky_relu_s", "output"]], "hp_less_equal_p": [[111, 1, 1, "c.hp_less_equal_p", "Input0"], [111, 1, 1, "c.hp_less_equal_p", "Input1"], [111, 1, 1, "c.hp_less_equal_p", "output"], [111, 1, 1, "c.hp_less_equal_p", "params"]], "hp_less_equal_s": [[111, 1, 1, "c.hp_less_equal_s", "Input0"], [111, 1, 1, "c.hp_less_equal_s", "Input1"], [111, 1, 1, "c.hp_less_equal_s", "core_mask"], [111, 1, 1, "c.hp_less_equal_s", "output"], [111, 1, 1, "c.hp_less_equal_s", "params"]], "hp_less_p": [[110, 1, 1, "c.hp_less_p", "Input0"], [110, 1, 1, "c.hp_less_p", "Input1"], [110, 1, 1, "c.hp_less_p", "output"], [110, 1, 1, "c.hp_less_p", "params"]], "hp_less_s": [[110, 1, 1, "c.hp_less_s", "Input0"], [110, 1, 1, "c.hp_less_s", "Input1"], [110, 1, 1, "c.hp_less_s", "core_mask"], [110, 1, 1, "c.hp_less_s", "output"], [110, 1, 1, "c.hp_less_s", "params"]], "hp_linspace_p": [[112, 1, 1, "c.hp_linspace_p", "end"], [112, 1, 1, "c.hp_linspace_p", "length"], [112, 1, 1, "c.hp_linspace_p", "output"], [112, 1, 1, "c.hp_linspace_p", "start"]], "hp_linspace_s": [[112, 1, 1, "c.hp_linspace_s", "core_mask"], [112, 1, 1, "c.hp_linspace_s", "end"], [112, 1, 1, "c.hp_linspace_s", "length"], [112, 1, 1, "c.hp_linspace_s", "output"], [112, 1, 1, "c.hp_linspace_s", "start"]], "hp_log1p_p": [[114, 1, 1, "c.hp_log1p_p", "Input"], [114, 1, 1, "c.hp_log1p_p", "length"], [114, 1, 1, "c.hp_log1p_p", "output"]], "hp_log1p_s": [[114, 1, 1, "c.hp_log1p_s", "Input"], [114, 1, 1, "c.hp_log1p_s", "core_mask"], [114, 1, 1, "c.hp_log1p_s", "length"], [114, 1, 1, "c.hp_log1p_s", "output"]], "hp_log_grad_p": [[115, 1, 1, "c.hp_log_grad_p", "input0"], [115, 1, 1, "c.hp_log_grad_p", "input1"], [115, 1, 1, "c.hp_log_grad_p", "length"], [115, 1, 1, "c.hp_log_grad_p", "output"]], "hp_log_grad_s": [[115, 1, 1, "c.hp_log_grad_s", "core_mask"], [115, 1, 1, "c.hp_log_grad_s", "input0"], [115, 1, 1, "c.hp_log_grad_s", "input1"], [115, 1, 1, "c.hp_log_grad_s", "length"], [115, 1, 1, "c.hp_log_grad_s", "output"]], "hp_log_p": [[113, 1, 1, "c.hp_log_p", "input"], [113, 1, 1, "c.hp_log_p", "length"], [113, 1, 1, "c.hp_log_p", "output"]], "hp_log_s": [[113, 1, 1, "c.hp_log_s", "core_mask"], [113, 1, 1, "c.hp_log_s", "input"], [113, 1, 1, "c.hp_log_s", "length"], [113, 1, 1, "c.hp_log_s", "output"]], "hp_logical_and_p": [[116, 1, 1, "c.hp_logical_and_p", "input0"], [116, 1, 1, "c.hp_logical_and_p", "input1"], [116, 1, 1, "c.hp_logical_and_p", "output"], [116, 1, 1, "c.hp_logical_and_p", "params"]], "hp_logical_and_s": [[116, 1, 1, "c.hp_logical_and_s", "core_mask"], [116, 1, 1, "c.hp_logical_and_s", "input0"], [116, 1, 1, "c.hp_logical_and_s", "input1"], [116, 1, 1, "c.hp_logical_and_s", "output"], [116, 1, 1, "c.hp_logical_and_s", "params"]], "hp_logical_not_p": [[117, 1, 1, "c.hp_logical_not_p", "input"], [117, 1, 1, "c.hp_logical_not_p", "length"], [117, 1, 1, "c.hp_logical_not_p", "output"]], "hp_logical_not_s": [[117, 1, 1, "c.hp_logical_not_s", "core_mask"], [117, 1, 1, "c.hp_logical_not_s", "input"], [117, 1, 1, "c.hp_logical_not_s", "length"], [117, 1, 1, "c.hp_logical_not_s", "output"]], "hp_logical_or_p": [[118, 1, 1, "c.hp_logical_or_p", "input0"], [118, 1, 1, "c.hp_logical_or_p", "input1"], [118, 1, 1, "c.hp_logical_or_p", "length"], [118, 1, 1, "c.hp_logical_or_p", "output"]], "hp_logical_or_s": [[118, 1, 1, "c.hp_logical_or_s", "core_mask"], [118, 1, 1, "c.hp_logical_or_s", "input0"], [118, 1, 1, "c.hp_logical_or_s", "input1"], [118, 1, 1, "c.hp_logical_or_s", "length"], [118, 1, 1, "c.hp_logical_or_s", "output"]], "hp_logsoftmax_p": [[119, 1, 1, "c.hp_logsoftmax_p", "axis"], [119, 1, 1, "c.hp_logsoftmax_p", "axis_size"], [119, 1, 1, "c.hp_logsoftmax_p", "inner_size"], [119, 1, 1, "c.hp_logsoftmax_p", "input_ptr"], [119, 1, 1, "c.hp_logsoftmax_p", "n_dim"], [119, 1, 1, "c.hp_logsoftmax_p", "output_ptr"], [119, 1, 1, "c.hp_logsoftmax_p", "outter_size"], [119, 1, 1, "c.hp_logsoftmax_p", "sum_data"]], "hp_logsoftmax_s": [[119, 1, 1, "c.hp_logsoftmax_s", "axis"], [119, 1, 1, "c.hp_logsoftmax_s", "axis_size"], [119, 1, 1, "c.hp_logsoftmax_s", "core_mask"], [119, 1, 1, "c.hp_logsoftmax_s", "inner_size"], [119, 1, 1, "c.hp_logsoftmax_s", "input_ptr"], [119, 1, 1, "c.hp_logsoftmax_s", "n_dim"], [119, 1, 1, "c.hp_logsoftmax_s", "output_ptr"], [119, 1, 1, "c.hp_logsoftmax_s", "outter_size"], [119, 1, 1, "c.hp_logsoftmax_s", "sum_data"]], "hp_lp_norm_p": [[120, 1, 1, "c.hp_lp_norm_p", "epsilon"], [120, 1, 1, "c.hp_lp_norm_p", "input"], [120, 1, 1, "c.hp_lp_norm_p", "params"]], "hp_lp_norm_s": [[120, 1, 1, "c.hp_lp_norm_s", "core_mask"], [120, 1, 1, "c.hp_lp_norm_s", "epsilon"], [120, 1, 1, "c.hp_lp_norm_s", "input"], [120, 1, 1, "c.hp_lp_norm_s", "params"]], "hp_lrelu_p": [[14, 1, 1, "c.hp_lrelu_p", "Input0"], [14, 1, 1, "c.hp_lrelu_p", "alpha"], [14, 1, 1, "c.hp_lrelu_p", "length"], [14, 1, 1, "c.hp_lrelu_p", "output"]], "hp_lrelu_s": [[14, 1, 1, "c.hp_lrelu_s", "Input0"], [14, 1, 1, "c.hp_lrelu_s", "alpha"], [14, 1, 1, "c.hp_lrelu_s", "core_mask"], [14, 1, 1, "c.hp_lrelu_s", "length"], [14, 1, 1, "c.hp_lrelu_s", "output"]], "hp_lrn_p": [[121, 1, 1, "c.hp_lrn_p", "input"], [121, 1, 1, "c.hp_lrn_p", "output"], [121, 1, 1, "c.hp_lrn_p", "params"]], "hp_lrn_s": [[121, 1, 1, "c.hp_lrn_s", "core_mask"], [121, 1, 1, "c.hp_lrn_s", "input"], [121, 1, 1, "c.hp_lrn_s", "output"], [121, 1, 1, "c.hp_lrn_s", "params"]], "hp_lsh_projection_p": [[122, 1, 1, "c.hp_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.hp_lsh_projection_p", "feature"], [122, 1, 1, "c.hp_lsh_projection_p", "feature_num"], [122, 1, 1, "c.hp_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.hp_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.hp_lsh_projection_p", "output"], [122, 1, 1, "c.hp_lsh_projection_p", "weight"]], "hp_lsh_projection_s": [[122, 1, 1, "c.hp_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.hp_lsh_projection_s", "core_mask"], [122, 1, 1, "c.hp_lsh_projection_s", "feature"], [122, 1, 1, "c.hp_lsh_projection_s", "feature_num"], [122, 1, 1, "c.hp_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.hp_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.hp_lsh_projection_s", "output"], [122, 1, 1, "c.hp_lsh_projection_s", "weight"]], "hp_lstm_p": [[123, 1, 1, "c.hp_lstm_p", "input"], [123, 1, 1, "c.hp_lstm_p", "output"], [123, 1, 1, "c.hp_lstm_p", "params"]], "hp_lstm_s": [[123, 1, 1, "c.hp_lstm_s", "core_mask"], [123, 1, 1, "c.hp_lstm_s", "input"], [123, 1, 1, "c.hp_lstm_s", "output"], [123, 1, 1, "c.hp_lstm_s", "params"]], "hp_lstmgrad_p": [[124, 1, 1, "c.hp_lstmgrad_p", "dynamic_params"], [124, 1, 1, "c.hp_lstmgrad_p", "params"]], "hp_lstmgrad_s": [[124, 1, 1, "c.hp_lstmgrad_s", "core_mask"], [124, 1, 1, "c.hp_lstmgrad_s", "dynamic_params"], [124, 1, 1, "c.hp_lstmgrad_s", "params"]], "hp_lstmgraddata_p": [[125, 1, 1, "c.hp_lstmgraddata_p", "dynamic_params"], [125, 1, 1, "c.hp_lstmgraddata_p", "params"]], "hp_lstmgraddata_s": [[125, 1, 1, "c.hp_lstmgraddata_s", "core_mask"], [125, 1, 1, "c.hp_lstmgraddata_s", "dynamic_params"], [125, 1, 1, "c.hp_lstmgraddata_s", "params"]], "hp_lstmgradweight_p": [[126, 1, 1, "c.hp_lstmgradweight_p", "dynamic_params"], [126, 1, 1, "c.hp_lstmgradweight_p", "params"]], "hp_lstmgradweight_s": [[126, 1, 1, "c.hp_lstmgradweight_s", "core_mask"], [126, 1, 1, "c.hp_lstmgradweight_s", "dynamic_params"], [126, 1, 1, "c.hp_lstmgradweight_s", "params"]], "hp_matmul_fusion_p": [[127, 1, 1, "c.hp_matmul_fusion_p", "A"], [127, 1, 1, "c.hp_matmul_fusion_p", "B"], [127, 1, 1, "c.hp_matmul_fusion_p", "C"], [127, 1, 1, "c.hp_matmul_fusion_p", "bias"], [127, 1, 1, "c.hp_matmul_fusion_p", "params"]], "hp_matmul_fusion_s": [[127, 1, 1, "c.hp_matmul_fusion_s", "A"], [127, 1, 1, "c.hp_matmul_fusion_s", "B"], [127, 1, 1, "c.hp_matmul_fusion_s", "C"], [127, 1, 1, "c.hp_matmul_fusion_s", "bias"], [127, 1, 1, "c.hp_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.hp_matmul_fusion_s", "params"]], "hp_maximum_grad_p": [[129, 1, 1, "c.hp_maximum_grad_p", "Input0"], [129, 1, 1, "c.hp_maximum_grad_p", "Input1"], [129, 1, 1, "c.hp_maximum_grad_p", "dx0"], [129, 1, 1, "c.hp_maximum_grad_p", "dx1"], [129, 1, 1, "c.hp_maximum_grad_p", "dy"], [129, 1, 1, "c.hp_maximum_grad_p", "params"]], "hp_maximum_grad_s": [[129, 1, 1, "c.hp_maximum_grad_s", "Input0"], [129, 1, 1, "c.hp_maximum_grad_s", "Input1"], [129, 1, 1, "c.hp_maximum_grad_s", "core_mask"], [129, 1, 1, "c.hp_maximum_grad_s", "dx0"], [129, 1, 1, "c.hp_maximum_grad_s", "dx1"], [129, 1, 1, "c.hp_maximum_grad_s", "dy"], [129, 1, 1, "c.hp_maximum_grad_s", "params"]], "hp_maximum_p": [[128, 1, 1, "c.hp_maximum_p", "input0"], [128, 1, 1, "c.hp_maximum_p", "input1"], [128, 1, 1, "c.hp_maximum_p", "length"], [128, 1, 1, "c.hp_maximum_p", "output"]], "hp_maximum_s": [[128, 1, 1, "c.hp_maximum_s", "core_mask"], [128, 1, 1, "c.hp_maximum_s", "input0"], [128, 1, 1, "c.hp_maximum_s", "input1"], [128, 1, 1, "c.hp_maximum_s", "length"], [128, 1, 1, "c.hp_maximum_s", "output"]], "hp_maxpool_fusion_p": [[130, 1, 1, "c.hp_maxpool_fusion_p", "input"], [130, 1, 1, "c.hp_maxpool_fusion_p", "output"], [130, 1, 1, "c.hp_maxpool_fusion_p", "params"]], "hp_maxpool_fusion_s": [[130, 1, 1, "c.hp_maxpool_fusion_s", "core_mask"], [130, 1, 1, "c.hp_maxpool_fusion_s", "input"], [130, 1, 1, "c.hp_maxpool_fusion_s", "output"], [130, 1, 1, "c.hp_maxpool_fusion_s", "params"]], "hp_maxpool_grad_p": [[131, 1, 1, "c.hp_maxpool_grad_p", "dy_ptr"], [131, 1, 1, "c.hp_maxpool_grad_p", "input_ptr"], [131, 1, 1, "c.hp_maxpool_grad_p", "output_ptr"], [131, 1, 1, "c.hp_maxpool_grad_p", "params"]], "hp_maxpool_grad_s": [[131, 1, 1, "c.hp_maxpool_grad_s", "core_mask"], [131, 1, 1, "c.hp_maxpool_grad_s", "dy_ptr"], [131, 1, 1, "c.hp_maxpool_grad_s", "input_ptr"], [131, 1, 1, "c.hp_maxpool_grad_s", "output_ptr"], [131, 1, 1, "c.hp_maxpool_grad_s", "params"]], "hp_mfcc_p": [[132, 1, 1, "c.hp_mfcc_p", "mfcc_params"], [132, 1, 1, "c.hp_mfcc_p", "mfcc_workspace"], [132, 1, 1, "c.hp_mfcc_p", "spec_params"], [132, 1, 1, "c.hp_mfcc_p", "spec_workspace"]], "hp_mfcc_s": [[132, 1, 1, "c.hp_mfcc_s", "core_mask"], [132, 1, 1, "c.hp_mfcc_s", "mfcc_params"], [132, 1, 1, "c.hp_mfcc_s", "mfcc_workspace"], [132, 1, 1, "c.hp_mfcc_s", "spec_params"], [132, 1, 1, "c.hp_mfcc_s", "spec_workspace"]], "hp_minimum_p": [[133, 1, 1, "c.hp_minimum_p", "input0"], [133, 1, 1, "c.hp_minimum_p", "input1"], [133, 1, 1, "c.hp_minimum_p", "length"], [133, 1, 1, "c.hp_minimum_p", "output"]], "hp_minimum_s": [[133, 1, 1, "c.hp_minimum_s", "core_mask"], [133, 1, 1, "c.hp_minimum_s", "input0"], [133, 1, 1, "c.hp_minimum_s", "input1"], [133, 1, 1, "c.hp_minimum_s", "length"], [133, 1, 1, "c.hp_minimum_s", "output"]], "hp_minimumgrad_p": [[134, 1, 1, "c.hp_minimumgrad_p", "Input0"], [134, 1, 1, "c.hp_minimumgrad_p", "Input0_dims"], [134, 1, 1, "c.hp_minimumgrad_p", "Input1"], [134, 1, 1, "c.hp_minimumgrad_p", "Input1_dims"], [134, 1, 1, "c.hp_minimumgrad_p", "dx0"], [134, 1, 1, "c.hp_minimumgrad_p", "dx1"], [134, 1, 1, "c.hp_minimumgrad_p", "dy"], [134, 1, 1, "c.hp_minimumgrad_p", "num_dims"]], "hp_minimumgrad_s": [[134, 1, 1, "c.hp_minimumgrad_s", "Input0"], [134, 1, 1, "c.hp_minimumgrad_s", "Input0_dims"], [134, 1, 1, "c.hp_minimumgrad_s", "Input1"], [134, 1, 1, "c.hp_minimumgrad_s", "Input1_dims"], [134, 1, 1, "c.hp_minimumgrad_s", "core_mask"], [134, 1, 1, "c.hp_minimumgrad_s", "dx0"], [134, 1, 1, "c.hp_minimumgrad_s", "dx1"], [134, 1, 1, "c.hp_minimumgrad_s", "dy"], [134, 1, 1, "c.hp_minimumgrad_s", "num_dims"]], "hp_mod_p": [[135, 1, 1, "c.hp_mod_p", "input0"], [135, 1, 1, "c.hp_mod_p", "input1"], [135, 1, 1, "c.hp_mod_p", "length"], [135, 1, 1, "c.hp_mod_p", "output"]], "hp_mod_s": [[135, 1, 1, "c.hp_mod_s", "core_mask"], [135, 1, 1, "c.hp_mod_s", "input0"], [135, 1, 1, "c.hp_mod_s", "input1"], [135, 1, 1, "c.hp_mod_s", "length"], [135, 1, 1, "c.hp_mod_s", "output"]], "hp_mul_grad_p": [[137, 1, 1, "c.hp_mul_grad_p", "dx1"], [137, 1, 1, "c.hp_mul_grad_p", "dx2"], [137, 1, 1, "c.hp_mul_grad_p", "dy"], [137, 1, 1, "c.hp_mul_grad_p", "params"], [137, 1, 1, "c.hp_mul_grad_p", "x1"], [137, 1, 1, "c.hp_mul_grad_p", "x2"]], "hp_mul_grad_s": [[137, 1, 1, "c.hp_mul_grad_s", "core_mask"], [137, 1, 1, "c.hp_mul_grad_s", "dx1"], [137, 1, 1, "c.hp_mul_grad_s", "dx2"], [137, 1, 1, "c.hp_mul_grad_s", "dy"], [137, 1, 1, "c.hp_mul_grad_s", "params"], [137, 1, 1, "c.hp_mul_grad_s", "x1"], [137, 1, 1, "c.hp_mul_grad_s", "x2"]], "hp_mul_p": [[136, 1, 1, "c.hp_mul_p", "input0"], [136, 1, 1, "c.hp_mul_p", "input1"], [136, 1, 1, "c.hp_mul_p", "output"], [136, 1, 1, "c.hp_mul_p", "param"]], "hp_mul_s": [[136, 1, 1, "c.hp_mul_s", "core_mask"], [136, 1, 1, "c.hp_mul_s", "input0"], [136, 1, 1, "c.hp_mul_s", "input1"], [136, 1, 1, "c.hp_mul_s", "output"], [136, 1, 1, "c.hp_mul_s", "param"]], "hp_neg_grad_p": [[139, 1, 1, "c.hp_neg_grad_p", "Input"], [139, 1, 1, "c.hp_neg_grad_p", "length"], [139, 1, 1, "c.hp_neg_grad_p", "output"]], "hp_neg_grad_s": [[139, 1, 1, "c.hp_neg_grad_s", "Input"], [139, 1, 1, "c.hp_neg_grad_s", "core_mask"], [139, 1, 1, "c.hp_neg_grad_s", "length"], [139, 1, 1, "c.hp_neg_grad_s", "output"]], "hp_neg_p": [[138, 1, 1, "c.hp_neg_p", "Input"], [138, 1, 1, "c.hp_neg_p", "length"], [138, 1, 1, "c.hp_neg_p", "output"]], "hp_neg_s": [[138, 1, 1, "c.hp_neg_s", "Input"], [138, 1, 1, "c.hp_neg_s", "core_mask"], [138, 1, 1, "c.hp_neg_s", "length"], [138, 1, 1, "c.hp_neg_s", "output"]], "hp_nllloss_p": [[140, 1, 1, "c.hp_nllloss_p", "batch_size"], [140, 1, 1, "c.hp_nllloss_p", "class_num"], [140, 1, 1, "c.hp_nllloss_p", "labels"], [140, 1, 1, "c.hp_nllloss_p", "log_probs"], [140, 1, 1, "c.hp_nllloss_p", "loss"], [140, 1, 1, "c.hp_nllloss_p", "reduction_type"], [140, 1, 1, "c.hp_nllloss_p", "total_weight"], [140, 1, 1, "c.hp_nllloss_p", "weight"]], "hp_nllloss_s": [[140, 1, 1, "c.hp_nllloss_s", "batch_size"], [140, 1, 1, "c.hp_nllloss_s", "class_num"], [140, 1, 1, "c.hp_nllloss_s", "core_mask"], [140, 1, 1, "c.hp_nllloss_s", "labels"], [140, 1, 1, "c.hp_nllloss_s", "log_probs"], [140, 1, 1, "c.hp_nllloss_s", "loss"], [140, 1, 1, "c.hp_nllloss_s", "reduction_type"], [140, 1, 1, "c.hp_nllloss_s", "total_weight"], [140, 1, 1, "c.hp_nllloss_s", "weight"]], "hp_nlllossgrad_p": [[141, 1, 1, "c.hp_nlllossgrad_p", "batch"], [141, 1, 1, "c.hp_nlllossgrad_p", "class_num"], [141, 1, 1, "c.hp_nlllossgrad_p", "labels"], [141, 1, 1, "c.hp_nlllossgrad_p", "logits"], [141, 1, 1, "c.hp_nlllossgrad_p", "logits_grad"], [141, 1, 1, "c.hp_nlllossgrad_p", "loss_grad"], [141, 1, 1, "c.hp_nlllossgrad_p", "reduction_type"], [141, 1, 1, "c.hp_nlllossgrad_p", "total_weight"], [141, 1, 1, "c.hp_nlllossgrad_p", "weight"]], "hp_nlllossgrad_s": [[141, 1, 1, "c.hp_nlllossgrad_s", "batch"], [141, 1, 1, "c.hp_nlllossgrad_s", "class_num"], [141, 1, 1, "c.hp_nlllossgrad_s", "core_mask"], [141, 1, 1, "c.hp_nlllossgrad_s", "labels"], [141, 1, 1, "c.hp_nlllossgrad_s", "logits"], [141, 1, 1, "c.hp_nlllossgrad_s", "logits_grad"], [141, 1, 1, "c.hp_nlllossgrad_s", "loss_grad"], [141, 1, 1, "c.hp_nlllossgrad_s", "reduction_type"], [141, 1, 1, "c.hp_nlllossgrad_s", "total_weight"], [141, 1, 1, "c.hp_nlllossgrad_s", "weight"]], "hp_non_max_suppression_p": [[142, 1, 1, "c.hp_non_max_suppression_p", "param"]], "hp_non_max_suppression_s": [[142, 1, 1, "c.hp_non_max_suppression_s", "core_mask"], [142, 1, 1, "c.hp_non_max_suppression_s", "param"]], "hp_not_equal_p": [[144, 1, 1, "c.hp_not_equal_p", "Input0"], [144, 1, 1, "c.hp_not_equal_p", "Input1"], [144, 1, 1, "c.hp_not_equal_p", "length"], [144, 1, 1, "c.hp_not_equal_p", "output"]], "hp_not_equal_s": [[144, 1, 1, "c.hp_not_equal_s", "Input0"], [144, 1, 1, "c.hp_not_equal_s", "Input1"], [144, 1, 1, "c.hp_not_equal_s", "core_mask"], [144, 1, 1, "c.hp_not_equal_s", "length"], [144, 1, 1, "c.hp_not_equal_s", "output"]], "hp_onehot_p": [[145, 1, 1, "c.hp_onehot_p", "axis"], [145, 1, 1, "c.hp_onehot_p", "depth"], [145, 1, 1, "c.hp_onehot_p", "indices"], [145, 1, 1, "c.hp_onehot_p", "indices_shape"], [145, 1, 1, "c.hp_onehot_p", "indices_shape_size"], [145, 1, 1, "c.hp_onehot_p", "on_off"], [145, 1, 1, "c.hp_onehot_p", "output"], [145, 1, 1, "c.hp_onehot_p", "support_neg_index"]], "hp_onehot_s": [[145, 1, 1, "c.hp_onehot_s", "axis"], [145, 1, 1, "c.hp_onehot_s", "core_mask"], [145, 1, 1, "c.hp_onehot_s", "depth"], [145, 1, 1, "c.hp_onehot_s", "indices"], [145, 1, 1, "c.hp_onehot_s", "indices_shape"], [145, 1, 1, "c.hp_onehot_s", "indices_shape_size"], [145, 1, 1, "c.hp_onehot_s", "on_off"], [145, 1, 1, "c.hp_onehot_s", "output"], [145, 1, 1, "c.hp_onehot_s", "support_neg_index"]], "hp_ones_like_p": [[146, 1, 1, "c.hp_ones_like_p", "length"], [146, 1, 1, "c.hp_ones_like_p", "output"]], "hp_ones_like_s": [[146, 1, 1, "c.hp_ones_like_s", "core_mask"], [146, 1, 1, "c.hp_ones_like_s", "length"], [146, 1, 1, "c.hp_ones_like_s", "output"]], "hp_padfusion_p": [[147, 1, 1, "c.hp_padfusion_p", "params"]], "hp_padfusion_s": [[147, 1, 1, "c.hp_padfusion_s", "core_mask"], [147, 1, 1, "c.hp_padfusion_s", "params"]], "hp_pow_fusion_p": [[149, 1, 1, "c.hp_pow_fusion_p", "Input"], [149, 1, 1, "c.hp_pow_fusion_p", "broadcast"], [149, 1, 1, "c.hp_pow_fusion_p", "exponent"], [149, 1, 1, "c.hp_pow_fusion_p", "length_in"], [149, 1, 1, "c.hp_pow_fusion_p", "output"], [149, 1, 1, "c.hp_pow_fusion_p", "scale"], [149, 1, 1, "c.hp_pow_fusion_p", "shift"]], "hp_pow_fusion_s": [[149, 1, 1, "c.hp_pow_fusion_s", "Input"], [149, 1, 1, "c.hp_pow_fusion_s", "broadcast"], [149, 1, 1, "c.hp_pow_fusion_s", "core_mask"], [149, 1, 1, "c.hp_pow_fusion_s", "exponent"], [149, 1, 1, "c.hp_pow_fusion_s", "length_in"], [149, 1, 1, "c.hp_pow_fusion_s", "output"], [149, 1, 1, "c.hp_pow_fusion_s", "scale"], [149, 1, 1, "c.hp_pow_fusion_s", "shift"]], "hp_power_grad_p": [[150, 1, 1, "c.hp_power_grad_p", "Input1"], [150, 1, 1, "c.hp_power_grad_p", "Input2"], [150, 1, 1, "c.hp_power_grad_p", "length"], [150, 1, 1, "c.hp_power_grad_p", "output"], [150, 1, 1, "c.hp_power_grad_p", "power"], [150, 1, 1, "c.hp_power_grad_p", "scale"], [150, 1, 1, "c.hp_power_grad_p", "shift"]], "hp_power_grad_s": [[150, 1, 1, "c.hp_power_grad_s", "Input1"], [150, 1, 1, "c.hp_power_grad_s", "Input2"], [150, 1, 1, "c.hp_power_grad_s", "core_mask"], [150, 1, 1, "c.hp_power_grad_s", "length"], [150, 1, 1, "c.hp_power_grad_s", "output"], [150, 1, 1, "c.hp_power_grad_s", "power"], [150, 1, 1, "c.hp_power_grad_s", "scale"], [150, 1, 1, "c.hp_power_grad_s", "shift"]], "hp_prelufusion_p": [[151, 1, 1, "c.hp_prelufusion_p", "dst_data"], [151, 1, 1, "c.hp_prelufusion_p", "end"], [151, 1, 1, "c.hp_prelufusion_p", "slope"], [151, 1, 1, "c.hp_prelufusion_p", "src_data"], [151, 1, 1, "c.hp_prelufusion_p", "start"]], "hp_prelufusion_s": [[151, 1, 1, "c.hp_prelufusion_s", "core_mask"], [151, 1, 1, "c.hp_prelufusion_s", "dst_data"], [151, 1, 1, "c.hp_prelufusion_s", "end"], [151, 1, 1, "c.hp_prelufusion_s", "slope"], [151, 1, 1, "c.hp_prelufusion_s", "src_data"], [151, 1, 1, "c.hp_prelufusion_s", "start"]], "hp_priorbox_p": [[152, 1, 1, "c.hp_priorbox_p", "different_aspect_ratios"], [152, 1, 1, "c.hp_priorbox_p", "different_aspect_ratios_size"], [152, 1, 1, "c.hp_priorbox_p", "fmap_h"], [152, 1, 1, "c.hp_priorbox_p", "fmap_w"], [152, 1, 1, "c.hp_priorbox_p", "max_sizes"], [152, 1, 1, "c.hp_priorbox_p", "max_sizes_size"], [152, 1, 1, "c.hp_priorbox_p", "min_sizes"], [152, 1, 1, "c.hp_priorbox_p", "min_sizes_size"], [152, 1, 1, "c.hp_priorbox_p", "offset"], [152, 1, 1, "c.hp_priorbox_p", "output"], [152, 1, 1, "c.hp_priorbox_p", "output_size"], [152, 1, 1, "c.hp_priorbox_p", "step_h"], [152, 1, 1, "c.hp_priorbox_p", "step_w"]], "hp_priorbox_s": [[152, 1, 1, "c.hp_priorbox_s", "core_mask"], [152, 1, 1, "c.hp_priorbox_s", "different_aspect_ratios"], [152, 1, 1, "c.hp_priorbox_s", "different_aspect_ratios_size"], [152, 1, 1, "c.hp_priorbox_s", "fmap_h"], [152, 1, 1, "c.hp_priorbox_s", "fmap_w"], [152, 1, 1, "c.hp_priorbox_s", "max_sizes"], [152, 1, 1, "c.hp_priorbox_s", "max_sizes_size"], [152, 1, 1, "c.hp_priorbox_s", "min_sizes"], [152, 1, 1, "c.hp_priorbox_s", "min_sizes_size"], [152, 1, 1, "c.hp_priorbox_s", "offset"], [152, 1, 1, "c.hp_priorbox_s", "output"], [152, 1, 1, "c.hp_priorbox_s", "output_size"], [152, 1, 1, "c.hp_priorbox_s", "step_h"], [152, 1, 1, "c.hp_priorbox_s", "step_w"]], "hp_ragged_range_p": [[154, 1, 1, "c.hp_ragged_range_p", "deltas"], [154, 1, 1, "c.hp_ragged_range_p", "limits"], [154, 1, 1, "c.hp_ragged_range_p", "range_count"], [154, 1, 1, "c.hp_ragged_range_p", "splits"], [154, 1, 1, "c.hp_ragged_range_p", "starts"], [154, 1, 1, "c.hp_ragged_range_p", "values"]], "hp_ragged_range_s": [[154, 1, 1, "c.hp_ragged_range_s", "core_mask"], [154, 1, 1, "c.hp_ragged_range_s", "deltas"], [154, 1, 1, "c.hp_ragged_range_s", "limits"], [154, 1, 1, "c.hp_ragged_range_s", "range_count"], [154, 1, 1, "c.hp_ragged_range_s", "splits"], [154, 1, 1, "c.hp_ragged_range_s", "starts"], [154, 1, 1, "c.hp_ragged_range_s", "values"]], "hp_random_normal_p": [[155, 1, 1, "c.hp_random_normal_p", "length"], [155, 1, 1, "c.hp_random_normal_p", "mean"], [155, 1, 1, "c.hp_random_normal_p", "output"], [155, 1, 1, "c.hp_random_normal_p", "scale"], [155, 1, 1, "c.hp_random_normal_p", "seed"]], "hp_random_normal_s": [[155, 1, 1, "c.hp_random_normal_s", "core_mask"], [155, 1, 1, "c.hp_random_normal_s", "length"], [155, 1, 1, "c.hp_random_normal_s", "mean"], [155, 1, 1, "c.hp_random_normal_s", "output"], [155, 1, 1, "c.hp_random_normal_s", "scale"], [155, 1, 1, "c.hp_random_normal_s", "seed"]], "hp_random_standard_normal_p": [[156, 1, 1, "c.hp_random_standard_normal_p", "length"], [156, 1, 1, "c.hp_random_standard_normal_p", "output"], [156, 1, 1, "c.hp_random_standard_normal_p", "seed"]], "hp_random_standard_normal_s": [[156, 1, 1, "c.hp_random_standard_normal_s", "core_mask"], [156, 1, 1, "c.hp_random_standard_normal_s", "length"], [156, 1, 1, "c.hp_random_standard_normal_s", "output"], [156, 1, 1, "c.hp_random_standard_normal_s", "seed"]], "hp_real_div_p": [[159, 1, 1, "c.hp_real_div_p", "input0"], [159, 1, 1, "c.hp_real_div_p", "input1"], [159, 1, 1, "c.hp_real_div_p", "length"], [159, 1, 1, "c.hp_real_div_p", "output"]], "hp_real_div_s": [[159, 1, 1, "c.hp_real_div_s", "core_mask"], [159, 1, 1, "c.hp_real_div_s", "input0"], [159, 1, 1, "c.hp_real_div_s", "input1"], [159, 1, 1, "c.hp_real_div_s", "length"], [159, 1, 1, "c.hp_real_div_s", "output"]], "hp_reciprocal_p": [[160, 1, 1, "c.hp_reciprocal_p", "Input"], [160, 1, 1, "c.hp_reciprocal_p", "length"], [160, 1, 1, "c.hp_reciprocal_p", "output"]], "hp_reciprocal_s": [[160, 1, 1, "c.hp_reciprocal_s", "Input"], [160, 1, 1, "c.hp_reciprocal_s", "core_mask"], [160, 1, 1, "c.hp_reciprocal_s", "length"], [160, 1, 1, "c.hp_reciprocal_s", "output"]], "hp_reduce_all_p": [[23, 1, 1, "c.hp_reduce_all_p", "axis_size"], [23, 1, 1, "c.hp_reduce_all_p", "dst_data"], [23, 1, 1, "c.hp_reduce_all_p", "inner_size"], [23, 1, 1, "c.hp_reduce_all_p", "outer_size"], [23, 1, 1, "c.hp_reduce_all_p", "src_data"]], "hp_reduce_all_s": [[23, 1, 1, "c.hp_reduce_all_s", "axis_size"], [23, 1, 1, "c.hp_reduce_all_s", "core_mask"], [23, 1, 1, "c.hp_reduce_all_s", "dst_data"], [23, 1, 1, "c.hp_reduce_all_s", "inner_size"], [23, 1, 1, "c.hp_reduce_all_s", "outer_size"], [23, 1, 1, "c.hp_reduce_all_s", "src_data"]], "hp_reduce_p": [[161, 1, 1, "c.hp_reduce_p", "core_mask"], [161, 1, 1, "c.hp_reduce_p", "dst_data"], [161, 1, 1, "c.hp_reduce_p", "param"], [161, 1, 1, "c.hp_reduce_p", "src_data"], [161, 1, 1, "c.hp_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.hp_reduce_p", "tmp_src_data"]], "hp_reduce_s": [[161, 1, 1, "c.hp_reduce_s", "core_mask"], [161, 1, 1, "c.hp_reduce_s", "dst_data"], [161, 1, 1, "c.hp_reduce_s", "param"], [161, 1, 1, "c.hp_reduce_s", "src_data"]], "hp_reducescatter_p": [[162, 1, 1, "c.hp_reducescatter_p", "data_size"], [162, 1, 1, "c.hp_reducescatter_p", "input_data"], [162, 1, 1, "c.hp_reducescatter_p", "output_data"], [162, 1, 1, "c.hp_reducescatter_p", "reduce_type"]], "hp_reducescatter_s": [[162, 1, 1, "c.hp_reducescatter_s", "core_mask"], [162, 1, 1, "c.hp_reducescatter_s", "data_size"], [162, 1, 1, "c.hp_reducescatter_s", "input_data"], [162, 1, 1, "c.hp_reducescatter_s", "output_data"], [162, 1, 1, "c.hp_reducescatter_s", "reduce_type"]], "hp_relu6_p": [[14, 1, 1, "c.hp_relu6_p", "Input0"], [14, 1, 1, "c.hp_relu6_p", "length"], [14, 1, 1, "c.hp_relu6_p", "output"]], "hp_relu6_s": [[14, 1, 1, "c.hp_relu6_s", "Input0"], [14, 1, 1, "c.hp_relu6_s", "core_mask"], [14, 1, 1, "c.hp_relu6_s", "length"], [14, 1, 1, "c.hp_relu6_s", "output"]], "hp_relu_grad_p": [[15, 1, 1, "c.hp_relu_grad_p", "dst"], [15, 1, 1, "c.hp_relu_grad_p", "length"], [15, 1, 1, "c.hp_relu_grad_p", "src0"], [15, 1, 1, "c.hp_relu_grad_p", "src1"]], "hp_relu_grad_s": [[15, 1, 1, "c.hp_relu_grad_s", "core_mask"], [15, 1, 1, "c.hp_relu_grad_s", "dst"], [15, 1, 1, "c.hp_relu_grad_s", "length"], [15, 1, 1, "c.hp_relu_grad_s", "src0"], [15, 1, 1, "c.hp_relu_grad_s", "src1"]], "hp_relu_p": [[14, 1, 1, "c.hp_relu_p", "Input0"], [14, 1, 1, "c.hp_relu_p", "length"], [14, 1, 1, "c.hp_relu_p", "output"]], "hp_relu_s": [[14, 1, 1, "c.hp_relu_s", "Input0"], [14, 1, 1, "c.hp_relu_s", "core_mask"], [14, 1, 1, "c.hp_relu_s", "length"], [14, 1, 1, "c.hp_relu_s", "output"]], "hp_reshape_p": [[163, 1, 1, "c.hp_reshape_p", "input"], [163, 1, 1, "c.hp_reshape_p", "length"], [163, 1, 1, "c.hp_reshape_p", "output"]], "hp_reshape_s": [[163, 1, 1, "c.hp_reshape_s", "core_mask"], [163, 1, 1, "c.hp_reshape_s", "input"], [163, 1, 1, "c.hp_reshape_s", "length"], [163, 1, 1, "c.hp_reshape_s", "output"]], "hp_resize_anycore": [[164, 1, 1, "c.hp_resize_anycore", "core_mask"], [164, 1, 1, "c.hp_resize_anycore", "input"], [164, 1, 1, "c.hp_resize_anycore", "output"], [164, 1, 1, "c.hp_resize_anycore", "param"]], "hp_resizebilineargrad_p": [[165, 1, 1, "c.hp_resizebilineargrad_p", "align_corners"], [165, 1, 1, "c.hp_resizebilineargrad_p", "batch_size"], [165, 1, 1, "c.hp_resizebilineargrad_p", "channel"], [165, 1, 1, "c.hp_resizebilineargrad_p", "format"], [165, 1, 1, "c.hp_resizebilineargrad_p", "height_scale"], [165, 1, 1, "c.hp_resizebilineargrad_p", "in_addr"], [165, 1, 1, "c.hp_resizebilineargrad_p", "in_height"], [165, 1, 1, "c.hp_resizebilineargrad_p", "in_width"], [165, 1, 1, "c.hp_resizebilineargrad_p", "out_addr"], [165, 1, 1, "c.hp_resizebilineargrad_p", "out_height"], [165, 1, 1, "c.hp_resizebilineargrad_p", "out_width"], [165, 1, 1, "c.hp_resizebilineargrad_p", "width_scale"]], "hp_resizebilineargrad_s": [[165, 1, 1, "c.hp_resizebilineargrad_s", "align_corners"], [165, 1, 1, "c.hp_resizebilineargrad_s", "batch_size"], [165, 1, 1, "c.hp_resizebilineargrad_s", "channel"], [165, 1, 1, "c.hp_resizebilineargrad_s", "core_mask"], [165, 1, 1, "c.hp_resizebilineargrad_s", "format"], [165, 1, 1, "c.hp_resizebilineargrad_s", "height_scale"], [165, 1, 1, "c.hp_resizebilineargrad_s", "in_addr"], [165, 1, 1, "c.hp_resizebilineargrad_s", "in_height"], [165, 1, 1, "c.hp_resizebilineargrad_s", "in_width"], [165, 1, 1, "c.hp_resizebilineargrad_s", "out_addr"], [165, 1, 1, "c.hp_resizebilineargrad_s", "out_height"], [165, 1, 1, "c.hp_resizebilineargrad_s", "out_width"], [165, 1, 1, "c.hp_resizebilineargrad_s", "width_scale"]], "hp_resizenearestneighborgrad_p": [[165, 1, 1, "c.hp_resizenearestneighborgrad_p", "align_corners"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "batch_size"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "channel"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "format"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "height_scale"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "in_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "in_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "in_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "out_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "out_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "out_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "width_scale"]], "hp_resizenearestneighborgrad_s": [[165, 1, 1, "c.hp_resizenearestneighborgrad_s", "align_corners"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "batch_size"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "channel"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "core_mask"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "format"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "height_scale"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "in_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "in_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "in_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "out_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "out_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "out_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "width_scale"]], "hp_roipooling_p": [[169, 1, 1, "c.hp_roipooling_p", "in_ptr"], [169, 1, 1, "c.hp_roipooling_p", "input_c"], [169, 1, 1, "c.hp_roipooling_p", "input_h"], [169, 1, 1, "c.hp_roipooling_p", "input_n"], [169, 1, 1, "c.hp_roipooling_p", "input_w"], [169, 1, 1, "c.hp_roipooling_p", "max_c"], [169, 1, 1, "c.hp_roipooling_p", "num_rois"], [169, 1, 1, "c.hp_roipooling_p", "out_ptr"], [169, 1, 1, "c.hp_roipooling_p", "pooled_height"], [169, 1, 1, "c.hp_roipooling_p", "pooled_width"], [169, 1, 1, "c.hp_roipooling_p", "roi"], [169, 1, 1, "c.hp_roipooling_p", "scale"]], "hp_roipooling_s": [[169, 1, 1, "c.hp_roipooling_s", "core_mask"], [169, 1, 1, "c.hp_roipooling_s", "in_ptr"], [169, 1, 1, "c.hp_roipooling_s", "input_c"], [169, 1, 1, "c.hp_roipooling_s", "input_h"], [169, 1, 1, "c.hp_roipooling_s", "input_n"], [169, 1, 1, "c.hp_roipooling_s", "input_w"], [169, 1, 1, "c.hp_roipooling_s", "max_c"], [169, 1, 1, "c.hp_roipooling_s", "num_rois"], [169, 1, 1, "c.hp_roipooling_s", "out_ptr"], [169, 1, 1, "c.hp_roipooling_s", "pooled_height"], [169, 1, 1, "c.hp_roipooling_s", "pooled_width"], [169, 1, 1, "c.hp_roipooling_s", "roi"], [169, 1, 1, "c.hp_roipooling_s", "scale"]], "hp_round_p": [[170, 1, 1, "c.hp_round_p", "input"], [170, 1, 1, "c.hp_round_p", "length"], [170, 1, 1, "c.hp_round_p", "output"]], "hp_round_s": [[170, 1, 1, "c.hp_round_s", "core_mask"], [170, 1, 1, "c.hp_round_s", "input"], [170, 1, 1, "c.hp_round_s", "length"], [170, 1, 1, "c.hp_round_s", "output"]], "hp_rsqrt_grad_p": [[172, 1, 1, "c.hp_rsqrt_grad_p", "input1"], [172, 1, 1, "c.hp_rsqrt_grad_p", "input2"], [172, 1, 1, "c.hp_rsqrt_grad_p", "output"], [172, 1, 1, "c.hp_rsqrt_grad_p", "size"]], "hp_rsqrt_grad_s": [[172, 1, 1, "c.hp_rsqrt_grad_s", "core_mask"], [172, 1, 1, "c.hp_rsqrt_grad_s", "input0"], [172, 1, 1, "c.hp_rsqrt_grad_s", "input1"], [172, 1, 1, "c.hp_rsqrt_grad_s", "output"], [172, 1, 1, "c.hp_rsqrt_grad_s", "size"]], "hp_rsqrt_p": [[171, 1, 1, "c.hp_rsqrt_p", "dst"], [171, 1, 1, "c.hp_rsqrt_p", "length"], [171, 1, 1, "c.hp_rsqrt_p", "src"]], "hp_rsqrt_s": [[171, 1, 1, "c.hp_rsqrt_s", "core_mask"], [171, 1, 1, "c.hp_rsqrt_s", "dst"], [171, 1, 1, "c.hp_rsqrt_s", "length"], [171, 1, 1, "c.hp_rsqrt_s", "src"]], "hp_scale_fusion_p": [[173, 1, 1, "c.hp_scale_fusion_p", "bias"], [173, 1, 1, "c.hp_scale_fusion_p", "dst_data"], [173, 1, 1, "c.hp_scale_fusion_p", "length"], [173, 1, 1, "c.hp_scale_fusion_p", "scale"], [173, 1, 1, "c.hp_scale_fusion_p", "src_data"]], "hp_scale_fusion_s": [[173, 1, 1, "c.hp_scale_fusion_s", "bias"], [173, 1, 1, "c.hp_scale_fusion_s", "core_mask"], [173, 1, 1, "c.hp_scale_fusion_s", "dst_data"], [173, 1, 1, "c.hp_scale_fusion_s", "length"], [173, 1, 1, "c.hp_scale_fusion_s", "scale"], [173, 1, 1, "c.hp_scale_fusion_s", "src_data"]], "hp_scatter_elements_p": [[174, 1, 1, "c.hp_scatter_elements_p", "core_mask"], [174, 1, 1, "c.hp_scatter_elements_p", "indices"], [174, 1, 1, "c.hp_scatter_elements_p", "input"], [174, 1, 1, "c.hp_scatter_elements_p", "output"], [174, 1, 1, "c.hp_scatter_elements_p", "param"], [174, 1, 1, "c.hp_scatter_elements_p", "updates"]], "hp_scatter_elements_s": [[174, 1, 1, "c.hp_scatter_elements_s", "core_mask"], [174, 1, 1, "c.hp_scatter_elements_s", "indices"], [174, 1, 1, "c.hp_scatter_elements_s", "input"], [174, 1, 1, "c.hp_scatter_elements_s", "output"], [174, 1, 1, "c.hp_scatter_elements_s", "param"], [174, 1, 1, "c.hp_scatter_elements_s", "updates"]], "hp_scatter_nd_p": [[175, 1, 1, "c.hp_scatter_nd_p", "indices"], [175, 1, 1, "c.hp_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.hp_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.hp_scatter_nd_p", "output"], [175, 1, 1, "c.hp_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.hp_scatter_nd_p", "output_shape"], [175, 1, 1, "c.hp_scatter_nd_p", "updates"]], "hp_scatter_nd_s": [[175, 1, 1, "c.hp_scatter_nd_s", "core_mask"], [175, 1, 1, "c.hp_scatter_nd_s", "indices"], [175, 1, 1, "c.hp_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.hp_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.hp_scatter_nd_s", "output"], [175, 1, 1, "c.hp_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.hp_scatter_nd_s", "output_shape"], [175, 1, 1, "c.hp_scatter_nd_s", "updates"]], "hp_scatter_nd_update_p": [[176, 1, 1, "c.hp_scatter_nd_update_p", "indices"], [176, 1, 1, "c.hp_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.hp_scatter_nd_update_p", "output"], [176, 1, 1, "c.hp_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.hp_scatter_nd_update_p", "updates"]], "hp_scatter_nd_update_s": [[176, 1, 1, "c.hp_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.hp_scatter_nd_update_s", "indices"], [176, 1, 1, "c.hp_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.hp_scatter_nd_update_s", "output"], [176, 1, 1, "c.hp_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.hp_scatter_nd_update_s", "updates"]], "hp_select_p": [[177, 1, 1, "c.hp_select_p", "condition"], [177, 1, 1, "c.hp_select_p", "input0"], [177, 1, 1, "c.hp_select_p", "input1"], [177, 1, 1, "c.hp_select_p", "output"], [177, 1, 1, "c.hp_select_p", "params"]], "hp_select_s": [[177, 1, 1, "c.hp_select_s", "condition"], [177, 1, 1, "c.hp_select_s", "core_mask"], [177, 1, 1, "c.hp_select_s", "input0"], [177, 1, 1, "c.hp_select_s", "input1"], [177, 1, 1, "c.hp_select_s", "output"], [177, 1, 1, "c.hp_select_s", "params"]], "hp_sgd_p": [[178, 1, 1, "c.hp_sgd_p", "accumulate"], [178, 1, 1, "c.hp_sgd_p", "dampening"], [178, 1, 1, "c.hp_sgd_p", "gradient"], [178, 1, 1, "c.hp_sgd_p", "learning_rate"], [178, 1, 1, "c.hp_sgd_p", "length"], [178, 1, 1, "c.hp_sgd_p", "moment"], [178, 1, 1, "c.hp_sgd_p", "nesterov"], [178, 1, 1, "c.hp_sgd_p", "weight"], [178, 1, 1, "c.hp_sgd_p", "weight_decay"]], "hp_sgd_s": [[178, 1, 1, "c.hp_sgd_s", "accumulate"], [178, 1, 1, "c.hp_sgd_s", "core_mask"], [178, 1, 1, "c.hp_sgd_s", "dampening"], [178, 1, 1, "c.hp_sgd_s", "end"], [178, 1, 1, "c.hp_sgd_s", "gradient"], [178, 1, 1, "c.hp_sgd_s", "learning_rate"], [178, 1, 1, "c.hp_sgd_s", "moment"], [178, 1, 1, "c.hp_sgd_s", "nesterov"], [178, 1, 1, "c.hp_sgd_s", "start"], [178, 1, 1, "c.hp_sgd_s", "weight"], [178, 1, 1, "c.hp_sgd_s", "weight_decay"]], "hp_sigmoid_p": [[14, 1, 1, "c.hp_sigmoid_p", "Input0"], [14, 1, 1, "c.hp_sigmoid_p", "length"], [14, 1, 1, "c.hp_sigmoid_p", "output"]], "hp_sigmoid_s": [[14, 1, 1, "c.hp_sigmoid_s", "Input0"], [14, 1, 1, "c.hp_sigmoid_s", "core_mask"], [14, 1, 1, "c.hp_sigmoid_s", "length"], [14, 1, 1, "c.hp_sigmoid_s", "output"]], "hp_sigmoidcrossentropywithlogits_p": [[180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "input0"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "input1"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "length"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "output"]], "hp_sigmoidcrossentropywithlogits_s": [[180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "core_mask"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "input0"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "input1"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "length"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "output"]], "hp_sigmoidcrossentropywithlogitsgrad_p": [[181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "Input0"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "Input1"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "length"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "output"]], "hp_sigmoidcrossentropywithlogitsgrad_s": [[181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "Input0"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "Input1"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "core_mask"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "length"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "output"]], "hp_sin_p": [[182, 1, 1, "c.hp_sin_p", "dst_data"], [182, 1, 1, "c.hp_sin_p", "length"], [182, 1, 1, "c.hp_sin_p", "src_data"]], "hp_sin_s": [[182, 1, 1, "c.hp_sin_s", "core_mask"], [182, 1, 1, "c.hp_sin_s", "dst_data"], [182, 1, 1, "c.hp_sin_s", "length"], [182, 1, 1, "c.hp_sin_s", "src_data"]], "hp_slice_p": [[185, 1, 1, "c.hp_slice_p", "begin"], [185, 1, 1, "c.hp_slice_p", "input"], [185, 1, 1, "c.hp_slice_p", "input_shape"], [185, 1, 1, "c.hp_slice_p", "ndim"], [185, 1, 1, "c.hp_slice_p", "output"], [185, 1, 1, "c.hp_slice_p", "size"]], "hp_slice_s": [[185, 1, 1, "c.hp_slice_s", "begin"], [185, 1, 1, "c.hp_slice_s", "core_mask"], [185, 1, 1, "c.hp_slice_s", "input"], [185, 1, 1, "c.hp_slice_s", "input_shape"], [185, 1, 1, "c.hp_slice_s", "ndim"], [185, 1, 1, "c.hp_slice_s", "output"], [185, 1, 1, "c.hp_slice_s", "size"]], "hp_smoothl1loss_p": [[186, 1, 1, "c.hp_smoothl1loss_p", "beta"], [186, 1, 1, "c.hp_smoothl1loss_p", "length"], [186, 1, 1, "c.hp_smoothl1loss_p", "out"], [186, 1, 1, "c.hp_smoothl1loss_p", "predict"], [186, 1, 1, "c.hp_smoothl1loss_p", "target"]], "hp_smoothl1loss_s": [[186, 1, 1, "c.hp_smoothl1loss_s", "beta"], [186, 1, 1, "c.hp_smoothl1loss_s", "core_mask"], [186, 1, 1, "c.hp_smoothl1loss_s", "length"], [186, 1, 1, "c.hp_smoothl1loss_s", "out"], [186, 1, 1, "c.hp_smoothl1loss_s", "predict"], [186, 1, 1, "c.hp_smoothl1loss_s", "target"]], "hp_smoothl1lossgrad_p": [[187, 1, 1, "c.hp_smoothl1lossgrad_p", "beta"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "dx1"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "dy"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "length"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "x1"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "x2"]], "hp_smoothl1lossgrad_s": [[187, 1, 1, "c.hp_smoothl1lossgrad_s", "beta"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "core_mask"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "dx1"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "dy"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "length"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "x1"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "x2"]], "hp_softmax_cross_entropy_with_logits_p": [[189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "batch_size"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "labels"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "logits"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "need_grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "num_of_classes"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "output"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "probs"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "sum_data"]], "hp_softmax_cross_entropy_with_logits_s": [[189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "batch_size"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "core_mask"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "labels"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "logits"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "need_grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "num_of_classes"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "output"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "probs"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "sum_data"]], "hp_softmax_p": [[188, 1, 1, "c.hp_softmax_p", "axis"], [188, 1, 1, "c.hp_softmax_p", "axis_size"], [188, 1, 1, "c.hp_softmax_p", "inner_size"], [188, 1, 1, "c.hp_softmax_p", "input_ptr"], [188, 1, 1, "c.hp_softmax_p", "n_dim"], [188, 1, 1, "c.hp_softmax_p", "output_ptr"], [188, 1, 1, "c.hp_softmax_p", "outter_size"], [188, 1, 1, "c.hp_softmax_p", "sum_data"]], "hp_softmax_s": [[188, 1, 1, "c.hp_softmax_s", "axis"], [188, 1, 1, "c.hp_softmax_s", "axis_size"], [188, 1, 1, "c.hp_softmax_s", "core_mask"], [188, 1, 1, "c.hp_softmax_s", "inner_size"], [188, 1, 1, "c.hp_softmax_s", "input_ptr"], [188, 1, 1, "c.hp_softmax_s", "n_dim"], [188, 1, 1, "c.hp_softmax_s", "output_ptr"], [188, 1, 1, "c.hp_softmax_s", "outter_size"], [188, 1, 1, "c.hp_softmax_s", "sum_data"]], "hp_softplus_p": [[14, 1, 1, "c.hp_softplus_p", "Input0"], [14, 1, 1, "c.hp_softplus_p", "length"], [14, 1, 1, "c.hp_softplus_p", "output"]], "hp_softplus_s": [[14, 1, 1, "c.hp_softplus_s", "Input0"], [14, 1, 1, "c.hp_softplus_s", "core_mask"], [14, 1, 1, "c.hp_softplus_s", "length"], [14, 1, 1, "c.hp_softplus_s", "output"]], "hp_softshrink_p": [[14, 1, 1, "c.hp_softshrink_p", "Input0"], [14, 1, 1, "c.hp_softshrink_p", "lambd"], [14, 1, 1, "c.hp_softshrink_p", "length"], [14, 1, 1, "c.hp_softshrink_p", "output"]], "hp_softshrink_s": [[14, 1, 1, "c.hp_softshrink_s", "Input0"], [14, 1, 1, "c.hp_softshrink_s", "core_mask"], [14, 1, 1, "c.hp_softshrink_s", "lambd"], [14, 1, 1, "c.hp_softshrink_s", "length"], [14, 1, 1, "c.hp_softshrink_s", "output"]], "hp_softsignopt_p": [[14, 1, 1, "c.hp_softsignopt_p", "Input0"], [14, 1, 1, "c.hp_softsignopt_p", "length"], [14, 1, 1, "c.hp_softsignopt_p", "output"]], "hp_softsignopt_s": [[14, 1, 1, "c.hp_softsignopt_s", "Input0"], [14, 1, 1, "c.hp_softsignopt_s", "core_mask"], [14, 1, 1, "c.hp_softsignopt_s", "length"], [14, 1, 1, "c.hp_softsignopt_s", "output"]], "hp_spacetobatch_p": [[190, 1, 1, "c.hp_spacetobatch_p", "block_size"], [190, 1, 1, "c.hp_spacetobatch_p", "data_size"], [190, 1, 1, "c.hp_spacetobatch_p", "input"], [190, 1, 1, "c.hp_spacetobatch_p", "input_shape"], [190, 1, 1, "c.hp_spacetobatch_p", "output"], [190, 1, 1, "c.hp_spacetobatch_p", "paddings"]], "hp_spacetobatch_s": [[190, 1, 1, "c.hp_spacetobatch_s", "block_size"], [190, 1, 1, "c.hp_spacetobatch_s", "core_mask"], [190, 1, 1, "c.hp_spacetobatch_s", "data_size"], [190, 1, 1, "c.hp_spacetobatch_s", "input"], [190, 1, 1, "c.hp_spacetobatch_s", "input_shape"], [190, 1, 1, "c.hp_spacetobatch_s", "output"], [190, 1, 1, "c.hp_spacetobatch_s", "paddings"]], "hp_spacetobatchnd_p": [[191, 1, 1, "c.hp_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.hp_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.hp_spacetobatchnd_p", "input"], [191, 1, 1, "c.hp_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.hp_spacetobatchnd_p", "output"], [191, 1, 1, "c.hp_spacetobatchnd_p", "paddings"]], "hp_spacetobatchnd_s": [[191, 1, 1, "c.hp_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.hp_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.hp_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.hp_spacetobatchnd_s", "input"], [191, 1, 1, "c.hp_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.hp_spacetobatchnd_s", "output"], [191, 1, 1, "c.hp_spacetobatchnd_s", "paddings"]], "hp_spacetodepth_p": [[192, 1, 1, "c.hp_spacetodepth_p", "block"], [192, 1, 1, "c.hp_spacetodepth_p", "data_size"], [192, 1, 1, "c.hp_spacetodepth_p", "in_shape"], [192, 1, 1, "c.hp_spacetodepth_p", "input"], [192, 1, 1, "c.hp_spacetodepth_p", "output"]], "hp_spacetodepth_s": [[192, 1, 1, "c.hp_spacetodepth_s", "block"], [192, 1, 1, "c.hp_spacetodepth_s", "core_mask"], [192, 1, 1, "c.hp_spacetodepth_s", "data_size"], [192, 1, 1, "c.hp_spacetodepth_s", "in_shape"], [192, 1, 1, "c.hp_spacetodepth_s", "input"], [192, 1, 1, "c.hp_spacetodepth_s", "output"]], "hp_sparse_fill_empty_rows_p": [[194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "values_ptr"]], "hp_sparse_fill_empty_rows_s": [[194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "values_ptr"]], "hp_sparse_reshape_p": [[195, 1, 1, "c.hp_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_p", "params"]], "hp_sparse_reshape_s": [[195, 1, 1, "c.hp_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.hp_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_s", "params"]], "hp_sparse_softmax_cross_entropy_with_logits_p": [[193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "axis_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "batch_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "inner_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "input"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "is_grad"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "labels"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "number_of_classes"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "output"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "outter_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "partial_losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "sum_data"]], "hp_sparse_softmax_cross_entropy_with_logits_s": [[193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "axis_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "batch_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "core_mask"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "inner_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "input"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "is_grad"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "labels"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "number_of_classes"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "output"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "outter_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "partial_losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "sum_data"]], "hp_sparse_to_dense_p": [[197, 1, 1, "c.hp_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.hp_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.hp_sparse_to_dense_p", "output"], [197, 1, 1, "c.hp_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.hp_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.hp_sparse_to_dense_p", "sparse_values"]], "hp_sparse_to_dense_s": [[197, 1, 1, "c.hp_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.hp_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.hp_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.hp_sparse_to_dense_s", "output"], [197, 1, 1, "c.hp_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.hp_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.hp_sparse_to_dense_s", "sparse_values"]], "hp_sparsesegmentsum_p": [[196, 1, 1, "c.hp_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "out_data_shape"]], "hp_sparsesegmentsum_s": [[196, 1, 1, "c.hp_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "out_data_shape"]], "hp_splice_p": [[198, 1, 1, "c.hp_splice_p", "context_dim"], [198, 1, 1, "c.hp_splice_p", "dst_col"], [198, 1, 1, "c.hp_splice_p", "dst_data"], [198, 1, 1, "c.hp_splice_p", "dst_row"], [198, 1, 1, "c.hp_splice_p", "forward_indexes"], [198, 1, 1, "c.hp_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.hp_splice_p", "src_col"], [198, 1, 1, "c.hp_splice_p", "src_data"], [198, 1, 1, "c.hp_splice_p", "src_row"]], "hp_splice_s": [[198, 1, 1, "c.hp_splice_s", "context_dim"], [198, 1, 1, "c.hp_splice_s", "core_mask"], [198, 1, 1, "c.hp_splice_s", "dst_col"], [198, 1, 1, "c.hp_splice_s", "dst_data"], [198, 1, 1, "c.hp_splice_s", "dst_row"], [198, 1, 1, "c.hp_splice_s", "forward_indexes"], [198, 1, 1, "c.hp_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.hp_splice_s", "src_col"], [198, 1, 1, "c.hp_splice_s", "src_data"], [198, 1, 1, "c.hp_splice_s", "src_row"]], "hp_split_p": [[199, 1, 1, "c.hp_split_p", "axis"], [199, 1, 1, "c.hp_split_p", "input"], [199, 1, 1, "c.hp_split_p", "input_ndim"], [199, 1, 1, "c.hp_split_p", "input_shape"], [199, 1, 1, "c.hp_split_p", "num_split"], [199, 1, 1, "c.hp_split_p", "outputs"], [199, 1, 1, "c.hp_split_p", "split_sizes"]], "hp_split_s": [[199, 1, 1, "c.hp_split_s", "axis"], [199, 1, 1, "c.hp_split_s", "core_mask"], [199, 1, 1, "c.hp_split_s", "input"], [199, 1, 1, "c.hp_split_s", "input_ndim"], [199, 1, 1, "c.hp_split_s", "input_shape"], [199, 1, 1, "c.hp_split_s", "num_split"], [199, 1, 1, "c.hp_split_s", "outputs"], [199, 1, 1, "c.hp_split_s", "split_sizes"]], "hp_split_with_overlap_p": [[200, 1, 1, "c.hp_split_with_overlap_p", "axis"], [200, 1, 1, "c.hp_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.hp_split_with_overlap_p", "input"], [200, 1, 1, "c.hp_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.hp_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.hp_split_with_overlap_p", "num_split"], [200, 1, 1, "c.hp_split_with_overlap_p", "outputs"], [200, 1, 1, "c.hp_split_with_overlap_p", "start_indices"]], "hp_split_with_overlap_s": [[200, 1, 1, "c.hp_split_with_overlap_s", "axis"], [200, 1, 1, "c.hp_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.hp_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.hp_split_with_overlap_s", "input"], [200, 1, 1, "c.hp_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.hp_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.hp_split_with_overlap_s", "num_split"], [200, 1, 1, "c.hp_split_with_overlap_s", "outputs"], [200, 1, 1, "c.hp_split_with_overlap_s", "start_indices"]], "hp_sqrt_grad_p": [[202, 1, 1, "c.hp_sqrt_grad_p", "input0"], [202, 1, 1, "c.hp_sqrt_grad_p", "input1"], [202, 1, 1, "c.hp_sqrt_grad_p", "output"], [202, 1, 1, "c.hp_sqrt_grad_p", "size"]], "hp_sqrt_grad_s": [[202, 1, 1, "c.hp_sqrt_grad_s", "core_mask"], [202, 1, 1, "c.hp_sqrt_grad_s", "input0"], [202, 1, 1, "c.hp_sqrt_grad_s", "input1"], [202, 1, 1, "c.hp_sqrt_grad_s", "output"], [202, 1, 1, "c.hp_sqrt_grad_s", "size"]], "hp_sqrt_p": [[201, 1, 1, "c.hp_sqrt_p", "dst_data"], [201, 1, 1, "c.hp_sqrt_p", "length"], [201, 1, 1, "c.hp_sqrt_p", "src_data"]], "hp_sqrt_s": [[201, 1, 1, "c.hp_sqrt_s", "core_mask"], [201, 1, 1, "c.hp_sqrt_s", "dst_data"], [201, 1, 1, "c.hp_sqrt_s", "length"], [201, 1, 1, "c.hp_sqrt_s", "src_data"]], "hp_square_difference_p": [[204, 1, 1, "c.hp_square_difference_p", "input0"], [204, 1, 1, "c.hp_square_difference_p", "input1"], [204, 1, 1, "c.hp_square_difference_p", "output"], [204, 1, 1, "c.hp_square_difference_p", "params"]], "hp_square_difference_s": [[204, 1, 1, "c.hp_square_difference_s", "core_mask"], [204, 1, 1, "c.hp_square_difference_s", "input0"], [204, 1, 1, "c.hp_square_difference_s", "input1"], [204, 1, 1, "c.hp_square_difference_s", "output"], [204, 1, 1, "c.hp_square_difference_s", "params"]], "hp_square_p": [[203, 1, 1, "c.hp_square_p", "dst"], [203, 1, 1, "c.hp_square_p", "length"], [203, 1, 1, "c.hp_square_p", "src"]], "hp_square_s": [[203, 1, 1, "c.hp_square_s", "core_mask"], [203, 1, 1, "c.hp_square_s", "dst"], [203, 1, 1, "c.hp_square_s", "length"], [203, 1, 1, "c.hp_square_s", "src"]], "hp_stack_p": [[206, 1, 1, "c.hp_stack_p", "axis"], [206, 1, 1, "c.hp_stack_p", "input_ndim"], [206, 1, 1, "c.hp_stack_p", "input_shape"], [206, 1, 1, "c.hp_stack_p", "inputs"], [206, 1, 1, "c.hp_stack_p", "num_inputs"], [206, 1, 1, "c.hp_stack_p", "output"]], "hp_stack_s": [[206, 1, 1, "c.hp_stack_s", "axis"], [206, 1, 1, "c.hp_stack_s", "core_mask"], [206, 1, 1, "c.hp_stack_s", "input_ndim"], [206, 1, 1, "c.hp_stack_s", "input_shape"], [206, 1, 1, "c.hp_stack_s", "inputs"], [206, 1, 1, "c.hp_stack_s", "num_inputs"], [206, 1, 1, "c.hp_stack_s", "output"]], "hp_stridedslicegrad_p": [[208, 1, 1, "c.hp_stridedslicegrad_p", "begins"], [208, 1, 1, "c.hp_stridedslicegrad_p", "dx_shape"], [208, 1, 1, "c.hp_stridedslicegrad_p", "in_shape"], [208, 1, 1, "c.hp_stridedslicegrad_p", "inputs"], [208, 1, 1, "c.hp_stridedslicegrad_p", "output"], [208, 1, 1, "c.hp_stridedslicegrad_p", "strides"]], "hp_stridedslicegrad_s": [[208, 1, 1, "c.hp_stridedslicegrad_s", "begins"], [208, 1, 1, "c.hp_stridedslicegrad_s", "core_mask"], [208, 1, 1, "c.hp_stridedslicegrad_s", "dx_shape"], [208, 1, 1, "c.hp_stridedslicegrad_s", "in_shape"], [208, 1, 1, "c.hp_stridedslicegrad_s", "inputs"], [208, 1, 1, "c.hp_stridedslicegrad_s", "output"], [208, 1, 1, "c.hp_stridedslicegrad_s", "strides"]], "hp_sub_grad_p": [[210, 1, 1, "c.hp_sub_grad_p", "dx1"], [210, 1, 1, "c.hp_sub_grad_p", "dx2"], [210, 1, 1, "c.hp_sub_grad_p", "dy"], [210, 1, 1, "c.hp_sub_grad_p", "params"]], "hp_sub_grad_s": [[210, 1, 1, "c.hp_sub_grad_s", "core_mask"], [210, 1, 1, "c.hp_sub_grad_s", "dx1"], [210, 1, 1, "c.hp_sub_grad_s", "dx2"], [210, 1, 1, "c.hp_sub_grad_s", "dy"], [210, 1, 1, "c.hp_sub_grad_s", "params"]], "hp_sub_p": [[209, 1, 1, "c.hp_sub_p", "input0"], [209, 1, 1, "c.hp_sub_p", "input1"], [209, 1, 1, "c.hp_sub_p", "output"], [209, 1, 1, "c.hp_sub_p", "param"]], "hp_sub_s": [[209, 1, 1, "c.hp_sub_s", "core_mask"], [209, 1, 1, "c.hp_sub_s", "input0"], [209, 1, 1, "c.hp_sub_s", "input1"], [209, 1, 1, "c.hp_sub_s", "output"], [209, 1, 1, "c.hp_sub_s", "param"]], "hp_swish_p": [[14, 1, 1, "c.hp_swish_p", "Input0"], [14, 1, 1, "c.hp_swish_p", "length"], [14, 1, 1, "c.hp_swish_p", "output"]], "hp_swish_s": [[14, 1, 1, "c.hp_swish_s", "Input0"], [14, 1, 1, "c.hp_swish_s", "core_mask"], [14, 1, 1, "c.hp_swish_s", "length"], [14, 1, 1, "c.hp_swish_s", "output"]], "hp_tanh_p": [[14, 1, 1, "c.hp_tanh_p", "Input0"], [14, 1, 1, "c.hp_tanh_p", "length"], [14, 1, 1, "c.hp_tanh_p", "output"]], "hp_tanh_s": [[14, 1, 1, "c.hp_tanh_s", "Input0"], [14, 1, 1, "c.hp_tanh_s", "core_mask"], [14, 1, 1, "c.hp_tanh_s", "length"], [14, 1, 1, "c.hp_tanh_s", "output"]], "hp_tensor_scatter_add_p": [[213, 1, 1, "c.hp_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "input"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "output"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "updates"]], "hp_tensor_scatter_add_s": [[213, 1, 1, "c.hp_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "input"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "output"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "updates"]], "hp_tensorarrayread_p": [[215, 1, 1, "c.hp_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.hp_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.hp_tensorarrayread_p", "index"], [215, 1, 1, "c.hp_tensorarrayread_p", "output_data"], [215, 1, 1, "c.hp_tensorarrayread_p", "output_size"]], "hp_tensorarrayread_s": [[215, 1, 1, "c.hp_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.hp_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.hp_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.hp_tensorarrayread_s", "index"], [215, 1, 1, "c.hp_tensorarrayread_s", "output_data"], [215, 1, 1, "c.hp_tensorarrayread_s", "output_size"]], "hp_tensorlist_from_tensor_p": [[217, 1, 1, "c.hp_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.hp_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.hp_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.hp_tensorlist_from_tensor_p", "output_tensors"]], "hp_tensorlist_from_tensor_s": [[217, 1, 1, "c.hp_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "output_tensors"]], "hp_tensorlist_stack_p": [[221, 1, 1, "c.hp_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.hp_tensorlist_stack_p", "unknown_type_offset"]], "hp_tensorlist_stack_s": [[221, 1, 1, "c.hp_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.hp_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.hp_tensorlist_stack_s", "unknown_type_offset"]], "hp_tile_p": [[222, 1, 1, "c.hp_tile_p", "input"], [222, 1, 1, "c.hp_tile_p", "input_shape"], [222, 1, 1, "c.hp_tile_p", "output"], [222, 1, 1, "c.hp_tile_p", "stride"], [222, 1, 1, "c.hp_tile_p", "tile_dim"], [222, 1, 1, "c.hp_tile_p", "tile_num"]], "hp_tile_s": [[222, 1, 1, "c.hp_tile_s", "core_mask"], [222, 1, 1, "c.hp_tile_s", "input"], [222, 1, 1, "c.hp_tile_s", "input_shape"], [222, 1, 1, "c.hp_tile_s", "output"], [222, 1, 1, "c.hp_tile_s", "stride"], [222, 1, 1, "c.hp_tile_s", "tile_dim"], [222, 1, 1, "c.hp_tile_s", "tile_num"]], "hp_to_i8_quant_p": [[153, 1, 1, "c.hp_to_i8_quant_p", "input"], [153, 1, 1, "c.hp_to_i8_quant_p", "length"], [153, 1, 1, "c.hp_to_i8_quant_p", "output"], [153, 1, 1, "c.hp_to_i8_quant_p", "scale"], [153, 1, 1, "c.hp_to_i8_quant_p", "zp"]], "hp_to_i8_quant_s": [[153, 1, 1, "c.hp_to_i8_quant_s", "core_mask"], [153, 1, 1, "c.hp_to_i8_quant_s", "input"], [153, 1, 1, "c.hp_to_i8_quant_s", "length"], [153, 1, 1, "c.hp_to_i8_quant_s", "output"], [153, 1, 1, "c.hp_to_i8_quant_s", "scale"], [153, 1, 1, "c.hp_to_i8_quant_s", "zp"]], "hp_top_k_fusion_p": [[223, 1, 1, "c.hp_top_k_fusion_p", "input"], [223, 1, 1, "c.hp_top_k_fusion_p", "output"], [223, 1, 1, "c.hp_top_k_fusion_p", "output_value"], [223, 1, 1, "c.hp_top_k_fusion_p", "params"]], "hp_top_k_fusion_s": [[223, 1, 1, "c.hp_top_k_fusion_s", "core_mask"], [223, 1, 1, "c.hp_top_k_fusion_s", "input"], [223, 1, 1, "c.hp_top_k_fusion_s", "output"], [223, 1, 1, "c.hp_top_k_fusion_s", "output_value"], [223, 1, 1, "c.hp_top_k_fusion_s", "params"]], "hp_transpose_p": [[224, 1, 1, "c.hp_transpose_p", "in_data"], [224, 1, 1, "c.hp_transpose_p", "num_axes"], [224, 1, 1, "c.hp_transpose_p", "out_data"], [224, 1, 1, "c.hp_transpose_p", "out_strides"], [224, 1, 1, "c.hp_transpose_p", "output_shape"], [224, 1, 1, "c.hp_transpose_p", "perm"], [224, 1, 1, "c.hp_transpose_p", "strides"]], "hp_transpose_s": [[224, 1, 1, "c.hp_transpose_s", "core_mask"], [224, 1, 1, "c.hp_transpose_s", "in_data"], [224, 1, 1, "c.hp_transpose_s", "num_axes"], [224, 1, 1, "c.hp_transpose_s", "out_data"], [224, 1, 1, "c.hp_transpose_s", "out_strides"], [224, 1, 1, "c.hp_transpose_s", "output_shape"], [224, 1, 1, "c.hp_transpose_s", "perm"], [224, 1, 1, "c.hp_transpose_s", "strides"]], "hp_tril_p": [[225, 1, 1, "c.hp_tril_p", "dst"], [225, 1, 1, "c.hp_tril_p", "height"], [225, 1, 1, "c.hp_tril_p", "k"], [225, 1, 1, "c.hp_tril_p", "out_elems"], [225, 1, 1, "c.hp_tril_p", "src"], [225, 1, 1, "c.hp_tril_p", "width"]], "hp_tril_s": [[225, 1, 1, "c.hp_tril_s", "core_mask"], [225, 1, 1, "c.hp_tril_s", "dst"], [225, 1, 1, "c.hp_tril_s", "height"], [225, 1, 1, "c.hp_tril_s", "k"], [225, 1, 1, "c.hp_tril_s", "out_elems"], [225, 1, 1, "c.hp_tril_s", "src"], [225, 1, 1, "c.hp_tril_s", "width"]], "hp_triu_p": [[226, 1, 1, "c.hp_triu_p", "dst"], [226, 1, 1, "c.hp_triu_p", "height"], [226, 1, 1, "c.hp_triu_p", "k"], [226, 1, 1, "c.hp_triu_p", "out_elems"], [226, 1, 1, "c.hp_triu_p", "src"], [226, 1, 1, "c.hp_triu_p", "width"]], "hp_triu_s": [[226, 1, 1, "c.hp_triu_s", "core_mask"], [226, 1, 1, "c.hp_triu_s", "dst"], [226, 1, 1, "c.hp_triu_s", "height"], [226, 1, 1, "c.hp_triu_s", "k"], [226, 1, 1, "c.hp_triu_s", "out_elems"], [226, 1, 1, "c.hp_triu_s", "src"], [226, 1, 1, "c.hp_triu_s", "width"]], "hp_uniform_real_p": [[227, 1, 1, "c.hp_uniform_real_p", "length"], [227, 1, 1, "c.hp_uniform_real_p", "output"], [227, 1, 1, "c.hp_uniform_real_p", "seed"], [227, 1, 1, "c.hp_uniform_real_p", "seed2"]], "hp_uniform_real_s": [[227, 1, 1, "c.hp_uniform_real_s", "core_mask"], [227, 1, 1, "c.hp_uniform_real_s", "length"], [227, 1, 1, "c.hp_uniform_real_s", "output"], [227, 1, 1, "c.hp_uniform_real_s", "seed"], [227, 1, 1, "c.hp_uniform_real_s", "seed2"]], "hp_where_p": [[232, 1, 1, "c.hp_where_p", "condition"], [232, 1, 1, "c.hp_where_p", "input0"], [232, 1, 1, "c.hp_where_p", "input1"], [232, 1, 1, "c.hp_where_p", "length"], [232, 1, 1, "c.hp_where_p", "output"]], "hp_where_s": [[232, 1, 1, "c.hp_where_s", "condition"], [232, 1, 1, "c.hp_where_s", "core_mask"], [232, 1, 1, "c.hp_where_s", "input0"], [232, 1, 1, "c.hp_where_s", "input1"], [232, 1, 1, "c.hp_where_s", "length"], [232, 1, 1, "c.hp_where_s", "output"]], "hp_zerolike_p": [[233, 1, 1, "c.hp_zerolike_p", "length"], [233, 1, 1, "c.hp_zerolike_p", "output"]], "hp_zerolike_s": [[233, 1, 1, "c.hp_zerolike_s", "core_mask"], [233, 1, 1, "c.hp_zerolike_s", "length"], [233, 1, 1, "c.hp_zerolike_s", "output"]], "i16_Unique_p": [[228, 1, 1, "c.i16_Unique_p", "input"], [228, 1, 1, "c.i16_Unique_p", "input_len"], [228, 1, 1, "c.i16_Unique_p", "output0"], [228, 1, 1, "c.i16_Unique_p", "output0_len"]], "i16_Unique_s": [[228, 1, 1, "c.i16_Unique_s", "core_mask"], [228, 1, 1, "c.i16_Unique_s", "input"], [228, 1, 1, "c.i16_Unique_s", "input_len"], [228, 1, 1, "c.i16_Unique_s", "output0"], [228, 1, 1, "c.i16_Unique_s", "output0_len"]], "i16_abs_p": [[12, 1, 1, "c.i16_abs_p", "dst_data"], [12, 1, 1, "c.i16_abs_p", "length"], [12, 1, 1, "c.i16_abs_p", "src_data"]], "i16_abs_s": [[12, 1, 1, "c.i16_abs_s", "core_mask"], [12, 1, 1, "c.i16_abs_s", "dst_data"], [12, 1, 1, "c.i16_abs_s", "length"], [12, 1, 1, "c.i16_abs_s", "src_data"]], "i16_add_p": [[18, 1, 1, "c.i16_add_p", "input0"], [18, 1, 1, "c.i16_add_p", "input1"], [18, 1, 1, "c.i16_add_p", "output"], [18, 1, 1, "c.i16_add_p", "param"]], "i16_add_s": [[18, 1, 1, "c.i16_add_s", "core_mask"], [18, 1, 1, "c.i16_add_s", "input0"], [18, 1, 1, "c.i16_add_s", "input1"], [18, 1, 1, "c.i16_add_s", "output"], [18, 1, 1, "c.i16_add_s", "param"]], "i16_addn_p": [[21, 1, 1, "c.i16_addn_p", "element_nums"], [21, 1, 1, "c.i16_addn_p", "inputs"], [21, 1, 1, "c.i16_addn_p", "output"], [21, 1, 1, "c.i16_addn_p", "tensor_num"]], "i16_addn_s": [[21, 1, 1, "c.i16_addn_s", "core_mask"], [21, 1, 1, "c.i16_addn_s", "element_nums"], [21, 1, 1, "c.i16_addn_s", "inputs"], [21, 1, 1, "c.i16_addn_s", "output"], [21, 1, 1, "c.i16_addn_s", "tensor_num"]], "i16_all_gather_p": [[24, 1, 1, "c.i16_all_gather_p", "data_size"], [24, 1, 1, "c.i16_all_gather_p", "input"], [24, 1, 1, "c.i16_all_gather_p", "input_rank"], [24, 1, 1, "c.i16_all_gather_p", "output"], [24, 1, 1, "c.i16_all_gather_p", "output_rank"]], "i16_all_gather_s": [[24, 1, 1, "c.i16_all_gather_s", "core_mask"], [24, 1, 1, "c.i16_all_gather_s", "data_size"], [24, 1, 1, "c.i16_all_gather_s", "input"], [24, 1, 1, "c.i16_all_gather_s", "input_rank"], [24, 1, 1, "c.i16_all_gather_s", "output"], [24, 1, 1, "c.i16_all_gather_s", "output_rank"]], "i16_assert_p": [[28, 1, 1, "c.i16_assert_p", "input"], [28, 1, 1, "c.i16_assert_p", "output"]], "i16_assert_s": [[28, 1, 1, "c.i16_assert_s", "core_mask"], [28, 1, 1, "c.i16_assert_s", "input"], [28, 1, 1, "c.i16_assert_s", "output"]], "i16_assign_add_p": [[30, 1, 1, "c.i16_assign_add_p", "input"], [30, 1, 1, "c.i16_assign_add_p", "length"], [30, 1, 1, "c.i16_assign_add_p", "output"]], "i16_assign_add_s": [[30, 1, 1, "c.i16_assign_add_s", "core_mask"], [30, 1, 1, "c.i16_assign_add_s", "input"], [30, 1, 1, "c.i16_assign_add_s", "length"], [30, 1, 1, "c.i16_assign_add_s", "output"]], "i16_assign_p": [[29, 1, 1, "c.i16_assign_p", "dst"], [29, 1, 1, "c.i16_assign_p", "length"], [29, 1, 1, "c.i16_assign_p", "src"]], "i16_assign_s": [[29, 1, 1, "c.i16_assign_s", "core_mask"], [29, 1, 1, "c.i16_assign_s", "dst"], [29, 1, 1, "c.i16_assign_s", "length"], [29, 1, 1, "c.i16_assign_s", "src"]], "i16_batch_to_space_p": [[35, 1, 1, "c.i16_batch_to_space_p", "block"], [35, 1, 1, "c.i16_batch_to_space_p", "crops"], [35, 1, 1, "c.i16_batch_to_space_p", "in_shape"], [35, 1, 1, "c.i16_batch_to_space_p", "input"], [35, 1, 1, "c.i16_batch_to_space_p", "output"]], "i16_batch_to_space_s": [[35, 1, 1, "c.i16_batch_to_space_s", "block"], [35, 1, 1, "c.i16_batch_to_space_s", "core_mask"], [35, 1, 1, "c.i16_batch_to_space_s", "crops"], [35, 1, 1, "c.i16_batch_to_space_s", "in_shape"], [35, 1, 1, "c.i16_batch_to_space_s", "input"], [35, 1, 1, "c.i16_batch_to_space_s", "output"]], "i16_batchtospacend_p": [[38, 1, 1, "c.i16_batchtospacend_p", "block_size"], [38, 1, 1, "c.i16_batchtospacend_p", "crops"], [38, 1, 1, "c.i16_batchtospacend_p", "data_size"], [38, 1, 1, "c.i16_batchtospacend_p", "input"], [38, 1, 1, "c.i16_batchtospacend_p", "input_shape"], [38, 1, 1, "c.i16_batchtospacend_p", "output"]], "i16_batchtospacend_s": [[38, 1, 1, "c.i16_batchtospacend_s", "block_size"], [38, 1, 1, "c.i16_batchtospacend_s", "core_mask"], [38, 1, 1, "c.i16_batchtospacend_s", "crops"], [38, 1, 1, "c.i16_batchtospacend_s", "data_size"], [38, 1, 1, "c.i16_batchtospacend_s", "input"], [38, 1, 1, "c.i16_batchtospacend_s", "input_shape"], [38, 1, 1, "c.i16_batchtospacend_s", "output"]], "i16_bias_add_p": [[39, 1, 1, "c.i16_bias_add_p", "data_format"], [39, 1, 1, "c.i16_bias_add_p", "dims"], [39, 1, 1, "c.i16_bias_add_p", "input_bias"], [39, 1, 1, "c.i16_bias_add_p", "input_x"], [39, 1, 1, "c.i16_bias_add_p", "length"], [39, 1, 1, "c.i16_bias_add_p", "output"], [39, 1, 1, "c.i16_bias_add_p", "shape_size"]], "i16_bias_add_s": [[39, 1, 1, "c.i16_bias_add_s", "core_mask"], [39, 1, 1, "c.i16_bias_add_s", "data_format"], [39, 1, 1, "c.i16_bias_add_s", "dims"], [39, 1, 1, "c.i16_bias_add_s", "input_bias"], [39, 1, 1, "c.i16_bias_add_s", "input_x"], [39, 1, 1, "c.i16_bias_add_s", "length"], [39, 1, 1, "c.i16_bias_add_s", "output"], [39, 1, 1, "c.i16_bias_add_s", "shape_size"]], "i16_broadcastto_p": [[43, 1, 1, "c.i16_broadcastto_p", "data_size"], [43, 1, 1, "c.i16_broadcastto_p", "input"], [43, 1, 1, "c.i16_broadcastto_p", "input_shape"], [43, 1, 1, "c.i16_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.i16_broadcastto_p", "output"], [43, 1, 1, "c.i16_broadcastto_p", "output_shape"], [43, 1, 1, "c.i16_broadcastto_p", "output_shape_size"]], "i16_broadcastto_s": [[43, 1, 1, "c.i16_broadcastto_s", "core_mask"], [43, 1, 1, "c.i16_broadcastto_s", "data_size"], [43, 1, 1, "c.i16_broadcastto_s", "input"], [43, 1, 1, "c.i16_broadcastto_s", "input_shape"], [43, 1, 1, "c.i16_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.i16_broadcastto_s", "output"], [43, 1, 1, "c.i16_broadcastto_s", "output_shape"], [43, 1, 1, "c.i16_broadcastto_s", "output_shape_size"]], "i16_cast_to_fp_p": [[45, 1, 1, "c.i16_cast_to_fp_p", "input"], [45, 1, 1, "c.i16_cast_to_fp_p", "length"], [45, 1, 1, "c.i16_cast_to_fp_p", "output"]], "i16_cast_to_fp_s": [[45, 1, 1, "c.i16_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_fp_s", "input"], [45, 1, 1, "c.i16_cast_to_fp_s", "length"], [45, 1, 1, "c.i16_cast_to_fp_s", "output"]], "i16_cast_to_i16_p": [[45, 1, 1, "c.i16_cast_to_i16_p", "input"], [45, 1, 1, "c.i16_cast_to_i16_p", "length"], [45, 1, 1, "c.i16_cast_to_i16_p", "output"]], "i16_cast_to_i16_s": [[45, 1, 1, "c.i16_cast_to_i16_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_i16_s", "input"], [45, 1, 1, "c.i16_cast_to_i16_s", "length"], [45, 1, 1, "c.i16_cast_to_i16_s", "output"]], "i16_cast_to_i32_p": [[45, 1, 1, "c.i16_cast_to_i32_p", "input"], [45, 1, 1, "c.i16_cast_to_i32_p", "length"], [45, 1, 1, "c.i16_cast_to_i32_p", "output"]], "i16_cast_to_i32_s": [[45, 1, 1, "c.i16_cast_to_i32_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_i32_s", "input"], [45, 1, 1, "c.i16_cast_to_i32_s", "length"], [45, 1, 1, "c.i16_cast_to_i32_s", "output"]], "i16_cast_to_i8_p": [[45, 1, 1, "c.i16_cast_to_i8_p", "input"], [45, 1, 1, "c.i16_cast_to_i8_p", "length"], [45, 1, 1, "c.i16_cast_to_i8_p", "output"]], "i16_cast_to_i8_s": [[45, 1, 1, "c.i16_cast_to_i8_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_i8_s", "input"], [45, 1, 1, "c.i16_cast_to_i8_s", "length"], [45, 1, 1, "c.i16_cast_to_i8_s", "output"]], "i16_clip_p": [[47, 1, 1, "c.i16_clip_p", "dst"], [47, 1, 1, "c.i16_clip_p", "length"], [47, 1, 1, "c.i16_clip_p", "max"], [47, 1, 1, "c.i16_clip_p", "min"], [47, 1, 1, "c.i16_clip_p", "src"]], "i16_clip_s": [[47, 1, 1, "c.i16_clip_s", "core_mask"], [47, 1, 1, "c.i16_clip_s", "dst"], [47, 1, 1, "c.i16_clip_s", "length"], [47, 1, 1, "c.i16_clip_s", "max"], [47, 1, 1, "c.i16_clip_s", "min"], [47, 1, 1, "c.i16_clip_s", "src"]], "i16_concat_p": [[48, 1, 1, "c.i16_concat_p", "axis"], [48, 1, 1, "c.i16_concat_p", "input_ndim"], [48, 1, 1, "c.i16_concat_p", "input_shapes"], [48, 1, 1, "c.i16_concat_p", "inputs"], [48, 1, 1, "c.i16_concat_p", "num_inputs"], [48, 1, 1, "c.i16_concat_p", "output"]], "i16_concat_s": [[48, 1, 1, "c.i16_concat_s", "axis"], [48, 1, 1, "c.i16_concat_s", "core_mask"], [48, 1, 1, "c.i16_concat_s", "input_ndim"], [48, 1, 1, "c.i16_concat_s", "input_shapes"], [48, 1, 1, "c.i16_concat_s", "inputs"], [48, 1, 1, "c.i16_concat_s", "num_inputs"], [48, 1, 1, "c.i16_concat_s", "output"]], "i16_constant_of_shape_p": [[49, 1, 1, "c.i16_constant_of_shape_p", "end"], [49, 1, 1, "c.i16_constant_of_shape_p", "output"], [49, 1, 1, "c.i16_constant_of_shape_p", "start"], [49, 1, 1, "c.i16_constant_of_shape_p", "value"]], "i16_constant_of_shape_s": [[49, 1, 1, "c.i16_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.i16_constant_of_shape_s", "end"], [49, 1, 1, "c.i16_constant_of_shape_s", "output"], [49, 1, 1, "c.i16_constant_of_shape_s", "start"], [49, 1, 1, "c.i16_constant_of_shape_s", "value"]], "i16_cos_p": [[54, 1, 1, "c.i16_cos_p", "dst_data"], [54, 1, 1, "c.i16_cos_p", "length"], [54, 1, 1, "c.i16_cos_p", "src_data"]], "i16_cos_s": [[54, 1, 1, "c.i16_cos_s", "core_mask"], [54, 1, 1, "c.i16_cos_s", "dst_data"], [54, 1, 1, "c.i16_cos_s", "length"], [54, 1, 1, "c.i16_cos_s", "src_data"]], "i16_cum_sum_p": [[57, 1, 1, "c.i16_cum_sum_p", "axis_dim"], [57, 1, 1, "c.i16_cum_sum_p", "exclusive"], [57, 1, 1, "c.i16_cum_sum_p", "inner_dim"], [57, 1, 1, "c.i16_cum_sum_p", "input"], [57, 1, 1, "c.i16_cum_sum_p", "out_dim"], [57, 1, 1, "c.i16_cum_sum_p", "output"]], "i16_cum_sum_s": [[57, 1, 1, "c.i16_cum_sum_s", "axis_dim"], [57, 1, 1, "c.i16_cum_sum_s", "core_mask"], [57, 1, 1, "c.i16_cum_sum_s", "exclusive"], [57, 1, 1, "c.i16_cum_sum_s", "inner_dim"], [57, 1, 1, "c.i16_cum_sum_s", "input"], [57, 1, 1, "c.i16_cum_sum_s", "out_dim"], [57, 1, 1, "c.i16_cum_sum_s", "output"]], "i16_depthtospace_p": [[64, 1, 1, "c.i16_depthtospace_p", "block_size"], [64, 1, 1, "c.i16_depthtospace_p", "data_size"], [64, 1, 1, "c.i16_depthtospace_p", "in_shape"], [64, 1, 1, "c.i16_depthtospace_p", "input"], [64, 1, 1, "c.i16_depthtospace_p", "output"]], "i16_depthtospace_s": [[64, 1, 1, "c.i16_depthtospace_s", "block_size"], [64, 1, 1, "c.i16_depthtospace_s", "core_mask"], [64, 1, 1, "c.i16_depthtospace_s", "data_size"], [64, 1, 1, "c.i16_depthtospace_s", "in_shape"], [64, 1, 1, "c.i16_depthtospace_s", "input"], [64, 1, 1, "c.i16_depthtospace_s", "output"]], "i16_div_p": [[66, 1, 1, "c.i16_div_p", "input0"], [66, 1, 1, "c.i16_div_p", "input1"], [66, 1, 1, "c.i16_div_p", "output"], [66, 1, 1, "c.i16_div_p", "param"]], "i16_div_s": [[66, 1, 1, "c.i16_div_s", "core_mask"], [66, 1, 1, "c.i16_div_s", "input0"], [66, 1, 1, "c.i16_div_s", "input1"], [66, 1, 1, "c.i16_div_s", "output"], [66, 1, 1, "c.i16_div_s", "param"]], "i16_eltwise_p": [[72, 1, 1, "c.i16_eltwise_p", "Input0"], [72, 1, 1, "c.i16_eltwise_p", "Input1"], [72, 1, 1, "c.i16_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.i16_eltwise_p", "length"], [72, 1, 1, "c.i16_eltwise_p", "output"]], "i16_eltwise_s": [[72, 1, 1, "c.i16_eltwise_s", "Input0"], [72, 1, 1, "c.i16_eltwise_s", "Input1"], [72, 1, 1, "c.i16_eltwise_s", "core_mask"], [72, 1, 1, "c.i16_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.i16_eltwise_s", "length"], [72, 1, 1, "c.i16_eltwise_s", "output"]], "i16_equal_p": [[75, 1, 1, "c.i16_equal_p", "Input0"], [75, 1, 1, "c.i16_equal_p", "Input1"], [75, 1, 1, "c.i16_equal_p", "output"], [75, 1, 1, "c.i16_equal_p", "params"]], "i16_equal_s": [[75, 1, 1, "c.i16_equal_s", "Input0"], [75, 1, 1, "c.i16_equal_s", "Input1"], [75, 1, 1, "c.i16_equal_s", "core_mask"], [75, 1, 1, "c.i16_equal_s", "output"], [75, 1, 1, "c.i16_equal_s", "params"]], "i16_exp_p": [[78, 1, 1, "c.i16_exp_p", "dst_data"], [78, 1, 1, "c.i16_exp_p", "in_scale"], [78, 1, 1, "c.i16_exp_p", "length"], [78, 1, 1, "c.i16_exp_p", "out_scale"], [78, 1, 1, "c.i16_exp_p", "scale"], [78, 1, 1, "c.i16_exp_p", "src_data"]], "i16_exp_s": [[78, 1, 1, "c.i16_exp_s", "core_mask"], [78, 1, 1, "c.i16_exp_s", "dst_data"], [78, 1, 1, "c.i16_exp_s", "in_scale"], [78, 1, 1, "c.i16_exp_s", "length"], [78, 1, 1, "c.i16_exp_s", "out_scale"], [78, 1, 1, "c.i16_exp_s", "scale"], [78, 1, 1, "c.i16_exp_s", "src_data"]], "i16_extract_features_p": [[59, 1, 1, "c.i16_extract_features_p", "num_strings"], [59, 1, 1, "c.i16_extract_features_p", "output_labels"], [59, 1, 1, "c.i16_extract_features_p", "output_weights"], [59, 1, 1, "c.i16_extract_features_p", "string_lengths"], [59, 1, 1, "c.i16_extract_features_p", "string_pointers"]], "i16_extract_features_s": [[59, 1, 1, "c.i16_extract_features_s", "core_mask"], [59, 1, 1, "c.i16_extract_features_s", "num_strings"], [59, 1, 1, "c.i16_extract_features_s", "output_labels"], [59, 1, 1, "c.i16_extract_features_s", "output_weights"], [59, 1, 1, "c.i16_extract_features_s", "string_lengths"], [59, 1, 1, "c.i16_extract_features_s", "string_pointers"]], "i16_fill_p": [[83, 1, 1, "c.i16_fill_p", "output"], [83, 1, 1, "c.i16_fill_p", "param"], [83, 1, 1, "c.i16_fill_p", "value"]], "i16_fill_s": [[83, 1, 1, "c.i16_fill_s", "core_mask"], [83, 1, 1, "c.i16_fill_s", "output"], [83, 1, 1, "c.i16_fill_s", "param"], [83, 1, 1, "c.i16_fill_s", "value"]], "i16_format_transpose_p": [[90, 1, 1, "c.i16_format_transpose_p", "batch"], [90, 1, 1, "c.i16_format_transpose_p", "channel"], [90, 1, 1, "c.i16_format_transpose_p", "dst_data"], [90, 1, 1, "c.i16_format_transpose_p", "dst_format"], [90, 1, 1, "c.i16_format_transpose_p", "plane"], [90, 1, 1, "c.i16_format_transpose_p", "src_data"], [90, 1, 1, "c.i16_format_transpose_p", "src_format"]], "i16_format_transpose_s": [[90, 1, 1, "c.i16_format_transpose_s", "batch"], [90, 1, 1, "c.i16_format_transpose_s", "channel"], [90, 1, 1, "c.i16_format_transpose_s", "core_mask"], [90, 1, 1, "c.i16_format_transpose_s", "dst_data"], [90, 1, 1, "c.i16_format_transpose_s", "dst_format"], [90, 1, 1, "c.i16_format_transpose_s", "plane"], [90, 1, 1, "c.i16_format_transpose_s", "src_data"], [90, 1, 1, "c.i16_format_transpose_s", "src_format"]], "i16_gather_d_p": [[95, 1, 1, "c.i16_gather_d_p", "dim"], [95, 1, 1, "c.i16_gather_d_p", "index"], [95, 1, 1, "c.i16_gather_d_p", "index_shape"], [95, 1, 1, "c.i16_gather_d_p", "input_shape"], [95, 1, 1, "c.i16_gather_d_p", "input_shape_size"], [95, 1, 1, "c.i16_gather_d_p", "input_x"], [95, 1, 1, "c.i16_gather_d_p", "output"]], "i16_gather_d_s": [[95, 1, 1, "c.i16_gather_d_s", "core_mask"], [95, 1, 1, "c.i16_gather_d_s", "dim"], [95, 1, 1, "c.i16_gather_d_s", "index"], [95, 1, 1, "c.i16_gather_d_s", "index_shape"], [95, 1, 1, "c.i16_gather_d_s", "input_shape"], [95, 1, 1, "c.i16_gather_d_s", "input_shape_size"], [95, 1, 1, "c.i16_gather_d_s", "input_x"], [95, 1, 1, "c.i16_gather_d_s", "output"]], "i16_gather_nd_p": [[94, 1, 1, "c.i16_gather_nd_p", "input"], [94, 1, 1, "c.i16_gather_nd_p", "output"], [94, 1, 1, "c.i16_gather_nd_p", "params"]], "i16_gather_nd_s": [[94, 1, 1, "c.i16_gather_nd_s", "core_mask"], [94, 1, 1, "c.i16_gather_nd_s", "input"], [94, 1, 1, "c.i16_gather_nd_s", "output"], [94, 1, 1, "c.i16_gather_nd_s", "params"]], "i16_gather_p": [[93, 1, 1, "c.i16_gather_p", "indices"], [93, 1, 1, "c.i16_gather_p", "input"], [93, 1, 1, "c.i16_gather_p", "output"], [93, 1, 1, "c.i16_gather_p", "params"]], "i16_gather_s": [[93, 1, 1, "c.i16_gather_s", "core_mask"], [93, 1, 1, "c.i16_gather_s", "indices"], [93, 1, 1, "c.i16_gather_s", "input"], [93, 1, 1, "c.i16_gather_s", "output"], [93, 1, 1, "c.i16_gather_s", "params"]], "i16_greater_equal_p": [[99, 1, 1, "c.i16_greater_equal_p", "input1"], [99, 1, 1, "c.i16_greater_equal_p", "input2"], [99, 1, 1, "c.i16_greater_equal_p", "output"], [99, 1, 1, "c.i16_greater_equal_p", "params"]], "i16_greater_equal_s": [[99, 1, 1, "c.i16_greater_equal_s", "core_mask"], [99, 1, 1, "c.i16_greater_equal_s", "input1"], [99, 1, 1, "c.i16_greater_equal_s", "input2"], [99, 1, 1, "c.i16_greater_equal_s", "output"], [99, 1, 1, "c.i16_greater_equal_s", "params"]], "i16_greater_p": [[98, 1, 1, "c.i16_greater_p", "input1"], [98, 1, 1, "c.i16_greater_p", "input2"], [98, 1, 1, "c.i16_greater_p", "output"], [98, 1, 1, "c.i16_greater_p", "params"]], "i16_greater_s": [[98, 1, 1, "c.i16_greater_s", "core_mask"], [98, 1, 1, "c.i16_greater_s", "input1"], [98, 1, 1, "c.i16_greater_s", "input2"], [98, 1, 1, "c.i16_greater_s", "output"], [98, 1, 1, "c.i16_greater_s", "params"]], "i16_invert_permutation_p": [[104, 1, 1, "c.i16_invert_permutation_p", "input"], [104, 1, 1, "c.i16_invert_permutation_p", "num"], [104, 1, 1, "c.i16_invert_permutation_p", "output"]], "i16_invert_permutation_s": [[104, 1, 1, "c.i16_invert_permutation_s", "core_mask"], [104, 1, 1, "c.i16_invert_permutation_s", "input"], [104, 1, 1, "c.i16_invert_permutation_s", "num"], [104, 1, 1, "c.i16_invert_permutation_s", "output"]], "i16_is_finite_p": [[105, 1, 1, "c.i16_is_finite_p", "Input"], [105, 1, 1, "c.i16_is_finite_p", "length"], [105, 1, 1, "c.i16_is_finite_p", "output"]], "i16_is_finite_s": [[105, 1, 1, "c.i16_is_finite_s", "Input"], [105, 1, 1, "c.i16_is_finite_s", "core_mask"], [105, 1, 1, "c.i16_is_finite_s", "length"], [105, 1, 1, "c.i16_is_finite_s", "output"]], "i16_less_equal_p": [[111, 1, 1, "c.i16_less_equal_p", "Input0"], [111, 1, 1, "c.i16_less_equal_p", "Input1"], [111, 1, 1, "c.i16_less_equal_p", "output"], [111, 1, 1, "c.i16_less_equal_p", "params"]], "i16_less_equal_s": [[111, 1, 1, "c.i16_less_equal_s", "Input0"], [111, 1, 1, "c.i16_less_equal_s", "Input1"], [111, 1, 1, "c.i16_less_equal_s", "core_mask"], [111, 1, 1, "c.i16_less_equal_s", "output"], [111, 1, 1, "c.i16_less_equal_s", "params"]], "i16_less_p": [[110, 1, 1, "c.i16_less_p", "Input0"], [110, 1, 1, "c.i16_less_p", "Input1"], [110, 1, 1, "c.i16_less_p", "output"], [110, 1, 1, "c.i16_less_p", "params"]], "i16_less_s": [[110, 1, 1, "c.i16_less_s", "Input0"], [110, 1, 1, "c.i16_less_s", "Input1"], [110, 1, 1, "c.i16_less_s", "core_mask"], [110, 1, 1, "c.i16_less_s", "output"], [110, 1, 1, "c.i16_less_s", "params"]], "i16_log1p_p": [[114, 1, 1, "c.i16_log1p_p", "Input"], [114, 1, 1, "c.i16_log1p_p", "length"], [114, 1, 1, "c.i16_log1p_p", "output"]], "i16_log1p_s": [[114, 1, 1, "c.i16_log1p_s", "Input"], [114, 1, 1, "c.i16_log1p_s", "core_mask"], [114, 1, 1, "c.i16_log1p_s", "length"], [114, 1, 1, "c.i16_log1p_s", "output"]], "i16_log_p": [[113, 1, 1, "c.i16_log_p", "input"], [113, 1, 1, "c.i16_log_p", "length"], [113, 1, 1, "c.i16_log_p", "output"]], "i16_log_s": [[113, 1, 1, "c.i16_log_s", "core_mask"], [113, 1, 1, "c.i16_log_s", "input"], [113, 1, 1, "c.i16_log_s", "length"], [113, 1, 1, "c.i16_log_s", "output"]], "i16_logical_and_p": [[116, 1, 1, "c.i16_logical_and_p", "input0"], [116, 1, 1, "c.i16_logical_and_p", "input1"], [116, 1, 1, "c.i16_logical_and_p", "output"], [116, 1, 1, "c.i16_logical_and_p", "params"]], "i16_logical_and_s": [[116, 1, 1, "c.i16_logical_and_s", "core_mask"], [116, 1, 1, "c.i16_logical_and_s", "input0"], [116, 1, 1, "c.i16_logical_and_s", "input1"], [116, 1, 1, "c.i16_logical_and_s", "output"], [116, 1, 1, "c.i16_logical_and_s", "params"]], "i16_logical_not_p": [[117, 1, 1, "c.i16_logical_not_p", "input"], [117, 1, 1, "c.i16_logical_not_p", "length"], [117, 1, 1, "c.i16_logical_not_p", "output"]], "i16_logical_not_s": [[117, 1, 1, "c.i16_logical_not_s", "core_mask"], [117, 1, 1, "c.i16_logical_not_s", "input"], [117, 1, 1, "c.i16_logical_not_s", "length"], [117, 1, 1, "c.i16_logical_not_s", "output"]], "i16_logical_or_p": [[118, 1, 1, "c.i16_logical_or_p", "input0"], [118, 1, 1, "c.i16_logical_or_p", "input1"], [118, 1, 1, "c.i16_logical_or_p", "length"], [118, 1, 1, "c.i16_logical_or_p", "output"]], "i16_logical_or_s": [[118, 1, 1, "c.i16_logical_or_s", "core_mask"], [118, 1, 1, "c.i16_logical_or_s", "input0"], [118, 1, 1, "c.i16_logical_or_s", "input1"], [118, 1, 1, "c.i16_logical_or_s", "length"], [118, 1, 1, "c.i16_logical_or_s", "output"]], "i16_lsh_projection_p": [[122, 1, 1, "c.i16_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.i16_lsh_projection_p", "feature"], [122, 1, 1, "c.i16_lsh_projection_p", "feature_num"], [122, 1, 1, "c.i16_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.i16_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.i16_lsh_projection_p", "output"], [122, 1, 1, "c.i16_lsh_projection_p", "weight"]], "i16_lsh_projection_s": [[122, 1, 1, "c.i16_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.i16_lsh_projection_s", "core_mask"], [122, 1, 1, "c.i16_lsh_projection_s", "feature"], [122, 1, 1, "c.i16_lsh_projection_s", "feature_num"], [122, 1, 1, "c.i16_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.i16_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.i16_lsh_projection_s", "output"], [122, 1, 1, "c.i16_lsh_projection_s", "weight"]], "i16_matmul_fusion_p": [[127, 1, 1, "c.i16_matmul_fusion_p", "A"], [127, 1, 1, "c.i16_matmul_fusion_p", "B"], [127, 1, 1, "c.i16_matmul_fusion_p", "C"], [127, 1, 1, "c.i16_matmul_fusion_p", "bias"], [127, 1, 1, "c.i16_matmul_fusion_p", "params"]], "i16_matmul_fusion_s": [[127, 1, 1, "c.i16_matmul_fusion_s", "A"], [127, 1, 1, "c.i16_matmul_fusion_s", "B"], [127, 1, 1, "c.i16_matmul_fusion_s", "C"], [127, 1, 1, "c.i16_matmul_fusion_s", "bias"], [127, 1, 1, "c.i16_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.i16_matmul_fusion_s", "params"]], "i16_maximum_p": [[128, 1, 1, "c.i16_maximum_p", "input0"], [128, 1, 1, "c.i16_maximum_p", "input1"], [128, 1, 1, "c.i16_maximum_p", "length"], [128, 1, 1, "c.i16_maximum_p", "output"]], "i16_maximum_s": [[128, 1, 1, "c.i16_maximum_s", "core_mask"], [128, 1, 1, "c.i16_maximum_s", "input0"], [128, 1, 1, "c.i16_maximum_s", "input1"], [128, 1, 1, "c.i16_maximum_s", "length"], [128, 1, 1, "c.i16_maximum_s", "output"]], "i16_minimum_p": [[133, 1, 1, "c.i16_minimum_p", "input0"], [133, 1, 1, "c.i16_minimum_p", "input1"], [133, 1, 1, "c.i16_minimum_p", "length"], [133, 1, 1, "c.i16_minimum_p", "output"]], "i16_minimum_s": [[133, 1, 1, "c.i16_minimum_s", "core_mask"], [133, 1, 1, "c.i16_minimum_s", "input0"], [133, 1, 1, "c.i16_minimum_s", "input1"], [133, 1, 1, "c.i16_minimum_s", "length"], [133, 1, 1, "c.i16_minimum_s", "output"]], "i16_mod_p": [[135, 1, 1, "c.i16_mod_p", "input0"], [135, 1, 1, "c.i16_mod_p", "input1"], [135, 1, 1, "c.i16_mod_p", "length"], [135, 1, 1, "c.i16_mod_p", "output"]], "i16_mod_s": [[135, 1, 1, "c.i16_mod_s", "core_mask"], [135, 1, 1, "c.i16_mod_s", "input0"], [135, 1, 1, "c.i16_mod_s", "input1"], [135, 1, 1, "c.i16_mod_s", "length"], [135, 1, 1, "c.i16_mod_s", "output"]], "i16_mul_p": [[136, 1, 1, "c.i16_mul_p", "input0"], [136, 1, 1, "c.i16_mul_p", "input1"], [136, 1, 1, "c.i16_mul_p", "output"], [136, 1, 1, "c.i16_mul_p", "param"]], "i16_mul_s": [[136, 1, 1, "c.i16_mul_s", "core_mask"], [136, 1, 1, "c.i16_mul_s", "input0"], [136, 1, 1, "c.i16_mul_s", "input1"], [136, 1, 1, "c.i16_mul_s", "output"], [136, 1, 1, "c.i16_mul_s", "param"]], "i16_neg_grad_p": [[139, 1, 1, "c.i16_neg_grad_p", "Input"], [139, 1, 1, "c.i16_neg_grad_p", "length"], [139, 1, 1, "c.i16_neg_grad_p", "output"]], "i16_neg_grad_s": [[139, 1, 1, "c.i16_neg_grad_s", "Input"], [139, 1, 1, "c.i16_neg_grad_s", "core_mask"], [139, 1, 1, "c.i16_neg_grad_s", "length"], [139, 1, 1, "c.i16_neg_grad_s", "output"]], "i16_neg_p": [[138, 1, 1, "c.i16_neg_p", "Input"], [138, 1, 1, "c.i16_neg_p", "length"], [138, 1, 1, "c.i16_neg_p", "output"]], "i16_neg_s": [[138, 1, 1, "c.i16_neg_s", "Input"], [138, 1, 1, "c.i16_neg_s", "core_mask"], [138, 1, 1, "c.i16_neg_s", "length"], [138, 1, 1, "c.i16_neg_s", "output"]], "i16_nonzero_p": [[143, 1, 1, "c.i16_nonzero_p", "dim_strides"], [143, 1, 1, "c.i16_nonzero_p", "input"], [143, 1, 1, "c.i16_nonzero_p", "input_rank"], [143, 1, 1, "c.i16_nonzero_p", "length"], [143, 1, 1, "c.i16_nonzero_p", "non_zero_num"], [143, 1, 1, "c.i16_nonzero_p", "output"], [143, 1, 1, "c.i16_nonzero_p", "shape"]], "i16_nonzero_s": [[143, 1, 1, "c.i16_nonzero_s", "core_mask"], [143, 1, 1, "c.i16_nonzero_s", "dim_strides"], [143, 1, 1, "c.i16_nonzero_s", "input"], [143, 1, 1, "c.i16_nonzero_s", "input_rank"], [143, 1, 1, "c.i16_nonzero_s", "length"], [143, 1, 1, "c.i16_nonzero_s", "non_zero_num"], [143, 1, 1, "c.i16_nonzero_s", "output"], [143, 1, 1, "c.i16_nonzero_s", "shape"]], "i16_not_equal_p": [[144, 1, 1, "c.i16_not_equal_p", "Input0"], [144, 1, 1, "c.i16_not_equal_p", "Input1"], [144, 1, 1, "c.i16_not_equal_p", "length"], [144, 1, 1, "c.i16_not_equal_p", "output"]], "i16_not_equal_s": [[144, 1, 1, "c.i16_not_equal_s", "Input0"], [144, 1, 1, "c.i16_not_equal_s", "Input1"], [144, 1, 1, "c.i16_not_equal_s", "core_mask"], [144, 1, 1, "c.i16_not_equal_s", "length"], [144, 1, 1, "c.i16_not_equal_s", "output"]], "i16_onehot_p": [[145, 1, 1, "c.i16_onehot_p", "axis"], [145, 1, 1, "c.i16_onehot_p", "depth"], [145, 1, 1, "c.i16_onehot_p", "indices"], [145, 1, 1, "c.i16_onehot_p", "indices_shape"], [145, 1, 1, "c.i16_onehot_p", "indices_shape_size"], [145, 1, 1, "c.i16_onehot_p", "on_off"], [145, 1, 1, "c.i16_onehot_p", "output"], [145, 1, 1, "c.i16_onehot_p", "support_neg_index"]], "i16_onehot_s": [[145, 1, 1, "c.i16_onehot_s", "axis"], [145, 1, 1, "c.i16_onehot_s", "core_mask"], [145, 1, 1, "c.i16_onehot_s", "depth"], [145, 1, 1, "c.i16_onehot_s", "indices"], [145, 1, 1, "c.i16_onehot_s", "indices_shape"], [145, 1, 1, "c.i16_onehot_s", "indices_shape_size"], [145, 1, 1, "c.i16_onehot_s", "on_off"], [145, 1, 1, "c.i16_onehot_s", "output"], [145, 1, 1, "c.i16_onehot_s", "support_neg_index"]], "i16_ones_like_p": [[146, 1, 1, "c.i16_ones_like_p", "length"], [146, 1, 1, "c.i16_ones_like_p", "output"]], "i16_ones_like_s": [[146, 1, 1, "c.i16_ones_like_s", "core_mask"], [146, 1, 1, "c.i16_ones_like_s", "length"], [146, 1, 1, "c.i16_ones_like_s", "output"]], "i16_padfusion_p": [[147, 1, 1, "c.i16_padfusion_p", "params"]], "i16_padfusion_s": [[147, 1, 1, "c.i16_padfusion_s", "core_mask"], [147, 1, 1, "c.i16_padfusion_s", "params"]], "i16_pow_fusion_p": [[149, 1, 1, "c.i16_pow_fusion_p", "Input"], [149, 1, 1, "c.i16_pow_fusion_p", "broadcast"], [149, 1, 1, "c.i16_pow_fusion_p", "exponent"], [149, 1, 1, "c.i16_pow_fusion_p", "length_in"], [149, 1, 1, "c.i16_pow_fusion_p", "output"], [149, 1, 1, "c.i16_pow_fusion_p", "scale"], [149, 1, 1, "c.i16_pow_fusion_p", "shift"]], "i16_pow_fusion_s": [[149, 1, 1, "c.i16_pow_fusion_s", "Input"], [149, 1, 1, "c.i16_pow_fusion_s", "broadcast"], [149, 1, 1, "c.i16_pow_fusion_s", "core_mask"], [149, 1, 1, "c.i16_pow_fusion_s", "exponent"], [149, 1, 1, "c.i16_pow_fusion_s", "length_in"], [149, 1, 1, "c.i16_pow_fusion_s", "output"], [149, 1, 1, "c.i16_pow_fusion_s", "scale"], [149, 1, 1, "c.i16_pow_fusion_s", "shift"]], "i16_ragged_range_p": [[154, 1, 1, "c.i16_ragged_range_p", "deltas"], [154, 1, 1, "c.i16_ragged_range_p", "limits"], [154, 1, 1, "c.i16_ragged_range_p", "range_count"], [154, 1, 1, "c.i16_ragged_range_p", "splits"], [154, 1, 1, "c.i16_ragged_range_p", "starts"], [154, 1, 1, "c.i16_ragged_range_p", "values"]], "i16_ragged_range_s": [[154, 1, 1, "c.i16_ragged_range_s", "core_mask"], [154, 1, 1, "c.i16_ragged_range_s", "deltas"], [154, 1, 1, "c.i16_ragged_range_s", "limits"], [154, 1, 1, "c.i16_ragged_range_s", "range_count"], [154, 1, 1, "c.i16_ragged_range_s", "splits"], [154, 1, 1, "c.i16_ragged_range_s", "starts"], [154, 1, 1, "c.i16_ragged_range_s", "values"]], "i16_range_p": [[157, 1, 1, "c.i16_range_p", "delta"], [157, 1, 1, "c.i16_range_p", "length"], [157, 1, 1, "c.i16_range_p", "output"], [157, 1, 1, "c.i16_range_p", "start"]], "i16_range_s": [[157, 1, 1, "c.i16_range_s", "core_mask"], [157, 1, 1, "c.i16_range_s", "delta"], [157, 1, 1, "c.i16_range_s", "length"], [157, 1, 1, "c.i16_range_s", "output"], [157, 1, 1, "c.i16_range_s", "start"]], "i16_real_div_p": [[159, 1, 1, "c.i16_real_div_p", "input0"], [159, 1, 1, "c.i16_real_div_p", "input1"], [159, 1, 1, "c.i16_real_div_p", "length"], [159, 1, 1, "c.i16_real_div_p", "output"]], "i16_real_div_s": [[159, 1, 1, "c.i16_real_div_s", "core_mask"], [159, 1, 1, "c.i16_real_div_s", "input0"], [159, 1, 1, "c.i16_real_div_s", "input1"], [159, 1, 1, "c.i16_real_div_s", "length"], [159, 1, 1, "c.i16_real_div_s", "output"]], "i16_reciprocal_p": [[160, 1, 1, "c.i16_reciprocal_p", "Input"], [160, 1, 1, "c.i16_reciprocal_p", "length"], [160, 1, 1, "c.i16_reciprocal_p", "output"]], "i16_reciprocal_s": [[160, 1, 1, "c.i16_reciprocal_s", "Input"], [160, 1, 1, "c.i16_reciprocal_s", "core_mask"], [160, 1, 1, "c.i16_reciprocal_s", "length"], [160, 1, 1, "c.i16_reciprocal_s", "output"]], "i16_reduce_all_p": [[23, 1, 1, "c.i16_reduce_all_p", "axis_size"], [23, 1, 1, "c.i16_reduce_all_p", "dst_data"], [23, 1, 1, "c.i16_reduce_all_p", "inner_size"], [23, 1, 1, "c.i16_reduce_all_p", "outer_size"], [23, 1, 1, "c.i16_reduce_all_p", "src_data"]], "i16_reduce_all_s": [[23, 1, 1, "c.i16_reduce_all_s", "axis_size"], [23, 1, 1, "c.i16_reduce_all_s", "core_mask"], [23, 1, 1, "c.i16_reduce_all_s", "dst_data"], [23, 1, 1, "c.i16_reduce_all_s", "inner_size"], [23, 1, 1, "c.i16_reduce_all_s", "outer_size"], [23, 1, 1, "c.i16_reduce_all_s", "src_data"]], "i16_reduce_p": [[161, 1, 1, "c.i16_reduce_p", "core_mask"], [161, 1, 1, "c.i16_reduce_p", "dst_data"], [161, 1, 1, "c.i16_reduce_p", "param"], [161, 1, 1, "c.i16_reduce_p", "src_data"], [161, 1, 1, "c.i16_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.i16_reduce_p", "tmp_src_data"]], "i16_reduce_s": [[161, 1, 1, "c.i16_reduce_s", "core_mask"], [161, 1, 1, "c.i16_reduce_s", "dst_data"], [161, 1, 1, "c.i16_reduce_s", "param"], [161, 1, 1, "c.i16_reduce_s", "src_data"]], "i16_reducescatter_p": [[162, 1, 1, "c.i16_reducescatter_p", "data_size"], [162, 1, 1, "c.i16_reducescatter_p", "input_data"], [162, 1, 1, "c.i16_reducescatter_p", "output_data"], [162, 1, 1, "c.i16_reducescatter_p", "reduce_type"]], "i16_reducescatter_s": [[162, 1, 1, "c.i16_reducescatter_s", "core_mask"], [162, 1, 1, "c.i16_reducescatter_s", "data_size"], [162, 1, 1, "c.i16_reducescatter_s", "input_data"], [162, 1, 1, "c.i16_reducescatter_s", "output_data"], [162, 1, 1, "c.i16_reducescatter_s", "reduce_type"]], "i16_reshape_p": [[163, 1, 1, "c.i16_reshape_p", "input"], [163, 1, 1, "c.i16_reshape_p", "length"], [163, 1, 1, "c.i16_reshape_p", "output"]], "i16_reshape_s": [[163, 1, 1, "c.i16_reshape_s", "core_mask"], [163, 1, 1, "c.i16_reshape_s", "input"], [163, 1, 1, "c.i16_reshape_s", "length"], [163, 1, 1, "c.i16_reshape_s", "output"]], "i16_rsqrt_p": [[171, 1, 1, "c.i16_rsqrt_p", "dst"], [171, 1, 1, "c.i16_rsqrt_p", "length"], [171, 1, 1, "c.i16_rsqrt_p", "src"]], "i16_rsqrt_s": [[171, 1, 1, "c.i16_rsqrt_s", "core_mask"], [171, 1, 1, "c.i16_rsqrt_s", "dst"], [171, 1, 1, "c.i16_rsqrt_s", "length"], [171, 1, 1, "c.i16_rsqrt_s", "src"]], "i16_scale_fusion_p": [[173, 1, 1, "c.i16_scale_fusion_p", "bias"], [173, 1, 1, "c.i16_scale_fusion_p", "dst_data"], [173, 1, 1, "c.i16_scale_fusion_p", "length"], [173, 1, 1, "c.i16_scale_fusion_p", "scale"], [173, 1, 1, "c.i16_scale_fusion_p", "src_data"]], "i16_scale_fusion_s": [[173, 1, 1, "c.i16_scale_fusion_s", "bias"], [173, 1, 1, "c.i16_scale_fusion_s", "core_mask"], [173, 1, 1, "c.i16_scale_fusion_s", "dst_data"], [173, 1, 1, "c.i16_scale_fusion_s", "length"], [173, 1, 1, "c.i16_scale_fusion_s", "scale"], [173, 1, 1, "c.i16_scale_fusion_s", "src_data"]], "i16_scatter_elements_p": [[174, 1, 1, "c.i16_scatter_elements_p", "core_mask"], [174, 1, 1, "c.i16_scatter_elements_p", "indices"], [174, 1, 1, "c.i16_scatter_elements_p", "input"], [174, 1, 1, "c.i16_scatter_elements_p", "output"], [174, 1, 1, "c.i16_scatter_elements_p", "param"], [174, 1, 1, "c.i16_scatter_elements_p", "updates"]], "i16_scatter_elements_s": [[174, 1, 1, "c.i16_scatter_elements_s", "core_mask"], [174, 1, 1, "c.i16_scatter_elements_s", "indices"], [174, 1, 1, "c.i16_scatter_elements_s", "input"], [174, 1, 1, "c.i16_scatter_elements_s", "output"], [174, 1, 1, "c.i16_scatter_elements_s", "param"], [174, 1, 1, "c.i16_scatter_elements_s", "updates"]], "i16_scatter_nd_p": [[175, 1, 1, "c.i16_scatter_nd_p", "indices"], [175, 1, 1, "c.i16_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.i16_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.i16_scatter_nd_p", "output"], [175, 1, 1, "c.i16_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.i16_scatter_nd_p", "output_shape"], [175, 1, 1, "c.i16_scatter_nd_p", "updates"]], "i16_scatter_nd_s": [[175, 1, 1, "c.i16_scatter_nd_s", "core_mask"], [175, 1, 1, "c.i16_scatter_nd_s", "indices"], [175, 1, 1, "c.i16_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.i16_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.i16_scatter_nd_s", "output"], [175, 1, 1, "c.i16_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.i16_scatter_nd_s", "output_shape"], [175, 1, 1, "c.i16_scatter_nd_s", "updates"]], "i16_scatter_nd_update_p": [[176, 1, 1, "c.i16_scatter_nd_update_p", "indices"], [176, 1, 1, "c.i16_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.i16_scatter_nd_update_p", "output"], [176, 1, 1, "c.i16_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.i16_scatter_nd_update_p", "updates"]], "i16_scatter_nd_update_s": [[176, 1, 1, "c.i16_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.i16_scatter_nd_update_s", "indices"], [176, 1, 1, "c.i16_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.i16_scatter_nd_update_s", "output"], [176, 1, 1, "c.i16_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.i16_scatter_nd_update_s", "updates"]], "i16_select_p": [[177, 1, 1, "c.i16_select_p", "condition"], [177, 1, 1, "c.i16_select_p", "input0"], [177, 1, 1, "c.i16_select_p", "input1"], [177, 1, 1, "c.i16_select_p", "output"], [177, 1, 1, "c.i16_select_p", "params"]], "i16_select_s": [[177, 1, 1, "c.i16_select_s", "condition"], [177, 1, 1, "c.i16_select_s", "core_mask"], [177, 1, 1, "c.i16_select_s", "input0"], [177, 1, 1, "c.i16_select_s", "input1"], [177, 1, 1, "c.i16_select_s", "output"], [177, 1, 1, "c.i16_select_s", "params"]], "i16_sin_p": [[182, 1, 1, "c.i16_sin_p", "dst_data"], [182, 1, 1, "c.i16_sin_p", "length"], [182, 1, 1, "c.i16_sin_p", "src_data"]], "i16_sin_s": [[182, 1, 1, "c.i16_sin_s", "core_mask"], [182, 1, 1, "c.i16_sin_s", "dst_data"], [182, 1, 1, "c.i16_sin_s", "length"], [182, 1, 1, "c.i16_sin_s", "src_data"]], "i16_slice_p": [[185, 1, 1, "c.i16_slice_p", "begin"], [185, 1, 1, "c.i16_slice_p", "input"], [185, 1, 1, "c.i16_slice_p", "input_shape"], [185, 1, 1, "c.i16_slice_p", "ndim"], [185, 1, 1, "c.i16_slice_p", "output"], [185, 1, 1, "c.i16_slice_p", "size"]], "i16_slice_s": [[185, 1, 1, "c.i16_slice_s", "begin"], [185, 1, 1, "c.i16_slice_s", "core_mask"], [185, 1, 1, "c.i16_slice_s", "input"], [185, 1, 1, "c.i16_slice_s", "input_shape"], [185, 1, 1, "c.i16_slice_s", "ndim"], [185, 1, 1, "c.i16_slice_s", "output"], [185, 1, 1, "c.i16_slice_s", "size"]], "i16_spacetobatch_p": [[190, 1, 1, "c.i16_spacetobatch_p", "block_size"], [190, 1, 1, "c.i16_spacetobatch_p", "data_size"], [190, 1, 1, "c.i16_spacetobatch_p", "input"], [190, 1, 1, "c.i16_spacetobatch_p", "input_shape"], [190, 1, 1, "c.i16_spacetobatch_p", "output"], [190, 1, 1, "c.i16_spacetobatch_p", "paddings"]], "i16_spacetobatch_s": [[190, 1, 1, "c.i16_spacetobatch_s", "block_size"], [190, 1, 1, "c.i16_spacetobatch_s", "core_mask"], [190, 1, 1, "c.i16_spacetobatch_s", "data_size"], [190, 1, 1, "c.i16_spacetobatch_s", "input"], [190, 1, 1, "c.i16_spacetobatch_s", "input_shape"], [190, 1, 1, "c.i16_spacetobatch_s", "output"], [190, 1, 1, "c.i16_spacetobatch_s", "paddings"]], "i16_spacetobatchnd_p": [[191, 1, 1, "c.i16_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.i16_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.i16_spacetobatchnd_p", "input"], [191, 1, 1, "c.i16_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.i16_spacetobatchnd_p", "output"], [191, 1, 1, "c.i16_spacetobatchnd_p", "paddings"]], "i16_spacetobatchnd_s": [[191, 1, 1, "c.i16_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.i16_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.i16_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.i16_spacetobatchnd_s", "input"], [191, 1, 1, "c.i16_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.i16_spacetobatchnd_s", "output"], [191, 1, 1, "c.i16_spacetobatchnd_s", "paddings"]], "i16_spacetodepth_p": [[192, 1, 1, "c.i16_spacetodepth_p", "block"], [192, 1, 1, "c.i16_spacetodepth_p", "data_size"], [192, 1, 1, "c.i16_spacetodepth_p", "in_shape"], [192, 1, 1, "c.i16_spacetodepth_p", "input"], [192, 1, 1, "c.i16_spacetodepth_p", "output"]], "i16_spacetodepth_s": [[192, 1, 1, "c.i16_spacetodepth_s", "block"], [192, 1, 1, "c.i16_spacetodepth_s", "core_mask"], [192, 1, 1, "c.i16_spacetodepth_s", "data_size"], [192, 1, 1, "c.i16_spacetodepth_s", "in_shape"], [192, 1, 1, "c.i16_spacetodepth_s", "input"], [192, 1, 1, "c.i16_spacetodepth_s", "output"]], "i16_sparse_fill_empty_rows_p": [[194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "values_ptr"]], "i16_sparse_fill_empty_rows_s": [[194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "values_ptr"]], "i16_sparse_reshape_p": [[195, 1, 1, "c.i16_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_p", "params"]], "i16_sparse_reshape_s": [[195, 1, 1, "c.i16_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.i16_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_s", "params"]], "i16_sparse_to_dense_p": [[197, 1, 1, "c.i16_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.i16_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.i16_sparse_to_dense_p", "output"], [197, 1, 1, "c.i16_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.i16_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.i16_sparse_to_dense_p", "sparse_values"]], "i16_sparse_to_dense_s": [[197, 1, 1, "c.i16_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.i16_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.i16_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.i16_sparse_to_dense_s", "output"], [197, 1, 1, "c.i16_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.i16_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.i16_sparse_to_dense_s", "sparse_values"]], "i16_sparsesegmentsum_p": [[196, 1, 1, "c.i16_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "out_data_shape"]], "i16_sparsesegmentsum_s": [[196, 1, 1, "c.i16_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "out_data_shape"]], "i16_splice_p": [[198, 1, 1, "c.i16_splice_p", "context_dim"], [198, 1, 1, "c.i16_splice_p", "dst_col"], [198, 1, 1, "c.i16_splice_p", "dst_data"], [198, 1, 1, "c.i16_splice_p", "dst_row"], [198, 1, 1, "c.i16_splice_p", "forward_indexes"], [198, 1, 1, "c.i16_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.i16_splice_p", "src_col"], [198, 1, 1, "c.i16_splice_p", "src_data"], [198, 1, 1, "c.i16_splice_p", "src_row"]], "i16_splice_s": [[198, 1, 1, "c.i16_splice_s", "context_dim"], [198, 1, 1, "c.i16_splice_s", "core_mask"], [198, 1, 1, "c.i16_splice_s", "dst_col"], [198, 1, 1, "c.i16_splice_s", "dst_data"], [198, 1, 1, "c.i16_splice_s", "dst_row"], [198, 1, 1, "c.i16_splice_s", "forward_indexes"], [198, 1, 1, "c.i16_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.i16_splice_s", "src_col"], [198, 1, 1, "c.i16_splice_s", "src_data"], [198, 1, 1, "c.i16_splice_s", "src_row"]], "i16_split_p": [[199, 1, 1, "c.i16_split_p", "axis"], [199, 1, 1, "c.i16_split_p", "input"], [199, 1, 1, "c.i16_split_p", "input_ndim"], [199, 1, 1, "c.i16_split_p", "input_shape"], [199, 1, 1, "c.i16_split_p", "num_split"], [199, 1, 1, "c.i16_split_p", "outputs"], [199, 1, 1, "c.i16_split_p", "split_sizes"]], "i16_split_s": [[199, 1, 1, "c.i16_split_s", "axis"], [199, 1, 1, "c.i16_split_s", "core_mask"], [199, 1, 1, "c.i16_split_s", "input"], [199, 1, 1, "c.i16_split_s", "input_ndim"], [199, 1, 1, "c.i16_split_s", "input_shape"], [199, 1, 1, "c.i16_split_s", "num_split"], [199, 1, 1, "c.i16_split_s", "outputs"], [199, 1, 1, "c.i16_split_s", "split_sizes"]], "i16_split_with_overlap_p": [[200, 1, 1, "c.i16_split_with_overlap_p", "axis"], [200, 1, 1, "c.i16_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.i16_split_with_overlap_p", "input"], [200, 1, 1, "c.i16_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.i16_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.i16_split_with_overlap_p", "num_split"], [200, 1, 1, "c.i16_split_with_overlap_p", "outputs"], [200, 1, 1, "c.i16_split_with_overlap_p", "start_indices"]], "i16_split_with_overlap_s": [[200, 1, 1, "c.i16_split_with_overlap_s", "axis"], [200, 1, 1, "c.i16_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.i16_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.i16_split_with_overlap_s", "input"], [200, 1, 1, "c.i16_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.i16_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.i16_split_with_overlap_s", "num_split"], [200, 1, 1, "c.i16_split_with_overlap_s", "outputs"], [200, 1, 1, "c.i16_split_with_overlap_s", "start_indices"]], "i16_sqrt_p": [[201, 1, 1, "c.i16_sqrt_p", "dst_data"], [201, 1, 1, "c.i16_sqrt_p", "length"], [201, 1, 1, "c.i16_sqrt_p", "src_data"]], "i16_sqrt_s": [[201, 1, 1, "c.i16_sqrt_s", "core_mask"], [201, 1, 1, "c.i16_sqrt_s", "dst_data"], [201, 1, 1, "c.i16_sqrt_s", "length"], [201, 1, 1, "c.i16_sqrt_s", "src_data"]], "i16_square_difference_p": [[204, 1, 1, "c.i16_square_difference_p", "input0"], [204, 1, 1, "c.i16_square_difference_p", "input1"], [204, 1, 1, "c.i16_square_difference_p", "output"], [204, 1, 1, "c.i16_square_difference_p", "params"]], "i16_square_difference_s": [[204, 1, 1, "c.i16_square_difference_s", "core_mask"], [204, 1, 1, "c.i16_square_difference_s", "input0"], [204, 1, 1, "c.i16_square_difference_s", "input1"], [204, 1, 1, "c.i16_square_difference_s", "output"], [204, 1, 1, "c.i16_square_difference_s", "params"]], "i16_square_p": [[203, 1, 1, "c.i16_square_p", "dst"], [203, 1, 1, "c.i16_square_p", "length"], [203, 1, 1, "c.i16_square_p", "src"]], "i16_square_s": [[203, 1, 1, "c.i16_square_s", "core_mask"], [203, 1, 1, "c.i16_square_s", "dst"], [203, 1, 1, "c.i16_square_s", "length"], [203, 1, 1, "c.i16_square_s", "src"]], "i16_stack_p": [[206, 1, 1, "c.i16_stack_p", "axis"], [206, 1, 1, "c.i16_stack_p", "input_ndim"], [206, 1, 1, "c.i16_stack_p", "input_shape"], [206, 1, 1, "c.i16_stack_p", "inputs"], [206, 1, 1, "c.i16_stack_p", "num_inputs"], [206, 1, 1, "c.i16_stack_p", "output"]], "i16_stack_s": [[206, 1, 1, "c.i16_stack_s", "axis"], [206, 1, 1, "c.i16_stack_s", "core_mask"], [206, 1, 1, "c.i16_stack_s", "input_ndim"], [206, 1, 1, "c.i16_stack_s", "input_shape"], [206, 1, 1, "c.i16_stack_s", "inputs"], [206, 1, 1, "c.i16_stack_s", "num_inputs"], [206, 1, 1, "c.i16_stack_s", "output"]], "i16_sub_p": [[209, 1, 1, "c.i16_sub_p", "input0"], [209, 1, 1, "c.i16_sub_p", "input1"], [209, 1, 1, "c.i16_sub_p", "output"], [209, 1, 1, "c.i16_sub_p", "param"]], "i16_sub_s": [[209, 1, 1, "c.i16_sub_s", "core_mask"], [209, 1, 1, "c.i16_sub_s", "input0"], [209, 1, 1, "c.i16_sub_s", "input1"], [209, 1, 1, "c.i16_sub_s", "output"], [209, 1, 1, "c.i16_sub_s", "param"]], "i16_tensor_scatter_add_p": [[213, 1, 1, "c.i16_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "input"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "output"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "updates"]], "i16_tensor_scatter_add_s": [[213, 1, 1, "c.i16_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "input"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "output"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "updates"]], "i16_tensorarrayread_p": [[215, 1, 1, "c.i16_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.i16_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.i16_tensorarrayread_p", "index"], [215, 1, 1, "c.i16_tensorarrayread_p", "output_data"], [215, 1, 1, "c.i16_tensorarrayread_p", "output_size"]], "i16_tensorarrayread_s": [[215, 1, 1, "c.i16_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.i16_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.i16_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.i16_tensorarrayread_s", "index"], [215, 1, 1, "c.i16_tensorarrayread_s", "output_data"], [215, 1, 1, "c.i16_tensorarrayread_s", "output_size"]], "i16_tensorlist_from_tensor_p": [[217, 1, 1, "c.i16_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.i16_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.i16_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.i16_tensorlist_from_tensor_p", "output_tensors"]], "i16_tensorlist_from_tensor_s": [[217, 1, 1, "c.i16_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "output_tensors"]], "i16_tensorlist_stack_p": [[221, 1, 1, "c.i16_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.i16_tensorlist_stack_p", "unknown_type_offset"]], "i16_tensorlist_stack_s": [[221, 1, 1, "c.i16_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.i16_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.i16_tensorlist_stack_s", "unknown_type_offset"]], "i16_tile_p": [[222, 1, 1, "c.i16_tile_p", "input"], [222, 1, 1, "c.i16_tile_p", "input_shape"], [222, 1, 1, "c.i16_tile_p", "output"], [222, 1, 1, "c.i16_tile_p", "stride"], [222, 1, 1, "c.i16_tile_p", "tile_dim"], [222, 1, 1, "c.i16_tile_p", "tile_num"]], "i16_tile_s": [[222, 1, 1, "c.i16_tile_s", "core_mask"], [222, 1, 1, "c.i16_tile_s", "input"], [222, 1, 1, "c.i16_tile_s", "input_shape"], [222, 1, 1, "c.i16_tile_s", "output"], [222, 1, 1, "c.i16_tile_s", "stride"], [222, 1, 1, "c.i16_tile_s", "tile_dim"], [222, 1, 1, "c.i16_tile_s", "tile_num"]], "i16_transpose_p": [[224, 1, 1, "c.i16_transpose_p", "in_data"], [224, 1, 1, "c.i16_transpose_p", "num_axes"], [224, 1, 1, "c.i16_transpose_p", "out_data"], [224, 1, 1, "c.i16_transpose_p", "out_strides"], [224, 1, 1, "c.i16_transpose_p", "output_shape"], [224, 1, 1, "c.i16_transpose_p", "perm"], [224, 1, 1, "c.i16_transpose_p", "strides"]], "i16_transpose_s": [[224, 1, 1, "c.i16_transpose_s", "core_mask"], [224, 1, 1, "c.i16_transpose_s", "in_data"], [224, 1, 1, "c.i16_transpose_s", "num_axes"], [224, 1, 1, "c.i16_transpose_s", "out_data"], [224, 1, 1, "c.i16_transpose_s", "out_strides"], [224, 1, 1, "c.i16_transpose_s", "output_shape"], [224, 1, 1, "c.i16_transpose_s", "perm"], [224, 1, 1, "c.i16_transpose_s", "strides"]], "i16_tril_p": [[225, 1, 1, "c.i16_tril_p", "dst"], [225, 1, 1, "c.i16_tril_p", "height"], [225, 1, 1, "c.i16_tril_p", "k"], [225, 1, 1, "c.i16_tril_p", "out_elems"], [225, 1, 1, "c.i16_tril_p", "src"], [225, 1, 1, "c.i16_tril_p", "width"]], "i16_tril_s": [[225, 1, 1, "c.i16_tril_s", "core_mask"], [225, 1, 1, "c.i16_tril_s", "dst"], [225, 1, 1, "c.i16_tril_s", "height"], [225, 1, 1, "c.i16_tril_s", "k"], [225, 1, 1, "c.i16_tril_s", "out_elems"], [225, 1, 1, "c.i16_tril_s", "src"], [225, 1, 1, "c.i16_tril_s", "width"]], "i16_triu_p": [[226, 1, 1, "c.i16_triu_p", "dst"], [226, 1, 1, "c.i16_triu_p", "height"], [226, 1, 1, "c.i16_triu_p", "k"], [226, 1, 1, "c.i16_triu_p", "out_elems"], [226, 1, 1, "c.i16_triu_p", "src"], [226, 1, 1, "c.i16_triu_p", "width"]], "i16_triu_s": [[226, 1, 1, "c.i16_triu_s", "core_mask"], [226, 1, 1, "c.i16_triu_s", "dst"], [226, 1, 1, "c.i16_triu_s", "height"], [226, 1, 1, "c.i16_triu_s", "k"], [226, 1, 1, "c.i16_triu_s", "out_elems"], [226, 1, 1, "c.i16_triu_s", "src"], [226, 1, 1, "c.i16_triu_s", "width"]], "i16_unsorted_segment_sum_p": [[229, 1, 1, "c.i16_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "output"]], "i16_unsorted_segment_sum_s": [[229, 1, 1, "c.i16_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "output"]], "i16_where_p": [[232, 1, 1, "c.i16_where_p", "condition"], [232, 1, 1, "c.i16_where_p", "input0"], [232, 1, 1, "c.i16_where_p", "input1"], [232, 1, 1, "c.i16_where_p", "length"], [232, 1, 1, "c.i16_where_p", "output"]], "i16_where_s": [[232, 1, 1, "c.i16_where_s", "condition"], [232, 1, 1, "c.i16_where_s", "core_mask"], [232, 1, 1, "c.i16_where_s", "input0"], [232, 1, 1, "c.i16_where_s", "input1"], [232, 1, 1, "c.i16_where_s", "length"], [232, 1, 1, "c.i16_where_s", "output"]], "i16_zerolike_p": [[233, 1, 1, "c.i16_zerolike_p", "length"], [233, 1, 1, "c.i16_zerolike_p", "output"]], "i16_zerolike_s": [[233, 1, 1, "c.i16_zerolike_s", "core_mask"], [233, 1, 1, "c.i16_zerolike_s", "length"], [233, 1, 1, "c.i16_zerolike_s", "output"]], "i32_Unique_p": [[228, 1, 1, "c.i32_Unique_p", "input"], [228, 1, 1, "c.i32_Unique_p", "input_len"], [228, 1, 1, "c.i32_Unique_p", "output0"], [228, 1, 1, "c.i32_Unique_p", "output0_len"]], "i32_Unique_s": [[228, 1, 1, "c.i32_Unique_s", "core_mask"], [228, 1, 1, "c.i32_Unique_s", "input"], [228, 1, 1, "c.i32_Unique_s", "input_len"], [228, 1, 1, "c.i32_Unique_s", "output0"], [228, 1, 1, "c.i32_Unique_s", "output0_len"]], "i32_abs_p": [[12, 1, 1, "c.i32_abs_p", "dst_data"], [12, 1, 1, "c.i32_abs_p", "length"], [12, 1, 1, "c.i32_abs_p", "src_data"]], "i32_abs_s": [[12, 1, 1, "c.i32_abs_s", "core_mask"], [12, 1, 1, "c.i32_abs_s", "dst_data"], [12, 1, 1, "c.i32_abs_s", "length"], [12, 1, 1, "c.i32_abs_s", "src_data"]], "i32_add_p": [[18, 1, 1, "c.i32_add_p", "input0"], [18, 1, 1, "c.i32_add_p", "input1"], [18, 1, 1, "c.i32_add_p", "output"], [18, 1, 1, "c.i32_add_p", "param"]], "i32_add_s": [[18, 1, 1, "c.i32_add_s", "core_mask"], [18, 1, 1, "c.i32_add_s", "input0"], [18, 1, 1, "c.i32_add_s", "input1"], [18, 1, 1, "c.i32_add_s", "output"], [18, 1, 1, "c.i32_add_s", "param"]], "i32_addn_p": [[21, 1, 1, "c.i32_addn_p", "element_nums"], [21, 1, 1, "c.i32_addn_p", "inputs"], [21, 1, 1, "c.i32_addn_p", "output"], [21, 1, 1, "c.i32_addn_p", "tensor_num"]], "i32_addn_s": [[21, 1, 1, "c.i32_addn_s", "core_mask"], [21, 1, 1, "c.i32_addn_s", "element_nums"], [21, 1, 1, "c.i32_addn_s", "inputs"], [21, 1, 1, "c.i32_addn_s", "output"], [21, 1, 1, "c.i32_addn_s", "tensor_num"]], "i32_all_gather_p": [[24, 1, 1, "c.i32_all_gather_p", "data_size"], [24, 1, 1, "c.i32_all_gather_p", "input"], [24, 1, 1, "c.i32_all_gather_p", "input_rank"], [24, 1, 1, "c.i32_all_gather_p", "output"], [24, 1, 1, "c.i32_all_gather_p", "output_rank"]], "i32_all_gather_s": [[24, 1, 1, "c.i32_all_gather_s", "core_mask"], [24, 1, 1, "c.i32_all_gather_s", "data_size"], [24, 1, 1, "c.i32_all_gather_s", "input"], [24, 1, 1, "c.i32_all_gather_s", "input_rank"], [24, 1, 1, "c.i32_all_gather_s", "output"], [24, 1, 1, "c.i32_all_gather_s", "output_rank"]], "i32_assert_p": [[28, 1, 1, "c.i32_assert_p", "input"], [28, 1, 1, "c.i32_assert_p", "output"]], "i32_assert_s": [[28, 1, 1, "c.i32_assert_s", "core_mask"], [28, 1, 1, "c.i32_assert_s", "input"], [28, 1, 1, "c.i32_assert_s", "output"]], "i32_assign_add_p": [[30, 1, 1, "c.i32_assign_add_p", "input"], [30, 1, 1, "c.i32_assign_add_p", "length"], [30, 1, 1, "c.i32_assign_add_p", "output"]], "i32_assign_add_s": [[30, 1, 1, "c.i32_assign_add_s", "core_mask"], [30, 1, 1, "c.i32_assign_add_s", "input"], [30, 1, 1, "c.i32_assign_add_s", "length"], [30, 1, 1, "c.i32_assign_add_s", "output"]], "i32_assign_p": [[29, 1, 1, "c.i32_assign_p", "dst"], [29, 1, 1, "c.i32_assign_p", "length"], [29, 1, 1, "c.i32_assign_p", "src"]], "i32_assign_s": [[29, 1, 1, "c.i32_assign_s", "core_mask"], [29, 1, 1, "c.i32_assign_s", "dst"], [29, 1, 1, "c.i32_assign_s", "length"], [29, 1, 1, "c.i32_assign_s", "src"]], "i32_batch_to_space_p": [[35, 1, 1, "c.i32_batch_to_space_p", "block"], [35, 1, 1, "c.i32_batch_to_space_p", "crops"], [35, 1, 1, "c.i32_batch_to_space_p", "in_shape"], [35, 1, 1, "c.i32_batch_to_space_p", "input"], [35, 1, 1, "c.i32_batch_to_space_p", "output"]], "i32_batch_to_space_s": [[35, 1, 1, "c.i32_batch_to_space_s", "block"], [35, 1, 1, "c.i32_batch_to_space_s", "core_mask"], [35, 1, 1, "c.i32_batch_to_space_s", "crops"], [35, 1, 1, "c.i32_batch_to_space_s", "in_shape"], [35, 1, 1, "c.i32_batch_to_space_s", "input"], [35, 1, 1, "c.i32_batch_to_space_s", "output"]], "i32_batchtospacend_p": [[38, 1, 1, "c.i32_batchtospacend_p", "block_size"], [38, 1, 1, "c.i32_batchtospacend_p", "crops"], [38, 1, 1, "c.i32_batchtospacend_p", "data_size"], [38, 1, 1, "c.i32_batchtospacend_p", "input"], [38, 1, 1, "c.i32_batchtospacend_p", "input_shape"], [38, 1, 1, "c.i32_batchtospacend_p", "output"]], "i32_batchtospacend_s": [[38, 1, 1, "c.i32_batchtospacend_s", "block_size"], [38, 1, 1, "c.i32_batchtospacend_s", "core_mask"], [38, 1, 1, "c.i32_batchtospacend_s", "crops"], [38, 1, 1, "c.i32_batchtospacend_s", "data_size"], [38, 1, 1, "c.i32_batchtospacend_s", "input"], [38, 1, 1, "c.i32_batchtospacend_s", "input_shape"], [38, 1, 1, "c.i32_batchtospacend_s", "output"]], "i32_bias_add_p": [[39, 1, 1, "c.i32_bias_add_p", "data_format"], [39, 1, 1, "c.i32_bias_add_p", "dims"], [39, 1, 1, "c.i32_bias_add_p", "input_bias"], [39, 1, 1, "c.i32_bias_add_p", "input_x"], [39, 1, 1, "c.i32_bias_add_p", "length"], [39, 1, 1, "c.i32_bias_add_p", "output"], [39, 1, 1, "c.i32_bias_add_p", "shape_size"]], "i32_bias_add_s": [[39, 1, 1, "c.i32_bias_add_s", "core_mask"], [39, 1, 1, "c.i32_bias_add_s", "data_format"], [39, 1, 1, "c.i32_bias_add_s", "dims"], [39, 1, 1, "c.i32_bias_add_s", "input_bias"], [39, 1, 1, "c.i32_bias_add_s", "input_x"], [39, 1, 1, "c.i32_bias_add_s", "length"], [39, 1, 1, "c.i32_bias_add_s", "output"], [39, 1, 1, "c.i32_bias_add_s", "shape_size"]], "i32_broadcastto_p": [[43, 1, 1, "c.i32_broadcastto_p", "data_size"], [43, 1, 1, "c.i32_broadcastto_p", "input"], [43, 1, 1, "c.i32_broadcastto_p", "input_shape"], [43, 1, 1, "c.i32_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.i32_broadcastto_p", "output"], [43, 1, 1, "c.i32_broadcastto_p", "output_shape"], [43, 1, 1, "c.i32_broadcastto_p", "output_shape_size"]], "i32_broadcastto_s": [[43, 1, 1, "c.i32_broadcastto_s", "core_mask"], [43, 1, 1, "c.i32_broadcastto_s", "data_size"], [43, 1, 1, "c.i32_broadcastto_s", "input"], [43, 1, 1, "c.i32_broadcastto_s", "input_shape"], [43, 1, 1, "c.i32_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.i32_broadcastto_s", "output"], [43, 1, 1, "c.i32_broadcastto_s", "output_shape"], [43, 1, 1, "c.i32_broadcastto_s", "output_shape_size"]], "i32_cast_to_fp_p": [[45, 1, 1, "c.i32_cast_to_fp_p", "input"], [45, 1, 1, "c.i32_cast_to_fp_p", "length"], [45, 1, 1, "c.i32_cast_to_fp_p", "output"]], "i32_cast_to_fp_s": [[45, 1, 1, "c.i32_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_fp_s", "input"], [45, 1, 1, "c.i32_cast_to_fp_s", "length"], [45, 1, 1, "c.i32_cast_to_fp_s", "output"]], "i32_cast_to_i16_p": [[45, 1, 1, "c.i32_cast_to_i16_p", "input"], [45, 1, 1, "c.i32_cast_to_i16_p", "length"], [45, 1, 1, "c.i32_cast_to_i16_p", "output"]], "i32_cast_to_i16_s": [[45, 1, 1, "c.i32_cast_to_i16_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_i16_s", "input"], [45, 1, 1, "c.i32_cast_to_i16_s", "length"], [45, 1, 1, "c.i32_cast_to_i16_s", "output"]], "i32_cast_to_i32_p": [[45, 1, 1, "c.i32_cast_to_i32_p", "input"], [45, 1, 1, "c.i32_cast_to_i32_p", "length"], [45, 1, 1, "c.i32_cast_to_i32_p", "output"]], "i32_cast_to_i32_s": [[45, 1, 1, "c.i32_cast_to_i32_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_i32_s", "input"], [45, 1, 1, "c.i32_cast_to_i32_s", "length"], [45, 1, 1, "c.i32_cast_to_i32_s", "output"]], "i32_cast_to_i8_p": [[45, 1, 1, "c.i32_cast_to_i8_p", "input"], [45, 1, 1, "c.i32_cast_to_i8_p", "length"], [45, 1, 1, "c.i32_cast_to_i8_p", "output"]], "i32_cast_to_i8_s": [[45, 1, 1, "c.i32_cast_to_i8_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_i8_s", "input"], [45, 1, 1, "c.i32_cast_to_i8_s", "length"], [45, 1, 1, "c.i32_cast_to_i8_s", "output"]], "i32_clip_p": [[47, 1, 1, "c.i32_clip_p", "dst"], [47, 1, 1, "c.i32_clip_p", "length"], [47, 1, 1, "c.i32_clip_p", "max"], [47, 1, 1, "c.i32_clip_p", "min"], [47, 1, 1, "c.i32_clip_p", "src"]], "i32_clip_s": [[47, 1, 1, "c.i32_clip_s", "core_mask"], [47, 1, 1, "c.i32_clip_s", "dst"], [47, 1, 1, "c.i32_clip_s", "length"], [47, 1, 1, "c.i32_clip_s", "max"], [47, 1, 1, "c.i32_clip_s", "min"], [47, 1, 1, "c.i32_clip_s", "src"]], "i32_concat_p": [[48, 1, 1, "c.i32_concat_p", "axis"], [48, 1, 1, "c.i32_concat_p", "input_ndim"], [48, 1, 1, "c.i32_concat_p", "input_shapes"], [48, 1, 1, "c.i32_concat_p", "inputs"], [48, 1, 1, "c.i32_concat_p", "num_inputs"], [48, 1, 1, "c.i32_concat_p", "output"]], "i32_concat_s": [[48, 1, 1, "c.i32_concat_s", "axis"], [48, 1, 1, "c.i32_concat_s", "core_mask"], [48, 1, 1, "c.i32_concat_s", "input_ndim"], [48, 1, 1, "c.i32_concat_s", "input_shapes"], [48, 1, 1, "c.i32_concat_s", "inputs"], [48, 1, 1, "c.i32_concat_s", "num_inputs"], [48, 1, 1, "c.i32_concat_s", "output"]], "i32_constant_of_shape_p": [[49, 1, 1, "c.i32_constant_of_shape_p", "end"], [49, 1, 1, "c.i32_constant_of_shape_p", "output"], [49, 1, 1, "c.i32_constant_of_shape_p", "start"], [49, 1, 1, "c.i32_constant_of_shape_p", "value"]], "i32_constant_of_shape_s": [[49, 1, 1, "c.i32_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.i32_constant_of_shape_s", "end"], [49, 1, 1, "c.i32_constant_of_shape_s", "output"], [49, 1, 1, "c.i32_constant_of_shape_s", "start"], [49, 1, 1, "c.i32_constant_of_shape_s", "value"]], "i32_cos_p": [[54, 1, 1, "c.i32_cos_p", "dst_data"], [54, 1, 1, "c.i32_cos_p", "length"], [54, 1, 1, "c.i32_cos_p", "src_data"]], "i32_cos_s": [[54, 1, 1, "c.i32_cos_s", "core_mask"], [54, 1, 1, "c.i32_cos_s", "dst_data"], [54, 1, 1, "c.i32_cos_s", "length"], [54, 1, 1, "c.i32_cos_s", "src_data"]], "i32_cum_sum_p": [[57, 1, 1, "c.i32_cum_sum_p", "axis_dim"], [57, 1, 1, "c.i32_cum_sum_p", "exclusive"], [57, 1, 1, "c.i32_cum_sum_p", "inner_dim"], [57, 1, 1, "c.i32_cum_sum_p", "input"], [57, 1, 1, "c.i32_cum_sum_p", "out_dim"], [57, 1, 1, "c.i32_cum_sum_p", "output"]], "i32_cum_sum_s": [[57, 1, 1, "c.i32_cum_sum_s", "axis_dim"], [57, 1, 1, "c.i32_cum_sum_s", "core_mask"], [57, 1, 1, "c.i32_cum_sum_s", "exclusive"], [57, 1, 1, "c.i32_cum_sum_s", "inner_dim"], [57, 1, 1, "c.i32_cum_sum_s", "input"], [57, 1, 1, "c.i32_cum_sum_s", "out_dim"], [57, 1, 1, "c.i32_cum_sum_s", "output"]], "i32_depthtospace_p": [[64, 1, 1, "c.i32_depthtospace_p", "block_size"], [64, 1, 1, "c.i32_depthtospace_p", "data_size"], [64, 1, 1, "c.i32_depthtospace_p", "in_shape"], [64, 1, 1, "c.i32_depthtospace_p", "input"], [64, 1, 1, "c.i32_depthtospace_p", "output"]], "i32_depthtospace_s": [[64, 1, 1, "c.i32_depthtospace_s", "block_size"], [64, 1, 1, "c.i32_depthtospace_s", "core_mask"], [64, 1, 1, "c.i32_depthtospace_s", "data_size"], [64, 1, 1, "c.i32_depthtospace_s", "in_shape"], [64, 1, 1, "c.i32_depthtospace_s", "input"], [64, 1, 1, "c.i32_depthtospace_s", "output"]], "i32_div_p": [[66, 1, 1, "c.i32_div_p", "input0"], [66, 1, 1, "c.i32_div_p", "input1"], [66, 1, 1, "c.i32_div_p", "output"], [66, 1, 1, "c.i32_div_p", "param"]], "i32_div_s": [[66, 1, 1, "c.i32_div_s", "core_mask"], [66, 1, 1, "c.i32_div_s", "input0"], [66, 1, 1, "c.i32_div_s", "input1"], [66, 1, 1, "c.i32_div_s", "output"], [66, 1, 1, "c.i32_div_s", "param"]], "i32_eltwise_p": [[72, 1, 1, "c.i32_eltwise_p", "Input0"], [72, 1, 1, "c.i32_eltwise_p", "Input1"], [72, 1, 1, "c.i32_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.i32_eltwise_p", "length"], [72, 1, 1, "c.i32_eltwise_p", "output"]], "i32_eltwise_s": [[72, 1, 1, "c.i32_eltwise_s", "Input0"], [72, 1, 1, "c.i32_eltwise_s", "Input1"], [72, 1, 1, "c.i32_eltwise_s", "core_mask"], [72, 1, 1, "c.i32_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.i32_eltwise_s", "length"], [72, 1, 1, "c.i32_eltwise_s", "output"]], "i32_equal_p": [[75, 1, 1, "c.i32_equal_p", "Input0"], [75, 1, 1, "c.i32_equal_p", "Input1"], [75, 1, 1, "c.i32_equal_p", "output"], [75, 1, 1, "c.i32_equal_p", "params"]], "i32_equal_s": [[75, 1, 1, "c.i32_equal_s", "Input0"], [75, 1, 1, "c.i32_equal_s", "Input1"], [75, 1, 1, "c.i32_equal_s", "core_mask"], [75, 1, 1, "c.i32_equal_s", "output"], [75, 1, 1, "c.i32_equal_s", "params"]], "i32_exp_p": [[78, 1, 1, "c.i32_exp_p", "dst_data"], [78, 1, 1, "c.i32_exp_p", "in_scale"], [78, 1, 1, "c.i32_exp_p", "length"], [78, 1, 1, "c.i32_exp_p", "out_scale"], [78, 1, 1, "c.i32_exp_p", "scale"], [78, 1, 1, "c.i32_exp_p", "src_data"]], "i32_exp_s": [[78, 1, 1, "c.i32_exp_s", "core_mask"], [78, 1, 1, "c.i32_exp_s", "dst_data"], [78, 1, 1, "c.i32_exp_s", "in_scale"], [78, 1, 1, "c.i32_exp_s", "length"], [78, 1, 1, "c.i32_exp_s", "out_scale"], [78, 1, 1, "c.i32_exp_s", "scale"], [78, 1, 1, "c.i32_exp_s", "src_data"]], "i32_extract_features_p": [[59, 1, 1, "c.i32_extract_features_p", "num_strings"], [59, 1, 1, "c.i32_extract_features_p", "output_labels"], [59, 1, 1, "c.i32_extract_features_p", "output_weights"], [59, 1, 1, "c.i32_extract_features_p", "string_lengths"], [59, 1, 1, "c.i32_extract_features_p", "string_pointers"]], "i32_extract_features_s": [[59, 1, 1, "c.i32_extract_features_s", "core_mask"], [59, 1, 1, "c.i32_extract_features_s", "num_strings"], [59, 1, 1, "c.i32_extract_features_s", "output_labels"], [59, 1, 1, "c.i32_extract_features_s", "output_weights"], [59, 1, 1, "c.i32_extract_features_s", "string_lengths"], [59, 1, 1, "c.i32_extract_features_s", "string_pointers"]], "i32_fill_p": [[83, 1, 1, "c.i32_fill_p", "output"], [83, 1, 1, "c.i32_fill_p", "param"], [83, 1, 1, "c.i32_fill_p", "value"]], "i32_fill_s": [[83, 1, 1, "c.i32_fill_s", "core_mask"], [83, 1, 1, "c.i32_fill_s", "output"], [83, 1, 1, "c.i32_fill_s", "param"], [83, 1, 1, "c.i32_fill_s", "value"]], "i32_format_transpose_p": [[90, 1, 1, "c.i32_format_transpose_p", "batch"], [90, 1, 1, "c.i32_format_transpose_p", "channel"], [90, 1, 1, "c.i32_format_transpose_p", "dst_data"], [90, 1, 1, "c.i32_format_transpose_p", "dst_format"], [90, 1, 1, "c.i32_format_transpose_p", "plane"], [90, 1, 1, "c.i32_format_transpose_p", "src_data"], [90, 1, 1, "c.i32_format_transpose_p", "src_format"]], "i32_format_transpose_s": [[90, 1, 1, "c.i32_format_transpose_s", "batch"], [90, 1, 1, "c.i32_format_transpose_s", "channel"], [90, 1, 1, "c.i32_format_transpose_s", "core_mask"], [90, 1, 1, "c.i32_format_transpose_s", "dst_data"], [90, 1, 1, "c.i32_format_transpose_s", "dst_format"], [90, 1, 1, "c.i32_format_transpose_s", "plane"], [90, 1, 1, "c.i32_format_transpose_s", "src_data"], [90, 1, 1, "c.i32_format_transpose_s", "src_format"]], "i32_gather_d_p": [[95, 1, 1, "c.i32_gather_d_p", "dim"], [95, 1, 1, "c.i32_gather_d_p", "index"], [95, 1, 1, "c.i32_gather_d_p", "index_shape"], [95, 1, 1, "c.i32_gather_d_p", "input_shape"], [95, 1, 1, "c.i32_gather_d_p", "input_shape_size"], [95, 1, 1, "c.i32_gather_d_p", "input_x"], [95, 1, 1, "c.i32_gather_d_p", "output"]], "i32_gather_d_s": [[95, 1, 1, "c.i32_gather_d_s", "core_mask"], [95, 1, 1, "c.i32_gather_d_s", "dim"], [95, 1, 1, "c.i32_gather_d_s", "index"], [95, 1, 1, "c.i32_gather_d_s", "index_shape"], [95, 1, 1, "c.i32_gather_d_s", "input_shape"], [95, 1, 1, "c.i32_gather_d_s", "input_shape_size"], [95, 1, 1, "c.i32_gather_d_s", "input_x"], [95, 1, 1, "c.i32_gather_d_s", "output"]], "i32_gather_nd_p": [[94, 1, 1, "c.i32_gather_nd_p", "input"], [94, 1, 1, "c.i32_gather_nd_p", "output"], [94, 1, 1, "c.i32_gather_nd_p", "params"]], "i32_gather_nd_s": [[94, 1, 1, "c.i32_gather_nd_s", "core_mask"], [94, 1, 1, "c.i32_gather_nd_s", "input"], [94, 1, 1, "c.i32_gather_nd_s", "output"], [94, 1, 1, "c.i32_gather_nd_s", "params"]], "i32_gather_p": [[93, 1, 1, "c.i32_gather_p", "indices"], [93, 1, 1, "c.i32_gather_p", "input"], [93, 1, 1, "c.i32_gather_p", "output"], [93, 1, 1, "c.i32_gather_p", "params"]], "i32_gather_s": [[93, 1, 1, "c.i32_gather_s", "core_mask"], [93, 1, 1, "c.i32_gather_s", "indices"], [93, 1, 1, "c.i32_gather_s", "input"], [93, 1, 1, "c.i32_gather_s", "output"], [93, 1, 1, "c.i32_gather_s", "params"]], "i32_greater_equal_p": [[99, 1, 1, "c.i32_greater_equal_p", "input1"], [99, 1, 1, "c.i32_greater_equal_p", "input2"], [99, 1, 1, "c.i32_greater_equal_p", "output"], [99, 1, 1, "c.i32_greater_equal_p", "params"]], "i32_greater_equal_s": [[99, 1, 1, "c.i32_greater_equal_s", "core_mask"], [99, 1, 1, "c.i32_greater_equal_s", "input1"], [99, 1, 1, "c.i32_greater_equal_s", "input2"], [99, 1, 1, "c.i32_greater_equal_s", "output"], [99, 1, 1, "c.i32_greater_equal_s", "params"]], "i32_greater_p": [[98, 1, 1, "c.i32_greater_p", "input1"], [98, 1, 1, "c.i32_greater_p", "input2"], [98, 1, 1, "c.i32_greater_p", "output"], [98, 1, 1, "c.i32_greater_p", "params"]], "i32_greater_s": [[98, 1, 1, "c.i32_greater_s", "core_mask"], [98, 1, 1, "c.i32_greater_s", "input1"], [98, 1, 1, "c.i32_greater_s", "input2"], [98, 1, 1, "c.i32_greater_s", "output"], [98, 1, 1, "c.i32_greater_s", "params"]], "i32_hashtablelookup_p": [[102, 1, 1, "c.i32_hashtablelookup_p", "hits_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "input_size"], [102, 1, 1, "c.i32_hashtablelookup_p", "input_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "keys_size"], [102, 1, 1, "c.i32_hashtablelookup_p", "keys_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "output_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "values_tensor"]], "i32_hashtablelookup_s": [[102, 1, 1, "c.i32_hashtablelookup_s", "core_mask"], [102, 1, 1, "c.i32_hashtablelookup_s", "hits_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "input_size"], [102, 1, 1, "c.i32_hashtablelookup_s", "input_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "keys_size"], [102, 1, 1, "c.i32_hashtablelookup_s", "keys_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "output_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "values_tensor"]], "i32_invert_permutation_p": [[104, 1, 1, "c.i32_invert_permutation_p", "input"], [104, 1, 1, "c.i32_invert_permutation_p", "num"], [104, 1, 1, "c.i32_invert_permutation_p", "output"]], "i32_invert_permutation_s": [[104, 1, 1, "c.i32_invert_permutation_s", "core_mask"], [104, 1, 1, "c.i32_invert_permutation_s", "input"], [104, 1, 1, "c.i32_invert_permutation_s", "num"], [104, 1, 1, "c.i32_invert_permutation_s", "output"]], "i32_is_finite_p": [[105, 1, 1, "c.i32_is_finite_p", "Input"], [105, 1, 1, "c.i32_is_finite_p", "length"], [105, 1, 1, "c.i32_is_finite_p", "output"]], "i32_is_finite_s": [[105, 1, 1, "c.i32_is_finite_s", "Input"], [105, 1, 1, "c.i32_is_finite_s", "core_mask"], [105, 1, 1, "c.i32_is_finite_s", "length"], [105, 1, 1, "c.i32_is_finite_s", "output"]], "i32_less_equal_p": [[111, 1, 1, "c.i32_less_equal_p", "Input0"], [111, 1, 1, "c.i32_less_equal_p", "Input1"], [111, 1, 1, "c.i32_less_equal_p", "output"], [111, 1, 1, "c.i32_less_equal_p", "params"]], "i32_less_equal_s": [[111, 1, 1, "c.i32_less_equal_s", "Input0"], [111, 1, 1, "c.i32_less_equal_s", "Input1"], [111, 1, 1, "c.i32_less_equal_s", "core_mask"], [111, 1, 1, "c.i32_less_equal_s", "output"], [111, 1, 1, "c.i32_less_equal_s", "params"]], "i32_less_p": [[110, 1, 1, "c.i32_less_p", "Input0"], [110, 1, 1, "c.i32_less_p", "Input1"], [110, 1, 1, "c.i32_less_p", "output"], [110, 1, 1, "c.i32_less_p", "params"]], "i32_less_s": [[110, 1, 1, "c.i32_less_s", "Input0"], [110, 1, 1, "c.i32_less_s", "Input1"], [110, 1, 1, "c.i32_less_s", "core_mask"], [110, 1, 1, "c.i32_less_s", "output"], [110, 1, 1, "c.i32_less_s", "params"]], "i32_log1p_p": [[114, 1, 1, "c.i32_log1p_p", "Input"], [114, 1, 1, "c.i32_log1p_p", "length"], [114, 1, 1, "c.i32_log1p_p", "output"]], "i32_log1p_s": [[114, 1, 1, "c.i32_log1p_s", "Input"], [114, 1, 1, "c.i32_log1p_s", "core_mask"], [114, 1, 1, "c.i32_log1p_s", "length"], [114, 1, 1, "c.i32_log1p_s", "output"]], "i32_log_p": [[113, 1, 1, "c.i32_log_p", "input"], [113, 1, 1, "c.i32_log_p", "length"], [113, 1, 1, "c.i32_log_p", "output"]], "i32_log_s": [[113, 1, 1, "c.i32_log_s", "core_mask"], [113, 1, 1, "c.i32_log_s", "input"], [113, 1, 1, "c.i32_log_s", "length"], [113, 1, 1, "c.i32_log_s", "output"]], "i32_logical_and_p": [[116, 1, 1, "c.i32_logical_and_p", "input0"], [116, 1, 1, "c.i32_logical_and_p", "input1"], [116, 1, 1, "c.i32_logical_and_p", "output"], [116, 1, 1, "c.i32_logical_and_p", "params"]], "i32_logical_and_s": [[116, 1, 1, "c.i32_logical_and_s", "core_mask"], [116, 1, 1, "c.i32_logical_and_s", "input0"], [116, 1, 1, "c.i32_logical_and_s", "input1"], [116, 1, 1, "c.i32_logical_and_s", "output"], [116, 1, 1, "c.i32_logical_and_s", "params"]], "i32_logical_not_p": [[117, 1, 1, "c.i32_logical_not_p", "input"], [117, 1, 1, "c.i32_logical_not_p", "length"], [117, 1, 1, "c.i32_logical_not_p", "output"]], "i32_logical_not_s": [[117, 1, 1, "c.i32_logical_not_s", "core_mask"], [117, 1, 1, "c.i32_logical_not_s", "input"], [117, 1, 1, "c.i32_logical_not_s", "length"], [117, 1, 1, "c.i32_logical_not_s", "output"]], "i32_logical_or_p": [[118, 1, 1, "c.i32_logical_or_p", "input0"], [118, 1, 1, "c.i32_logical_or_p", "input1"], [118, 1, 1, "c.i32_logical_or_p", "length"], [118, 1, 1, "c.i32_logical_or_p", "output"]], "i32_logical_or_s": [[118, 1, 1, "c.i32_logical_or_s", "core_mask"], [118, 1, 1, "c.i32_logical_or_s", "input0"], [118, 1, 1, "c.i32_logical_or_s", "input1"], [118, 1, 1, "c.i32_logical_or_s", "length"], [118, 1, 1, "c.i32_logical_or_s", "output"]], "i32_lsh_projection_p": [[122, 1, 1, "c.i32_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.i32_lsh_projection_p", "feature"], [122, 1, 1, "c.i32_lsh_projection_p", "feature_num"], [122, 1, 1, "c.i32_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.i32_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.i32_lsh_projection_p", "output"], [122, 1, 1, "c.i32_lsh_projection_p", "weight"]], "i32_lsh_projection_s": [[122, 1, 1, "c.i32_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.i32_lsh_projection_s", "core_mask"], [122, 1, 1, "c.i32_lsh_projection_s", "feature"], [122, 1, 1, "c.i32_lsh_projection_s", "feature_num"], [122, 1, 1, "c.i32_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.i32_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.i32_lsh_projection_s", "output"], [122, 1, 1, "c.i32_lsh_projection_s", "weight"]], "i32_matmul_fusion_p": [[127, 1, 1, "c.i32_matmul_fusion_p", "A"], [127, 1, 1, "c.i32_matmul_fusion_p", "B"], [127, 1, 1, "c.i32_matmul_fusion_p", "C"], [127, 1, 1, "c.i32_matmul_fusion_p", "bias"], [127, 1, 1, "c.i32_matmul_fusion_p", "params"]], "i32_matmul_fusion_s": [[127, 1, 1, "c.i32_matmul_fusion_s", "A"], [127, 1, 1, "c.i32_matmul_fusion_s", "B"], [127, 1, 1, "c.i32_matmul_fusion_s", "C"], [127, 1, 1, "c.i32_matmul_fusion_s", "bias"], [127, 1, 1, "c.i32_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.i32_matmul_fusion_s", "params"]], "i32_maximum_p": [[128, 1, 1, "c.i32_maximum_p", "input0"], [128, 1, 1, "c.i32_maximum_p", "input1"], [128, 1, 1, "c.i32_maximum_p", "length"], [128, 1, 1, "c.i32_maximum_p", "output"]], "i32_maximum_s": [[128, 1, 1, "c.i32_maximum_s", "core_mask"], [128, 1, 1, "c.i32_maximum_s", "input0"], [128, 1, 1, "c.i32_maximum_s", "input1"], [128, 1, 1, "c.i32_maximum_s", "length"], [128, 1, 1, "c.i32_maximum_s", "output"]], "i32_minimum_p": [[133, 1, 1, "c.i32_minimum_p", "input0"], [133, 1, 1, "c.i32_minimum_p", "input1"], [133, 1, 1, "c.i32_minimum_p", "length"], [133, 1, 1, "c.i32_minimum_p", "output"]], "i32_minimum_s": [[133, 1, 1, "c.i32_minimum_s", "core_mask"], [133, 1, 1, "c.i32_minimum_s", "input0"], [133, 1, 1, "c.i32_minimum_s", "input1"], [133, 1, 1, "c.i32_minimum_s", "length"], [133, 1, 1, "c.i32_minimum_s", "output"]], "i32_mod_p": [[135, 1, 1, "c.i32_mod_p", "input0"], [135, 1, 1, "c.i32_mod_p", "input1"], [135, 1, 1, "c.i32_mod_p", "length"], [135, 1, 1, "c.i32_mod_p", "output"]], "i32_mod_s": [[135, 1, 1, "c.i32_mod_s", "core_mask"], [135, 1, 1, "c.i32_mod_s", "input0"], [135, 1, 1, "c.i32_mod_s", "input1"], [135, 1, 1, "c.i32_mod_s", "length"], [135, 1, 1, "c.i32_mod_s", "output"]], "i32_mul_p": [[136, 1, 1, "c.i32_mul_p", "input0"], [136, 1, 1, "c.i32_mul_p", "input1"], [136, 1, 1, "c.i32_mul_p", "output"], [136, 1, 1, "c.i32_mul_p", "param"]], "i32_mul_s": [[136, 1, 1, "c.i32_mul_s", "core_mask"], [136, 1, 1, "c.i32_mul_s", "input0"], [136, 1, 1, "c.i32_mul_s", "input1"], [136, 1, 1, "c.i32_mul_s", "output"], [136, 1, 1, "c.i32_mul_s", "param"]], "i32_neg_grad_p": [[139, 1, 1, "c.i32_neg_grad_p", "Input"], [139, 1, 1, "c.i32_neg_grad_p", "length"], [139, 1, 1, "c.i32_neg_grad_p", "output"]], "i32_neg_grad_s": [[139, 1, 1, "c.i32_neg_grad_s", "Input"], [139, 1, 1, "c.i32_neg_grad_s", "core_mask"], [139, 1, 1, "c.i32_neg_grad_s", "length"], [139, 1, 1, "c.i32_neg_grad_s", "output"]], "i32_neg_p": [[138, 1, 1, "c.i32_neg_p", "Input"], [138, 1, 1, "c.i32_neg_p", "length"], [138, 1, 1, "c.i32_neg_p", "output"]], "i32_neg_s": [[138, 1, 1, "c.i32_neg_s", "Input"], [138, 1, 1, "c.i32_neg_s", "core_mask"], [138, 1, 1, "c.i32_neg_s", "length"], [138, 1, 1, "c.i32_neg_s", "output"]], "i32_nonzero_p": [[143, 1, 1, "c.i32_nonzero_p", "dim_strides"], [143, 1, 1, "c.i32_nonzero_p", "input"], [143, 1, 1, "c.i32_nonzero_p", "input_rank"], [143, 1, 1, "c.i32_nonzero_p", "length"], [143, 1, 1, "c.i32_nonzero_p", "non_zero_num"], [143, 1, 1, "c.i32_nonzero_p", "output"], [143, 1, 1, "c.i32_nonzero_p", "shape"]], "i32_nonzero_s": [[143, 1, 1, "c.i32_nonzero_s", "core_mask"], [143, 1, 1, "c.i32_nonzero_s", "dim_strides"], [143, 1, 1, "c.i32_nonzero_s", "input"], [143, 1, 1, "c.i32_nonzero_s", "input_rank"], [143, 1, 1, "c.i32_nonzero_s", "length"], [143, 1, 1, "c.i32_nonzero_s", "non_zero_num"], [143, 1, 1, "c.i32_nonzero_s", "output"], [143, 1, 1, "c.i32_nonzero_s", "shape"]], "i32_not_equal_p": [[144, 1, 1, "c.i32_not_equal_p", "Input0"], [144, 1, 1, "c.i32_not_equal_p", "Input1"], [144, 1, 1, "c.i32_not_equal_p", "length"], [144, 1, 1, "c.i32_not_equal_p", "output"]], "i32_not_equal_s": [[144, 1, 1, "c.i32_not_equal_s", "Input0"], [144, 1, 1, "c.i32_not_equal_s", "Input1"], [144, 1, 1, "c.i32_not_equal_s", "core_mask"], [144, 1, 1, "c.i32_not_equal_s", "length"], [144, 1, 1, "c.i32_not_equal_s", "output"]], "i32_onehot_p": [[145, 1, 1, "c.i32_onehot_p", "axis"], [145, 1, 1, "c.i32_onehot_p", "depth"], [145, 1, 1, "c.i32_onehot_p", "indices"], [145, 1, 1, "c.i32_onehot_p", "indices_shape"], [145, 1, 1, "c.i32_onehot_p", "indices_shape_size"], [145, 1, 1, "c.i32_onehot_p", "on_off"], [145, 1, 1, "c.i32_onehot_p", "output"], [145, 1, 1, "c.i32_onehot_p", "support_neg_index"]], "i32_onehot_s": [[145, 1, 1, "c.i32_onehot_s", "axis"], [145, 1, 1, "c.i32_onehot_s", "core_mask"], [145, 1, 1, "c.i32_onehot_s", "depth"], [145, 1, 1, "c.i32_onehot_s", "indices"], [145, 1, 1, "c.i32_onehot_s", "indices_shape"], [145, 1, 1, "c.i32_onehot_s", "indices_shape_size"], [145, 1, 1, "c.i32_onehot_s", "on_off"], [145, 1, 1, "c.i32_onehot_s", "output"], [145, 1, 1, "c.i32_onehot_s", "support_neg_index"]], "i32_ones_like_p": [[146, 1, 1, "c.i32_ones_like_p", "length"], [146, 1, 1, "c.i32_ones_like_p", "output"]], "i32_ones_like_s": [[146, 1, 1, "c.i32_ones_like_s", "core_mask"], [146, 1, 1, "c.i32_ones_like_s", "length"], [146, 1, 1, "c.i32_ones_like_s", "output"]], "i32_padfusion_p": [[147, 1, 1, "c.i32_padfusion_p", "params"]], "i32_padfusion_s": [[147, 1, 1, "c.i32_padfusion_s", "core_mask"], [147, 1, 1, "c.i32_padfusion_s", "params"]], "i32_pow_fusion_p": [[149, 1, 1, "c.i32_pow_fusion_p", "Input"], [149, 1, 1, "c.i32_pow_fusion_p", "broadcast"], [149, 1, 1, "c.i32_pow_fusion_p", "exponent"], [149, 1, 1, "c.i32_pow_fusion_p", "length_in"], [149, 1, 1, "c.i32_pow_fusion_p", "output"], [149, 1, 1, "c.i32_pow_fusion_p", "scale"], [149, 1, 1, "c.i32_pow_fusion_p", "shift"]], "i32_pow_fusion_s": [[149, 1, 1, "c.i32_pow_fusion_s", "Input"], [149, 1, 1, "c.i32_pow_fusion_s", "broadcast"], [149, 1, 1, "c.i32_pow_fusion_s", "core_mask"], [149, 1, 1, "c.i32_pow_fusion_s", "exponent"], [149, 1, 1, "c.i32_pow_fusion_s", "length_in"], [149, 1, 1, "c.i32_pow_fusion_s", "output"], [149, 1, 1, "c.i32_pow_fusion_s", "scale"], [149, 1, 1, "c.i32_pow_fusion_s", "shift"]], "i32_ragged_range_p": [[154, 1, 1, "c.i32_ragged_range_p", "deltas"], [154, 1, 1, "c.i32_ragged_range_p", "limits"], [154, 1, 1, "c.i32_ragged_range_p", "range_count"], [154, 1, 1, "c.i32_ragged_range_p", "splits"], [154, 1, 1, "c.i32_ragged_range_p", "starts"], [154, 1, 1, "c.i32_ragged_range_p", "values"]], "i32_ragged_range_s": [[154, 1, 1, "c.i32_ragged_range_s", "core_mask"], [154, 1, 1, "c.i32_ragged_range_s", "deltas"], [154, 1, 1, "c.i32_ragged_range_s", "limits"], [154, 1, 1, "c.i32_ragged_range_s", "range_count"], [154, 1, 1, "c.i32_ragged_range_s", "splits"], [154, 1, 1, "c.i32_ragged_range_s", "starts"], [154, 1, 1, "c.i32_ragged_range_s", "values"]], "i32_range_p": [[157, 1, 1, "c.i32_range_p", "delta"], [157, 1, 1, "c.i32_range_p", "length"], [157, 1, 1, "c.i32_range_p", "output"], [157, 1, 1, "c.i32_range_p", "start"]], "i32_range_s": [[157, 1, 1, "c.i32_range_s", "core_mask"], [157, 1, 1, "c.i32_range_s", "delta"], [157, 1, 1, "c.i32_range_s", "length"], [157, 1, 1, "c.i32_range_s", "output"], [157, 1, 1, "c.i32_range_s", "start"]], "i32_real_div_p": [[159, 1, 1, "c.i32_real_div_p", "input0"], [159, 1, 1, "c.i32_real_div_p", "input1"], [159, 1, 1, "c.i32_real_div_p", "length"], [159, 1, 1, "c.i32_real_div_p", "output"]], "i32_real_div_s": [[159, 1, 1, "c.i32_real_div_s", "core_mask"], [159, 1, 1, "c.i32_real_div_s", "input0"], [159, 1, 1, "c.i32_real_div_s", "input1"], [159, 1, 1, "c.i32_real_div_s", "length"], [159, 1, 1, "c.i32_real_div_s", "output"]], "i32_reciprocal_p": [[160, 1, 1, "c.i32_reciprocal_p", "Input"], [160, 1, 1, "c.i32_reciprocal_p", "length"], [160, 1, 1, "c.i32_reciprocal_p", "output"]], "i32_reciprocal_s": [[160, 1, 1, "c.i32_reciprocal_s", "Input"], [160, 1, 1, "c.i32_reciprocal_s", "core_mask"], [160, 1, 1, "c.i32_reciprocal_s", "length"], [160, 1, 1, "c.i32_reciprocal_s", "output"]], "i32_reduce_all_p": [[23, 1, 1, "c.i32_reduce_all_p", "axis_size"], [23, 1, 1, "c.i32_reduce_all_p", "dst_data"], [23, 1, 1, "c.i32_reduce_all_p", "inner_size"], [23, 1, 1, "c.i32_reduce_all_p", "outer_size"], [23, 1, 1, "c.i32_reduce_all_p", "src_data"]], "i32_reduce_all_s": [[23, 1, 1, "c.i32_reduce_all_s", "axis_size"], [23, 1, 1, "c.i32_reduce_all_s", "core_mask"], [23, 1, 1, "c.i32_reduce_all_s", "dst_data"], [23, 1, 1, "c.i32_reduce_all_s", "inner_size"], [23, 1, 1, "c.i32_reduce_all_s", "outer_size"], [23, 1, 1, "c.i32_reduce_all_s", "src_data"]], "i32_reduce_p": [[161, 1, 1, "c.i32_reduce_p", "core_mask"], [161, 1, 1, "c.i32_reduce_p", "dst_data"], [161, 1, 1, "c.i32_reduce_p", "param"], [161, 1, 1, "c.i32_reduce_p", "src_data"], [161, 1, 1, "c.i32_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.i32_reduce_p", "tmp_src_data"]], "i32_reduce_s": [[161, 1, 1, "c.i32_reduce_s", "core_mask"], [161, 1, 1, "c.i32_reduce_s", "dst_data"], [161, 1, 1, "c.i32_reduce_s", "param"], [161, 1, 1, "c.i32_reduce_s", "src_data"]], "i32_reducescatter_p": [[162, 1, 1, "c.i32_reducescatter_p", "data_size"], [162, 1, 1, "c.i32_reducescatter_p", "input_data"], [162, 1, 1, "c.i32_reducescatter_p", "output_data"], [162, 1, 1, "c.i32_reducescatter_p", "reduce_type"]], "i32_reducescatter_s": [[162, 1, 1, "c.i32_reducescatter_s", "core_mask"], [162, 1, 1, "c.i32_reducescatter_s", "data_size"], [162, 1, 1, "c.i32_reducescatter_s", "input_data"], [162, 1, 1, "c.i32_reducescatter_s", "output_data"], [162, 1, 1, "c.i32_reducescatter_s", "reduce_type"]], "i32_reshape_p": [[163, 1, 1, "c.i32_reshape_p", "input"], [163, 1, 1, "c.i32_reshape_p", "length"], [163, 1, 1, "c.i32_reshape_p", "output"]], "i32_reshape_s": [[163, 1, 1, "c.i32_reshape_s", "core_mask"], [163, 1, 1, "c.i32_reshape_s", "input"], [163, 1, 1, "c.i32_reshape_s", "length"], [163, 1, 1, "c.i32_reshape_s", "output"]], "i32_rsqrt_p": [[171, 1, 1, "c.i32_rsqrt_p", "dst"], [171, 1, 1, "c.i32_rsqrt_p", "length"], [171, 1, 1, "c.i32_rsqrt_p", "src"]], "i32_rsqrt_s": [[171, 1, 1, "c.i32_rsqrt_s", "core_mask"], [171, 1, 1, "c.i32_rsqrt_s", "dst"], [171, 1, 1, "c.i32_rsqrt_s", "length"], [171, 1, 1, "c.i32_rsqrt_s", "src"]], "i32_scale_fusion_p": [[173, 1, 1, "c.i32_scale_fusion_p", "bias"], [173, 1, 1, "c.i32_scale_fusion_p", "dst_data"], [173, 1, 1, "c.i32_scale_fusion_p", "length"], [173, 1, 1, "c.i32_scale_fusion_p", "scale"], [173, 1, 1, "c.i32_scale_fusion_p", "src_data"]], "i32_scale_fusion_s": [[173, 1, 1, "c.i32_scale_fusion_s", "bias"], [173, 1, 1, "c.i32_scale_fusion_s", "core_mask"], [173, 1, 1, "c.i32_scale_fusion_s", "dst_data"], [173, 1, 1, "c.i32_scale_fusion_s", "length"], [173, 1, 1, "c.i32_scale_fusion_s", "scale"], [173, 1, 1, "c.i32_scale_fusion_s", "src_data"]], "i32_scatter_elements_p": [[174, 1, 1, "c.i32_scatter_elements_p", "core_mask"], [174, 1, 1, "c.i32_scatter_elements_p", "indices"], [174, 1, 1, "c.i32_scatter_elements_p", "input"], [174, 1, 1, "c.i32_scatter_elements_p", "output"], [174, 1, 1, "c.i32_scatter_elements_p", "param"], [174, 1, 1, "c.i32_scatter_elements_p", "updates"]], "i32_scatter_elements_s": [[174, 1, 1, "c.i32_scatter_elements_s", "core_mask"], [174, 1, 1, "c.i32_scatter_elements_s", "indices"], [174, 1, 1, "c.i32_scatter_elements_s", "input"], [174, 1, 1, "c.i32_scatter_elements_s", "output"], [174, 1, 1, "c.i32_scatter_elements_s", "param"], [174, 1, 1, "c.i32_scatter_elements_s", "updates"]], "i32_scatter_nd_p": [[175, 1, 1, "c.i32_scatter_nd_p", "indices"], [175, 1, 1, "c.i32_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.i32_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.i32_scatter_nd_p", "output"], [175, 1, 1, "c.i32_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.i32_scatter_nd_p", "output_shape"], [175, 1, 1, "c.i32_scatter_nd_p", "updates"]], "i32_scatter_nd_s": [[175, 1, 1, "c.i32_scatter_nd_s", "core_mask"], [175, 1, 1, "c.i32_scatter_nd_s", "indices"], [175, 1, 1, "c.i32_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.i32_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.i32_scatter_nd_s", "output"], [175, 1, 1, "c.i32_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.i32_scatter_nd_s", "output_shape"], [175, 1, 1, "c.i32_scatter_nd_s", "updates"]], "i32_scatter_nd_update_p": [[176, 1, 1, "c.i32_scatter_nd_update_p", "indices"], [176, 1, 1, "c.i32_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.i32_scatter_nd_update_p", "output"], [176, 1, 1, "c.i32_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.i32_scatter_nd_update_p", "updates"]], "i32_scatter_nd_update_s": [[176, 1, 1, "c.i32_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.i32_scatter_nd_update_s", "indices"], [176, 1, 1, "c.i32_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.i32_scatter_nd_update_s", "output"], [176, 1, 1, "c.i32_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.i32_scatter_nd_update_s", "updates"]], "i32_select_p": [[177, 1, 1, "c.i32_select_p", "condition"], [177, 1, 1, "c.i32_select_p", "input0"], [177, 1, 1, "c.i32_select_p", "input1"], [177, 1, 1, "c.i32_select_p", "output"], [177, 1, 1, "c.i32_select_p", "params"]], "i32_select_s": [[177, 1, 1, "c.i32_select_s", "condition"], [177, 1, 1, "c.i32_select_s", "core_mask"], [177, 1, 1, "c.i32_select_s", "input0"], [177, 1, 1, "c.i32_select_s", "input1"], [177, 1, 1, "c.i32_select_s", "output"], [177, 1, 1, "c.i32_select_s", "params"]], "i32_sin_p": [[182, 1, 1, "c.i32_sin_p", "dst_data"], [182, 1, 1, "c.i32_sin_p", "length"], [182, 1, 1, "c.i32_sin_p", "src_data"]], "i32_sin_s": [[182, 1, 1, "c.i32_sin_s", "core_mask"], [182, 1, 1, "c.i32_sin_s", "dst_data"], [182, 1, 1, "c.i32_sin_s", "length"], [182, 1, 1, "c.i32_sin_s", "src_data"]], "i32_slice_p": [[185, 1, 1, "c.i32_slice_p", "begin"], [185, 1, 1, "c.i32_slice_p", "input"], [185, 1, 1, "c.i32_slice_p", "input_shape"], [185, 1, 1, "c.i32_slice_p", "ndim"], [185, 1, 1, "c.i32_slice_p", "output"], [185, 1, 1, "c.i32_slice_p", "size"]], "i32_slice_s": [[185, 1, 1, "c.i32_slice_s", "begin"], [185, 1, 1, "c.i32_slice_s", "core_mask"], [185, 1, 1, "c.i32_slice_s", "input"], [185, 1, 1, "c.i32_slice_s", "input_shape"], [185, 1, 1, "c.i32_slice_s", "ndim"], [185, 1, 1, "c.i32_slice_s", "output"], [185, 1, 1, "c.i32_slice_s", "size"]], "i32_spacetobatch_p": [[190, 1, 1, "c.i32_spacetobatch_p", "block_size"], [190, 1, 1, "c.i32_spacetobatch_p", "data_size"], [190, 1, 1, "c.i32_spacetobatch_p", "input"], [190, 1, 1, "c.i32_spacetobatch_p", "input_shape"], [190, 1, 1, "c.i32_spacetobatch_p", "output"], [190, 1, 1, "c.i32_spacetobatch_p", "paddings"]], "i32_spacetobatch_s": [[190, 1, 1, "c.i32_spacetobatch_s", "block_size"], [190, 1, 1, "c.i32_spacetobatch_s", "core_mask"], [190, 1, 1, "c.i32_spacetobatch_s", "data_size"], [190, 1, 1, "c.i32_spacetobatch_s", "input"], [190, 1, 1, "c.i32_spacetobatch_s", "input_shape"], [190, 1, 1, "c.i32_spacetobatch_s", "output"], [190, 1, 1, "c.i32_spacetobatch_s", "paddings"]], "i32_spacetobatchnd_p": [[191, 1, 1, "c.i32_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.i32_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.i32_spacetobatchnd_p", "input"], [191, 1, 1, "c.i32_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.i32_spacetobatchnd_p", "output"], [191, 1, 1, "c.i32_spacetobatchnd_p", "paddings"]], "i32_spacetobatchnd_s": [[191, 1, 1, "c.i32_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.i32_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.i32_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.i32_spacetobatchnd_s", "input"], [191, 1, 1, "c.i32_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.i32_spacetobatchnd_s", "output"], [191, 1, 1, "c.i32_spacetobatchnd_s", "paddings"]], "i32_spacetodepth_p": [[192, 1, 1, "c.i32_spacetodepth_p", "block"], [192, 1, 1, "c.i32_spacetodepth_p", "data_size"], [192, 1, 1, "c.i32_spacetodepth_p", "in_shape"], [192, 1, 1, "c.i32_spacetodepth_p", "input"], [192, 1, 1, "c.i32_spacetodepth_p", "output"]], "i32_spacetodepth_s": [[192, 1, 1, "c.i32_spacetodepth_s", "block"], [192, 1, 1, "c.i32_spacetodepth_s", "core_mask"], [192, 1, 1, "c.i32_spacetodepth_s", "data_size"], [192, 1, 1, "c.i32_spacetodepth_s", "in_shape"], [192, 1, 1, "c.i32_spacetodepth_s", "input"], [192, 1, 1, "c.i32_spacetodepth_s", "output"]], "i32_sparse_fill_empty_rows_p": [[194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "values_ptr"]], "i32_sparse_fill_empty_rows_s": [[194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "values_ptr"]], "i32_sparse_reshape_p": [[195, 1, 1, "c.i32_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_p", "params"]], "i32_sparse_reshape_s": [[195, 1, 1, "c.i32_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.i32_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_s", "params"]], "i32_sparse_to_dense_p": [[197, 1, 1, "c.i32_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.i32_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.i32_sparse_to_dense_p", "output"], [197, 1, 1, "c.i32_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.i32_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.i32_sparse_to_dense_p", "sparse_values"]], "i32_sparse_to_dense_s": [[197, 1, 1, "c.i32_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.i32_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.i32_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.i32_sparse_to_dense_s", "output"], [197, 1, 1, "c.i32_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.i32_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.i32_sparse_to_dense_s", "sparse_values"]], "i32_sparsesegmentsum_p": [[196, 1, 1, "c.i32_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "out_data_shape"]], "i32_sparsesegmentsum_s": [[196, 1, 1, "c.i32_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "out_data_shape"]], "i32_splice_p": [[198, 1, 1, "c.i32_splice_p", "context_dim"], [198, 1, 1, "c.i32_splice_p", "dst_col"], [198, 1, 1, "c.i32_splice_p", "dst_data"], [198, 1, 1, "c.i32_splice_p", "dst_row"], [198, 1, 1, "c.i32_splice_p", "forward_indexes"], [198, 1, 1, "c.i32_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.i32_splice_p", "src_col"], [198, 1, 1, "c.i32_splice_p", "src_data"], [198, 1, 1, "c.i32_splice_p", "src_row"]], "i32_splice_s": [[198, 1, 1, "c.i32_splice_s", "context_dim"], [198, 1, 1, "c.i32_splice_s", "core_mask"], [198, 1, 1, "c.i32_splice_s", "dst_col"], [198, 1, 1, "c.i32_splice_s", "dst_data"], [198, 1, 1, "c.i32_splice_s", "dst_row"], [198, 1, 1, "c.i32_splice_s", "forward_indexes"], [198, 1, 1, "c.i32_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.i32_splice_s", "src_col"], [198, 1, 1, "c.i32_splice_s", "src_data"], [198, 1, 1, "c.i32_splice_s", "src_row"]], "i32_split_p": [[199, 1, 1, "c.i32_split_p", "axis"], [199, 1, 1, "c.i32_split_p", "input"], [199, 1, 1, "c.i32_split_p", "input_ndim"], [199, 1, 1, "c.i32_split_p", "input_shape"], [199, 1, 1, "c.i32_split_p", "num_split"], [199, 1, 1, "c.i32_split_p", "outputs"], [199, 1, 1, "c.i32_split_p", "split_sizes"]], "i32_split_s": [[199, 1, 1, "c.i32_split_s", "axis"], [199, 1, 1, "c.i32_split_s", "core_mask"], [199, 1, 1, "c.i32_split_s", "input"], [199, 1, 1, "c.i32_split_s", "input_ndim"], [199, 1, 1, "c.i32_split_s", "input_shape"], [199, 1, 1, "c.i32_split_s", "num_split"], [199, 1, 1, "c.i32_split_s", "outputs"], [199, 1, 1, "c.i32_split_s", "split_sizes"]], "i32_split_with_overlap_p": [[200, 1, 1, "c.i32_split_with_overlap_p", "axis"], [200, 1, 1, "c.i32_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.i32_split_with_overlap_p", "input"], [200, 1, 1, "c.i32_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.i32_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.i32_split_with_overlap_p", "num_split"], [200, 1, 1, "c.i32_split_with_overlap_p", "outputs"], [200, 1, 1, "c.i32_split_with_overlap_p", "start_indices"]], "i32_split_with_overlap_s": [[200, 1, 1, "c.i32_split_with_overlap_s", "axis"], [200, 1, 1, "c.i32_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.i32_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.i32_split_with_overlap_s", "input"], [200, 1, 1, "c.i32_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.i32_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.i32_split_with_overlap_s", "num_split"], [200, 1, 1, "c.i32_split_with_overlap_s", "outputs"], [200, 1, 1, "c.i32_split_with_overlap_s", "start_indices"]], "i32_sqrt_p": [[201, 1, 1, "c.i32_sqrt_p", "dst_data"], [201, 1, 1, "c.i32_sqrt_p", "length"], [201, 1, 1, "c.i32_sqrt_p", "src_data"]], "i32_sqrt_s": [[201, 1, 1, "c.i32_sqrt_s", "core_mask"], [201, 1, 1, "c.i32_sqrt_s", "dst_data"], [201, 1, 1, "c.i32_sqrt_s", "length"], [201, 1, 1, "c.i32_sqrt_s", "src_data"]], "i32_square_difference_p": [[204, 1, 1, "c.i32_square_difference_p", "input0"], [204, 1, 1, "c.i32_square_difference_p", "input1"], [204, 1, 1, "c.i32_square_difference_p", "output"], [204, 1, 1, "c.i32_square_difference_p", "params"]], "i32_square_difference_s": [[204, 1, 1, "c.i32_square_difference_s", "core_mask"], [204, 1, 1, "c.i32_square_difference_s", "input0"], [204, 1, 1, "c.i32_square_difference_s", "input1"], [204, 1, 1, "c.i32_square_difference_s", "output"], [204, 1, 1, "c.i32_square_difference_s", "params"]], "i32_square_p": [[203, 1, 1, "c.i32_square_p", "dst"], [203, 1, 1, "c.i32_square_p", "length"], [203, 1, 1, "c.i32_square_p", "src"]], "i32_square_s": [[203, 1, 1, "c.i32_square_s", "core_mask"], [203, 1, 1, "c.i32_square_s", "dst"], [203, 1, 1, "c.i32_square_s", "length"], [203, 1, 1, "c.i32_square_s", "src"]], "i32_stack_p": [[206, 1, 1, "c.i32_stack_p", "axis"], [206, 1, 1, "c.i32_stack_p", "input_ndim"], [206, 1, 1, "c.i32_stack_p", "input_shape"], [206, 1, 1, "c.i32_stack_p", "inputs"], [206, 1, 1, "c.i32_stack_p", "num_inputs"], [206, 1, 1, "c.i32_stack_p", "output"]], "i32_stack_s": [[206, 1, 1, "c.i32_stack_s", "axis"], [206, 1, 1, "c.i32_stack_s", "core_mask"], [206, 1, 1, "c.i32_stack_s", "input_ndim"], [206, 1, 1, "c.i32_stack_s", "input_shape"], [206, 1, 1, "c.i32_stack_s", "inputs"], [206, 1, 1, "c.i32_stack_s", "num_inputs"], [206, 1, 1, "c.i32_stack_s", "output"]], "i32_sub_p": [[209, 1, 1, "c.i32_sub_p", "input0"], [209, 1, 1, "c.i32_sub_p", "input1"], [209, 1, 1, "c.i32_sub_p", "output"], [209, 1, 1, "c.i32_sub_p", "param"]], "i32_sub_s": [[209, 1, 1, "c.i32_sub_s", "core_mask"], [209, 1, 1, "c.i32_sub_s", "input0"], [209, 1, 1, "c.i32_sub_s", "input1"], [209, 1, 1, "c.i32_sub_s", "output"], [209, 1, 1, "c.i32_sub_s", "param"]], "i32_tensor_scatter_add_p": [[213, 1, 1, "c.i32_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "input"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "output"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "updates"]], "i32_tensor_scatter_add_s": [[213, 1, 1, "c.i32_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "input"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "output"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "updates"]], "i32_tensorarrayread_p": [[215, 1, 1, "c.i32_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.i32_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.i32_tensorarrayread_p", "index"], [215, 1, 1, "c.i32_tensorarrayread_p", "output_data"], [215, 1, 1, "c.i32_tensorarrayread_p", "output_size"]], "i32_tensorarrayread_s": [[215, 1, 1, "c.i32_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.i32_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.i32_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.i32_tensorarrayread_s", "index"], [215, 1, 1, "c.i32_tensorarrayread_s", "output_data"], [215, 1, 1, "c.i32_tensorarrayread_s", "output_size"]], "i32_tensorlist_from_tensor_p": [[217, 1, 1, "c.i32_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.i32_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.i32_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.i32_tensorlist_from_tensor_p", "output_tensors"]], "i32_tensorlist_from_tensor_s": [[217, 1, 1, "c.i32_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "output_tensors"]], "i32_tensorlist_stack_p": [[221, 1, 1, "c.i32_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.i32_tensorlist_stack_p", "unknown_type_offset"]], "i32_tensorlist_stack_s": [[221, 1, 1, "c.i32_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.i32_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.i32_tensorlist_stack_s", "unknown_type_offset"]], "i32_tile_p": [[222, 1, 1, "c.i32_tile_p", "input"], [222, 1, 1, "c.i32_tile_p", "input_shape"], [222, 1, 1, "c.i32_tile_p", "output"], [222, 1, 1, "c.i32_tile_p", "stride"], [222, 1, 1, "c.i32_tile_p", "tile_dim"], [222, 1, 1, "c.i32_tile_p", "tile_num"]], "i32_tile_s": [[222, 1, 1, "c.i32_tile_s", "core_mask"], [222, 1, 1, "c.i32_tile_s", "input"], [222, 1, 1, "c.i32_tile_s", "input_shape"], [222, 1, 1, "c.i32_tile_s", "output"], [222, 1, 1, "c.i32_tile_s", "stride"], [222, 1, 1, "c.i32_tile_s", "tile_dim"], [222, 1, 1, "c.i32_tile_s", "tile_num"]], "i32_transpose_p": [[224, 1, 1, "c.i32_transpose_p", "in_data"], [224, 1, 1, "c.i32_transpose_p", "num_axes"], [224, 1, 1, "c.i32_transpose_p", "out_data"], [224, 1, 1, "c.i32_transpose_p", "out_strides"], [224, 1, 1, "c.i32_transpose_p", "output_shape"], [224, 1, 1, "c.i32_transpose_p", "perm"], [224, 1, 1, "c.i32_transpose_p", "strides"]], "i32_transpose_s": [[224, 1, 1, "c.i32_transpose_s", "core_mask"], [224, 1, 1, "c.i32_transpose_s", "in_data"], [224, 1, 1, "c.i32_transpose_s", "num_axes"], [224, 1, 1, "c.i32_transpose_s", "out_data"], [224, 1, 1, "c.i32_transpose_s", "out_strides"], [224, 1, 1, "c.i32_transpose_s", "output_shape"], [224, 1, 1, "c.i32_transpose_s", "perm"], [224, 1, 1, "c.i32_transpose_s", "strides"]], "i32_tril_p": [[225, 1, 1, "c.i32_tril_p", "dst"], [225, 1, 1, "c.i32_tril_p", "height"], [225, 1, 1, "c.i32_tril_p", "k"], [225, 1, 1, "c.i32_tril_p", "out_elems"], [225, 1, 1, "c.i32_tril_p", "src"], [225, 1, 1, "c.i32_tril_p", "width"]], "i32_tril_s": [[225, 1, 1, "c.i32_tril_s", "core_mask"], [225, 1, 1, "c.i32_tril_s", "dst"], [225, 1, 1, "c.i32_tril_s", "height"], [225, 1, 1, "c.i32_tril_s", "k"], [225, 1, 1, "c.i32_tril_s", "out_elems"], [225, 1, 1, "c.i32_tril_s", "src"], [225, 1, 1, "c.i32_tril_s", "width"]], "i32_triu_p": [[226, 1, 1, "c.i32_triu_p", "dst"], [226, 1, 1, "c.i32_triu_p", "height"], [226, 1, 1, "c.i32_triu_p", "k"], [226, 1, 1, "c.i32_triu_p", "out_elems"], [226, 1, 1, "c.i32_triu_p", "src"], [226, 1, 1, "c.i32_triu_p", "width"]], "i32_triu_s": [[226, 1, 1, "c.i32_triu_s", "core_mask"], [226, 1, 1, "c.i32_triu_s", "dst"], [226, 1, 1, "c.i32_triu_s", "height"], [226, 1, 1, "c.i32_triu_s", "k"], [226, 1, 1, "c.i32_triu_s", "out_elems"], [226, 1, 1, "c.i32_triu_s", "src"], [226, 1, 1, "c.i32_triu_s", "width"]], "i32_unsorted_segment_sum_p": [[229, 1, 1, "c.i32_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "output"]], "i32_unsorted_segment_sum_s": [[229, 1, 1, "c.i32_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "output"]], "i32_where_p": [[232, 1, 1, "c.i32_where_p", "condition"], [232, 1, 1, "c.i32_where_p", "input0"], [232, 1, 1, "c.i32_where_p", "input1"], [232, 1, 1, "c.i32_where_p", "length"], [232, 1, 1, "c.i32_where_p", "output"]], "i32_where_s": [[232, 1, 1, "c.i32_where_s", "condition"], [232, 1, 1, "c.i32_where_s", "core_mask"], [232, 1, 1, "c.i32_where_s", "input0"], [232, 1, 1, "c.i32_where_s", "input1"], [232, 1, 1, "c.i32_where_s", "length"], [232, 1, 1, "c.i32_where_s", "output"]], "i32_zerolike_p": [[233, 1, 1, "c.i32_zerolike_p", "length"], [233, 1, 1, "c.i32_zerolike_p", "output"]], "i32_zerolike_s": [[233, 1, 1, "c.i32_zerolike_s", "core_mask"], [233, 1, 1, "c.i32_zerolike_s", "length"], [233, 1, 1, "c.i32_zerolike_s", "output"]], "i8_Gru_p": [[101, 1, 1, "c.i8_Gru_p", "buffer"], [101, 1, 1, "c.i8_Gru_p", "core_mask"], [101, 1, 1, "c.i8_Gru_p", "gru_param"], [101, 1, 1, "c.i8_Gru_p", "hidden_state"], [101, 1, 1, "c.i8_Gru_p", "input"], [101, 1, 1, "c.i8_Gru_p", "input_bias"], [101, 1, 1, "c.i8_Gru_p", "output"], [101, 1, 1, "c.i8_Gru_p", "state_bias"], [101, 1, 1, "c.i8_Gru_p", "weight_g"], [101, 1, 1, "c.i8_Gru_p", "weight_r"]], "i8_Gru_s": [[101, 1, 1, "c.i8_Gru_s", "buffer"], [101, 1, 1, "c.i8_Gru_s", "core_mask"], [101, 1, 1, "c.i8_Gru_s", "gru_param"], [101, 1, 1, "c.i8_Gru_s", "hidden_state"], [101, 1, 1, "c.i8_Gru_s", "input"], [101, 1, 1, "c.i8_Gru_s", "input_bias"], [101, 1, 1, "c.i8_Gru_s", "output"], [101, 1, 1, "c.i8_Gru_s", "state_bias"], [101, 1, 1, "c.i8_Gru_s", "weight_g"], [101, 1, 1, "c.i8_Gru_s", "weight_r"]], "i8_Unique_p": [[228, 1, 1, "c.i8_Unique_p", "input"], [228, 1, 1, "c.i8_Unique_p", "input_len"], [228, 1, 1, "c.i8_Unique_p", "output0"], [228, 1, 1, "c.i8_Unique_p", "output0_len"]], "i8_Unique_s": [[228, 1, 1, "c.i8_Unique_s", "core_mask"], [228, 1, 1, "c.i8_Unique_s", "input"], [228, 1, 1, "c.i8_Unique_s", "input_len"], [228, 1, 1, "c.i8_Unique_s", "output0"], [228, 1, 1, "c.i8_Unique_s", "output0_len"]], "i8_abs_p": [[12, 1, 1, "c.i8_abs_p", "dst_data"], [12, 1, 1, "c.i8_abs_p", "length"], [12, 1, 1, "c.i8_abs_p", "src_data"]], "i8_abs_s": [[12, 1, 1, "c.i8_abs_s", "core_mask"], [12, 1, 1, "c.i8_abs_s", "dst_data"], [12, 1, 1, "c.i8_abs_s", "length"], [12, 1, 1, "c.i8_abs_s", "src_data"]], "i8_add_p": [[18, 1, 1, "c.i8_add_p", "input0"], [18, 1, 1, "c.i8_add_p", "input1"], [18, 1, 1, "c.i8_add_p", "output"], [18, 1, 1, "c.i8_add_p", "param"]], "i8_add_s": [[18, 1, 1, "c.i8_add_s", "core_mask"], [18, 1, 1, "c.i8_add_s", "input0"], [18, 1, 1, "c.i8_add_s", "input1"], [18, 1, 1, "c.i8_add_s", "output"], [18, 1, 1, "c.i8_add_s", "param"]], "i8_adder_p": [[20, 1, 1, "c.i8_adder_p", "bias"], [20, 1, 1, "c.i8_adder_p", "conv_param"], [20, 1, 1, "c.i8_adder_p", "input_w"], [20, 1, 1, "c.i8_adder_p", "input_x"], [20, 1, 1, "c.i8_adder_p", "out_y"]], "i8_adder_s": [[20, 1, 1, "c.i8_adder_s", "bias"], [20, 1, 1, "c.i8_adder_s", "conv_param"], [20, 1, 1, "c.i8_adder_s", "core_mask"], [20, 1, 1, "c.i8_adder_s", "input_w"], [20, 1, 1, "c.i8_adder_s", "input_x"], [20, 1, 1, "c.i8_adder_s", "out_y"]], "i8_addn_p": [[21, 1, 1, "c.i8_addn_p", "element_nums"], [21, 1, 1, "c.i8_addn_p", "inputs"], [21, 1, 1, "c.i8_addn_p", "output"], [21, 1, 1, "c.i8_addn_p", "tensor_num"]], "i8_addn_s": [[21, 1, 1, "c.i8_addn_s", "core_mask"], [21, 1, 1, "c.i8_addn_s", "element_nums"], [21, 1, 1, "c.i8_addn_s", "inputs"], [21, 1, 1, "c.i8_addn_s", "output"], [21, 1, 1, "c.i8_addn_s", "tensor_num"]], "i8_affine_p": [[22, 1, 1, "c.i8_affine_p", "input0"], [22, 1, 1, "c.i8_affine_p", "input1"], [22, 1, 1, "c.i8_affine_p", "input2"], [22, 1, 1, "c.i8_affine_p", "output"], [22, 1, 1, "c.i8_affine_p", "params"]], "i8_affine_s": [[22, 1, 1, "c.i8_affine_s", "core_mask"], [22, 1, 1, "c.i8_affine_s", "input0"], [22, 1, 1, "c.i8_affine_s", "input1"], [22, 1, 1, "c.i8_affine_s", "input2"], [22, 1, 1, "c.i8_affine_s", "output"], [22, 1, 1, "c.i8_affine_s", "params"]], "i8_all_gather_p": [[24, 1, 1, "c.i8_all_gather_p", "data_size"], [24, 1, 1, "c.i8_all_gather_p", "input"], [24, 1, 1, "c.i8_all_gather_p", "input_rank"], [24, 1, 1, "c.i8_all_gather_p", "output"], [24, 1, 1, "c.i8_all_gather_p", "output_rank"]], "i8_all_gather_s": [[24, 1, 1, "c.i8_all_gather_s", "core_mask"], [24, 1, 1, "c.i8_all_gather_s", "data_size"], [24, 1, 1, "c.i8_all_gather_s", "input"], [24, 1, 1, "c.i8_all_gather_s", "input_rank"], [24, 1, 1, "c.i8_all_gather_s", "output"], [24, 1, 1, "c.i8_all_gather_s", "output_rank"]], "i8_assert_p": [[28, 1, 1, "c.i8_assert_p", "input"], [28, 1, 1, "c.i8_assert_p", "output"]], "i8_assert_s": [[28, 1, 1, "c.i8_assert_s", "core_mask"], [28, 1, 1, "c.i8_assert_s", "input"], [28, 1, 1, "c.i8_assert_s", "output"]], "i8_assign_add_p": [[30, 1, 1, "c.i8_assign_add_p", "input"], [30, 1, 1, "c.i8_assign_add_p", "length"], [30, 1, 1, "c.i8_assign_add_p", "output"]], "i8_assign_add_s": [[30, 1, 1, "c.i8_assign_add_s", "core_mask"], [30, 1, 1, "c.i8_assign_add_s", "input"], [30, 1, 1, "c.i8_assign_add_s", "length"], [30, 1, 1, "c.i8_assign_add_s", "output"]], "i8_assign_p": [[29, 1, 1, "c.i8_assign_p", "dst"], [29, 1, 1, "c.i8_assign_p", "length"], [29, 1, 1, "c.i8_assign_p", "src"]], "i8_assign_s": [[29, 1, 1, "c.i8_assign_s", "core_mask"], [29, 1, 1, "c.i8_assign_s", "dst"], [29, 1, 1, "c.i8_assign_s", "length"], [29, 1, 1, "c.i8_assign_s", "src"]], "i8_avgpool_fusion_p": [[34, 1, 1, "c.i8_avgpool_fusion_p", "input"], [34, 1, 1, "c.i8_avgpool_fusion_p", "output"], [34, 1, 1, "c.i8_avgpool_fusion_p", "params"]], "i8_avgpool_fusion_s": [[34, 1, 1, "c.i8_avgpool_fusion_s", "core_mask"], [34, 1, 1, "c.i8_avgpool_fusion_s", "input"], [34, 1, 1, "c.i8_avgpool_fusion_s", "output"], [34, 1, 1, "c.i8_avgpool_fusion_s", "params"]], "i8_batch_norm_p": [[36, 1, 1, "c.i8_batch_norm_p", "channel"], [36, 1, 1, "c.i8_batch_norm_p", "epsilon"], [36, 1, 1, "c.i8_batch_norm_p", "input"], [36, 1, 1, "c.i8_batch_norm_p", "mean"], [36, 1, 1, "c.i8_batch_norm_p", "output"], [36, 1, 1, "c.i8_batch_norm_p", "unit"], [36, 1, 1, "c.i8_batch_norm_p", "variance"]], "i8_batch_norm_s": [[36, 1, 1, "c.i8_batch_norm_s", "channel"], [36, 1, 1, "c.i8_batch_norm_s", "core_mask"], [36, 1, 1, "c.i8_batch_norm_s", "epsilon"], [36, 1, 1, "c.i8_batch_norm_s", "input"], [36, 1, 1, "c.i8_batch_norm_s", "mean"], [36, 1, 1, "c.i8_batch_norm_s", "output"], [36, 1, 1, "c.i8_batch_norm_s", "unit"], [36, 1, 1, "c.i8_batch_norm_s", "variance"]], "i8_batch_to_space_p": [[35, 1, 1, "c.i8_batch_to_space_p", "block"], [35, 1, 1, "c.i8_batch_to_space_p", "crops"], [35, 1, 1, "c.i8_batch_to_space_p", "in_shape"], [35, 1, 1, "c.i8_batch_to_space_p", "input"], [35, 1, 1, "c.i8_batch_to_space_p", "output"]], "i8_batch_to_space_s": [[35, 1, 1, "c.i8_batch_to_space_s", "block"], [35, 1, 1, "c.i8_batch_to_space_s", "core_mask"], [35, 1, 1, "c.i8_batch_to_space_s", "crops"], [35, 1, 1, "c.i8_batch_to_space_s", "in_shape"], [35, 1, 1, "c.i8_batch_to_space_s", "input"], [35, 1, 1, "c.i8_batch_to_space_s", "output"]], "i8_batchtospacend_p": [[38, 1, 1, "c.i8_batchtospacend_p", "block_size"], [38, 1, 1, "c.i8_batchtospacend_p", "crops"], [38, 1, 1, "c.i8_batchtospacend_p", "data_size"], [38, 1, 1, "c.i8_batchtospacend_p", "input"], [38, 1, 1, "c.i8_batchtospacend_p", "input_shape"], [38, 1, 1, "c.i8_batchtospacend_p", "output"]], "i8_batchtospacend_s": [[38, 1, 1, "c.i8_batchtospacend_s", "block_size"], [38, 1, 1, "c.i8_batchtospacend_s", "core_mask"], [38, 1, 1, "c.i8_batchtospacend_s", "crops"], [38, 1, 1, "c.i8_batchtospacend_s", "data_size"], [38, 1, 1, "c.i8_batchtospacend_s", "input"], [38, 1, 1, "c.i8_batchtospacend_s", "input_shape"], [38, 1, 1, "c.i8_batchtospacend_s", "output"]], "i8_bias_add_p": [[39, 1, 1, "c.i8_bias_add_p", "data_format"], [39, 1, 1, "c.i8_bias_add_p", "dims"], [39, 1, 1, "c.i8_bias_add_p", "input_bias"], [39, 1, 1, "c.i8_bias_add_p", "input_x"], [39, 1, 1, "c.i8_bias_add_p", "length"], [39, 1, 1, "c.i8_bias_add_p", "output"], [39, 1, 1, "c.i8_bias_add_p", "shape_size"]], "i8_bias_add_s": [[39, 1, 1, "c.i8_bias_add_s", "core_mask"], [39, 1, 1, "c.i8_bias_add_s", "data_format"], [39, 1, 1, "c.i8_bias_add_s", "dims"], [39, 1, 1, "c.i8_bias_add_s", "input_bias"], [39, 1, 1, "c.i8_bias_add_s", "input_x"], [39, 1, 1, "c.i8_bias_add_s", "length"], [39, 1, 1, "c.i8_bias_add_s", "output"], [39, 1, 1, "c.i8_bias_add_s", "shape_size"]], "i8_binary_cross_entropy_p": [[42, 1, 1, "c.i8_binary_cross_entropy_p", "input_x"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "input_y"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "loss"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "params"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "weight"]], "i8_binary_cross_entropy_s": [[42, 1, 1, "c.i8_binary_cross_entropy_s", "core_mask"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "input_x"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "input_y"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "loss"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "params"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "weight"]], "i8_broadcastto_p": [[43, 1, 1, "c.i8_broadcastto_p", "data_size"], [43, 1, 1, "c.i8_broadcastto_p", "input"], [43, 1, 1, "c.i8_broadcastto_p", "input_shape"], [43, 1, 1, "c.i8_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.i8_broadcastto_p", "output"], [43, 1, 1, "c.i8_broadcastto_p", "output_shape"], [43, 1, 1, "c.i8_broadcastto_p", "output_shape_size"]], "i8_broadcastto_s": [[43, 1, 1, "c.i8_broadcastto_s", "core_mask"], [43, 1, 1, "c.i8_broadcastto_s", "data_size"], [43, 1, 1, "c.i8_broadcastto_s", "input"], [43, 1, 1, "c.i8_broadcastto_s", "input_shape"], [43, 1, 1, "c.i8_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.i8_broadcastto_s", "output"], [43, 1, 1, "c.i8_broadcastto_s", "output_shape"], [43, 1, 1, "c.i8_broadcastto_s", "output_shape_size"]], "i8_cast_to_fp_p": [[45, 1, 1, "c.i8_cast_to_fp_p", "input"], [45, 1, 1, "c.i8_cast_to_fp_p", "length"], [45, 1, 1, "c.i8_cast_to_fp_p", "output"]], "i8_cast_to_fp_s": [[45, 1, 1, "c.i8_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_fp_s", "input"], [45, 1, 1, "c.i8_cast_to_fp_s", "length"], [45, 1, 1, "c.i8_cast_to_fp_s", "output"]], "i8_cast_to_i16_p": [[45, 1, 1, "c.i8_cast_to_i16_p", "input"], [45, 1, 1, "c.i8_cast_to_i16_p", "length"], [45, 1, 1, "c.i8_cast_to_i16_p", "output"]], "i8_cast_to_i16_s": [[45, 1, 1, "c.i8_cast_to_i16_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_i16_s", "input"], [45, 1, 1, "c.i8_cast_to_i16_s", "length"], [45, 1, 1, "c.i8_cast_to_i16_s", "output"]], "i8_cast_to_i32_p": [[45, 1, 1, "c.i8_cast_to_i32_p", "input"], [45, 1, 1, "c.i8_cast_to_i32_p", "length"], [45, 1, 1, "c.i8_cast_to_i32_p", "output"]], "i8_cast_to_i32_s": [[45, 1, 1, "c.i8_cast_to_i32_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_i32_s", "input"], [45, 1, 1, "c.i8_cast_to_i32_s", "length"], [45, 1, 1, "c.i8_cast_to_i32_s", "output"]], "i8_cast_to_i8_p": [[45, 1, 1, "c.i8_cast_to_i8_p", "input"], [45, 1, 1, "c.i8_cast_to_i8_p", "length"], [45, 1, 1, "c.i8_cast_to_i8_p", "output"]], "i8_cast_to_i8_s": [[45, 1, 1, "c.i8_cast_to_i8_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_i8_s", "input"], [45, 1, 1, "c.i8_cast_to_i8_s", "length"], [45, 1, 1, "c.i8_cast_to_i8_s", "output"]], "i8_celu_p": [[14, 1, 1, "c.i8_celu_p", "Input0"], [14, 1, 1, "c.i8_celu_p", "alpha"], [14, 1, 1, "c.i8_celu_p", "length"], [14, 1, 1, "c.i8_celu_p", "output"]], "i8_celu_s": [[14, 1, 1, "c.i8_celu_s", "Input0"], [14, 1, 1, "c.i8_celu_s", "alpha"], [14, 1, 1, "c.i8_celu_s", "core_mask"], [14, 1, 1, "c.i8_celu_s", "length"], [14, 1, 1, "c.i8_celu_s", "output"]], "i8_clip_p": [[14, 1, 1, "c.i8_clip_p", "Input0"], [47, 1, 1, "c.i8_clip_p", "dst"], [14, 1, 1, "c.i8_clip_p", "length"], [47, 1, 1, "c.i8_clip_p", "length"], [47, 1, 1, "c.i8_clip_p", "max"], [14, 1, 1, "c.i8_clip_p", "max_val"], [47, 1, 1, "c.i8_clip_p", "min"], [14, 1, 1, "c.i8_clip_p", "min_val"], [14, 1, 1, "c.i8_clip_p", "output"], [47, 1, 1, "c.i8_clip_p", "src"]], "i8_clip_s": [[14, 1, 1, "c.i8_clip_s", "Input0"], [14, 1, 1, "c.i8_clip_s", "core_mask"], [47, 1, 1, "c.i8_clip_s", "core_mask"], [47, 1, 1, "c.i8_clip_s", "dst"], [14, 1, 1, "c.i8_clip_s", "length"], [47, 1, 1, "c.i8_clip_s", "length"], [47, 1, 1, "c.i8_clip_s", "max"], [14, 1, 1, "c.i8_clip_s", "max_val"], [47, 1, 1, "c.i8_clip_s", "min"], [14, 1, 1, "c.i8_clip_s", "min_val"], [14, 1, 1, "c.i8_clip_s", "output"], [47, 1, 1, "c.i8_clip_s", "src"]], "i8_concat_p": [[48, 1, 1, "c.i8_concat_p", "axis"], [48, 1, 1, "c.i8_concat_p", "input_ndim"], [48, 1, 1, "c.i8_concat_p", "input_shapes"], [48, 1, 1, "c.i8_concat_p", "inputs"], [48, 1, 1, "c.i8_concat_p", "num_inputs"], [48, 1, 1, "c.i8_concat_p", "output"]], "i8_concat_s": [[48, 1, 1, "c.i8_concat_s", "axis"], [48, 1, 1, "c.i8_concat_s", "core_mask"], [48, 1, 1, "c.i8_concat_s", "input_ndim"], [48, 1, 1, "c.i8_concat_s", "input_shapes"], [48, 1, 1, "c.i8_concat_s", "inputs"], [48, 1, 1, "c.i8_concat_s", "num_inputs"], [48, 1, 1, "c.i8_concat_s", "output"]], "i8_constant_of_shape_p": [[49, 1, 1, "c.i8_constant_of_shape_p", "end"], [49, 1, 1, "c.i8_constant_of_shape_p", "output"], [49, 1, 1, "c.i8_constant_of_shape_p", "start"], [49, 1, 1, "c.i8_constant_of_shape_p", "value"]], "i8_constant_of_shape_s": [[49, 1, 1, "c.i8_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.i8_constant_of_shape_s", "end"], [49, 1, 1, "c.i8_constant_of_shape_s", "output"], [49, 1, 1, "c.i8_constant_of_shape_s", "start"], [49, 1, 1, "c.i8_constant_of_shape_s", "value"]], "i8_conv2d_p": [[50, 1, 1, "c.i8_conv2d_p", "bias"], [50, 1, 1, "c.i8_conv2d_p", "conv_param"], [50, 1, 1, "c.i8_conv2d_p", "core_mask"], [50, 1, 1, "c.i8_conv2d_p", "input_w"], [50, 1, 1, "c.i8_conv2d_p", "input_x"], [50, 1, 1, "c.i8_conv2d_p", "out_y"], [50, 1, 1, "c.i8_conv2d_p", "quant_param"]], "i8_conv2d_s": [[50, 1, 1, "c.i8_conv2d_s", "bias"], [50, 1, 1, "c.i8_conv2d_s", "conv_param"], [50, 1, 1, "c.i8_conv2d_s", "core_mask"], [50, 1, 1, "c.i8_conv2d_s", "input_w"], [50, 1, 1, "c.i8_conv2d_s", "input_x"], [50, 1, 1, "c.i8_conv2d_s", "out_y"], [50, 1, 1, "c.i8_conv2d_s", "quant_param"]], "i8_convtranspose_p": [[51, 1, 1, "c.i8_convtranspose_p", "bias"], [51, 1, 1, "c.i8_convtranspose_p", "conv_param"], [51, 1, 1, "c.i8_convtranspose_p", "core_mask"], [51, 1, 1, "c.i8_convtranspose_p", "input_w"], [51, 1, 1, "c.i8_convtranspose_p", "input_x"], [51, 1, 1, "c.i8_convtranspose_p", "out_y"]], "i8_convtranspose_s": [[51, 1, 1, "c.i8_convtranspose_s", "bias"], [51, 1, 1, "c.i8_convtranspose_s", "conv_param"], [51, 1, 1, "c.i8_convtranspose_s", "core_mask"], [51, 1, 1, "c.i8_convtranspose_s", "input_w"], [51, 1, 1, "c.i8_convtranspose_s", "input_x"], [51, 1, 1, "c.i8_convtranspose_s", "out_y"]], "i8_cos_p": [[54, 1, 1, "c.i8_cos_p", "dst_data"], [54, 1, 1, "c.i8_cos_p", "length"], [54, 1, 1, "c.i8_cos_p", "src_data"]], "i8_cos_s": [[54, 1, 1, "c.i8_cos_s", "core_mask"], [54, 1, 1, "c.i8_cos_s", "dst_data"], [54, 1, 1, "c.i8_cos_s", "length"], [54, 1, 1, "c.i8_cos_s", "src_data"]], "i8_crop_and_resize_anycore": [[56, 1, 1, "c.i8_crop_and_resize_anycore", "box_idx"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "boxes"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "core_mask"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "dst"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "extrapolation_value"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "param"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "src"]], "i8_cum_sum_p": [[57, 1, 1, "c.i8_cum_sum_p", "axis_dim"], [57, 1, 1, "c.i8_cum_sum_p", "exclusive"], [57, 1, 1, "c.i8_cum_sum_p", "inner_dim"], [57, 1, 1, "c.i8_cum_sum_p", "input"], [57, 1, 1, "c.i8_cum_sum_p", "out_dim"], [57, 1, 1, "c.i8_cum_sum_p", "output"]], "i8_cum_sum_s": [[57, 1, 1, "c.i8_cum_sum_s", "axis_dim"], [57, 1, 1, "c.i8_cum_sum_s", "core_mask"], [57, 1, 1, "c.i8_cum_sum_s", "exclusive"], [57, 1, 1, "c.i8_cum_sum_s", "inner_dim"], [57, 1, 1, "c.i8_cum_sum_s", "input"], [57, 1, 1, "c.i8_cum_sum_s", "out_dim"], [57, 1, 1, "c.i8_cum_sum_s", "output"]], "i8_depthtospace_p": [[64, 1, 1, "c.i8_depthtospace_p", "block_size"], [64, 1, 1, "c.i8_depthtospace_p", "data_size"], [64, 1, 1, "c.i8_depthtospace_p", "in_shape"], [64, 1, 1, "c.i8_depthtospace_p", "input"], [64, 1, 1, "c.i8_depthtospace_p", "output"]], "i8_depthtospace_s": [[64, 1, 1, "c.i8_depthtospace_s", "block_size"], [64, 1, 1, "c.i8_depthtospace_s", "core_mask"], [64, 1, 1, "c.i8_depthtospace_s", "data_size"], [64, 1, 1, "c.i8_depthtospace_s", "in_shape"], [64, 1, 1, "c.i8_depthtospace_s", "input"], [64, 1, 1, "c.i8_depthtospace_s", "output"]], "i8_detection_post_process_p": [[65, 1, 1, "c.i8_detection_post_process_p", "anchors"], [65, 1, 1, "c.i8_detection_post_process_p", "input_boxes"], [65, 1, 1, "c.i8_detection_post_process_p", "input_scores"], [65, 1, 1, "c.i8_detection_post_process_p", "output_boxes"], [65, 1, 1, "c.i8_detection_post_process_p", "output_classes"], [65, 1, 1, "c.i8_detection_post_process_p", "output_num"], [65, 1, 1, "c.i8_detection_post_process_p", "output_scores"], [65, 1, 1, "c.i8_detection_post_process_p", "param"]], "i8_detection_post_process_s": [[65, 1, 1, "c.i8_detection_post_process_s", "anchors"], [65, 1, 1, "c.i8_detection_post_process_s", "core_mask"], [65, 1, 1, "c.i8_detection_post_process_s", "input_boxes"], [65, 1, 1, "c.i8_detection_post_process_s", "input_scores"], [65, 1, 1, "c.i8_detection_post_process_s", "output_boxes"], [65, 1, 1, "c.i8_detection_post_process_s", "output_classes"], [65, 1, 1, "c.i8_detection_post_process_s", "output_num"], [65, 1, 1, "c.i8_detection_post_process_s", "output_scores"], [65, 1, 1, "c.i8_detection_post_process_s", "param"]], "i8_div_p": [[66, 1, 1, "c.i8_div_p", "input0"], [66, 1, 1, "c.i8_div_p", "input1"], [66, 1, 1, "c.i8_div_p", "output"], [66, 1, 1, "c.i8_div_p", "param"]], "i8_div_s": [[66, 1, 1, "c.i8_div_s", "core_mask"], [66, 1, 1, "c.i8_div_s", "input0"], [66, 1, 1, "c.i8_div_s", "input1"], [66, 1, 1, "c.i8_div_s", "output"], [66, 1, 1, "c.i8_div_s", "param"]], "i8_eltwise_p": [[72, 1, 1, "c.i8_eltwise_p", "Input0"], [72, 1, 1, "c.i8_eltwise_p", "Input1"], [72, 1, 1, "c.i8_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.i8_eltwise_p", "length"], [72, 1, 1, "c.i8_eltwise_p", "output"]], "i8_eltwise_s": [[72, 1, 1, "c.i8_eltwise_s", "Input0"], [72, 1, 1, "c.i8_eltwise_s", "Input1"], [72, 1, 1, "c.i8_eltwise_s", "core_mask"], [72, 1, 1, "c.i8_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.i8_eltwise_s", "length"], [72, 1, 1, "c.i8_eltwise_s", "output"]], "i8_elu_p": [[14, 1, 1, "c.i8_elu_p", "Input0"], [14, 1, 1, "c.i8_elu_p", "alpha"], [73, 1, 1, "c.i8_elu_p", "alpha"], [73, 1, 1, "c.i8_elu_p", "input"], [14, 1, 1, "c.i8_elu_p", "length"], [73, 1, 1, "c.i8_elu_p", "length"], [14, 1, 1, "c.i8_elu_p", "output"], [73, 1, 1, "c.i8_elu_p", "output"]], "i8_elu_s": [[14, 1, 1, "c.i8_elu_s", "Input0"], [14, 1, 1, "c.i8_elu_s", "alpha"], [73, 1, 1, "c.i8_elu_s", "alpha"], [14, 1, 1, "c.i8_elu_s", "core_mask"], [73, 1, 1, "c.i8_elu_s", "core_mask"], [73, 1, 1, "c.i8_elu_s", "input"], [14, 1, 1, "c.i8_elu_s", "length"], [73, 1, 1, "c.i8_elu_s", "length"], [14, 1, 1, "c.i8_elu_s", "output"], [73, 1, 1, "c.i8_elu_s", "output"]], "i8_equal_p": [[75, 1, 1, "c.i8_equal_p", "Input0"], [75, 1, 1, "c.i8_equal_p", "Input1"], [75, 1, 1, "c.i8_equal_p", "output"], [75, 1, 1, "c.i8_equal_p", "params"]], "i8_equal_s": [[75, 1, 1, "c.i8_equal_s", "Input0"], [75, 1, 1, "c.i8_equal_s", "Input1"], [75, 1, 1, "c.i8_equal_s", "core_mask"], [75, 1, 1, "c.i8_equal_s", "output"], [75, 1, 1, "c.i8_equal_s", "params"]], "i8_exp_p": [[78, 1, 1, "c.i8_exp_p", "dst_data"], [78, 1, 1, "c.i8_exp_p", "in_scale"], [78, 1, 1, "c.i8_exp_p", "length"], [78, 1, 1, "c.i8_exp_p", "out_scale"], [78, 1, 1, "c.i8_exp_p", "scale"], [78, 1, 1, "c.i8_exp_p", "src_data"]], "i8_exp_s": [[78, 1, 1, "c.i8_exp_s", "core_mask"], [78, 1, 1, "c.i8_exp_s", "dst_data"], [78, 1, 1, "c.i8_exp_s", "in_scale"], [78, 1, 1, "c.i8_exp_s", "length"], [78, 1, 1, "c.i8_exp_s", "out_scale"], [78, 1, 1, "c.i8_exp_s", "scale"], [78, 1, 1, "c.i8_exp_s", "src_data"]], "i8_extract_features_p": [[59, 1, 1, "c.i8_extract_features_p", "num_strings"], [59, 1, 1, "c.i8_extract_features_p", "output_labels"], [59, 1, 1, "c.i8_extract_features_p", "output_weights"], [59, 1, 1, "c.i8_extract_features_p", "string_lengths"], [59, 1, 1, "c.i8_extract_features_p", "string_pointers"]], "i8_extract_features_s": [[59, 1, 1, "c.i8_extract_features_s", "core_mask"], [59, 1, 1, "c.i8_extract_features_s", "num_strings"], [59, 1, 1, "c.i8_extract_features_s", "output_labels"], [59, 1, 1, "c.i8_extract_features_s", "output_weights"], [59, 1, 1, "c.i8_extract_features_s", "string_lengths"], [59, 1, 1, "c.i8_extract_features_s", "string_pointers"]], "i8_fill_p": [[83, 1, 1, "c.i8_fill_p", "output"], [83, 1, 1, "c.i8_fill_p", "param"], [83, 1, 1, "c.i8_fill_p", "value"]], "i8_fill_s": [[83, 1, 1, "c.i8_fill_s", "core_mask"], [83, 1, 1, "c.i8_fill_s", "output"], [83, 1, 1, "c.i8_fill_s", "param"], [83, 1, 1, "c.i8_fill_s", "value"]], "i8_format_transpose_p": [[90, 1, 1, "c.i8_format_transpose_p", "batch"], [90, 1, 1, "c.i8_format_transpose_p", "channel"], [90, 1, 1, "c.i8_format_transpose_p", "dst_data"], [90, 1, 1, "c.i8_format_transpose_p", "dst_format"], [90, 1, 1, "c.i8_format_transpose_p", "plane"], [90, 1, 1, "c.i8_format_transpose_p", "src_data"], [90, 1, 1, "c.i8_format_transpose_p", "src_format"]], "i8_format_transpose_s": [[90, 1, 1, "c.i8_format_transpose_s", "batch"], [90, 1, 1, "c.i8_format_transpose_s", "channel"], [90, 1, 1, "c.i8_format_transpose_s", "core_mask"], [90, 1, 1, "c.i8_format_transpose_s", "dst_data"], [90, 1, 1, "c.i8_format_transpose_s", "dst_format"], [90, 1, 1, "c.i8_format_transpose_s", "plane"], [90, 1, 1, "c.i8_format_transpose_s", "src_data"], [90, 1, 1, "c.i8_format_transpose_s", "src_format"]], "i8_full_connection_p": [[91, 1, 1, "c.i8_full_connection_p", "A"], [91, 1, 1, "c.i8_full_connection_p", "B"], [91, 1, 1, "c.i8_full_connection_p", "C"], [91, 1, 1, "c.i8_full_connection_p", "bias"], [91, 1, 1, "c.i8_full_connection_p", "params"]], "i8_full_connection_s": [[91, 1, 1, "c.i8_full_connection_s", "A"], [91, 1, 1, "c.i8_full_connection_s", "B"], [91, 1, 1, "c.i8_full_connection_s", "C"], [91, 1, 1, "c.i8_full_connection_s", "bias"], [91, 1, 1, "c.i8_full_connection_s", "core_mask"], [91, 1, 1, "c.i8_full_connection_s", "params"]], "i8_gather_d_p": [[95, 1, 1, "c.i8_gather_d_p", "dim"], [95, 1, 1, "c.i8_gather_d_p", "index"], [95, 1, 1, "c.i8_gather_d_p", "index_shape"], [95, 1, 1, "c.i8_gather_d_p", "input_shape"], [95, 1, 1, "c.i8_gather_d_p", "input_shape_size"], [95, 1, 1, "c.i8_gather_d_p", "input_x"], [95, 1, 1, "c.i8_gather_d_p", "output"]], "i8_gather_d_s": [[95, 1, 1, "c.i8_gather_d_s", "core_mask"], [95, 1, 1, "c.i8_gather_d_s", "dim"], [95, 1, 1, "c.i8_gather_d_s", "index"], [95, 1, 1, "c.i8_gather_d_s", "index_shape"], [95, 1, 1, "c.i8_gather_d_s", "input_shape"], [95, 1, 1, "c.i8_gather_d_s", "input_shape_size"], [95, 1, 1, "c.i8_gather_d_s", "input_x"], [95, 1, 1, "c.i8_gather_d_s", "output"]], "i8_gather_nd_p": [[94, 1, 1, "c.i8_gather_nd_p", "input"], [94, 1, 1, "c.i8_gather_nd_p", "output"], [94, 1, 1, "c.i8_gather_nd_p", "params"]], "i8_gather_nd_s": [[94, 1, 1, "c.i8_gather_nd_s", "core_mask"], [94, 1, 1, "c.i8_gather_nd_s", "input"], [94, 1, 1, "c.i8_gather_nd_s", "output"], [94, 1, 1, "c.i8_gather_nd_s", "params"]], "i8_gather_p": [[93, 1, 1, "c.i8_gather_p", "indices"], [93, 1, 1, "c.i8_gather_p", "input"], [93, 1, 1, "c.i8_gather_p", "output"], [93, 1, 1, "c.i8_gather_p", "params"]], "i8_gather_s": [[93, 1, 1, "c.i8_gather_s", "core_mask"], [93, 1, 1, "c.i8_gather_s", "indices"], [93, 1, 1, "c.i8_gather_s", "input"], [93, 1, 1, "c.i8_gather_s", "output"], [93, 1, 1, "c.i8_gather_s", "params"]], "i8_gelu_p": [[14, 1, 1, "c.i8_gelu_p", "Input0"], [14, 1, 1, "c.i8_gelu_p", "approximate"], [14, 1, 1, "c.i8_gelu_p", "length"], [14, 1, 1, "c.i8_gelu_p", "output"]], "i8_gelu_s": [[14, 1, 1, "c.i8_gelu_s", "Input0"], [14, 1, 1, "c.i8_gelu_s", "approximate"], [14, 1, 1, "c.i8_gelu_s", "core_mask"], [14, 1, 1, "c.i8_gelu_s", "length"], [14, 1, 1, "c.i8_gelu_s", "output"]], "i8_glu_p": [[97, 1, 1, "c.i8_glu_p", "in_data"], [97, 1, 1, "c.i8_glu_p", "out_data"], [97, 1, 1, "c.i8_glu_p", "params"]], "i8_glu_s": [[97, 1, 1, "c.i8_glu_s", "core_mask"], [97, 1, 1, "c.i8_glu_s", "in_data"], [97, 1, 1, "c.i8_glu_s", "out_data"], [97, 1, 1, "c.i8_glu_s", "params"]], "i8_greater_equal_p": [[99, 1, 1, "c.i8_greater_equal_p", "input1"], [99, 1, 1, "c.i8_greater_equal_p", "input2"], [99, 1, 1, "c.i8_greater_equal_p", "output"], [99, 1, 1, "c.i8_greater_equal_p", "params"]], "i8_greater_equal_s": [[99, 1, 1, "c.i8_greater_equal_s", "core_mask"], [99, 1, 1, "c.i8_greater_equal_s", "input1"], [99, 1, 1, "c.i8_greater_equal_s", "input2"], [99, 1, 1, "c.i8_greater_equal_s", "output"], [99, 1, 1, "c.i8_greater_equal_s", "params"]], "i8_greater_p": [[98, 1, 1, "c.i8_greater_p", "input1"], [98, 1, 1, "c.i8_greater_p", "input2"], [98, 1, 1, "c.i8_greater_p", "output"], [98, 1, 1, "c.i8_greater_p", "params"]], "i8_greater_s": [[98, 1, 1, "c.i8_greater_s", "core_mask"], [98, 1, 1, "c.i8_greater_s", "input1"], [98, 1, 1, "c.i8_greater_s", "input2"], [98, 1, 1, "c.i8_greater_s", "output"], [98, 1, 1, "c.i8_greater_s", "params"]], "i8_hardshrink_p": [[14, 1, 1, "c.i8_hardshrink_p", "Input0"], [14, 1, 1, "c.i8_hardshrink_p", "lambd"], [14, 1, 1, "c.i8_hardshrink_p", "length"], [14, 1, 1, "c.i8_hardshrink_p", "output"]], "i8_hardshrink_s": [[14, 1, 1, "c.i8_hardshrink_s", "Input0"], [14, 1, 1, "c.i8_hardshrink_s", "core_mask"], [14, 1, 1, "c.i8_hardshrink_s", "lambd"], [14, 1, 1, "c.i8_hardshrink_s", "length"], [14, 1, 1, "c.i8_hardshrink_s", "output"]], "i8_hardtanh_p": [[14, 1, 1, "c.i8_hardtanh_p", "Input0"], [14, 1, 1, "c.i8_hardtanh_p", "length"], [14, 1, 1, "c.i8_hardtanh_p", "max_val"], [14, 1, 1, "c.i8_hardtanh_p", "min_val"], [14, 1, 1, "c.i8_hardtanh_p", "output"]], "i8_hardtanh_s": [[14, 1, 1, "c.i8_hardtanh_s", "Input0"], [14, 1, 1, "c.i8_hardtanh_s", "core_mask"], [14, 1, 1, "c.i8_hardtanh_s", "length"], [14, 1, 1, "c.i8_hardtanh_s", "max_val"], [14, 1, 1, "c.i8_hardtanh_s", "min_val"], [14, 1, 1, "c.i8_hardtanh_s", "output"]], "i8_hsigmoid_p": [[14, 1, 1, "c.i8_hsigmoid_p", "Input0"], [14, 1, 1, "c.i8_hsigmoid_p", "length"], [14, 1, 1, "c.i8_hsigmoid_p", "output"]], "i8_hsigmoid_s": [[14, 1, 1, "c.i8_hsigmoid_s", "Input0"], [14, 1, 1, "c.i8_hsigmoid_s", "core_mask"], [14, 1, 1, "c.i8_hsigmoid_s", "length"], [14, 1, 1, "c.i8_hsigmoid_s", "output"]], "i8_hswish_p": [[14, 1, 1, "c.i8_hswish_p", "Input0"], [14, 1, 1, "c.i8_hswish_p", "length"], [14, 1, 1, "c.i8_hswish_p", "output"]], "i8_hswish_s": [[14, 1, 1, "c.i8_hswish_s", "Input0"], [14, 1, 1, "c.i8_hswish_s", "core_mask"], [14, 1, 1, "c.i8_hswish_s", "length"], [14, 1, 1, "c.i8_hswish_s", "output"]], "i8_invert_permutation_p": [[104, 1, 1, "c.i8_invert_permutation_p", "input"], [104, 1, 1, "c.i8_invert_permutation_p", "num"], [104, 1, 1, "c.i8_invert_permutation_p", "output"]], "i8_invert_permutation_s": [[104, 1, 1, "c.i8_invert_permutation_s", "core_mask"], [104, 1, 1, "c.i8_invert_permutation_s", "input"], [104, 1, 1, "c.i8_invert_permutation_s", "num"], [104, 1, 1, "c.i8_invert_permutation_s", "output"]], "i8_is_finite_p": [[105, 1, 1, "c.i8_is_finite_p", "Input"], [105, 1, 1, "c.i8_is_finite_p", "length"], [105, 1, 1, "c.i8_is_finite_p", "output"]], "i8_is_finite_s": [[105, 1, 1, "c.i8_is_finite_s", "Input"], [105, 1, 1, "c.i8_is_finite_s", "core_mask"], [105, 1, 1, "c.i8_is_finite_s", "length"], [105, 1, 1, "c.i8_is_finite_s", "output"]], "i8_layernormfusion_p": [[107, 1, 1, "c.i8_layernormfusion_p", "beta_data"], [107, 1, 1, "c.i8_layernormfusion_p", "dst_data"], [107, 1, 1, "c.i8_layernormfusion_p", "epsilon"], [107, 1, 1, "c.i8_layernormfusion_p", "gamma_data"], [107, 1, 1, "c.i8_layernormfusion_p", "norm_inner_size"], [107, 1, 1, "c.i8_layernormfusion_p", "norm_outer_size"], [107, 1, 1, "c.i8_layernormfusion_p", "out_mean"], [107, 1, 1, "c.i8_layernormfusion_p", "out_variance"], [107, 1, 1, "c.i8_layernormfusion_p", "param_inner_size"], [107, 1, 1, "c.i8_layernormfusion_p", "param_outer_size"], [107, 1, 1, "c.i8_layernormfusion_p", "src_data"]], "i8_layernormfusion_s": [[107, 1, 1, "c.i8_layernormfusion_s", "beta_data"], [107, 1, 1, "c.i8_layernormfusion_s", "core_mask"], [107, 1, 1, "c.i8_layernormfusion_s", "dst_data"], [107, 1, 1, "c.i8_layernormfusion_s", "epsilon"], [107, 1, 1, "c.i8_layernormfusion_s", "gamma_data"], [107, 1, 1, "c.i8_layernormfusion_s", "length"], [107, 1, 1, "c.i8_layernormfusion_s", "norm_inner_size"], [107, 1, 1, "c.i8_layernormfusion_s", "norm_outer_size"], [107, 1, 1, "c.i8_layernormfusion_s", "out_mean"], [107, 1, 1, "c.i8_layernormfusion_s", "out_variance"], [107, 1, 1, "c.i8_layernormfusion_s", "param_inner_size"], [107, 1, 1, "c.i8_layernormfusion_s", "param_outer_size"], [107, 1, 1, "c.i8_layernormfusion_s", "src_data"]], "i8_leaky_relu_p": [[109, 1, 1, "c.i8_leaky_relu_p", "alpha"], [109, 1, 1, "c.i8_leaky_relu_p", "core_mask"], [109, 1, 1, "c.i8_leaky_relu_p", "elem_cnt"], [109, 1, 1, "c.i8_leaky_relu_p", "input"], [109, 1, 1, "c.i8_leaky_relu_p", "output"]], "i8_leaky_relu_s": [[109, 1, 1, "c.i8_leaky_relu_s", "alpha"], [109, 1, 1, "c.i8_leaky_relu_s", "core_mask"], [109, 1, 1, "c.i8_leaky_relu_s", "elem_cnt"], [109, 1, 1, "c.i8_leaky_relu_s", "input"], [109, 1, 1, "c.i8_leaky_relu_s", "output"]], "i8_less_equal_p": [[111, 1, 1, "c.i8_less_equal_p", "Input0"], [111, 1, 1, "c.i8_less_equal_p", "Input1"], [111, 1, 1, "c.i8_less_equal_p", "output"], [111, 1, 1, "c.i8_less_equal_p", "params"]], "i8_less_equal_s": [[111, 1, 1, "c.i8_less_equal_s", "Input0"], [111, 1, 1, "c.i8_less_equal_s", "Input1"], [111, 1, 1, "c.i8_less_equal_s", "core_mask"], [111, 1, 1, "c.i8_less_equal_s", "output"], [111, 1, 1, "c.i8_less_equal_s", "params"]], "i8_less_p": [[110, 1, 1, "c.i8_less_p", "Input0"], [110, 1, 1, "c.i8_less_p", "Input1"], [110, 1, 1, "c.i8_less_p", "output"], [110, 1, 1, "c.i8_less_p", "params"]], "i8_less_s": [[110, 1, 1, "c.i8_less_s", "Input0"], [110, 1, 1, "c.i8_less_s", "Input1"], [110, 1, 1, "c.i8_less_s", "core_mask"], [110, 1, 1, "c.i8_less_s", "output"], [110, 1, 1, "c.i8_less_s", "params"]], "i8_log1p_p": [[114, 1, 1, "c.i8_log1p_p", "Input"], [114, 1, 1, "c.i8_log1p_p", "length"], [114, 1, 1, "c.i8_log1p_p", "output"]], "i8_log1p_s": [[114, 1, 1, "c.i8_log1p_s", "Input"], [114, 1, 1, "c.i8_log1p_s", "core_mask"], [114, 1, 1, "c.i8_log1p_s", "length"], [114, 1, 1, "c.i8_log1p_s", "output"]], "i8_logical_and_p": [[116, 1, 1, "c.i8_logical_and_p", "input0"], [116, 1, 1, "c.i8_logical_and_p", "input1"], [116, 1, 1, "c.i8_logical_and_p", "output"], [116, 1, 1, "c.i8_logical_and_p", "params"]], "i8_logical_and_s": [[116, 1, 1, "c.i8_logical_and_s", "core_mask"], [116, 1, 1, "c.i8_logical_and_s", "input0"], [116, 1, 1, "c.i8_logical_and_s", "input1"], [116, 1, 1, "c.i8_logical_and_s", "output"], [116, 1, 1, "c.i8_logical_and_s", "params"]], "i8_logical_not_p": [[117, 1, 1, "c.i8_logical_not_p", "input"], [117, 1, 1, "c.i8_logical_not_p", "length"], [117, 1, 1, "c.i8_logical_not_p", "output"]], "i8_logical_not_s": [[117, 1, 1, "c.i8_logical_not_s", "core_mask"], [117, 1, 1, "c.i8_logical_not_s", "input"], [117, 1, 1, "c.i8_logical_not_s", "length"], [117, 1, 1, "c.i8_logical_not_s", "output"]], "i8_logical_or_p": [[118, 1, 1, "c.i8_logical_or_p", "input0"], [118, 1, 1, "c.i8_logical_or_p", "input1"], [118, 1, 1, "c.i8_logical_or_p", "length"], [118, 1, 1, "c.i8_logical_or_p", "output"]], "i8_logical_or_s": [[118, 1, 1, "c.i8_logical_or_s", "core_mask"], [118, 1, 1, "c.i8_logical_or_s", "input0"], [118, 1, 1, "c.i8_logical_or_s", "input1"], [118, 1, 1, "c.i8_logical_or_s", "length"], [118, 1, 1, "c.i8_logical_or_s", "output"]], "i8_logsoftmax_p": [[119, 1, 1, "c.i8_logsoftmax_p", "axis"], [119, 1, 1, "c.i8_logsoftmax_p", "axis_size"], [119, 1, 1, "c.i8_logsoftmax_p", "inner_size"], [119, 1, 1, "c.i8_logsoftmax_p", "input_ptr"], [119, 1, 1, "c.i8_logsoftmax_p", "n_dim"], [119, 1, 1, "c.i8_logsoftmax_p", "output_ptr"], [119, 1, 1, "c.i8_logsoftmax_p", "outter_size"], [119, 1, 1, "c.i8_logsoftmax_p", "sum_data"]], "i8_logsoftmax_s": [[119, 1, 1, "c.i8_logsoftmax_s", "axis"], [119, 1, 1, "c.i8_logsoftmax_s", "axis_size"], [119, 1, 1, "c.i8_logsoftmax_s", "core_mask"], [119, 1, 1, "c.i8_logsoftmax_s", "inner_size"], [119, 1, 1, "c.i8_logsoftmax_s", "input_ptr"], [119, 1, 1, "c.i8_logsoftmax_s", "n_dim"], [119, 1, 1, "c.i8_logsoftmax_s", "output_ptr"], [119, 1, 1, "c.i8_logsoftmax_s", "outter_size"], [119, 1, 1, "c.i8_logsoftmax_s", "sum_data"]], "i8_lrelu_p": [[14, 1, 1, "c.i8_lrelu_p", "Input0"], [14, 1, 1, "c.i8_lrelu_p", "alpha"], [14, 1, 1, "c.i8_lrelu_p", "length"], [14, 1, 1, "c.i8_lrelu_p", "output"]], "i8_lrelu_s": [[14, 1, 1, "c.i8_lrelu_s", "Input0"], [14, 1, 1, "c.i8_lrelu_s", "alpha"], [14, 1, 1, "c.i8_lrelu_s", "core_mask"], [14, 1, 1, "c.i8_lrelu_s", "length"], [14, 1, 1, "c.i8_lrelu_s", "output"]], "i8_lsh_projection_p": [[122, 1, 1, "c.i8_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.i8_lsh_projection_p", "feature"], [122, 1, 1, "c.i8_lsh_projection_p", "feature_num"], [122, 1, 1, "c.i8_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.i8_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.i8_lsh_projection_p", "output"], [122, 1, 1, "c.i8_lsh_projection_p", "weight"]], "i8_lsh_projection_s": [[122, 1, 1, "c.i8_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.i8_lsh_projection_s", "core_mask"], [122, 1, 1, "c.i8_lsh_projection_s", "feature"], [122, 1, 1, "c.i8_lsh_projection_s", "feature_num"], [122, 1, 1, "c.i8_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.i8_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.i8_lsh_projection_s", "output"], [122, 1, 1, "c.i8_lsh_projection_s", "weight"]], "i8_matmul_fusion_p": [[127, 1, 1, "c.i8_matmul_fusion_p", "A"], [127, 1, 1, "c.i8_matmul_fusion_p", "B"], [127, 1, 1, "c.i8_matmul_fusion_p", "C"], [127, 1, 1, "c.i8_matmul_fusion_p", "bias"], [127, 1, 1, "c.i8_matmul_fusion_p", "params"]], "i8_matmul_fusion_s": [[127, 1, 1, "c.i8_matmul_fusion_s", "A"], [127, 1, 1, "c.i8_matmul_fusion_s", "B"], [127, 1, 1, "c.i8_matmul_fusion_s", "C"], [127, 1, 1, "c.i8_matmul_fusion_s", "bias"], [127, 1, 1, "c.i8_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.i8_matmul_fusion_s", "params"]], "i8_maximum_p": [[128, 1, 1, "c.i8_maximum_p", "input0"], [128, 1, 1, "c.i8_maximum_p", "input1"], [128, 1, 1, "c.i8_maximum_p", "length"], [128, 1, 1, "c.i8_maximum_p", "output"]], "i8_maximum_s": [[128, 1, 1, "c.i8_maximum_s", "core_mask"], [128, 1, 1, "c.i8_maximum_s", "input0"], [128, 1, 1, "c.i8_maximum_s", "input1"], [128, 1, 1, "c.i8_maximum_s", "length"], [128, 1, 1, "c.i8_maximum_s", "output"]], "i8_minimum_p": [[133, 1, 1, "c.i8_minimum_p", "input0"], [133, 1, 1, "c.i8_minimum_p", "input1"], [133, 1, 1, "c.i8_minimum_p", "length"], [133, 1, 1, "c.i8_minimum_p", "output"]], "i8_minimum_s": [[133, 1, 1, "c.i8_minimum_s", "core_mask"], [133, 1, 1, "c.i8_minimum_s", "input0"], [133, 1, 1, "c.i8_minimum_s", "input1"], [133, 1, 1, "c.i8_minimum_s", "length"], [133, 1, 1, "c.i8_minimum_s", "output"]], "i8_mod_p": [[135, 1, 1, "c.i8_mod_p", "input0"], [135, 1, 1, "c.i8_mod_p", "input1"], [135, 1, 1, "c.i8_mod_p", "length"], [135, 1, 1, "c.i8_mod_p", "output"]], "i8_mod_s": [[135, 1, 1, "c.i8_mod_s", "core_mask"], [135, 1, 1, "c.i8_mod_s", "input0"], [135, 1, 1, "c.i8_mod_s", "input1"], [135, 1, 1, "c.i8_mod_s", "length"], [135, 1, 1, "c.i8_mod_s", "output"]], "i8_mul_p": [[136, 1, 1, "c.i8_mul_p", "input0"], [136, 1, 1, "c.i8_mul_p", "input1"], [136, 1, 1, "c.i8_mul_p", "output"], [136, 1, 1, "c.i8_mul_p", "param"]], "i8_mul_s": [[136, 1, 1, "c.i8_mul_s", "core_mask"], [136, 1, 1, "c.i8_mul_s", "input0"], [136, 1, 1, "c.i8_mul_s", "input1"], [136, 1, 1, "c.i8_mul_s", "output"], [136, 1, 1, "c.i8_mul_s", "param"]], "i8_neg_grad_p": [[139, 1, 1, "c.i8_neg_grad_p", "Input"], [139, 1, 1, "c.i8_neg_grad_p", "length"], [139, 1, 1, "c.i8_neg_grad_p", "output"]], "i8_neg_grad_s": [[139, 1, 1, "c.i8_neg_grad_s", "Input"], [139, 1, 1, "c.i8_neg_grad_s", "core_mask"], [139, 1, 1, "c.i8_neg_grad_s", "length"], [139, 1, 1, "c.i8_neg_grad_s", "output"]], "i8_neg_p": [[138, 1, 1, "c.i8_neg_p", "Input"], [138, 1, 1, "c.i8_neg_p", "length"], [138, 1, 1, "c.i8_neg_p", "output"]], "i8_neg_s": [[138, 1, 1, "c.i8_neg_s", "Input"], [138, 1, 1, "c.i8_neg_s", "core_mask"], [138, 1, 1, "c.i8_neg_s", "length"], [138, 1, 1, "c.i8_neg_s", "output"]], "i8_nllloss_p": [[140, 1, 1, "c.i8_nllloss_p", "batch_size"], [140, 1, 1, "c.i8_nllloss_p", "class_num"], [140, 1, 1, "c.i8_nllloss_p", "labels"], [140, 1, 1, "c.i8_nllloss_p", "log_probs"], [140, 1, 1, "c.i8_nllloss_p", "loss"], [140, 1, 1, "c.i8_nllloss_p", "reduction_type"], [140, 1, 1, "c.i8_nllloss_p", "total_weight"], [140, 1, 1, "c.i8_nllloss_p", "weight"]], "i8_nllloss_s": [[140, 1, 1, "c.i8_nllloss_s", "batch_size"], [140, 1, 1, "c.i8_nllloss_s", "class_num"], [140, 1, 1, "c.i8_nllloss_s", "core_mask"], [140, 1, 1, "c.i8_nllloss_s", "labels"], [140, 1, 1, "c.i8_nllloss_s", "log_probs"], [140, 1, 1, "c.i8_nllloss_s", "loss"], [140, 1, 1, "c.i8_nllloss_s", "reduction_type"], [140, 1, 1, "c.i8_nllloss_s", "total_weight"], [140, 1, 1, "c.i8_nllloss_s", "weight"]], "i8_non_max_suppression_p": [[142, 1, 1, "c.i8_non_max_suppression_p", "param"]], "i8_non_max_suppression_s": [[142, 1, 1, "c.i8_non_max_suppression_s", "core_mask"], [142, 1, 1, "c.i8_non_max_suppression_s", "param"]], "i8_nonzero_p": [[143, 1, 1, "c.i8_nonzero_p", "dim_strides"], [143, 1, 1, "c.i8_nonzero_p", "input"], [143, 1, 1, "c.i8_nonzero_p", "input_rank"], [143, 1, 1, "c.i8_nonzero_p", "length"], [143, 1, 1, "c.i8_nonzero_p", "non_zero_num"], [143, 1, 1, "c.i8_nonzero_p", "output"], [143, 1, 1, "c.i8_nonzero_p", "shape"]], "i8_nonzero_s": [[143, 1, 1, "c.i8_nonzero_s", "core_mask"], [143, 1, 1, "c.i8_nonzero_s", "dim_strides"], [143, 1, 1, "c.i8_nonzero_s", "input"], [143, 1, 1, "c.i8_nonzero_s", "input_rank"], [143, 1, 1, "c.i8_nonzero_s", "length"], [143, 1, 1, "c.i8_nonzero_s", "non_zero_num"], [143, 1, 1, "c.i8_nonzero_s", "output"], [143, 1, 1, "c.i8_nonzero_s", "shape"]], "i8_not_equal_p": [[144, 1, 1, "c.i8_not_equal_p", "Input0"], [144, 1, 1, "c.i8_not_equal_p", "Input1"], [144, 1, 1, "c.i8_not_equal_p", "length"], [144, 1, 1, "c.i8_not_equal_p", "output"]], "i8_not_equal_s": [[144, 1, 1, "c.i8_not_equal_s", "Input0"], [144, 1, 1, "c.i8_not_equal_s", "Input1"], [144, 1, 1, "c.i8_not_equal_s", "core_mask"], [144, 1, 1, "c.i8_not_equal_s", "length"], [144, 1, 1, "c.i8_not_equal_s", "output"]], "i8_onehot_p": [[145, 1, 1, "c.i8_onehot_p", "axis"], [145, 1, 1, "c.i8_onehot_p", "depth"], [145, 1, 1, "c.i8_onehot_p", "indices"], [145, 1, 1, "c.i8_onehot_p", "indices_shape"], [145, 1, 1, "c.i8_onehot_p", "indices_shape_size"], [145, 1, 1, "c.i8_onehot_p", "on_off"], [145, 1, 1, "c.i8_onehot_p", "output"], [145, 1, 1, "c.i8_onehot_p", "support_neg_index"]], "i8_onehot_s": [[145, 1, 1, "c.i8_onehot_s", "axis"], [145, 1, 1, "c.i8_onehot_s", "core_mask"], [145, 1, 1, "c.i8_onehot_s", "depth"], [145, 1, 1, "c.i8_onehot_s", "indices"], [145, 1, 1, "c.i8_onehot_s", "indices_shape"], [145, 1, 1, "c.i8_onehot_s", "indices_shape_size"], [145, 1, 1, "c.i8_onehot_s", "on_off"], [145, 1, 1, "c.i8_onehot_s", "output"], [145, 1, 1, "c.i8_onehot_s", "support_neg_index"]], "i8_ones_like_p": [[146, 1, 1, "c.i8_ones_like_p", "length"], [146, 1, 1, "c.i8_ones_like_p", "output"]], "i8_ones_like_s": [[146, 1, 1, "c.i8_ones_like_s", "core_mask"], [146, 1, 1, "c.i8_ones_like_s", "length"], [146, 1, 1, "c.i8_ones_like_s", "output"]], "i8_padfusion_p": [[147, 1, 1, "c.i8_padfusion_p", "params"]], "i8_padfusion_s": [[147, 1, 1, "c.i8_padfusion_s", "core_mask"], [147, 1, 1, "c.i8_padfusion_s", "params"]], "i8_pow_fusion_p": [[149, 1, 1, "c.i8_pow_fusion_p", "Input"], [149, 1, 1, "c.i8_pow_fusion_p", "broadcast"], [149, 1, 1, "c.i8_pow_fusion_p", "exponent"], [149, 1, 1, "c.i8_pow_fusion_p", "length_in"], [149, 1, 1, "c.i8_pow_fusion_p", "output"], [149, 1, 1, "c.i8_pow_fusion_p", "scale"], [149, 1, 1, "c.i8_pow_fusion_p", "shift"]], "i8_pow_fusion_s": [[149, 1, 1, "c.i8_pow_fusion_s", "Input"], [149, 1, 1, "c.i8_pow_fusion_s", "broadcast"], [149, 1, 1, "c.i8_pow_fusion_s", "core_mask"], [149, 1, 1, "c.i8_pow_fusion_s", "exponent"], [149, 1, 1, "c.i8_pow_fusion_s", "length_in"], [149, 1, 1, "c.i8_pow_fusion_s", "output"], [149, 1, 1, "c.i8_pow_fusion_s", "scale"], [149, 1, 1, "c.i8_pow_fusion_s", "shift"]], "i8_prelufusion_p": [[151, 1, 1, "c.i8_prelufusion_p", "dst_data"], [151, 1, 1, "c.i8_prelufusion_p", "end"], [151, 1, 1, "c.i8_prelufusion_p", "slope"], [151, 1, 1, "c.i8_prelufusion_p", "src_data"], [151, 1, 1, "c.i8_prelufusion_p", "start"]], "i8_prelufusion_s": [[151, 1, 1, "c.i8_prelufusion_s", "core_mask"], [151, 1, 1, "c.i8_prelufusion_s", "dst_data"], [151, 1, 1, "c.i8_prelufusion_s", "end"], [151, 1, 1, "c.i8_prelufusion_s", "slope"], [151, 1, 1, "c.i8_prelufusion_s", "src_data"], [151, 1, 1, "c.i8_prelufusion_s", "start"]], "i8_ragged_range_p": [[154, 1, 1, "c.i8_ragged_range_p", "deltas"], [154, 1, 1, "c.i8_ragged_range_p", "limits"], [154, 1, 1, "c.i8_ragged_range_p", "range_count"], [154, 1, 1, "c.i8_ragged_range_p", "splits"], [154, 1, 1, "c.i8_ragged_range_p", "starts"], [154, 1, 1, "c.i8_ragged_range_p", "values"]], "i8_ragged_range_s": [[154, 1, 1, "c.i8_ragged_range_s", "core_mask"], [154, 1, 1, "c.i8_ragged_range_s", "deltas"], [154, 1, 1, "c.i8_ragged_range_s", "limits"], [154, 1, 1, "c.i8_ragged_range_s", "range_count"], [154, 1, 1, "c.i8_ragged_range_s", "splits"], [154, 1, 1, "c.i8_ragged_range_s", "starts"], [154, 1, 1, "c.i8_ragged_range_s", "values"]], "i8_range_p": [[157, 1, 1, "c.i8_range_p", "delta"], [157, 1, 1, "c.i8_range_p", "length"], [157, 1, 1, "c.i8_range_p", "output"], [157, 1, 1, "c.i8_range_p", "start"]], "i8_range_s": [[157, 1, 1, "c.i8_range_s", "core_mask"], [157, 1, 1, "c.i8_range_s", "delta"], [157, 1, 1, "c.i8_range_s", "length"], [157, 1, 1, "c.i8_range_s", "output"], [157, 1, 1, "c.i8_range_s", "start"]], "i8_real_div_p": [[159, 1, 1, "c.i8_real_div_p", "input0"], [159, 1, 1, "c.i8_real_div_p", "input1"], [159, 1, 1, "c.i8_real_div_p", "length"], [159, 1, 1, "c.i8_real_div_p", "output"]], "i8_real_div_s": [[159, 1, 1, "c.i8_real_div_s", "core_mask"], [159, 1, 1, "c.i8_real_div_s", "input0"], [159, 1, 1, "c.i8_real_div_s", "input1"], [159, 1, 1, "c.i8_real_div_s", "length"], [159, 1, 1, "c.i8_real_div_s", "output"]], "i8_reciprocal_p": [[160, 1, 1, "c.i8_reciprocal_p", "Input"], [160, 1, 1, "c.i8_reciprocal_p", "length"], [160, 1, 1, "c.i8_reciprocal_p", "output"]], "i8_reciprocal_s": [[160, 1, 1, "c.i8_reciprocal_s", "Input"], [160, 1, 1, "c.i8_reciprocal_s", "core_mask"], [160, 1, 1, "c.i8_reciprocal_s", "length"], [160, 1, 1, "c.i8_reciprocal_s", "output"]], "i8_reduce_all_p": [[23, 1, 1, "c.i8_reduce_all_p", "axis_size"], [23, 1, 1, "c.i8_reduce_all_p", "dst_data"], [23, 1, 1, "c.i8_reduce_all_p", "inner_size"], [23, 1, 1, "c.i8_reduce_all_p", "outer_size"], [23, 1, 1, "c.i8_reduce_all_p", "src_data"]], "i8_reduce_all_s": [[23, 1, 1, "c.i8_reduce_all_s", "axis_size"], [23, 1, 1, "c.i8_reduce_all_s", "core_mask"], [23, 1, 1, "c.i8_reduce_all_s", "dst_data"], [23, 1, 1, "c.i8_reduce_all_s", "inner_size"], [23, 1, 1, "c.i8_reduce_all_s", "outer_size"], [23, 1, 1, "c.i8_reduce_all_s", "src_data"]], "i8_reduce_p": [[161, 1, 1, "c.i8_reduce_p", "core_mask"], [161, 1, 1, "c.i8_reduce_p", "dst_data"], [161, 1, 1, "c.i8_reduce_p", "param"], [161, 1, 1, "c.i8_reduce_p", "src_data"], [161, 1, 1, "c.i8_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.i8_reduce_p", "tmp_src_data"]], "i8_reduce_s": [[161, 1, 1, "c.i8_reduce_s", "core_mask"], [161, 1, 1, "c.i8_reduce_s", "dst_data"], [161, 1, 1, "c.i8_reduce_s", "param"], [161, 1, 1, "c.i8_reduce_s", "src_data"]], "i8_reducescatter_p": [[162, 1, 1, "c.i8_reducescatter_p", "data_size"], [162, 1, 1, "c.i8_reducescatter_p", "input_data"], [162, 1, 1, "c.i8_reducescatter_p", "output_data"], [162, 1, 1, "c.i8_reducescatter_p", "reduce_type"]], "i8_reducescatter_s": [[162, 1, 1, "c.i8_reducescatter_s", "core_mask"], [162, 1, 1, "c.i8_reducescatter_s", "data_size"], [162, 1, 1, "c.i8_reducescatter_s", "input_data"], [162, 1, 1, "c.i8_reducescatter_s", "output_data"], [162, 1, 1, "c.i8_reducescatter_s", "reduce_type"]], "i8_relu6_p": [[14, 1, 1, "c.i8_relu6_p", "Input0"], [14, 1, 1, "c.i8_relu6_p", "length"], [14, 1, 1, "c.i8_relu6_p", "output"]], "i8_relu6_s": [[14, 1, 1, "c.i8_relu6_s", "Input0"], [14, 1, 1, "c.i8_relu6_s", "core_mask"], [14, 1, 1, "c.i8_relu6_s", "length"], [14, 1, 1, "c.i8_relu6_s", "output"]], "i8_relu_p": [[14, 1, 1, "c.i8_relu_p", "Input0"], [14, 1, 1, "c.i8_relu_p", "length"], [14, 1, 1, "c.i8_relu_p", "output"]], "i8_relu_s": [[14, 1, 1, "c.i8_relu_s", "Input0"], [14, 1, 1, "c.i8_relu_s", "core_mask"], [14, 1, 1, "c.i8_relu_s", "length"], [14, 1, 1, "c.i8_relu_s", "output"]], "i8_reshape_p": [[163, 1, 1, "c.i8_reshape_p", "input"], [163, 1, 1, "c.i8_reshape_p", "length"], [163, 1, 1, "c.i8_reshape_p", "output"]], "i8_reshape_s": [[163, 1, 1, "c.i8_reshape_s", "core_mask"], [163, 1, 1, "c.i8_reshape_s", "input"], [163, 1, 1, "c.i8_reshape_s", "length"], [163, 1, 1, "c.i8_reshape_s", "output"]], "i8_resize_anycore": [[164, 1, 1, "c.i8_resize_anycore", "core_mask"], [164, 1, 1, "c.i8_resize_anycore", "input"], [164, 1, 1, "c.i8_resize_anycore", "output"], [164, 1, 1, "c.i8_resize_anycore", "param"]], "i8_roipooling_p": [[169, 1, 1, "c.i8_roipooling_p", "in_ptr"], [169, 1, 1, "c.i8_roipooling_p", "input_c"], [169, 1, 1, "c.i8_roipooling_p", "input_h"], [169, 1, 1, "c.i8_roipooling_p", "input_n"], [169, 1, 1, "c.i8_roipooling_p", "input_w"], [169, 1, 1, "c.i8_roipooling_p", "max_c"], [169, 1, 1, "c.i8_roipooling_p", "num_rois"], [169, 1, 1, "c.i8_roipooling_p", "out_ptr"], [169, 1, 1, "c.i8_roipooling_p", "pooled_height"], [169, 1, 1, "c.i8_roipooling_p", "pooled_width"], [169, 1, 1, "c.i8_roipooling_p", "roi"], [169, 1, 1, "c.i8_roipooling_p", "scale"]], "i8_roipooling_s": [[169, 1, 1, "c.i8_roipooling_s", "core_mask"], [169, 1, 1, "c.i8_roipooling_s", "in_ptr"], [169, 1, 1, "c.i8_roipooling_s", "input_c"], [169, 1, 1, "c.i8_roipooling_s", "input_h"], [169, 1, 1, "c.i8_roipooling_s", "input_n"], [169, 1, 1, "c.i8_roipooling_s", "input_w"], [169, 1, 1, "c.i8_roipooling_s", "max_c"], [169, 1, 1, "c.i8_roipooling_s", "num_rois"], [169, 1, 1, "c.i8_roipooling_s", "out_ptr"], [169, 1, 1, "c.i8_roipooling_s", "pooled_height"], [169, 1, 1, "c.i8_roipooling_s", "pooled_width"], [169, 1, 1, "c.i8_roipooling_s", "roi"], [169, 1, 1, "c.i8_roipooling_s", "scale"]], "i8_rsqrt_p": [[171, 1, 1, "c.i8_rsqrt_p", "dst"], [171, 1, 1, "c.i8_rsqrt_p", "length"], [171, 1, 1, "c.i8_rsqrt_p", "src"]], "i8_rsqrt_s": [[171, 1, 1, "c.i8_rsqrt_s", "core_mask"], [171, 1, 1, "c.i8_rsqrt_s", "dst"], [171, 1, 1, "c.i8_rsqrt_s", "length"], [171, 1, 1, "c.i8_rsqrt_s", "src"]], "i8_scale_fusion_p": [[173, 1, 1, "c.i8_scale_fusion_p", "bias"], [173, 1, 1, "c.i8_scale_fusion_p", "dst_data"], [173, 1, 1, "c.i8_scale_fusion_p", "length"], [173, 1, 1, "c.i8_scale_fusion_p", "scale"], [173, 1, 1, "c.i8_scale_fusion_p", "src_data"]], "i8_scale_fusion_s": [[173, 1, 1, "c.i8_scale_fusion_s", "bias"], [173, 1, 1, "c.i8_scale_fusion_s", "core_mask"], [173, 1, 1, "c.i8_scale_fusion_s", "dst_data"], [173, 1, 1, "c.i8_scale_fusion_s", "length"], [173, 1, 1, "c.i8_scale_fusion_s", "scale"], [173, 1, 1, "c.i8_scale_fusion_s", "src_data"]], "i8_scatter_elements_p": [[174, 1, 1, "c.i8_scatter_elements_p", "core_mask"], [174, 1, 1, "c.i8_scatter_elements_p", "indices"], [174, 1, 1, "c.i8_scatter_elements_p", "input"], [174, 1, 1, "c.i8_scatter_elements_p", "output"], [174, 1, 1, "c.i8_scatter_elements_p", "param"], [174, 1, 1, "c.i8_scatter_elements_p", "updates"]], "i8_scatter_elements_s": [[174, 1, 1, "c.i8_scatter_elements_s", "core_mask"], [174, 1, 1, "c.i8_scatter_elements_s", "indices"], [174, 1, 1, "c.i8_scatter_elements_s", "input"], [174, 1, 1, "c.i8_scatter_elements_s", "output"], [174, 1, 1, "c.i8_scatter_elements_s", "param"], [174, 1, 1, "c.i8_scatter_elements_s", "updates"]], "i8_scatter_nd_p": [[175, 1, 1, "c.i8_scatter_nd_p", "indices"], [175, 1, 1, "c.i8_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.i8_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.i8_scatter_nd_p", "output"], [175, 1, 1, "c.i8_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.i8_scatter_nd_p", "output_shape"], [175, 1, 1, "c.i8_scatter_nd_p", "updates"]], "i8_scatter_nd_s": [[175, 1, 1, "c.i8_scatter_nd_s", "core_mask"], [175, 1, 1, "c.i8_scatter_nd_s", "indices"], [175, 1, 1, "c.i8_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.i8_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.i8_scatter_nd_s", "output"], [175, 1, 1, "c.i8_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.i8_scatter_nd_s", "output_shape"], [175, 1, 1, "c.i8_scatter_nd_s", "updates"]], "i8_scatter_nd_update_p": [[176, 1, 1, "c.i8_scatter_nd_update_p", "indices"], [176, 1, 1, "c.i8_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.i8_scatter_nd_update_p", "output"], [176, 1, 1, "c.i8_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.i8_scatter_nd_update_p", "updates"]], "i8_scatter_nd_update_s": [[176, 1, 1, "c.i8_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.i8_scatter_nd_update_s", "indices"], [176, 1, 1, "c.i8_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.i8_scatter_nd_update_s", "output"], [176, 1, 1, "c.i8_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.i8_scatter_nd_update_s", "updates"]], "i8_select_p": [[177, 1, 1, "c.i8_select_p", "condition"], [177, 1, 1, "c.i8_select_p", "input0"], [177, 1, 1, "c.i8_select_p", "input1"], [177, 1, 1, "c.i8_select_p", "output"], [177, 1, 1, "c.i8_select_p", "params"]], "i8_select_s": [[177, 1, 1, "c.i8_select_s", "condition"], [177, 1, 1, "c.i8_select_s", "core_mask"], [177, 1, 1, "c.i8_select_s", "input0"], [177, 1, 1, "c.i8_select_s", "input1"], [177, 1, 1, "c.i8_select_s", "output"], [177, 1, 1, "c.i8_select_s", "params"]], "i8_sigmoid_p": [[14, 1, 1, "c.i8_sigmoid_p", "Input0"], [14, 1, 1, "c.i8_sigmoid_p", "length"], [14, 1, 1, "c.i8_sigmoid_p", "output"]], "i8_sigmoid_s": [[14, 1, 1, "c.i8_sigmoid_s", "Input0"], [14, 1, 1, "c.i8_sigmoid_s", "core_mask"], [14, 1, 1, "c.i8_sigmoid_s", "length"], [14, 1, 1, "c.i8_sigmoid_s", "output"]], "i8_sigmoidcrossentropywithlogits_p": [[180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "input0"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "input1"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "length"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "output"]], "i8_sigmoidcrossentropywithlogits_s": [[180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "core_mask"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "input0"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "input1"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "length"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "output"]], "i8_sin_p": [[182, 1, 1, "c.i8_sin_p", "dst_data"], [182, 1, 1, "c.i8_sin_p", "length"], [182, 1, 1, "c.i8_sin_p", "src_data"]], "i8_sin_s": [[182, 1, 1, "c.i8_sin_s", "core_mask"], [182, 1, 1, "c.i8_sin_s", "dst_data"], [182, 1, 1, "c.i8_sin_s", "length"], [182, 1, 1, "c.i8_sin_s", "src_data"]], "i8_slice_p": [[185, 1, 1, "c.i8_slice_p", "begin"], [185, 1, 1, "c.i8_slice_p", "input"], [185, 1, 1, "c.i8_slice_p", "input_shape"], [185, 1, 1, "c.i8_slice_p", "ndim"], [185, 1, 1, "c.i8_slice_p", "output"], [185, 1, 1, "c.i8_slice_p", "size"]], "i8_slice_s": [[185, 1, 1, "c.i8_slice_s", "begin"], [185, 1, 1, "c.i8_slice_s", "core_mask"], [185, 1, 1, "c.i8_slice_s", "input"], [185, 1, 1, "c.i8_slice_s", "input_shape"], [185, 1, 1, "c.i8_slice_s", "ndim"], [185, 1, 1, "c.i8_slice_s", "output"], [185, 1, 1, "c.i8_slice_s", "size"]], "i8_smoothl1loss_p": [[186, 1, 1, "c.i8_smoothl1loss_p", "beta"], [186, 1, 1, "c.i8_smoothl1loss_p", "length"], [186, 1, 1, "c.i8_smoothl1loss_p", "out"], [186, 1, 1, "c.i8_smoothl1loss_p", "predict"], [186, 1, 1, "c.i8_smoothl1loss_p", "target"]], "i8_smoothl1loss_s": [[186, 1, 1, "c.i8_smoothl1loss_s", "beta"], [186, 1, 1, "c.i8_smoothl1loss_s", "core_mask"], [186, 1, 1, "c.i8_smoothl1loss_s", "length"], [186, 1, 1, "c.i8_smoothl1loss_s", "out"], [186, 1, 1, "c.i8_smoothl1loss_s", "predict"], [186, 1, 1, "c.i8_smoothl1loss_s", "target"]], "i8_softmax_cross_entropy_with_logits_p": [[189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "batch_size"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "labels"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "logits"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "need_grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "num_of_classes"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "output"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "probs"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "sum_data"]], "i8_softmax_cross_entropy_with_logits_s": [[189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "batch_size"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "core_mask"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "labels"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "logits"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "need_grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "num_of_classes"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "output"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "probs"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "sum_data"]], "i8_softmax_p": [[188, 1, 1, "c.i8_softmax_p", "axis"], [188, 1, 1, "c.i8_softmax_p", "axis_size"], [188, 1, 1, "c.i8_softmax_p", "inner_size"], [188, 1, 1, "c.i8_softmax_p", "input_ptr"], [188, 1, 1, "c.i8_softmax_p", "n_dim"], [188, 1, 1, "c.i8_softmax_p", "output_ptr"], [188, 1, 1, "c.i8_softmax_p", "outter_size"], [188, 1, 1, "c.i8_softmax_p", "sum_data"]], "i8_softmax_s": [[188, 1, 1, "c.i8_softmax_s", "axis"], [188, 1, 1, "c.i8_softmax_s", "axis_size"], [188, 1, 1, "c.i8_softmax_s", "core_mask"], [188, 1, 1, "c.i8_softmax_s", "inner_size"], [188, 1, 1, "c.i8_softmax_s", "input_ptr"], [188, 1, 1, "c.i8_softmax_s", "n_dim"], [188, 1, 1, "c.i8_softmax_s", "output_ptr"], [188, 1, 1, "c.i8_softmax_s", "outter_size"], [188, 1, 1, "c.i8_softmax_s", "sum_data"]], "i8_softplus_p": [[14, 1, 1, "c.i8_softplus_p", "Input0"], [14, 1, 1, "c.i8_softplus_p", "length"], [14, 1, 1, "c.i8_softplus_p", "output"]], "i8_softplus_s": [[14, 1, 1, "c.i8_softplus_s", "Input0"], [14, 1, 1, "c.i8_softplus_s", "core_mask"], [14, 1, 1, "c.i8_softplus_s", "length"], [14, 1, 1, "c.i8_softplus_s", "output"]], "i8_softshrink_p": [[14, 1, 1, "c.i8_softshrink_p", "Input0"], [14, 1, 1, "c.i8_softshrink_p", "lambd"], [14, 1, 1, "c.i8_softshrink_p", "length"], [14, 1, 1, "c.i8_softshrink_p", "output"]], "i8_softshrink_s": [[14, 1, 1, "c.i8_softshrink_s", "Input0"], [14, 1, 1, "c.i8_softshrink_s", "core_mask"], [14, 1, 1, "c.i8_softshrink_s", "lambd"], [14, 1, 1, "c.i8_softshrink_s", "length"], [14, 1, 1, "c.i8_softshrink_s", "output"]], "i8_softsignopt_p": [[14, 1, 1, "c.i8_softsignopt_p", "Input0"], [14, 1, 1, "c.i8_softsignopt_p", "length"], [14, 1, 1, "c.i8_softsignopt_p", "output"]], "i8_softsignopt_s": [[14, 1, 1, "c.i8_softsignopt_s", "Input0"], [14, 1, 1, "c.i8_softsignopt_s", "core_mask"], [14, 1, 1, "c.i8_softsignopt_s", "length"], [14, 1, 1, "c.i8_softsignopt_s", "output"]], "i8_spacetobatch_p": [[190, 1, 1, "c.i8_spacetobatch_p", "block_size"], [190, 1, 1, "c.i8_spacetobatch_p", "data_size"], [190, 1, 1, "c.i8_spacetobatch_p", "input"], [190, 1, 1, "c.i8_spacetobatch_p", "input_shape"], [190, 1, 1, "c.i8_spacetobatch_p", "output"], [190, 1, 1, "c.i8_spacetobatch_p", "paddings"]], "i8_spacetobatch_s": [[190, 1, 1, "c.i8_spacetobatch_s", "block_size"], [190, 1, 1, "c.i8_spacetobatch_s", "core_mask"], [190, 1, 1, "c.i8_spacetobatch_s", "data_size"], [190, 1, 1, "c.i8_spacetobatch_s", "input"], [190, 1, 1, "c.i8_spacetobatch_s", "input_shape"], [190, 1, 1, "c.i8_spacetobatch_s", "output"], [190, 1, 1, "c.i8_spacetobatch_s", "paddings"]], "i8_spacetobatchnd_p": [[191, 1, 1, "c.i8_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.i8_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.i8_spacetobatchnd_p", "input"], [191, 1, 1, "c.i8_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.i8_spacetobatchnd_p", "output"], [191, 1, 1, "c.i8_spacetobatchnd_p", "paddings"]], "i8_spacetobatchnd_s": [[191, 1, 1, "c.i8_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.i8_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.i8_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.i8_spacetobatchnd_s", "input"], [191, 1, 1, "c.i8_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.i8_spacetobatchnd_s", "output"], [191, 1, 1, "c.i8_spacetobatchnd_s", "paddings"]], "i8_spacetodepth_p": [[192, 1, 1, "c.i8_spacetodepth_p", "block"], [192, 1, 1, "c.i8_spacetodepth_p", "data_size"], [192, 1, 1, "c.i8_spacetodepth_p", "in_shape"], [192, 1, 1, "c.i8_spacetodepth_p", "input"], [192, 1, 1, "c.i8_spacetodepth_p", "output"]], "i8_spacetodepth_s": [[192, 1, 1, "c.i8_spacetodepth_s", "block"], [192, 1, 1, "c.i8_spacetodepth_s", "core_mask"], [192, 1, 1, "c.i8_spacetodepth_s", "data_size"], [192, 1, 1, "c.i8_spacetodepth_s", "in_shape"], [192, 1, 1, "c.i8_spacetodepth_s", "input"], [192, 1, 1, "c.i8_spacetodepth_s", "output"]], "i8_sparse_fill_empty_rows_p": [[194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "values_ptr"]], "i8_sparse_fill_empty_rows_s": [[194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "values_ptr"]], "i8_sparse_to_dense_p": [[197, 1, 1, "c.i8_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.i8_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.i8_sparse_to_dense_p", "output"], [197, 1, 1, "c.i8_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.i8_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.i8_sparse_to_dense_p", "sparse_values"]], "i8_sparse_to_dense_s": [[197, 1, 1, "c.i8_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.i8_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.i8_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.i8_sparse_to_dense_s", "output"], [197, 1, 1, "c.i8_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.i8_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.i8_sparse_to_dense_s", "sparse_values"]], "i8_splice_p": [[198, 1, 1, "c.i8_splice_p", "context_dim"], [198, 1, 1, "c.i8_splice_p", "dst_col"], [198, 1, 1, "c.i8_splice_p", "dst_data"], [198, 1, 1, "c.i8_splice_p", "dst_row"], [198, 1, 1, "c.i8_splice_p", "forward_indexes"], [198, 1, 1, "c.i8_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.i8_splice_p", "src_col"], [198, 1, 1, "c.i8_splice_p", "src_data"], [198, 1, 1, "c.i8_splice_p", "src_row"]], "i8_splice_s": [[198, 1, 1, "c.i8_splice_s", "context_dim"], [198, 1, 1, "c.i8_splice_s", "core_mask"], [198, 1, 1, "c.i8_splice_s", "dst_col"], [198, 1, 1, "c.i8_splice_s", "dst_data"], [198, 1, 1, "c.i8_splice_s", "dst_row"], [198, 1, 1, "c.i8_splice_s", "forward_indexes"], [198, 1, 1, "c.i8_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.i8_splice_s", "src_col"], [198, 1, 1, "c.i8_splice_s", "src_data"], [198, 1, 1, "c.i8_splice_s", "src_row"]], "i8_split_p": [[199, 1, 1, "c.i8_split_p", "axis"], [199, 1, 1, "c.i8_split_p", "input"], [199, 1, 1, "c.i8_split_p", "input_ndim"], [199, 1, 1, "c.i8_split_p", "input_shape"], [199, 1, 1, "c.i8_split_p", "num_split"], [199, 1, 1, "c.i8_split_p", "outputs"], [199, 1, 1, "c.i8_split_p", "split_sizes"]], "i8_split_s": [[199, 1, 1, "c.i8_split_s", "axis"], [199, 1, 1, "c.i8_split_s", "core_mask"], [199, 1, 1, "c.i8_split_s", "input"], [199, 1, 1, "c.i8_split_s", "input_ndim"], [199, 1, 1, "c.i8_split_s", "input_shape"], [199, 1, 1, "c.i8_split_s", "num_split"], [199, 1, 1, "c.i8_split_s", "outputs"], [199, 1, 1, "c.i8_split_s", "split_sizes"]], "i8_split_with_overlap_p": [[200, 1, 1, "c.i8_split_with_overlap_p", "axis"], [200, 1, 1, "c.i8_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.i8_split_with_overlap_p", "input"], [200, 1, 1, "c.i8_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.i8_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.i8_split_with_overlap_p", "num_split"], [200, 1, 1, "c.i8_split_with_overlap_p", "outputs"], [200, 1, 1, "c.i8_split_with_overlap_p", "start_indices"]], "i8_split_with_overlap_s": [[200, 1, 1, "c.i8_split_with_overlap_s", "axis"], [200, 1, 1, "c.i8_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.i8_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.i8_split_with_overlap_s", "input"], [200, 1, 1, "c.i8_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.i8_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.i8_split_with_overlap_s", "num_split"], [200, 1, 1, "c.i8_split_with_overlap_s", "outputs"], [200, 1, 1, "c.i8_split_with_overlap_s", "start_indices"]], "i8_sqrt_p": [[201, 1, 1, "c.i8_sqrt_p", "dst_data"], [201, 1, 1, "c.i8_sqrt_p", "length"], [201, 1, 1, "c.i8_sqrt_p", "src_data"]], "i8_sqrt_s": [[201, 1, 1, "c.i8_sqrt_s", "core_mask"], [201, 1, 1, "c.i8_sqrt_s", "dst_data"], [201, 1, 1, "c.i8_sqrt_s", "length"], [201, 1, 1, "c.i8_sqrt_s", "src_data"]], "i8_square_difference_p": [[204, 1, 1, "c.i8_square_difference_p", "input0"], [204, 1, 1, "c.i8_square_difference_p", "input1"], [204, 1, 1, "c.i8_square_difference_p", "output"], [204, 1, 1, "c.i8_square_difference_p", "params"]], "i8_square_difference_s": [[204, 1, 1, "c.i8_square_difference_s", "core_mask"], [204, 1, 1, "c.i8_square_difference_s", "input0"], [204, 1, 1, "c.i8_square_difference_s", "input1"], [204, 1, 1, "c.i8_square_difference_s", "output"], [204, 1, 1, "c.i8_square_difference_s", "params"]], "i8_square_p": [[203, 1, 1, "c.i8_square_p", "dst"], [203, 1, 1, "c.i8_square_p", "length"], [203, 1, 1, "c.i8_square_p", "src"]], "i8_square_s": [[203, 1, 1, "c.i8_square_s", "core_mask"], [203, 1, 1, "c.i8_square_s", "dst"], [203, 1, 1, "c.i8_square_s", "length"], [203, 1, 1, "c.i8_square_s", "src"]], "i8_stack_p": [[206, 1, 1, "c.i8_stack_p", "axis"], [206, 1, 1, "c.i8_stack_p", "input_ndim"], [206, 1, 1, "c.i8_stack_p", "input_shape"], [206, 1, 1, "c.i8_stack_p", "inputs"], [206, 1, 1, "c.i8_stack_p", "num_inputs"], [206, 1, 1, "c.i8_stack_p", "output"]], "i8_stack_s": [[206, 1, 1, "c.i8_stack_s", "axis"], [206, 1, 1, "c.i8_stack_s", "core_mask"], [206, 1, 1, "c.i8_stack_s", "input_ndim"], [206, 1, 1, "c.i8_stack_s", "input_shape"], [206, 1, 1, "c.i8_stack_s", "inputs"], [206, 1, 1, "c.i8_stack_s", "num_inputs"], [206, 1, 1, "c.i8_stack_s", "output"]], "i8_sub_p": [[209, 1, 1, "c.i8_sub_p", "input0"], [209, 1, 1, "c.i8_sub_p", "input1"], [209, 1, 1, "c.i8_sub_p", "output"], [209, 1, 1, "c.i8_sub_p", "param"]], "i8_sub_s": [[209, 1, 1, "c.i8_sub_s", "core_mask"], [209, 1, 1, "c.i8_sub_s", "input0"], [209, 1, 1, "c.i8_sub_s", "input1"], [209, 1, 1, "c.i8_sub_s", "output"], [209, 1, 1, "c.i8_sub_s", "param"]], "i8_swish_p": [[14, 1, 1, "c.i8_swish_p", "Input0"], [14, 1, 1, "c.i8_swish_p", "length"], [14, 1, 1, "c.i8_swish_p", "output"]], "i8_swish_s": [[14, 1, 1, "c.i8_swish_s", "Input0"], [14, 1, 1, "c.i8_swish_s", "core_mask"], [14, 1, 1, "c.i8_swish_s", "length"], [14, 1, 1, "c.i8_swish_s", "output"]], "i8_tanh_p": [[14, 1, 1, "c.i8_tanh_p", "Input0"], [14, 1, 1, "c.i8_tanh_p", "length"], [14, 1, 1, "c.i8_tanh_p", "output"]], "i8_tanh_s": [[14, 1, 1, "c.i8_tanh_s", "Input0"], [14, 1, 1, "c.i8_tanh_s", "core_mask"], [14, 1, 1, "c.i8_tanh_s", "length"], [14, 1, 1, "c.i8_tanh_s", "output"]], "i8_tensor_scatter_add_p": [[213, 1, 1, "c.i8_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "input"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "output"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "updates"]], "i8_tensor_scatter_add_s": [[213, 1, 1, "c.i8_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "input"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "output"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "updates"]], "i8_tensorarrayread_p": [[215, 1, 1, "c.i8_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.i8_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.i8_tensorarrayread_p", "index"], [215, 1, 1, "c.i8_tensorarrayread_p", "output_data"], [215, 1, 1, "c.i8_tensorarrayread_p", "output_size"]], "i8_tensorarrayread_s": [[215, 1, 1, "c.i8_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.i8_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.i8_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.i8_tensorarrayread_s", "index"], [215, 1, 1, "c.i8_tensorarrayread_s", "output_data"], [215, 1, 1, "c.i8_tensorarrayread_s", "output_size"]], "i8_tensorlist_from_tensor_p": [[217, 1, 1, "c.i8_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.i8_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.i8_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.i8_tensorlist_from_tensor_p", "output_tensors"]], "i8_tensorlist_from_tensor_s": [[217, 1, 1, "c.i8_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "output_tensors"]], "i8_tile_p": [[222, 1, 1, "c.i8_tile_p", "input"], [222, 1, 1, "c.i8_tile_p", "input_shape"], [222, 1, 1, "c.i8_tile_p", "output"], [222, 1, 1, "c.i8_tile_p", "stride"], [222, 1, 1, "c.i8_tile_p", "tile_dim"], [222, 1, 1, "c.i8_tile_p", "tile_num"]], "i8_tile_s": [[222, 1, 1, "c.i8_tile_s", "core_mask"], [222, 1, 1, "c.i8_tile_s", "input"], [222, 1, 1, "c.i8_tile_s", "input_shape"], [222, 1, 1, "c.i8_tile_s", "output"], [222, 1, 1, "c.i8_tile_s", "stride"], [222, 1, 1, "c.i8_tile_s", "tile_dim"], [222, 1, 1, "c.i8_tile_s", "tile_num"]], "i8_to_fp_dequant_p": [[153, 1, 1, "c.i8_to_fp_dequant_p", "input"], [153, 1, 1, "c.i8_to_fp_dequant_p", "length"], [153, 1, 1, "c.i8_to_fp_dequant_p", "output"], [153, 1, 1, "c.i8_to_fp_dequant_p", "scale"], [153, 1, 1, "c.i8_to_fp_dequant_p", "zp"]], "i8_to_fp_dequant_s": [[153, 1, 1, "c.i8_to_fp_dequant_s", "core_mask"], [153, 1, 1, "c.i8_to_fp_dequant_s", "input"], [153, 1, 1, "c.i8_to_fp_dequant_s", "length"], [153, 1, 1, "c.i8_to_fp_dequant_s", "output"], [153, 1, 1, "c.i8_to_fp_dequant_s", "scale"], [153, 1, 1, "c.i8_to_fp_dequant_s", "zp"]], "i8_to_hp_dequant_p": [[153, 1, 1, "c.i8_to_hp_dequant_p", "input"], [153, 1, 1, "c.i8_to_hp_dequant_p", "length"], [153, 1, 1, "c.i8_to_hp_dequant_p", "output"], [153, 1, 1, "c.i8_to_hp_dequant_p", "scale"], [153, 1, 1, "c.i8_to_hp_dequant_p", "zp"]], "i8_to_hp_dequant_s": [[153, 1, 1, "c.i8_to_hp_dequant_s", "core_mask"], [153, 1, 1, "c.i8_to_hp_dequant_s", "input"], [153, 1, 1, "c.i8_to_hp_dequant_s", "length"], [153, 1, 1, "c.i8_to_hp_dequant_s", "output"], [153, 1, 1, "c.i8_to_hp_dequant_s", "scale"], [153, 1, 1, "c.i8_to_hp_dequant_s", "zp"]], "i8_transpose_p": [[224, 1, 1, "c.i8_transpose_p", "in_data"], [224, 1, 1, "c.i8_transpose_p", "num_axes"], [224, 1, 1, "c.i8_transpose_p", "out_data"], [224, 1, 1, "c.i8_transpose_p", "out_strides"], [224, 1, 1, "c.i8_transpose_p", "output_shape"], [224, 1, 1, "c.i8_transpose_p", "perm"], [224, 1, 1, "c.i8_transpose_p", "strides"]], "i8_transpose_s": [[224, 1, 1, "c.i8_transpose_s", "core_mask"], [224, 1, 1, "c.i8_transpose_s", "in_data"], [224, 1, 1, "c.i8_transpose_s", "num_axes"], [224, 1, 1, "c.i8_transpose_s", "out_data"], [224, 1, 1, "c.i8_transpose_s", "out_strides"], [224, 1, 1, "c.i8_transpose_s", "output_shape"], [224, 1, 1, "c.i8_transpose_s", "perm"], [224, 1, 1, "c.i8_transpose_s", "strides"]], "i8_tril_p": [[225, 1, 1, "c.i8_tril_p", "dst"], [225, 1, 1, "c.i8_tril_p", "height"], [225, 1, 1, "c.i8_tril_p", "k"], [225, 1, 1, "c.i8_tril_p", "out_elems"], [225, 1, 1, "c.i8_tril_p", "src"], [225, 1, 1, "c.i8_tril_p", "width"]], "i8_tril_s": [[225, 1, 1, "c.i8_tril_s", "core_mask"], [225, 1, 1, "c.i8_tril_s", "dst"], [225, 1, 1, "c.i8_tril_s", "height"], [225, 1, 1, "c.i8_tril_s", "k"], [225, 1, 1, "c.i8_tril_s", "out_elems"], [225, 1, 1, "c.i8_tril_s", "src"], [225, 1, 1, "c.i8_tril_s", "width"]], "i8_triu_p": [[226, 1, 1, "c.i8_triu_p", "dst"], [226, 1, 1, "c.i8_triu_p", "height"], [226, 1, 1, "c.i8_triu_p", "k"], [226, 1, 1, "c.i8_triu_p", "out_elems"], [226, 1, 1, "c.i8_triu_p", "src"], [226, 1, 1, "c.i8_triu_p", "width"]], "i8_triu_s": [[226, 1, 1, "c.i8_triu_s", "core_mask"], [226, 1, 1, "c.i8_triu_s", "dst"], [226, 1, 1, "c.i8_triu_s", "height"], [226, 1, 1, "c.i8_triu_s", "k"], [226, 1, 1, "c.i8_triu_s", "out_elems"], [226, 1, 1, "c.i8_triu_s", "src"], [226, 1, 1, "c.i8_triu_s", "width"]], "i8_unsorted_segment_sum_p": [[229, 1, 1, "c.i8_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "output"]], "i8_unsorted_segment_sum_s": [[229, 1, 1, "c.i8_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "output"]], "i8_where_p": [[232, 1, 1, "c.i8_where_p", "condition"], [232, 1, 1, "c.i8_where_p", "input0"], [232, 1, 1, "c.i8_where_p", "input1"], [232, 1, 1, "c.i8_where_p", "length"], [232, 1, 1, "c.i8_where_p", "output"]], "i8_where_s": [[232, 1, 1, "c.i8_where_s", "condition"], [232, 1, 1, "c.i8_where_s", "core_mask"], [232, 1, 1, "c.i8_where_s", "input0"], [232, 1, 1, "c.i8_where_s", "input1"], [232, 1, 1, "c.i8_where_s", "length"], [232, 1, 1, "c.i8_where_s", "output"]], "i8_zerolike_p": [[233, 1, 1, "c.i8_zerolike_p", "length"], [233, 1, 1, "c.i8_zerolike_p", "output"]], "i8_zerolike_s": [[233, 1, 1, "c.i8_zerolike_s", "core_mask"], [233, 1, 1, "c.i8_zerolike_s", "length"], [233, 1, 1, "c.i8_zerolike_s", "output"]], "rank_p": [[158, 1, 1, "c.rank_p", "n"], [158, 1, 1, "c.rank_p", "output"]], "rank_s": [[158, 1, 1, "c.rank_s", "core_mask"], [158, 1, 1, "c.rank_s", "n"], [158, 1, 1, "c.rank_s", "output"]], "shape": [[179, 1, 1, "c.shape", "inputs"], [179, 1, 1, "c.shape", "inputs_size"], [179, 1, 1, "c.shape", "outputs"], [179, 1, 1, "c.shape", "outputs_size"], [179, 1, 1, "c.shape", "param"]], "size_p": [[183, 1, 1, "c.size_p", "n"], [183, 1, 1, "c.size_p", "output"], [183, 1, 1, "c.size_p", "shape"]], "size_s": [[183, 1, 1, "c.size_s", "core_mask"], [183, 1, 1, "c.size_s", "n"], [183, 1, 1, "c.size_s", "output"], [183, 1, 1, "c.size_s", "shape"]], "skipgram_p": [[184, 1, 1, "c.skipgram_p", "blank"], [184, 1, 1, "c.skipgram_p", "grams"], [184, 1, 1, "c.skipgram_p", "grams_word_count"], [184, 1, 1, "c.skipgram_p", "include_all_ngrams"], [184, 1, 1, "c.skipgram_p", "len"], [184, 1, 1, "c.skipgram_p", "max_skip_size"], [184, 1, 1, "c.skipgram_p", "ngram_size"], [184, 1, 1, "c.skipgram_p", "offset"], [184, 1, 1, "c.skipgram_p", "output_tensor"], [184, 1, 1, "c.skipgram_p", "sentence"], [184, 1, 1, "c.skipgram_p", "shape"], [184, 1, 1, "c.skipgram_p", "stack"], [184, 1, 1, "c.skipgram_p", "words"]], "skipgram_s": [[184, 1, 1, "c.skipgram_s", "blank"], [184, 1, 1, "c.skipgram_s", "core_mask"], [184, 1, 1, "c.skipgram_s", "grams"], [184, 1, 1, "c.skipgram_s", "grams_word_count"], [184, 1, 1, "c.skipgram_s", "include_all_ngrams"], [184, 1, 1, "c.skipgram_s", "len"], [184, 1, 1, "c.skipgram_s", "max_skip_size"], [184, 1, 1, "c.skipgram_s", "ngram_size"], [184, 1, 1, "c.skipgram_s", "offset"], [184, 1, 1, "c.skipgram_s", "output_tensor"], [184, 1, 1, "c.skipgram_s", "sentence"], [184, 1, 1, "c.skipgram_s", "shape"], [184, 1, 1, "c.skipgram_s", "stack"], [184, 1, 1, "c.skipgram_s", "words"]], "stridedslice": [[207, 1, 1, "c.stridedslice", "begins"], [207, 1, 1, "c.stridedslice", "begins"], [207, 1, 1, "c.stridedslice", "cal_num_per_thread"], [207, 1, 1, "c.stridedslice", "cal_num_per_thread"], [207, 1, 1, "c.stridedslice", "caled_num"], [207, 1, 1, "c.stridedslice", "caled_num"], [207, 1, 1, "c.stridedslice", "core_mask"], [207, 1, 1, "c.stridedslice", "data_type_bytes"], [207, 1, 1, "c.stridedslice", "data_type_bytes"], [207, 1, 1, "c.stridedslice", "ends"], [207, 1, 1, "c.stridedslice", "ends"], [207, 1, 1, "c.stridedslice", "fast_run"], [207, 1, 1, "c.stridedslice", "fast_run"], [207, 1, 1, "c.stridedslice", "in_shape"], [207, 1, 1, "c.stridedslice", "in_shape"], [207, 1, 1, "c.stridedslice", "in_shape_size"], [207, 1, 1, "c.stridedslice", "in_shape_size"], [207, 1, 1, "c.stridedslice", "inner"], [207, 1, 1, "c.stridedslice", "inner"], [207, 1, 1, "c.stridedslice", "inner_size"], [207, 1, 1, "c.stridedslice", "inner_size"], [207, 1, 1, "c.stridedslice", "input"], [207, 1, 1, "c.stridedslice", "input"], [207, 1, 1, "c.stridedslice", "out_shape"], [207, 1, 1, "c.stridedslice", "out_shape"], [207, 1, 1, "c.stridedslice", "out_shape_size"], [207, 1, 1, "c.stridedslice", "out_shape_size"], [207, 1, 1, "c.stridedslice", "outer"], [207, 1, 1, "c.stridedslice", "outer"], [207, 1, 1, "c.stridedslice", "output"], [207, 1, 1, "c.stridedslice", "output"], [207, 1, 1, "c.stridedslice", "parallel_on_outer"], [207, 1, 1, "c.stridedslice", "parallel_on_outer"], [207, 1, 1, "c.stridedslice", "parallel_on_split_axis"], [207, 1, 1, "c.stridedslice", "parallel_on_split_axis"], [207, 1, 1, "c.stridedslice", "soft_copy_mode"], [207, 1, 1, "c.stridedslice", "soft_copy_mode"], [207, 1, 1, "c.stridedslice", "split_axis"], [207, 1, 1, "c.stridedslice", "split_axis"], [207, 1, 1, "c.stridedslice", "strides"], [207, 1, 1, "c.stridedslice", "strides"], [207, 1, 1, "c.stridedslice", "temp_space"], [207, 1, 1, "c.stridedslice", "temp_space"]], "switch_p": [[211, 1, 1, "c.switch_p", "condition"], [211, 1, 1, "c.switch_p", "input_x"], [211, 1, 1, "c.switch_p", "input_y"], [211, 1, 1, "c.switch_p", "output"]], "switch_s": [[211, 1, 1, "c.switch_s", "condition"], [211, 1, 1, "c.switch_s", "input_x"], [211, 1, 1, "c.switch_s", "input_y"], [211, 1, 1, "c.switch_s", "output"]], "switchlayer_p": [[212, 1, 1, "c.switchlayer_p", "index"], [212, 1, 1, "c.switchlayer_p", "input_tensors"], [212, 1, 1, "c.switchlayer_p", "output"]], "switchlayer_s": [[212, 1, 1, "c.switchlayer_s", "core_mask"], [212, 1, 1, "c.switchlayer_s", "index"], [212, 1, 1, "c.switchlayer_s", "input_tensors"], [212, 1, 1, "c.switchlayer_s", "output"]], "tensorarrayread_p": [[214, 1, 1, "c.tensorarrayread_p", "index"], [214, 1, 1, "c.tensorarrayread_p", "output"], [214, 1, 1, "c.tensorarrayread_p", "tensors"]], "tensorarrayread_s": [[214, 1, 1, "c.tensorarrayread_s", "core_mask"], [214, 1, 1, "c.tensorarrayread_s", "index"], [214, 1, 1, "c.tensorarrayread_s", "output"], [214, 1, 1, "c.tensorarrayread_s", "tensors"]], "tensorarraywrite_p": [[214, 1, 1, "c.tensorarraywrite_p", "index"], [214, 1, 1, "c.tensorarraywrite_p", "input"], [214, 1, 1, "c.tensorarraywrite_p", "tensors"]], "tensorarraywrite_s": [[214, 1, 1, "c.tensorarraywrite_s", "core_mask"], [214, 1, 1, "c.tensorarraywrite_s", "index"], [214, 1, 1, "c.tensorarraywrite_s", "input"], [214, 1, 1, "c.tensorarraywrite_s", "tensors"]], "tensorlistgetitem_p": [[218, 1, 1, "c.tensorlistgetitem_p", "data_type"], [218, 1, 1, "c.tensorlistgetitem_p", "dst"], [218, 1, 1, "c.tensorlistgetitem_p", "length"], [218, 1, 1, "c.tensorlistgetitem_p", "src"]], "tensorlistgetitem_s": [[218, 1, 1, "c.tensorlistgetitem_s", "core_mask"], [218, 1, 1, "c.tensorlistgetitem_s", "data_type"], [218, 1, 1, "c.tensorlistgetitem_s", "dst"], [218, 1, 1, "c.tensorlistgetitem_s", "length"], [218, 1, 1, "c.tensorlistgetitem_s", "src"]], "tensorlistsetitem_p": [[220, 1, 1, "c.tensorlistsetitem_p", "copy_size"], [220, 1, 1, "c.tensorlistsetitem_p", "in_data"], [220, 1, 1, "c.tensorlistsetitem_p", "in_item"], [220, 1, 1, "c.tensorlistsetitem_p", "index"], [220, 1, 1, "c.tensorlistsetitem_p", "out_data"], [220, 1, 1, "c.tensorlistsetitem_p", "tensorlist_size"]], "tensorlistsetitem_s": [[220, 1, 1, "c.tensorlistsetitem_s", "copy_size"], [220, 1, 1, "c.tensorlistsetitem_s", "core_mask"], [220, 1, 1, "c.tensorlistsetitem_s", "in_data"], [220, 1, 1, "c.tensorlistsetitem_s", "in_item"], [220, 1, 1, "c.tensorlistsetitem_s", "index"], [220, 1, 1, "c.tensorlistsetitem_s", "out_data"], [220, 1, 1, "c.tensorlistsetitem_s", "tensorlist_size"]], "unstack_p": [[231, 1, 1, "c.unstack_p", "axis"], [231, 1, 1, "c.unstack_p", "data_size"], [231, 1, 1, "c.unstack_p", "input"], [231, 1, 1, "c.unstack_p", "ndim"], [231, 1, 1, "c.unstack_p", "output"], [231, 1, 1, "c.unstack_p", "shape"]], "unstack_s": [[231, 1, 1, "c.unstack_s", "axis"], [231, 1, 1, "c.unstack_s", "core_mask"], [231, 1, 1, "c.unstack_s", "data_size"], [231, 1, 1, "c.unstack_s", "input"], [231, 1, 1, "c.unstack_s", "ndim"], [231, 1, 1, "c.unstack_s", "output"], [231, 1, 1, "c.unstack_s", "shape"]], "mindradar": [[8, 2, 1, "", "ComplexAbs"], [9, 2, 1, "", "FFT"], [10, 2, 1, "", "IFFT"]]}, "objtypes": {"0": "c:function", "1": "c:functionParam", "2": "py:class"}, "objnames": {"0": ["c", "function", "C \u51fd\u6570"], "1": ["c", "functionParam", "C \u51fd\u6570\u53c2\u6570"], "2": ["py", "class", "Python \u7c7b"]}, "titleterms": {"gray_cnn": 0, "python": [0, 6, 237, 239], "ai": [1, 2], "dsp": [1, 4, 70, 241], "hrrp": 3, "mindspor": [3, 5, 236, 237, 239, 244], "signal": [3, 5, 236, 244], "keyston": 3, "rdsar": 5, "sar": 5, "matlab": 5, "rpc": 6, "ft04": 6, "complexab": 8, "fft": 9, "ifft": 10, "abs": 12, "absgrad": 13, "activ": 14, "activationgrad": 15, "adam": 16, "adamweightdecay": 17, "addfus": 18, "addgrad": 19, "adderfus": 20, "addn": 21, "affin": 22, "all": 23, "allgath": 24, "applymomentum": 25, "argmax": 26, "argmin": 27, "assert": 28, "assign": 29, "assignadd": 30, "attent": 31, "audiospectrogram": 32, "avgpoolgrad": 33, "avgpool": 34, "batchtospac": 35, "batchnorm": 36, "batchnormgrad": 37, "batchtospacend": 38, "biasadd": 39, "biasaddgrad": 40, "binarycrossentropygrad": 41, "binarycrossentropi": 42, "broadcastto": 43, "call": 44, "cast": 45, "ceil": 46, "clip": 47, "concat": 48, "constantofshap": 49, "conv2d": 50, "conv2dtranspos": 51, "conv2dbackpropfilterfus": 52, "conv2dbackpropinputfus": 53, "cos": 54, "crop": 55, "cropandres": 56, "cumsum": 57, "custom": 58, "customextractfeatur": 59, "customnorm": 60, "custompredict": 61, "deconvgradfilt": 62, "depend": 63, "depthtospac": 64, "detectionpostprocess": 65, "divfus": 66, "divgrad": 67, "dropout": 68, "dropoutgrad": 69, "librari": 70, "api": 70, "refer": 70, "dynamicqu": 71, "eltwis": 72, "elu": 73, "embeddinglookup": 74, "equal": 75, "erf": 76, "expanddim": 77, "expfus": 78, "fakequantwithminmaxvar": 79, "fakequantwithminmaxvarsperchannel": 80, "fftimag": 81, "fftreal": 82, "fill": 83, "fillv2": 84, "flatten": 85, "flattengrad": 86, "floor": 87, "floormod": 88, "floordiv": 89, "formattranspos": 90, "fullconnect": 91, "fusedbatchnorm": 92, "gather": 93, "gathernd": 94, "gatherd": 95, "genop": 96, "glu": 97, "greater": 98, "greaterequ": 99, "groupnormfus": 100, "gru": 101, "hashtablelookup": 102, "instancenorm": 103, "invertpermut": 104, "isfinit": 105, "l2norm": 106, "layernormfus": 107, "layernormgrad": 108, "leakyrelu": 109, "less": 110, "lessequ": 111, "linspac": 112, "log": 113, "log1p": 114, "loggrad": 115, "logicaland": 116, "logicalnot": 117, "logicalor": 118, "logsoftmax": 119, "lpnormal": 120, "lrn": 121, "lshproject": 122, "lstm": 123, "lstmgrad": 124, "lstmgraddata": 125, "lstmgradweight": 126, "matmulfus": 127, "maximum": 128, "maximumgrad": 129, "maxpoolfus": 130, "maxpoolgrad": 131, "mfcc": 132, "minimum": 133, "minimumgrad": 134, "mod": 135, "mulfus": 136, "mulgrad": 137, "neg": 138, "neggrad": 139, "nllloss": 140, "nlllossgrad": 141, "nonmaxsuppress": 142, "nonzero": 143, "notequ": 144, "onehot": 145, "oneslik": 146, "padfus": 147, "partialfus": 148, "powfus": 149, "powergrad": 150, "prelufus": 151, "priorbox": 152, "quantdtypecast": 153, "raggedrang": 154, "randomnorm": 155, "randomstandardnorm": 156, "rang": 157, "rank": 158, "realdiv": 159, "reciproc": 160, "reduc": 161, "reducescatt": 162, "reshap": 163, "resiz": 164, "resizegrad": 165, "reversesequ": 166, "reversev2": 167, "rfft": 168, "roipool": 169, "round": 170, "rsqrt": 171, "rsqrtgrad": 172, "scalefus": 173, "scatterel": 174, "scatternd": 175, "scatterndupd": 176, "select": 177, "sgd": 178, "shape": 179, "sigmoidcrossentropywithlogit": 180, "sigmoidcrossentropywithlogitsgrad": 181, "sin": 182, "size": 183, "skipgram": 184, "slicefus": 185, "smoothl1loss": 186, "smoothl1lossgrad": 187, "softmax": 188, "softmaxcrossentropywithlogit": 189, "spacetobatch": 190, "spacetobatchnd": 191, "spacetodepth": 192, "sparsesoftmaxcrossentropywithlogit": 193, "sparsefillemptyrow": 194, "sparsereshap": 195, "sparsesegmentsum": 196, "sparsetodens": 197, "splice": 198, "split": 199, "splitwithoverlap": 200, "sqrt": 201, "sqrtgrad": 202, "squar": 203, "squarediffer": 204, "squeez": 205, "stack": 206, "stridedslic": 207, "stridedslicegrad": 208, "subfus": 209, "subgrad": 210, "switch": 211, "switchlay": 212, "tensorscatteradd": 213, "tensorarray": 214, "tensorarrayread": 215, "tensorarraywrit": 216, "tensorlistfromtensor": 217, "tensorlistgetitem": 218, "tensorlistreserv": 219, "tensorlistsetitem": 220, "tensorliststack": 221, "tile": 222, "topkfus": 223, "transpos": 224, "tril": 225, "triu": 226, "uniformr": 227, "uniqu": 228, "unsortedsegmentsum": 229, "unsqueez": 230, "unstack": 231, "where": 232, "zeroslik": 233, "hellodsp": 237, "lite": 237, "main": 237, "cc": 237, "mt7004": 237, "radar": 239, "conda": 239, "mindradar": 239, "yhft": 239, "ide": 239, "cmake": 239, "netron": 239}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"GRAY_CNN(\u56fe\u7247\u7070\u5ea6\u5316\u5904\u7406+\u56fe\u7247\u8bc6\u522b)": [[0, "gray-cnn"]], "\u5e94\u7528\u6982\u8ff0": [[0, "id1"]], "\u5f00\u53d1\u6d41\u7a0b": [[0, "id2"]], "1. \u5b9a\u4e49\u6a21\u578b": [[0, "id3"]], "2. \u6a21\u578b\u8bad\u7ec3": [[0, "model-training"]], "3. \u91cd\u65b0\u7ec4\u7f51": [[0, "id5"]], "4. \u8f6c\u6362\u6a21\u578b": [[0, "id6"], [6, "id6"]], "5. \u90e8\u7f72\u548c\u8fd0\u884c\u7a0b\u5e8f": [[0, "id7"]], "python\u5b8c\u6574\u4ee3\u7801\u793a\u4f8b": [[0, "python"]], "AI+DSP\u5e94\u7528\u793a\u4f8b": [[1, "ai-dsp"]], "AI\u8f85\u52a9\u5f00\u53d1\u793a\u4f8b": [[2, "ai"]], "HRRP\uff08\u9ad8\u5206\u8fa8\u7387\u8ddd\u79bb\u50cf\u7b97\u6cd5\uff09": [[3, "hrrp"]], "\u7b97\u6cd5\u6982\u8ff0": [[3, "id1"], [5, "id1"]], "\u4ee3\u7801\u6765\u6e90": [[3, "id2"]], "MindSpore Signal+ \u5b9e\u73b0": [[3, "mindspore-signal"], [5, "mindspore-signal"]], "1 \u6570\u636e\u8bfb\u53d6": [[3, "id3"]], "2 \u6570\u636e\u9884\u5904\u7406": [[3, "id4"]], "2.1 \u76f8\u4f4d\u8865\u507f\u56e0\u5b50\u8ba1\u7b97": [[3, "id5"]], "2.2 Keystone\u53d8\u6362\u53c2\u6570\u9884\u8ba1\u7b97": [[3, "keystone"]], "2.3 \u6cf0\u52d2\u7a97\u51fd\u6570\u9884\u8ba1\u7b97": [[3, "id6"]], "2.4 \u5faa\u73af\u79fb\u4f4d\u7d22\u5f15\u9884\u8ba1\u7b97": [[3, "id7"]], "3 \u6838\u5fc3\u8ba1\u7b97": [[3, "id8"]], "3.1 \u76f8\u4f4d\u8865\u507f": [[3, "id9"]], "3.2 \u591a\u6a21\u7cca\u6570\u5904\u7406\u5faa\u73af": [[3, "id10"]], "3.3 Keystone\u53d8\u6362\u8be6\u89e3": [[3, "id11"]], "3.4 HRRP\u751f\u6210": [[3, "id12"]], "3.5 \u71b5\u503c\u8bc4\u4f30": [[3, "id13"]], "3.6 \u6700\u4f18\u7ed3\u679c\u9009\u62e9": [[3, "id14"]], "4 \u6570\u636e\u540e\u5904\u7406": [[3, "id15"]], "\u677f\u5361\u90e8\u7f72": [[3, "id16"], [5, "id6"]], "DSP\u5e94\u7528\u793a\u4f8b": [[4, "dsp"]], "RDSAR\uff08\u8ddd\u79bb-\u591a\u666e\u52d2SAR\u6210\u50cf\u7b97\u6cd5\uff09": [[5, "rdsar-sar"]], "MATLAB \u5b9e\u73b0": [[5, "matlab"]], "1. \u6570\u636e\u8bfb\u53d6": [[5, "id2"]], "2. \u6570\u636e\u9884\u5904\u7406": [[5, "id3"]], "3. \u6838\u5fc3\u8ba1\u7b97": [[5, "id4"]], "4. \u6570\u636e\u540e\u5904\u7406": [[5, "id5"]], "\u53c2\u8003\u4e0e\u6e90\u7801": [[5, "id7"]], "RPC(\u5927\u70b9\u6570\u8109\u51b2\u538b\u7f29\u7b97\u6cd5)": [[6, "rpc"]], "1. \u6982\u8ff0": [[6, "id1"]], "2. FT04 c\u5b9e\u73b0": [[6, "ft04-c"]], "3. \u5f00\u53d1\u6d41\u7a0b": [[6, "id2"]], "3.1 \u6570\u636e\u5bfc\u5165": [[6, "id3"]], "3.2 \u5e38\u91cf\u5904\u7406": [[6, "id4"]], "3.3 \u6838\u5fc3\u8ba1\u7b97": [[6, "id5"]], "python\u5b8c\u6574\u4ee3\u7801\u793a\u4f8b\uff1a": [[6, "python"]], "5. \u7aef\u4fa7\u90e8\u7f72\u3001\u8fd0\u884c": [[6, "id7"]], "6. \u6d4b\u8bd5": [[6, "id8"]], "\u5e94\u7528\u5f00\u53d1\u793a\u4f8b": [[7, "id1"]], "ComplexAbs": [[8, "complexabs"]], "FFT": [[9, "fft"]], "IFFT": [[10, "ifft"]], "\u81ea\u5b9a\u4e49\u7b97\u5b50\u5217\u8868": [[11, "id1"]], "Abs": [[12, "abs"]], "AbsGrad": [[13, "absgrad"]], "Activation": [[14, "activation"]], "ActivationGrad": [[15, "activationgrad"]], "Adam": [[16, "adam"]], "AdamWeightDecay": [[17, "adamweightdecay"]], "AddFusion": [[18, "addfusion"]], "AddGrad": [[19, "addgrad"]], "AdderFusion": [[20, "adderfusion"]], "AddN": [[21, "addn"]], "Affine": [[22, "affine"]], "All": [[23, "all"]], "AllGather": [[24, "allgather"]], "ApplyMomentum": [[25, "applymomentum"]], "Argmax": [[26, "argmax"]], "Argmin": [[27, "argmin"]], "Assert": [[28, "assert"]], "Assign": [[29, "assign"]], "AssignAdd": [[30, "assignadd"]], "Attention": [[31, "attention"]], "AudioSpectrogram": [[32, "audiospectrogram"]], "AvgPoolGrad": [[33, "avgpoolgrad"]], "Avgpooling": [[34, "avgpooling"]], "BatchToSpace": [[35, "batchtospace"]], "BatchNorm": [[36, "batchnorm"]], "Batchnormgrad": [[37, "batchnormgrad"]], "BatchToSpaceND": [[38, "batchtospacend"]], "Biasadd": [[39, "biasadd"]], "Biasaddgrad": [[40, "biasaddgrad"]], "BinaryCrossEntropyGrad": [[41, "binarycrossentropygrad"]], "Binarycrossentropy": [[42, "binarycrossentropy"]], "BroadcastTo": [[43, "broadcastto"]], "Call": [[44, "call"]], "Cast": [[45, "cast"]], "Ceil": [[46, "ceil"]], "Clip": [[47, "clip"]], "Concat": [[48, "concat"]], "ConstantOfShape": [[49, "constantofshape"]], "Conv2d": [[50, "conv2d"]], "Conv2dTranspose": [[51, "conv2dtranspose"]], "Conv2DBackpropFilterFusion": [[52, "conv2dbackpropfilterfusion"]], "Conv2DBackpropInputFusion": [[53, "conv2dbackpropinputfusion"]], "Cos": [[54, "cos"]], "Crop": [[55, "crop"]], "CropAndResize": [[56, "cropandresize"]], "Cumsum": [[57, "cumsum"]], "Custom": [[58, "custom"]], "CustomExtractFeatures": [[59, "customextractfeatures"]], "Customnormalize": [[60, "customnormalize"]], "CustomPredict": [[61, "custompredict"]], "DeconvGradFilter": [[62, "deconvgradfilter"]], "Depend": [[63, "depend"]], "DepthToSpace": [[64, "depthtospace"]], "DetectionPostProcess": [[65, "detectionpostprocess"]], "DivFusion": [[66, "divfusion"]], "Divgrad": [[67, "divgrad"]], "Dropout": [[68, "dropout"]], "Dropoutgrad": [[69, "dropoutgrad"]], "DSP Library C API Reference": [[70, "dsp-library-c-api-reference"]], "DynamicQuant": [[71, "dynamicquant"]], "Eltwise": [[72, "eltwise"]], "Elu": [[73, "elu"]], "EmbeddingLookup": [[74, "embeddinglookup"]], "Equal": [[75, "equal"]], "Erf": [[76, "erf"]], "ExpandDims": [[77, "expanddims"]], "ExpFusion": [[78, "expfusion"]], "FakeQuantWithMinMaxVars": [[79, "fakequantwithminmaxvars"]], "FakeQuantWithMinMaxVarsPerChannel": [[80, "fakequantwithminmaxvarsperchannel"]], "FFTImag": [[81, "fftimag"]], "FFTReal": [[82, "fftreal"]], "Fill": [[83, "fill"]], "FillV2": [[84, "fillv2"]], "Flatten": [[85, "flatten"]], "FlattenGrad": [[86, "flattengrad"]], "Floor": [[87, "floor"]], "FloorMod": [[88, "floormod"]], "FloorDiv": [[89, "floordiv"]], "FormatTranspose": [[90, "formattranspose"]], "FullConnection": [[91, "fullconnection"]], "FusedBatchNorm": [[92, "fusedbatchnorm"]], "Gather": [[93, "gather"]], "GatherNd": [[94, "gathernd"]], "GatherD": [[95, "gatherd"]], "GenOp": [[96, "genop"]], "GLU": [[97, "glu"]], "Greater": [[98, "greater"]], "GreaterEqual": [[99, "greaterequal"]], "GroupNormFusion": [[100, "groupnormfusion"]], "GRU": [[101, "gru"]], "HashtableLookup": [[102, "hashtablelookup"]], "InstanceNorm": [[103, "instancenorm"]], "InvertPermutation": [[104, "invertpermutation"]], "Isfinite": [[105, "isfinite"]], "L2norm": [[106, "l2norm"]], "LayerNormFusion": [[107, "layernormfusion"]], "Layernormgrad": [[108, "layernormgrad"]], "LeakyReLu": [[109, "leakyrelu"]], "Less": [[110, "less"]], "LessEqual": [[111, "lessequal"]], "LinSpace": [[112, "linspace"]], "Log": [[113, "log"]], "Log1p": [[114, "log1p"]], "LogGrad": [[115, "loggrad"]], "LogicalAnd": [[116, "logicaland"]], "LogicalNot": [[117, "logicalnot"]], "LogicalOr": [[118, "logicalor"]], "LogSoftmax": [[119, "logsoftmax"]], "LpNormalization": [[120, "lpnormalization"]], "Lrn": [[121, "lrn"]], "LshProjection": [[122, "lshprojection"]], "LSTM": [[123, "lstm"]], "LstmGrad": [[124, "lstmgrad"]], "LstmGradData": [[125, "lstmgraddata"]], "LstmGradWeight": [[126, "lstmgradweight"]], "MatMulFusion": [[127, "matmulfusion"]], "Maximum": [[128, "maximum"]], "Maximumgrad": [[129, "maximumgrad"]], "MaxPoolFusion": [[130, "maxpoolfusion"]], "MaxPoolGrad": [[131, "maxpoolgrad"]], "MFCC": [[132, "mfcc"]], "Minimum": [[133, "minimum"]], "Minimumgrad": [[134, "minimumgrad"]], "Mod": [[135, "mod"]], "MulFusion": [[136, "mulfusion"]], "Mulgrad": [[137, "mulgrad"]], "Neg": [[138, "neg"]], "NegGrad": [[139, "neggrad"]], "NLLLoss": [[140, "nllloss"]], "NLLLossGrad": [[141, "nlllossgrad"]], "NonMaxSuppression": [[142, "nonmaxsuppression"]], "NonZero": [[143, "nonzero"]], "NotEqual": [[144, "notequal"]], "OneHot": [[145, "onehot"]], "OnesLike": [[146, "oneslike"]], "PadFusion": [[147, "padfusion"]], "PartialFusion": [[148, "partialfusion"]], "PowFusion": [[149, "powfusion"]], "PowerGrad": [[150, "powergrad"]], "PReLUFusion": [[151, "prelufusion"]], "Priorbox": [[152, "priorbox"]], "QuantDTypeCast": [[153, "quantdtypecast"]], "RaggedRange": [[154, "raggedrange"]], "RandomNormal": [[155, "randomnormal"]], "RandomStandardNormal": [[156, "randomstandardnormal"]], "Range": [[157, "range"]], "Rank": [[158, "rank"]], "RealDiv": [[159, "realdiv"]], "Reciprocal": [[160, "reciprocal"]], "Reduce": [[161, "reduce"]], "ReduceScatter": [[162, "reducescatter"]], "Reshape": [[163, "reshape"]], "Resize": [[164, "resize"]], "Resizegrad": [[165, "resizegrad"]], "ReverseSequence": [[166, "reversesequence"]], "ReverseV2": [[167, "reversev2"]], "RFFT": [[168, "rfft"]], "ROIPooling": [[169, "roipooling"]], "Round": [[170, "round"]], "Rsqrt": [[171, "rsqrt"]], "RsqrtGrad": [[172, "rsqrtgrad"]], "ScaleFusion": [[173, "scalefusion"]], "ScatterElements": [[174, "scatterelements"]], "ScatterNd": [[175, "scatternd"]], "ScatterNdUpdate": [[176, "scatterndupdate"]], "Select": [[177, "select"]], "SGD": [[178, "sgd"]], "Shape": [[179, "shape"]], "SigmoidCrossEntropyWithLogits": [[180, "sigmoidcrossentropywithlogits"]], "SigmoidCrossEntropyWithLogitsGrad": [[181, "sigmoidcrossentropywithlogitsgrad"]], "Sin": [[182, "sin"]], "Size": [[183, "size"]], "Skipgram": [[184, "skipgram"]], "SliceFusion": [[185, "slicefusion"]], "SmoothL1Loss": [[186, "smoothl1loss"]], "Smoothl1lossgrad": [[187, "smoothl1lossgrad"]], "Softmax": [[188, "softmax"]], "SoftmaxCrossEntropyWithLogits": [[189, "softmaxcrossentropywithlogits"]], "SpaceToBatch": [[190, "spacetobatch"]], "SpaceToBatchND": [[191, "spacetobatchnd"]], "SpaceToDepth": [[192, "spacetodepth"]], "SparseSoftmaxCrossEntropyWithLogits": [[193, "sparsesoftmaxcrossentropywithlogits"]], "SparseFillEmptyRows": [[194, "sparsefillemptyrows"]], "Sparsereshape": [[195, "sparsereshape"]], "Sparsesegmentsum": [[196, "sparsesegmentsum"]], "Sparsetodense": [[197, "sparsetodense"]], "Splice": [[198, "splice"]], "Split": [[199, "split"]], "SplitWithOverlap": [[200, "splitwithoverlap"]], "Sqrt": [[201, "sqrt"]], "SqrtGrad": [[202, "sqrtgrad"]], "Square": [[203, "square"]], "Squaredifference": [[204, "squaredifference"]], "Squeeze": [[205, "squeeze"]], "Stack": [[206, "stack"]], "Stridedslice": [[207, "stridedslice"]], "Stridedslicegrad": [[208, "stridedslicegrad"]], "SubFusion": [[209, "subfusion"]], "SubGrad": [[210, "subgrad"]], "Switch": [[211, "switch"]], "Switchlayer": [[212, "switchlayer"]], "TensorScatterAdd": [[213, "tensorscatteradd"]], "Tensorarray": [[214, "tensorarray"]], "Tensorarrayread": [[215, "tensorarrayread"]], "TensorarrayWrite": [[216, "tensorarraywrite"]], "TensorListFromTensor": [[217, "tensorlistfromtensor"]], "Tensorlistgetitem": [[218, "tensorlistgetitem"]], "Tensorlistreserve": [[219, "tensorlistreserve"]], "Tensorlistsetitem": [[220, "tensorlistsetitem"]], "Tensorliststack": [[221, "tensorliststack"]], "Tile": [[222, "tile"]], "TopkFusion": [[223, "topkfusion"]], "Transpose": [[224, "transpose"]], "Tril": [[225, "tril"]], "Triu": [[226, "triu"]], "UniformReal": [[227, "uniformreal"]], "Unique": [[228, "unique"]], "UnsortedSegmentSum": [[229, "unsortedsegmentsum"]], "UnSqueeze": [[230, "unsqueeze"]], "Unstack": [[231, "unstack"]], "Where": [[232, "where"]], "ZerosLike": [[233, "zeroslike"]], "\u7b97\u5b50\u5e93\u652f\u6301": [[234, "id1"]], "\u7b97\u5b50\u5e93\u652f\u6301\u60c5\u51b5": [[235, "id1"]], "MindSpore Signal+ \u4f7f\u7528\u624b\u518c": [[236, "mindspore-signal"]], "HelloDSP": [[237, "hellodsp"]], "1.MindSpore Python\u7aef": [[237, "mindspore-python"]], "1.1 \u65b0\u5efaPython\u6587\u4ef6": [[237, "id1"]], "1.2 \u7f16\u5199Python\u4ee3\u7801": [[237, "id2"]], "1.3 \u8fd0\u884cPython\u4ee3\u7801": [[237, "id3"]], "MindSpore Lite\u7aef": [[237, "mindspore-lite"]], "1. \u65b0\u5efa\u5de5\u7a0b": [[237, "id4"]], "2. \u5de5\u7a0b\u76ee\u5f55\u7ed3\u6784": [[237, "id5"]], "3. \u66f4\u6539\u8f93\u5165\u6570\u636e": [[237, "id6"]], "4. main.cc \u529f\u80fd\u4ecb\u7ecd": [[237, "main-cc"]], "4.1 \u8bfb\u53d6\u6a21\u578b\u6587\u4ef6": [[237, "id7"]], "4.2 \u8bbe\u7f6e\u8fd0\u884c\u540e\u7aef": [[237, "id8"]], "4.3 \u7f16\u8bd1\u6a21\u578b\u56fe": [[237, "id9"]], "4.4 \u83b7\u53d6\u6a21\u578b\u8f93\u5165": [[237, "id10"]], "4.5 \u6267\u884c\u6a21\u578b\u63a8\u7406": [[237, "id11"]], "4.6 \u83b7\u53d6\u6a21\u578b\u7ed3\u679c": [[237, "id12"]], "5. \u7f16\u8bd1\u5de5\u7a0b": [[237, "id13"]], "6. \u8fd0\u884c\u5de5\u7a0b": [[237, "id14"]], "6.1 \u8fde\u63a5 MT7004 \u677f\u5361": [[237, "mt7004"]], "6.2 \u90e8\u7f72\u548c\u8fd0\u884c\u7a0b\u5e8f": [[237, "id15"]], "\u5feb\u901f\u5165\u95e8": [[238, "id1"]], "\u73af\u5883\u5b89\u88c5": [[239, "id1"]], "\u5b89\u88c5MindSpore Radar \u4e0e\u4f9d\u8d56\u8f6f\u4ef6": [[239, "mindspore-radar"]], "\u5b89\u88c5Python": [[239, "python"]], "1.\u5b89\u88c5\u5305\u65b9\u5f0f\u5b89\u88c5": [[239, "id2"]], "1.1 \u4e0b\u8f7d\u5b89\u88c5\u5305": [[239, "id3"]], "1.2 \u5f00\u59cb\u5b89\u88c5": [[239, "id4"]], "1.3 \u9a8c\u8bc1\u5b89\u88c5": [[239, "id5"]], "2.Conda\u65b9\u5f0f\u5b89\u88c5": [[239, "conda"]], "\u521b\u5efa\u5e76\u8fdb\u5165Conda\u865a\u62df\u73af\u5883": [[239, "id6"]], "\u5b89\u88c5MindSpore": [[239, "mindspore"]], "\u5b89\u88c5MindRadar": [[239, "mindradar"]], "\u914d\u7f6e\u4ea4\u53c9\u7f16\u8bd1\u5de5\u5177\u94fe": [[239, "toolchain"]], "\u5b89\u88c5YHFT-IDE": [[239, "yhft-ide"]], "\u5b89\u88c5CMake": [[239, "cmake"]], "\u5b89\u88c5Netron": [[239, "netron"]], "\u6574\u4f53\u6982\u89c8": [[240, "id1"]], "DSP\u7b97\u5b50C\u63a5\u53e3\u547d\u540d\u89c4\u8303": [[241, "dspc"]], "1. \u57fa\u672c\u539f\u5219": [[241, "id1"]], "2. \u5177\u4f53\u547d\u540d\u793a\u4f8b": [[241, "id2"]], "2.1 \u52a0\u6cd5\u7b97\u5b50": [[241, "id3"]], "3. \u5176\u4ed6\u6ce8\u610f\u4e8b\u9879": [[241, "id4"]], "\u53c2\u8003\u8d44\u6599": [[242, "id1"]], "\u5b98\u65b9\u8d44\u6599": [[243, "id1"]], "MindSpore Signal+ \u8c03\u5ea6\u65b9\u6848": [[244, "mindspore-signal"]]}, "indexentries": {"mindradar.complexabs\uff08\u5185\u7f6e\u7c7b\uff09": [[8, "mindradar.ComplexAbs"]], "mindradar.fft\uff08\u5185\u7f6e\u7c7b\uff09": [[9, "mindradar.FFT"]], "mindradar.ifft\uff08\u5185\u7f6e\u7c7b\uff09": [[10, "mindradar.IFFT"]], "c128_abs_p\uff08c function\uff09": [[12, "c.c128_abs_p"]], "c128_abs_s\uff08c function\uff09": [[12, "c.c128_abs_s"]], "c64_abs_p\uff08c function\uff09": [[12, "c.c64_abs_p"]], "c64_abs_s\uff08c function\uff09": [[12, "c.c64_abs_s"]], "dp_abs_p\uff08c function\uff09": [[12, "c.dp_abs_p"]], "dp_abs_s\uff08c function\uff09": [[12, "c.dp_abs_s"]], "fp_abs_p\uff08c function\uff09": [[12, "c.fp_abs_p"]], "fp_abs_s\uff08c function\uff09": [[12, "c.fp_abs_s"]], "hp_abs_p\uff08c function\uff09": [[12, "c.hp_abs_p"]], "hp_abs_s\uff08c function\uff09": [[12, "c.hp_abs_s"]], "i16_abs_p\uff08c function\uff09": [[12, "c.i16_abs_p"]], "i16_abs_s\uff08c function\uff09": [[12, "c.i16_abs_s"]], "i32_abs_p\uff08c function\uff09": [[12, "c.i32_abs_p"]], "i32_abs_s\uff08c function\uff09": [[12, "c.i32_abs_s"]], "i8_abs_p\uff08c function\uff09": [[12, "c.i8_abs_p"]], "i8_abs_s\uff08c function\uff09": [[12, "c.i8_abs_s"]], "fp_abs_grad_p\uff08c function\uff09": [[13, "c.fp_abs_grad_p"]], "fp_abs_grad_s\uff08c function\uff09": [[13, "c.fp_abs_grad_s"]], "hp_abs_grad_p\uff08c function\uff09": [[13, "c.hp_abs_grad_p"]], "hp_abs_grad_s\uff08c function\uff09": [[13, "c.hp_abs_grad_s"]], "fp_celu_p\uff08c function\uff09": [[14, "c.fp_celu_p"]], "fp_celu_s\uff08c function\uff09": [[14, "c.fp_celu_s"]], "fp_clip_p\uff08c function\uff09": [[14, "c.fp_clip_p"], [47, "c.fp_clip_p"]], "fp_clip_s\uff08c function\uff09": [[14, "c.fp_clip_s"], [47, "c.fp_clip_s"]], "fp_elu_p\uff08c function\uff09": [[14, "c.fp_elu_p"], [73, "c.fp_elu_p"]], "fp_elu_s\uff08c function\uff09": [[14, "c.fp_elu_s"], [73, "c.fp_elu_s"]], "fp_gelu_p\uff08c function\uff09": [[14, "c.fp_gelu_p"]], "fp_gelu_s\uff08c function\uff09": [[14, "c.fp_gelu_s"]], "fp_hardshrink_p\uff08c function\uff09": [[14, "c.fp_hardshrink_p"]], "fp_hardshrink_s\uff08c function\uff09": [[14, "c.fp_hardshrink_s"]], "fp_hardtanh_p\uff08c function\uff09": [[14, "c.fp_hardtanh_p"]], "fp_hardtanh_s\uff08c function\uff09": [[14, "c.fp_hardtanh_s"]], "fp_hsigmoid_p\uff08c function\uff09": [[14, "c.fp_hsigmoid_p"]], "fp_hsigmoid_s\uff08c function\uff09": [[14, "c.fp_hsigmoid_s"]], "fp_hswish_p\uff08c function\uff09": [[14, "c.fp_hswish_p"]], "fp_hswish_s\uff08c function\uff09": [[14, "c.fp_hswish_s"]], "fp_lrelu_p\uff08c function\uff09": [[14, "c.fp_lrelu_p"]], "fp_lrelu_s\uff08c function\uff09": [[14, "c.fp_lrelu_s"]], "fp_relu6_p\uff08c function\uff09": [[14, "c.fp_relu6_p"]], "fp_relu6_s\uff08c function\uff09": [[14, "c.fp_relu6_s"]], "fp_relu_p\uff08c function\uff09": [[14, "c.fp_relu_p"]], "fp_relu_s\uff08c function\uff09": [[14, "c.fp_relu_s"]], "fp_sigmoid_p\uff08c function\uff09": [[14, "c.fp_sigmoid_p"]], "fp_sigmoid_s\uff08c function\uff09": [[14, "c.fp_sigmoid_s"]], "fp_softplus_p\uff08c function\uff09": [[14, "c.fp_softplus_p"]], "fp_softplus_s\uff08c function\uff09": [[14, "c.fp_softplus_s"]], "fp_softshrink_p\uff08c function\uff09": [[14, "c.fp_softshrink_p"]], "fp_softshrink_s\uff08c function\uff09": [[14, "c.fp_softshrink_s"]], "fp_softsignopt_p\uff08c function\uff09": [[14, "c.fp_softsignopt_p"]], "fp_softsignopt_s\uff08c function\uff09": [[14, "c.fp_softsignopt_s"]], "fp_swish_p\uff08c function\uff09": [[14, "c.fp_swish_p"]], "fp_swish_s\uff08c function\uff09": [[14, "c.fp_swish_s"]], "fp_tanh_p\uff08c function\uff09": [[14, "c.fp_tanh_p"]], "fp_tanh_s\uff08c function\uff09": [[14, "c.fp_tanh_s"]], "hp_celu_p\uff08c function\uff09": [[14, "c.hp_celu_p"]], "hp_celu_s\uff08c function\uff09": [[14, "c.hp_celu_s"]], "hp_clip_p\uff08c function\uff09": [[14, "c.hp_clip_p"], [47, "c.hp_clip_p"]], "hp_clip_s\uff08c function\uff09": [[14, "c.hp_clip_s"], [47, "c.hp_clip_s"]], "hp_elu_p\uff08c function\uff09": [[14, "c.hp_elu_p"], [73, "c.hp_elu_p"]], "hp_elu_s\uff08c function\uff09": [[14, "c.hp_elu_s"], [73, "c.hp_elu_s"]], "hp_gelu_p\uff08c function\uff09": [[14, "c.hp_gelu_p"]], "hp_gelu_s\uff08c function\uff09": [[14, "c.hp_gelu_s"]], "hp_hardshrink_p\uff08c function\uff09": [[14, "c.hp_hardshrink_p"]], "hp_hardshrink_s\uff08c function\uff09": [[14, "c.hp_hardshrink_s"]], "hp_hardtanh_p\uff08c function\uff09": [[14, "c.hp_hardtanh_p"]], "hp_hardtanh_s\uff08c function\uff09": [[14, "c.hp_hardtanh_s"]], "hp_hsigmoid_p\uff08c function\uff09": [[14, "c.hp_hsigmoid_p"]], "hp_hsigmoid_s\uff08c function\uff09": [[14, "c.hp_hsigmoid_s"]], "hp_hswish_p\uff08c function\uff09": [[14, "c.hp_hswish_p"]], "hp_hswish_s\uff08c function\uff09": [[14, "c.hp_hswish_s"]], "hp_lrelu_p\uff08c function\uff09": [[14, "c.hp_lrelu_p"]], "hp_lrelu_s\uff08c function\uff09": [[14, "c.hp_lrelu_s"]], "hp_relu6_p\uff08c function\uff09": [[14, "c.hp_relu6_p"]], "hp_relu6_s\uff08c function\uff09": [[14, "c.hp_relu6_s"]], "hp_relu_p\uff08c function\uff09": [[14, "c.hp_relu_p"]], "hp_relu_s\uff08c function\uff09": [[14, "c.hp_relu_s"]], "hp_sigmoid_p\uff08c function\uff09": [[14, "c.hp_sigmoid_p"]], "hp_sigmoid_s\uff08c function\uff09": [[14, "c.hp_sigmoid_s"]], "hp_softplus_p\uff08c function\uff09": [[14, "c.hp_softplus_p"]], "hp_softplus_s\uff08c function\uff09": [[14, "c.hp_softplus_s"]], "hp_softshrink_p\uff08c function\uff09": [[14, "c.hp_softshrink_p"]], "hp_softshrink_s\uff08c function\uff09": [[14, "c.hp_softshrink_s"]], "hp_softsignopt_p\uff08c function\uff09": [[14, "c.hp_softsignopt_p"]], "hp_softsignopt_s\uff08c function\uff09": [[14, "c.hp_softsignopt_s"]], "hp_swish_p\uff08c function\uff09": [[14, "c.hp_swish_p"]], "hp_swish_s\uff08c function\uff09": [[14, "c.hp_swish_s"]], "hp_tanh_p\uff08c function\uff09": [[14, "c.hp_tanh_p"]], "hp_tanh_s\uff08c function\uff09": [[14, "c.hp_tanh_s"]], "i8_celu_p\uff08c function\uff09": [[14, "c.i8_celu_p"]], "i8_celu_s\uff08c function\uff09": [[14, "c.i8_celu_s"]], "i8_clip_p\uff08c function\uff09": [[14, "c.i8_clip_p"], [47, "c.i8_clip_p"]], "i8_clip_s\uff08c function\uff09": [[14, "c.i8_clip_s"], [47, "c.i8_clip_s"]], "i8_elu_p\uff08c function\uff09": [[14, "c.i8_elu_p"], [73, "c.i8_elu_p"]], "i8_elu_s\uff08c function\uff09": [[14, "c.i8_elu_s"], [73, "c.i8_elu_s"]], "i8_gelu_p\uff08c function\uff09": [[14, "c.i8_gelu_p"]], "i8_gelu_s\uff08c function\uff09": [[14, "c.i8_gelu_s"]], "i8_hardshrink_p\uff08c function\uff09": [[14, "c.i8_hardshrink_p"]], "i8_hardshrink_s\uff08c function\uff09": [[14, "c.i8_hardshrink_s"]], "i8_hardtanh_p\uff08c function\uff09": [[14, "c.i8_hardtanh_p"]], "i8_hardtanh_s\uff08c function\uff09": [[14, "c.i8_hardtanh_s"]], "i8_hsigmoid_p\uff08c function\uff09": [[14, "c.i8_hsigmoid_p"]], "i8_hsigmoid_s\uff08c function\uff09": [[14, "c.i8_hsigmoid_s"]], "i8_hswish_p\uff08c function\uff09": [[14, "c.i8_hswish_p"]], "i8_hswish_s\uff08c function\uff09": [[14, "c.i8_hswish_s"]], "i8_lrelu_p\uff08c function\uff09": [[14, "c.i8_lrelu_p"]], "i8_lrelu_s\uff08c function\uff09": [[14, "c.i8_lrelu_s"]], "i8_relu6_p\uff08c function\uff09": [[14, "c.i8_relu6_p"]], "i8_relu6_s\uff08c function\uff09": [[14, "c.i8_relu6_s"]], "i8_relu_p\uff08c function\uff09": [[14, "c.i8_relu_p"]], "i8_relu_s\uff08c function\uff09": [[14, "c.i8_relu_s"]], "i8_sigmoid_p\uff08c function\uff09": [[14, "c.i8_sigmoid_p"]], "i8_sigmoid_s\uff08c function\uff09": [[14, "c.i8_sigmoid_s"]], "i8_softplus_p\uff08c function\uff09": [[14, "c.i8_softplus_p"]], "i8_softplus_s\uff08c function\uff09": [[14, "c.i8_softplus_s"]], "i8_softshrink_p\uff08c function\uff09": [[14, "c.i8_softshrink_p"]], "i8_softshrink_s\uff08c function\uff09": [[14, "c.i8_softshrink_s"]], "i8_softsignopt_p\uff08c function\uff09": [[14, "c.i8_softsignopt_p"]], "i8_softsignopt_s\uff08c function\uff09": [[14, "c.i8_softsignopt_s"]], "i8_swish_p\uff08c function\uff09": [[14, "c.i8_swish_p"]], "i8_swish_s\uff08c function\uff09": [[14, "c.i8_swish_s"]], "i8_tanh_p\uff08c function\uff09": [[14, "c.i8_tanh_p"]], "i8_tanh_s\uff08c function\uff09": [[14, "c.i8_tanh_s"]], "fp_elu_grad_p\uff08c function\uff09": [[15, "c.fp_elu_grad_p"]], "fp_elu_grad_s\uff08c function\uff09": [[15, "c.fp_elu_grad_s"]], "fp_gelu_grad_p\uff08c function\uff09": [[15, "c.fp_gelu_grad_p"]], "fp_gelu_grad_s\uff08c function\uff09": [[15, "c.fp_gelu_grad_s"]], "fp_h_sigmoid_grad_p\uff08c function\uff09": [[15, "c.fp_h_sigmoid_grad_p"]], "fp_h_sigmoid_grad_s\uff08c function\uff09": [[15, "c.fp_h_sigmoid_grad_s"]], "fp_h_swish_grad_p\uff08c function\uff09": [[15, "c.fp_h_swish_grad_p"]], "fp_h_swish_grad_s\uff08c function\uff09": [[15, "c.fp_h_swish_grad_s"]], "fp_hard_shrink_grad_p\uff08c function\uff09": [[15, "c.fp_hard_shrink_grad_p"]], "fp_hard_shrink_grad_s\uff08c function\uff09": [[15, "c.fp_hard_shrink_grad_s"]], "fp_l_relu_grad_p\uff08c function\uff09": [[15, "c.fp_l_relu_grad_p"]], "fp_l_relu_grad_s\uff08c function\uff09": [[15, "c.fp_l_relu_grad_s"]], "fp_relu6_grad_p\uff08c function\uff09": [[15, "c.fp_relu6_grad_p"]], "fp_relu6_grad_s\uff08c function\uff09": [[15, "c.fp_relu6_grad_s"]], "fp_relu_grad_p\uff08c function\uff09": [[15, "c.fp_relu_grad_p"]], "fp_relu_grad_s\uff08c function\uff09": [[15, "c.fp_relu_grad_s"]], "fp_sigmoid_grad_p\uff08c function\uff09": [[15, "c.fp_sigmoid_grad_p"]], "fp_sigmoid_grad_s\uff08c function\uff09": [[15, "c.fp_sigmoid_grad_s"]], "fp_softplus_grad_p\uff08c function\uff09": [[15, "c.fp_softplus_grad_p"]], "fp_softplus_grad_s\uff08c function\uff09": [[15, "c.fp_softplus_grad_s"]], "fp_softshrink_grad_p\uff08c function\uff09": [[15, "c.fp_softshrink_grad_p"]], "fp_softshrink_grad_s\uff08c function\uff09": [[15, "c.fp_softshrink_grad_s"]], "fp_tanh_grad_p\uff08c function\uff09": [[15, "c.fp_tanh_grad_p"]], "fp_tanh_grad_s\uff08c function\uff09": [[15, "c.fp_tanh_grad_s"]], "hp_relu_grad_p\uff08c function\uff09": [[15, "c.hp_relu_grad_p"]], "hp_relu_grad_s\uff08c function\uff09": [[15, "c.hp_relu_grad_s"]], "fp_adam_p\uff08c function\uff09": [[16, "c.fp_adam_p"]], "fp_adam_s\uff08c function\uff09": [[16, "c.fp_adam_s"]], "fp_adamweightdecay_p\uff08c function\uff09": [[17, "c.fp_adamweightdecay_p"]], "fp_adamweightdecay_s\uff08c function\uff09": [[17, "c.fp_adamweightdecay_s"]], "hp_adamweightdecay_p\uff08c function\uff09": [[17, "c.hp_adamweightdecay_p"]], "hp_adamweightdecay_s\uff08c function\uff09": [[17, "c.hp_adamweightdecay_s"]], "c128_add_p\uff08c function\uff09": [[18, "c.c128_add_p"]], "c128_add_s\uff08c function\uff09": [[18, "c.c128_add_s"]], "c64_add_p\uff08c function\uff09": [[18, "c.c64_add_p"]], "c64_add_s\uff08c function\uff09": [[18, "c.c64_add_s"]], "dp_add_p\uff08c function\uff09": [[18, "c.dp_add_p"]], "dp_add_s\uff08c function\uff09": [[18, "c.dp_add_s"]], "fp_add_p\uff08c function\uff09": [[18, "c.fp_add_p"]], "fp_add_s\uff08c function\uff09": [[18, "c.fp_add_s"]], "hp_add_p\uff08c function\uff09": [[18, "c.hp_add_p"]], "hp_add_s\uff08c function\uff09": [[18, "c.hp_add_s"]], "i16_add_p\uff08c function\uff09": [[18, "c.i16_add_p"]], "i16_add_s\uff08c function\uff09": [[18, "c.i16_add_s"]], "i32_add_p\uff08c function\uff09": [[18, "c.i32_add_p"]], "i32_add_s\uff08c function\uff09": [[18, "c.i32_add_s"]], "i8_add_p\uff08c function\uff09": [[18, "c.i8_add_p"]], "i8_add_s\uff08c function\uff09": [[18, "c.i8_add_s"]], "fp_add_grad_p\uff08c function\uff09": [[19, "c.fp_add_grad_p"]], "fp_add_grad_s\uff08c function\uff09": [[19, "c.fp_add_grad_s"]], "hp_add_grad_p\uff08c function\uff09": [[19, "c.hp_add_grad_p"]], "hp_add_grad_s\uff08c function\uff09": [[19, "c.hp_add_grad_s"]], "fp_adder_p\uff08c function\uff09": [[20, "c.fp_adder_p"]], "fp_adder_s\uff08c function\uff09": [[20, "c.fp_adder_s"]], "hp_adder_p\uff08c function\uff09": [[20, "c.hp_adder_p"]], "hp_adder_s\uff08c function\uff09": [[20, "c.hp_adder_s"]], "i8_adder_p\uff08c function\uff09": [[20, "c.i8_adder_p"]], "i8_adder_s\uff08c function\uff09": [[20, "c.i8_adder_s"]], "c128_addn_p\uff08c function\uff09": [[21, "c.c128_addn_p"]], "c128_addn_s\uff08c function\uff09": [[21, "c.c128_addn_s"]], "c64_addn_p\uff08c function\uff09": [[21, "c.c64_addn_p"]], "c64_addn_s\uff08c function\uff09": [[21, "c.c64_addn_s"]], "dp_addn_p\uff08c function\uff09": [[21, "c.dp_addn_p"]], "dp_addn_s\uff08c function\uff09": [[21, "c.dp_addn_s"]], "fp_addn_p\uff08c function\uff09": [[21, "c.fp_addn_p"]], "fp_addn_s\uff08c function\uff09": [[21, "c.fp_addn_s"]], "hp_addn_p\uff08c function\uff09": [[21, "c.hp_addn_p"]], "hp_addn_s\uff08c function\uff09": [[21, "c.hp_addn_s"]], "i16_addn_p\uff08c function\uff09": [[21, "c.i16_addn_p"]], "i16_addn_s\uff08c function\uff09": [[21, "c.i16_addn_s"]], "i32_addn_p\uff08c function\uff09": [[21, "c.i32_addn_p"]], "i32_addn_s\uff08c function\uff09": [[21, "c.i32_addn_s"]], "i8_addn_p\uff08c function\uff09": [[21, "c.i8_addn_p"]], "i8_addn_s\uff08c function\uff09": [[21, "c.i8_addn_s"]], "fp_affine_p\uff08c function\uff09": [[22, "c.fp_affine_p"]], "fp_affine_s\uff08c function\uff09": [[22, "c.fp_affine_s"]], "hp_affine_p\uff08c function\uff09": [[22, "c.hp_affine_p"]], "hp_affine_s\uff08c function\uff09": [[22, "c.hp_affine_s"]], "i8_affine_p\uff08c function\uff09": [[22, "c.i8_affine_p"]], "i8_affine_s\uff08c function\uff09": [[22, "c.i8_affine_s"]], "c128_reduce_all_p\uff08c function\uff09": [[23, "c.c128_reduce_all_p"]], "c128_reduce_all_s\uff08c function\uff09": [[23, "c.c128_reduce_all_s"]], "c64_reduce_all_p\uff08c function\uff09": [[23, "c.c64_reduce_all_p"]], "c64_reduce_all_s\uff08c function\uff09": [[23, "c.c64_reduce_all_s"]], "dp_reduce_all_p\uff08c function\uff09": [[23, "c.dp_reduce_all_p"]], "dp_reduce_all_s\uff08c function\uff09": [[23, "c.dp_reduce_all_s"]], "fp_reduce_all_p\uff08c function\uff09": [[23, "c.fp_reduce_all_p"]], "fp_reduce_all_s\uff08c function\uff09": [[23, "c.fp_reduce_all_s"]], "hp_reduce_all_p\uff08c function\uff09": [[23, "c.hp_reduce_all_p"]], "hp_reduce_all_s\uff08c function\uff09": [[23, "c.hp_reduce_all_s"]], "i16_reduce_all_p\uff08c function\uff09": [[23, "c.i16_reduce_all_p"]], "i16_reduce_all_s\uff08c function\uff09": [[23, "c.i16_reduce_all_s"]], "i32_reduce_all_p\uff08c function\uff09": [[23, "c.i32_reduce_all_p"]], "i32_reduce_all_s\uff08c function\uff09": [[23, "c.i32_reduce_all_s"]], "i8_reduce_all_p\uff08c function\uff09": [[23, "c.i8_reduce_all_p"]], "i8_reduce_all_s\uff08c function\uff09": [[23, "c.i8_reduce_all_s"]], "c128_all_gather_p\uff08c function\uff09": [[24, "c.c128_all_gather_p"]], "c128_all_gather_s\uff08c function\uff09": [[24, "c.c128_all_gather_s"]], "c64_all_gather_p\uff08c function\uff09": [[24, "c.c64_all_gather_p"]], "c64_all_gather_s\uff08c function\uff09": [[24, "c.c64_all_gather_s"]], "dp_all_gather_p\uff08c function\uff09": [[24, "c.dp_all_gather_p"]], "dp_all_gather_s\uff08c function\uff09": [[24, "c.dp_all_gather_s"]], "fp_all_gather_p\uff08c function\uff09": [[24, "c.fp_all_gather_p"]], "fp_all_gather_s\uff08c function\uff09": [[24, "c.fp_all_gather_s"]], "i16_all_gather_p\uff08c function\uff09": [[24, "c.i16_all_gather_p"]], "i16_all_gather_s\uff08c function\uff09": [[24, "c.i16_all_gather_s"]], "i32_all_gather_p\uff08c function\uff09": [[24, "c.i32_all_gather_p"]], "i32_all_gather_s\uff08c function\uff09": [[24, "c.i32_all_gather_s"]], "i8_all_gather_p\uff08c function\uff09": [[24, "c.i8_all_gather_p"]], "i8_all_gather_s\uff08c function\uff09": [[24, "c.i8_all_gather_s"]], "fp_apply_momentum_p\uff08c function\uff09": [[25, "c.fp_apply_momentum_p"]], "fp_apply_momentum_s\uff08c function\uff09": [[25, "c.fp_apply_momentum_s"]], "hp_apply_momentum_p\uff08c function\uff09": [[25, "c.hp_apply_momentum_p"]], "hp_apply_momentum_s\uff08c function\uff09": [[25, "c.hp_apply_momentum_s"]], "fp_arg_max_p\uff08c function\uff09": [[26, "c.fp_arg_max_p"]], "fp_arg_max_s\uff08c function\uff09": [[26, "c.fp_arg_max_s"]], "hp_arg_max_p\uff08c function\uff09": [[26, "c.hp_arg_max_p"]], "hp_arg_max_s\uff08c function\uff09": [[26, "c.hp_arg_max_s"]], "fp_arg_min_p\uff08c function\uff09": [[27, "c.fp_arg_min_p"]], "fp_arg_min_s\uff08c function\uff09": [[27, "c.fp_arg_min_s"]], "hp_arg_min_p\uff08c function\uff09": [[27, "c.hp_arg_min_p"]], "hp_arg_min_s\uff08c function\uff09": [[27, "c.hp_arg_min_s"]], "c128_assert_p\uff08c function\uff09": [[28, "c.c128_assert_p"]], "c128_assert_s\uff08c function\uff09": [[28, "c.c128_assert_s"]], "c64_assert_p\uff08c function\uff09": [[28, "c.c64_assert_p"]], "c64_assert_s\uff08c function\uff09": [[28, "c.c64_assert_s"]], "dp_assert_p\uff08c function\uff09": [[28, "c.dp_assert_p"]], "dp_assert_s\uff08c function\uff09": [[28, "c.dp_assert_s"]], "fp_assert_p\uff08c function\uff09": [[28, "c.fp_assert_p"]], "fp_assert_s\uff08c function\uff09": [[28, "c.fp_assert_s"]], "hp_assert_p\uff08c function\uff09": [[28, "c.hp_assert_p"]], "hp_assert_s\uff08c function\uff09": [[28, "c.hp_assert_s"]], "i16_assert_p\uff08c function\uff09": [[28, "c.i16_assert_p"]], "i16_assert_s\uff08c function\uff09": [[28, "c.i16_assert_s"]], "i32_assert_p\uff08c function\uff09": [[28, "c.i32_assert_p"]], "i32_assert_s\uff08c function\uff09": [[28, "c.i32_assert_s"]], "i8_assert_p\uff08c function\uff09": [[28, "c.i8_assert_p"]], "i8_assert_s\uff08c function\uff09": [[28, "c.i8_assert_s"]], "c128_assign_p\uff08c function\uff09": [[29, "c.c128_assign_p"]], "c128_assign_s\uff08c function\uff09": [[29, "c.c128_assign_s"]], "c64_assign_p\uff08c function\uff09": [[29, "c.c64_assign_p"]], "c64_assign_s\uff08c function\uff09": [[29, "c.c64_assign_s"]], "dp_assign_p\uff08c function\uff09": [[29, "c.dp_assign_p"]], "dp_assign_s\uff08c function\uff09": [[29, "c.dp_assign_s"]], "fp_assign_p\uff08c function\uff09": [[29, "c.fp_assign_p"]], "fp_assign_s\uff08c function\uff09": [[29, "c.fp_assign_s"]], "hp_assign_p\uff08c function\uff09": [[29, "c.hp_assign_p"]], "hp_assign_s\uff08c function\uff09": [[29, "c.hp_assign_s"]], "i16_assign_p\uff08c function\uff09": [[29, "c.i16_assign_p"]], "i16_assign_s\uff08c function\uff09": [[29, "c.i16_assign_s"]], "i32_assign_p\uff08c function\uff09": [[29, "c.i32_assign_p"]], "i32_assign_s\uff08c function\uff09": [[29, "c.i32_assign_s"]], "i8_assign_p\uff08c function\uff09": [[29, "c.i8_assign_p"]], "i8_assign_s\uff08c function\uff09": [[29, "c.i8_assign_s"]], "c128_assign_add_p\uff08c function\uff09": [[30, "c.c128_assign_add_p"]], "c128_assign_add_s\uff08c function\uff09": [[30, "c.c128_assign_add_s"]], "c64_assign_add_p\uff08c function\uff09": [[30, "c.c64_assign_add_p"]], "c64_assign_add_s\uff08c function\uff09": [[30, "c.c64_assign_add_s"]], "dp_assign_add_p\uff08c function\uff09": [[30, "c.dp_assign_add_p"]], "dp_assign_add_s\uff08c function\uff09": [[30, "c.dp_assign_add_s"]], "fp_assign_add_p\uff08c function\uff09": [[30, "c.fp_assign_add_p"]], "fp_assign_add_s\uff08c function\uff09": [[30, "c.fp_assign_add_s"]], "hp_assign_add_p\uff08c function\uff09": [[30, "c.hp_assign_add_p"]], "hp_assign_add_s\uff08c function\uff09": [[30, "c.hp_assign_add_s"]], "i16_assign_add_p\uff08c function\uff09": [[30, "c.i16_assign_add_p"]], "i16_assign_add_s\uff08c function\uff09": [[30, "c.i16_assign_add_s"]], "i32_assign_add_p\uff08c function\uff09": [[30, "c.i32_assign_add_p"]], "i32_assign_add_s\uff08c function\uff09": [[30, "c.i32_assign_add_s"]], "i8_assign_add_p\uff08c function\uff09": [[30, "c.i8_assign_add_p"]], "i8_assign_add_s\uff08c function\uff09": [[30, "c.i8_assign_add_s"]], "fp_attention_p\uff08c function\uff09": [[31, "c.fp_attention_p"]], "fp_attention_s\uff08c function\uff09": [[31, "c.fp_attention_s"]], "fp_audio_spectrogram_p\uff08c function\uff09": [[32, "c.fp_audio_spectrogram_p"]], "fp_audio_spectrogram_s\uff08c function\uff09": [[32, "c.fp_audio_spectrogram_s"]], "fp_avg_pool_grad_p\uff08c function\uff09": [[33, "c.fp_avg_pool_grad_p"]], "fp_avg_pool_grad_s\uff08c function\uff09": [[33, "c.fp_avg_pool_grad_s"]], "hp_avg_pool_grad_p\uff08c function\uff09": [[33, "c.hp_avg_pool_grad_p"]], "hp_avg_pool_grad_s\uff08c function\uff09": [[33, "c.hp_avg_pool_grad_s"]], "fp_avgpool_fusion_p\uff08c function\uff09": [[34, "c.fp_avgpool_fusion_p"]], "fp_avgpool_fusion_s\uff08c function\uff09": [[34, "c.fp_avgpool_fusion_s"]], "hp_avgpool_fusion_p\uff08c function\uff09": [[34, "c.hp_avgpool_fusion_p"]], "hp_avgpool_fusion_s\uff08c function\uff09": [[34, "c.hp_avgpool_fusion_s"]], "i8_avgpool_fusion_p\uff08c function\uff09": [[34, "c.i8_avgpool_fusion_p"]], "i8_avgpool_fusion_s\uff08c function\uff09": [[34, "c.i8_avgpool_fusion_s"]], "c128_batch_to_space_p\uff08c function\uff09": [[35, "c.c128_batch_to_space_p"]], "c128_batch_to_space_s\uff08c function\uff09": [[35, "c.c128_batch_to_space_s"]], "c64_batch_to_space_p\uff08c function\uff09": [[35, "c.c64_batch_to_space_p"]], "c64_batch_to_space_s\uff08c function\uff09": [[35, "c.c64_batch_to_space_s"]], "dp_batch_to_space_p\uff08c function\uff09": [[35, "c.dp_batch_to_space_p"]], "dp_batch_to_space_s\uff08c function\uff09": [[35, "c.dp_batch_to_space_s"]], "fp_batch_to_space_p\uff08c function\uff09": [[35, "c.fp_batch_to_space_p"]], "fp_batch_to_space_s\uff08c function\uff09": [[35, "c.fp_batch_to_space_s"]], "hp_batch_to_space_p\uff08c function\uff09": [[35, "c.hp_batch_to_space_p"]], "hp_batch_to_space_s\uff08c function\uff09": [[35, "c.hp_batch_to_space_s"]], "i16_batch_to_space_p\uff08c function\uff09": [[35, "c.i16_batch_to_space_p"]], "i16_batch_to_space_s\uff08c function\uff09": [[35, "c.i16_batch_to_space_s"]], "i32_batch_to_space_p\uff08c function\uff09": [[35, "c.i32_batch_to_space_p"]], "i32_batch_to_space_s\uff08c function\uff09": [[35, "c.i32_batch_to_space_s"]], "i8_batch_to_space_p\uff08c function\uff09": [[35, "c.i8_batch_to_space_p"]], "i8_batch_to_space_s\uff08c function\uff09": [[35, "c.i8_batch_to_space_s"]], "fp_batch_norm_p\uff08c function\uff09": [[36, "c.fp_batch_norm_p"]], "fp_batch_norm_s\uff08c function\uff09": [[36, "c.fp_batch_norm_s"]], "hp_batch_norm_p\uff08c function\uff09": [[36, "c.hp_batch_norm_p"]], "hp_batch_norm_s\uff08c function\uff09": [[36, "c.hp_batch_norm_s"]], "i8_batch_norm_p\uff08c function\uff09": [[36, "c.i8_batch_norm_p"]], "i8_batch_norm_s\uff08c function\uff09": [[36, "c.i8_batch_norm_s"]], "fp_batch_norm_grad_p\uff08c function\uff09": [[37, "c.fp_batch_norm_grad_p"]], "fp_batch_norm_grad_s\uff08c function\uff09": [[37, "c.fp_batch_norm_grad_s"]], "hp_batch_norm_grad_p\uff08c function\uff09": [[37, "c.hp_batch_norm_grad_p"]], "hp_batch_norm_grad_s\uff08c function\uff09": [[37, "c.hp_batch_norm_grad_s"]], "c128_batchtospacend_p\uff08c function\uff09": [[38, "c.c128_batchtospacend_p"]], "c128_batchtospacend_s\uff08c function\uff09": [[38, "c.c128_batchtospacend_s"]], "c64_batchtospacend_p\uff08c function\uff09": [[38, "c.c64_batchtospacend_p"]], "c64_batchtospacend_s\uff08c function\uff09": [[38, "c.c64_batchtospacend_s"]], "dp_batchtospacend_p\uff08c function\uff09": [[38, "c.dp_batchtospacend_p"]], "dp_batchtospacend_s\uff08c function\uff09": [[38, "c.dp_batchtospacend_s"]], "fp_batchtospacend_p\uff08c function\uff09": [[38, "c.fp_batchtospacend_p"]], "fp_batchtospacend_s\uff08c function\uff09": [[38, "c.fp_batchtospacend_s"]], "hp_batchtospacend_p\uff08c function\uff09": [[38, "c.hp_batchtospacend_p"]], "hp_batchtospacend_s\uff08c function\uff09": [[38, "c.hp_batchtospacend_s"]], "i16_batchtospacend_p\uff08c function\uff09": [[38, "c.i16_batchtospacend_p"]], "i16_batchtospacend_s\uff08c function\uff09": [[38, "c.i16_batchtospacend_s"]], "i32_batchtospacend_p\uff08c function\uff09": [[38, "c.i32_batchtospacend_p"]], "i32_batchtospacend_s\uff08c function\uff09": [[38, "c.i32_batchtospacend_s"]], "i8_batchtospacend_p\uff08c function\uff09": [[38, "c.i8_batchtospacend_p"]], "i8_batchtospacend_s\uff08c function\uff09": [[38, "c.i8_batchtospacend_s"]], "c128_bias_add_p\uff08c function\uff09": [[39, "c.c128_bias_add_p"]], "c128_bias_add_s\uff08c function\uff09": [[39, "c.c128_bias_add_s"]], "c64_bias_add_p\uff08c function\uff09": [[39, "c.c64_bias_add_p"]], "c64_bias_add_s\uff08c function\uff09": [[39, "c.c64_bias_add_s"]], "dp_bias_add_p\uff08c function\uff09": [[39, "c.dp_bias_add_p"]], "dp_bias_add_s\uff08c function\uff09": [[39, "c.dp_bias_add_s"]], "fp_bias_add_p\uff08c function\uff09": [[39, "c.fp_bias_add_p"]], "fp_bias_add_s\uff08c function\uff09": [[39, "c.fp_bias_add_s"]], "hp_bias_add_p\uff08c function\uff09": [[39, "c.hp_bias_add_p"]], "hp_bias_add_s\uff08c function\uff09": [[39, "c.hp_bias_add_s"]], "i16_bias_add_p\uff08c function\uff09": [[39, "c.i16_bias_add_p"]], "i16_bias_add_s\uff08c function\uff09": [[39, "c.i16_bias_add_s"]], "i32_bias_add_p\uff08c function\uff09": [[39, "c.i32_bias_add_p"]], "i32_bias_add_s\uff08c function\uff09": [[39, "c.i32_bias_add_s"]], "i8_bias_add_p\uff08c function\uff09": [[39, "c.i8_bias_add_p"]], "i8_bias_add_s\uff08c function\uff09": [[39, "c.i8_bias_add_s"]], "fp_bias_add_grad_p\uff08c function\uff09": [[40, "c.fp_bias_add_grad_p"]], "fp_bias_add_grad_s\uff08c function\uff09": [[40, "c.fp_bias_add_grad_s"]], "hp_bias_add_grad_p\uff08c function\uff09": [[40, "c.hp_bias_add_grad_p"]], "hp_bias_add_grad_s\uff08c function\uff09": [[40, "c.hp_bias_add_grad_s"]], "fp_binary_cross_entropy_grad_p\uff08c function\uff09": [[41, "c.fp_binary_cross_entropy_grad_p"]], "fp_binary_cross_entropy_grad_s\uff08c function\uff09": [[41, "c.fp_binary_cross_entropy_grad_s"]], "hp_binary_cross_entropy_grad_p\uff08c function\uff09": [[41, "c.hp_binary_cross_entropy_grad_p"]], "hp_binary_cross_entropy_grad_s\uff08c function\uff09": [[41, "c.hp_binary_cross_entropy_grad_s"]], "fp_binary_cross_entropy_p\uff08c function\uff09": [[42, "c.fp_binary_cross_entropy_p"]], "fp_binary_cross_entropy_s\uff08c function\uff09": [[42, "c.fp_binary_cross_entropy_s"]], "hp_binary_cross_entropy_p\uff08c function\uff09": [[42, "c.hp_binary_cross_entropy_p"]], "hp_binary_cross_entropy_s\uff08c function\uff09": [[42, "c.hp_binary_cross_entropy_s"]], "i8_binary_cross_entropy_p\uff08c function\uff09": [[42, "c.i8_binary_cross_entropy_p"]], "i8_binary_cross_entropy_s\uff08c function\uff09": [[42, "c.i8_binary_cross_entropy_s"]], "c128_broadcastto_p\uff08c function\uff09": [[43, "c.c128_broadcastto_p"]], "c128_broadcastto_s\uff08c function\uff09": [[43, "c.c128_broadcastto_s"]], "c64_broadcastto_p\uff08c function\uff09": [[43, "c.c64_broadcastto_p"]], "c64_broadcastto_s\uff08c function\uff09": [[43, "c.c64_broadcastto_s"]], "dp_broadcastto_p\uff08c function\uff09": [[43, "c.dp_broadcastto_p"]], "dp_broadcastto_s\uff08c function\uff09": [[43, "c.dp_broadcastto_s"]], "fp_broadcastto_p\uff08c function\uff09": [[43, "c.fp_broadcastto_p"]], "fp_broadcastto_s\uff08c function\uff09": [[43, "c.fp_broadcastto_s"]], "hp_broadcastto_p\uff08c function\uff09": [[43, "c.hp_broadcastto_p"]], "hp_broadcastto_s\uff08c function\uff09": [[43, "c.hp_broadcastto_s"]], "i16_broadcastto_p\uff08c function\uff09": [[43, "c.i16_broadcastto_p"]], "i16_broadcastto_s\uff08c function\uff09": [[43, "c.i16_broadcastto_s"]], "i32_broadcastto_p\uff08c function\uff09": [[43, "c.i32_broadcastto_p"]], "i32_broadcastto_s\uff08c function\uff09": [[43, "c.i32_broadcastto_s"]], "i8_broadcastto_p\uff08c function\uff09": [[43, "c.i8_broadcastto_p"]], "i8_broadcastto_s\uff08c function\uff09": [[43, "c.i8_broadcastto_s"]], "c128_cast_to_c128_p\uff08c function\uff09": [[45, "c.c128_cast_to_c128_p"]], "c128_cast_to_c128_s\uff08c function\uff09": [[45, "c.c128_cast_to_c128_s"]], "c64_cast_to_c64_p\uff08c function\uff09": [[45, "c.c64_cast_to_c64_p"]], "c64_cast_to_c64_s\uff08c function\uff09": [[45, "c.c64_cast_to_c64_s"]], "dp_cast_to_dp_p\uff08c function\uff09": [[45, "c.dp_cast_to_dp_p"]], "dp_cast_to_dp_s\uff08c function\uff09": [[45, "c.dp_cast_to_dp_s"]], "dp_cast_to_fp_p\uff08c function\uff09": [[45, "c.dp_cast_to_fp_p"]], "dp_cast_to_fp_s\uff08c function\uff09": [[45, "c.dp_cast_to_fp_s"]], "fp_cast_to_fp16_p\uff08c function\uff09": [[45, "c.fp_cast_to_fp16_p"]], "fp_cast_to_fp16_s\uff08c function\uff09": [[45, "c.fp_cast_to_fp16_s"]], "fp_cast_to_fp_p\uff08c function\uff09": [[45, "c.fp_cast_to_fp_p"]], "fp_cast_to_fp_s\uff08c function\uff09": [[45, "c.fp_cast_to_fp_s"]], "fp_cast_to_int16_p\uff08c function\uff09": [[45, "c.fp_cast_to_int16_p"]], "fp_cast_to_int16_s\uff08c function\uff09": [[45, "c.fp_cast_to_int16_s"]], "fp_cast_to_int32_p\uff08c function\uff09": [[45, "c.fp_cast_to_int32_p"]], "fp_cast_to_int32_s\uff08c function\uff09": [[45, "c.fp_cast_to_int32_s"]], "fp_cast_to_int8_p\uff08c function\uff09": [[45, "c.fp_cast_to_int8_p"]], "fp_cast_to_int8_s\uff08c function\uff09": [[45, "c.fp_cast_to_int8_s"]], "i16_cast_to_fp_p\uff08c function\uff09": [[45, "c.i16_cast_to_fp_p"]], "i16_cast_to_fp_s\uff08c function\uff09": [[45, "c.i16_cast_to_fp_s"]], "i16_cast_to_i16_p\uff08c function\uff09": [[45, "c.i16_cast_to_i16_p"]], "i16_cast_to_i16_s\uff08c function\uff09": [[45, "c.i16_cast_to_i16_s"]], "i16_cast_to_i32_p\uff08c function\uff09": [[45, "c.i16_cast_to_i32_p"]], "i16_cast_to_i32_s\uff08c function\uff09": [[45, "c.i16_cast_to_i32_s"]], "i16_cast_to_i8_p\uff08c function\uff09": [[45, "c.i16_cast_to_i8_p"]], "i16_cast_to_i8_s\uff08c function\uff09": [[45, "c.i16_cast_to_i8_s"]], "i32_cast_to_fp_p\uff08c function\uff09": [[45, "c.i32_cast_to_fp_p"]], "i32_cast_to_fp_s\uff08c function\uff09": [[45, "c.i32_cast_to_fp_s"]], "i32_cast_to_i16_p\uff08c function\uff09": [[45, "c.i32_cast_to_i16_p"]], "i32_cast_to_i16_s\uff08c function\uff09": [[45, "c.i32_cast_to_i16_s"]], "i32_cast_to_i32_p\uff08c function\uff09": [[45, "c.i32_cast_to_i32_p"]], "i32_cast_to_i32_s\uff08c function\uff09": [[45, "c.i32_cast_to_i32_s"]], "i32_cast_to_i8_p\uff08c function\uff09": [[45, "c.i32_cast_to_i8_p"]], "i32_cast_to_i8_s\uff08c function\uff09": [[45, "c.i32_cast_to_i8_s"]], "i8_cast_to_fp_p\uff08c function\uff09": [[45, "c.i8_cast_to_fp_p"]], "i8_cast_to_fp_s\uff08c function\uff09": [[45, "c.i8_cast_to_fp_s"]], "i8_cast_to_i16_p\uff08c function\uff09": [[45, "c.i8_cast_to_i16_p"]], "i8_cast_to_i16_s\uff08c function\uff09": [[45, "c.i8_cast_to_i16_s"]], "i8_cast_to_i32_p\uff08c function\uff09": [[45, "c.i8_cast_to_i32_p"]], "i8_cast_to_i32_s\uff08c function\uff09": [[45, "c.i8_cast_to_i32_s"]], "i8_cast_to_i8_p\uff08c function\uff09": [[45, "c.i8_cast_to_i8_p"]], "i8_cast_to_i8_s\uff08c function\uff09": [[45, "c.i8_cast_to_i8_s"]], "dp_ceil_p\uff08c function\uff09": [[46, "c.dp_ceil_p"]], "dp_ceil_s\uff08c function\uff09": [[46, "c.dp_ceil_s"]], "fp_ceil_p\uff08c function\uff09": [[46, "c.fp_ceil_p"]], "fp_ceil_s\uff08c function\uff09": [[46, "c.fp_ceil_s"]], "hp_ceil_p\uff08c function\uff09": [[46, "c.hp_ceil_p"]], "hp_ceil_s\uff08c function\uff09": [[46, "c.hp_ceil_s"]], "dp_clip_p\uff08c function\uff09": [[47, "c.dp_clip_p"]], "dp_clip_s\uff08c function\uff09": [[47, "c.dp_clip_s"]], "i16_clip_p\uff08c function\uff09": [[47, "c.i16_clip_p"]], "i16_clip_s\uff08c function\uff09": [[47, "c.i16_clip_s"]], "i32_clip_p\uff08c function\uff09": [[47, "c.i32_clip_p"]], "i32_clip_s\uff08c function\uff09": [[47, "c.i32_clip_s"]], "c128_concat_p\uff08c function\uff09": [[48, "c.c128_concat_p"]], "c128_concat_s\uff08c function\uff09": [[48, "c.c128_concat_s"]], "c64_concat_p\uff08c function\uff09": [[48, "c.c64_concat_p"]], "c64_concat_s\uff08c function\uff09": [[48, "c.c64_concat_s"]], "dp_concat_p\uff08c function\uff09": [[48, "c.dp_concat_p"]], "dp_concat_s\uff08c function\uff09": [[48, "c.dp_concat_s"]], "fp_concat_p\uff08c function\uff09": [[48, "c.fp_concat_p"]], "fp_concat_s\uff08c function\uff09": [[48, "c.fp_concat_s"]], "hp_concat_p\uff08c function\uff09": [[48, "c.hp_concat_p"]], "hp_concat_s\uff08c function\uff09": [[48, "c.hp_concat_s"]], "i16_concat_p\uff08c function\uff09": [[48, "c.i16_concat_p"]], "i16_concat_s\uff08c function\uff09": [[48, "c.i16_concat_s"]], "i32_concat_p\uff08c function\uff09": [[48, "c.i32_concat_p"]], "i32_concat_s\uff08c function\uff09": [[48, "c.i32_concat_s"]], "i8_concat_p\uff08c function\uff09": [[48, "c.i8_concat_p"]], "i8_concat_s\uff08c function\uff09": [[48, "c.i8_concat_s"]], "c128_constant_of_shape_p\uff08c function\uff09": [[49, "c.c128_constant_of_shape_p"]], "c128_constant_of_shape_s\uff08c function\uff09": [[49, "c.c128_constant_of_shape_s"]], "c64_constant_of_shape_p\uff08c function\uff09": [[49, "c.c64_constant_of_shape_p"]], "c64_constant_of_shape_s\uff08c function\uff09": [[49, "c.c64_constant_of_shape_s"]], "dp_constant_of_shape_p\uff08c function\uff09": [[49, "c.dp_constant_of_shape_p"]], "dp_constant_of_shape_s\uff08c function\uff09": [[49, "c.dp_constant_of_shape_s"]], "fp_constant_of_shape_p\uff08c function\uff09": [[49, "c.fp_constant_of_shape_p"]], "fp_constant_of_shape_s\uff08c function\uff09": [[49, "c.fp_constant_of_shape_s"]], "i16_constant_of_shape_p\uff08c function\uff09": [[49, "c.i16_constant_of_shape_p"]], "i16_constant_of_shape_s\uff08c function\uff09": [[49, "c.i16_constant_of_shape_s"]], "i32_constant_of_shape_p\uff08c function\uff09": [[49, "c.i32_constant_of_shape_p"]], "i32_constant_of_shape_s\uff08c function\uff09": [[49, "c.i32_constant_of_shape_s"]], "i8_constant_of_shape_p\uff08c function\uff09": [[49, "c.i8_constant_of_shape_p"]], "i8_constant_of_shape_s\uff08c function\uff09": [[49, "c.i8_constant_of_shape_s"]], "fp_conv2d_p\uff08c function\uff09": [[50, "c.fp_conv2d_p"]], "fp_conv2d_s\uff08c function\uff09": [[50, "c.fp_conv2d_s"]], "hp_conv2d_p\uff08c function\uff09": [[50, "c.hp_conv2d_p"]], "hp_conv2d_s\uff08c function\uff09": [[50, "c.hp_conv2d_s"]], "i8_conv2d_p\uff08c function\uff09": [[50, "c.i8_conv2d_p"]], "i8_conv2d_s\uff08c function\uff09": [[50, "c.i8_conv2d_s"]], "fp_convtranspose_p\uff08c function\uff09": [[51, "c.fp_convtranspose_p"]], "fp_convtranspose_s\uff08c function\uff09": [[51, "c.fp_convtranspose_s"]], "hp_convtranspose_p\uff08c function\uff09": [[51, "c.hp_convtranspose_p"]], "hp_convtranspose_s\uff08c function\uff09": [[51, "c.hp_convtranspose_s"]], "i8_convtranspose_p\uff08c function\uff09": [[51, "c.i8_convtranspose_p"]], "i8_convtranspose_s\uff08c function\uff09": [[51, "c.i8_convtranspose_s"]], "fp_conv2dbackpropfilterfusion_p\uff08c function\uff09": [[52, "c.fp_conv2dbackpropfilterfusion_p"]], "fp_conv2dbackpropfilterfusion_s\uff08c function\uff09": [[52, "c.fp_conv2dbackpropfilterfusion_s"]], "hp_conv2dbackpropfilterfusion_p\uff08c function\uff09": [[52, "c.hp_conv2dbackpropfilterfusion_p"]], "hp_conv2dbackpropfilterfusion_s\uff08c function\uff09": [[52, "c.hp_conv2dbackpropfilterfusion_s"]], "fp_conv2dbackpropinputfusion_p\uff08c function\uff09": [[53, "c.fp_conv2dbackpropinputfusion_p"]], "fp_conv2dbackpropinputfusion_s\uff08c function\uff09": [[53, "c.fp_conv2dbackpropinputfusion_s"]], "hp_conv2dbackpropinputfusion_p\uff08c function\uff09": [[53, "c.hp_conv2dbackpropinputfusion_p"]], "hp_conv2dbackpropinputfusion_s\uff08c function\uff09": [[53, "c.hp_conv2dbackpropinputfusion_s"]], "dp_cos_p\uff08c function\uff09": [[54, "c.dp_cos_p"]], "dp_cos_s\uff08c function\uff09": [[54, "c.dp_cos_s"]], "fp_cos_p\uff08c function\uff09": [[54, "c.fp_cos_p"]], "fp_cos_s\uff08c function\uff09": [[54, "c.fp_cos_s"]], "hp_cos_p\uff08c function\uff09": [[54, "c.hp_cos_p"]], "hp_cos_s\uff08c function\uff09": [[54, "c.hp_cos_s"]], "i16_cos_p\uff08c function\uff09": [[54, "c.i16_cos_p"]], "i16_cos_s\uff08c function\uff09": [[54, "c.i16_cos_s"]], "i32_cos_p\uff08c function\uff09": [[54, "c.i32_cos_p"]], "i32_cos_s\uff08c function\uff09": [[54, "c.i32_cos_s"]], "i8_cos_p\uff08c function\uff09": [[54, "c.i8_cos_p"]], "i8_cos_s\uff08c function\uff09": [[54, "c.i8_cos_s"]], "anytype_crop_anycore\uff08c function\uff09": [[55, "c.anytype_crop_anycore"]], "fp_crop_and_resize_anycore\uff08c function\uff09": [[56, "c.fp_crop_and_resize_anycore"]], "hp_crop_and_resize_anycore\uff08c function\uff09": [[56, "c.hp_crop_and_resize_anycore"]], "i8_crop_and_resize_anycore\uff08c function\uff09": [[56, "c.i8_crop_and_resize_anycore"]], "c128_cum_sum_p\uff08c function\uff09": [[57, "c.c128_cum_sum_p"]], "c128_cum_sum_s\uff08c function\uff09": [[57, "c.c128_cum_sum_s"]], "c64_cum_sum_p\uff08c function\uff09": [[57, "c.c64_cum_sum_p"]], "c64_cum_sum_s\uff08c function\uff09": [[57, "c.c64_cum_sum_s"]], "dp_cum_sum_p\uff08c function\uff09": [[57, "c.dp_cum_sum_p"]], "dp_cum_sum_s\uff08c function\uff09": [[57, "c.dp_cum_sum_s"]], "fp_cum_sum_p\uff08c function\uff09": [[57, "c.fp_cum_sum_p"]], "fp_cum_sum_s\uff08c function\uff09": [[57, "c.fp_cum_sum_s"]], "hp_cum_sum_p\uff08c function\uff09": [[57, "c.hp_cum_sum_p"]], "hp_cum_sum_s\uff08c function\uff09": [[57, "c.hp_cum_sum_s"]], "i16_cum_sum_p\uff08c function\uff09": [[57, "c.i16_cum_sum_p"]], "i16_cum_sum_s\uff08c function\uff09": [[57, "c.i16_cum_sum_s"]], "i32_cum_sum_p\uff08c function\uff09": [[57, "c.i32_cum_sum_p"]], "i32_cum_sum_s\uff08c function\uff09": [[57, "c.i32_cum_sum_s"]], "i8_cum_sum_p\uff08c function\uff09": [[57, "c.i8_cum_sum_p"]], "i8_cum_sum_s\uff08c function\uff09": [[57, "c.i8_cum_sum_s"]], "c128_extract_features_p\uff08c function\uff09": [[59, "c.c128_extract_features_p"]], "c128_extract_features_s\uff08c function\uff09": [[59, "c.c128_extract_features_s"]], "c64_extract_features_p\uff08c function\uff09": [[59, "c.c64_extract_features_p"]], "c64_extract_features_s\uff08c function\uff09": [[59, "c.c64_extract_features_s"]], "dp_extract_features_p\uff08c function\uff09": [[59, "c.dp_extract_features_p"]], "dp_extract_features_s\uff08c function\uff09": [[59, "c.dp_extract_features_s"]], "fp_extract_features_p\uff08c function\uff09": [[59, "c.fp_extract_features_p"]], "fp_extract_features_s\uff08c function\uff09": [[59, "c.fp_extract_features_s"]], "i16_extract_features_p\uff08c function\uff09": [[59, "c.i16_extract_features_p"]], "i16_extract_features_s\uff08c function\uff09": [[59, "c.i16_extract_features_s"]], "i32_extract_features_p\uff08c function\uff09": [[59, "c.i32_extract_features_p"]], "i32_extract_features_s\uff08c function\uff09": [[59, "c.i32_extract_features_s"]], "i8_extract_features_p\uff08c function\uff09": [[59, "c.i8_extract_features_p"]], "i8_extract_features_s\uff08c function\uff09": [[59, "c.i8_extract_features_s"]], "customnormalize_p\uff08c function\uff09": [[60, "c.customnormalize_p"]], "customnormalize_s\uff08c function\uff09": [[60, "c.customnormalize_s"]], "custompredict_p\uff08c function\uff09": [[61, "c.custompredict_p"]], "custompredict_s\uff08c function\uff09": [[61, "c.custompredict_s"]], "fp_deconv_grad_filter_p\uff08c function\uff09": [[62, "c.fp_deconv_grad_filter_p"]], "fp_deconv_grad_filter_s\uff08c function\uff09": [[62, "c.fp_deconv_grad_filter_s"]], "hp_deconv_grad_filter_p\uff08c function\uff09": [[62, "c.hp_deconv_grad_filter_p"]], "hp_deconv_grad_filter_s\uff08c function\uff09": [[62, "c.hp_deconv_grad_filter_s"]], "c128_depthtospace_p\uff08c function\uff09": [[64, "c.c128_depthtospace_p"]], "c128_depthtospace_s\uff08c function\uff09": [[64, "c.c128_depthtospace_s"]], "c64_depthtospace_p\uff08c function\uff09": [[64, "c.c64_depthtospace_p"]], "c64_depthtospace_s\uff08c function\uff09": [[64, "c.c64_depthtospace_s"]], "dp_depthtospace_p\uff08c function\uff09": [[64, "c.dp_depthtospace_p"]], "dp_depthtospace_s\uff08c function\uff09": [[64, "c.dp_depthtospace_s"]], "fp_depthtospace_p\uff08c function\uff09": [[64, "c.fp_depthtospace_p"]], "fp_depthtospace_s\uff08c function\uff09": [[64, "c.fp_depthtospace_s"]], "hp_depthtospace_p\uff08c function\uff09": [[64, "c.hp_depthtospace_p"]], "hp_depthtospace_s\uff08c function\uff09": [[64, "c.hp_depthtospace_s"]], "i16_depthtospace_p\uff08c function\uff09": [[64, "c.i16_depthtospace_p"]], "i16_depthtospace_s\uff08c function\uff09": [[64, "c.i16_depthtospace_s"]], "i32_depthtospace_p\uff08c function\uff09": [[64, "c.i32_depthtospace_p"]], "i32_depthtospace_s\uff08c function\uff09": [[64, "c.i32_depthtospace_s"]], "i8_depthtospace_p\uff08c function\uff09": [[64, "c.i8_depthtospace_p"]], "i8_depthtospace_s\uff08c function\uff09": [[64, "c.i8_depthtospace_s"]], "fp_detection_post_process_p\uff08c function\uff09": [[65, "c.fp_detection_post_process_p"]], "fp_detection_post_process_s\uff08c function\uff09": [[65, "c.fp_detection_post_process_s"]], "hp_detection_post_process_p\uff08c function\uff09": [[65, "c.hp_detection_post_process_p"]], "hp_detection_post_process_s\uff08c function\uff09": [[65, "c.hp_detection_post_process_s"]], "i8_detection_post_process_p\uff08c function\uff09": [[65, "c.i8_detection_post_process_p"]], "i8_detection_post_process_s\uff08c function\uff09": [[65, "c.i8_detection_post_process_s"]], "c128_div_p\uff08c function\uff09": [[66, "c.c128_div_p"]], "c128_div_s\uff08c function\uff09": [[66, "c.c128_div_s"]], "c64_div_p\uff08c function\uff09": [[66, "c.c64_div_p"]], "c64_div_s\uff08c function\uff09": [[66, "c.c64_div_s"]], "dp_div_p\uff08c function\uff09": [[66, "c.dp_div_p"]], "dp_div_s\uff08c function\uff09": [[66, "c.dp_div_s"]], "fp_div_p\uff08c function\uff09": [[66, "c.fp_div_p"]], "fp_div_s\uff08c function\uff09": [[66, "c.fp_div_s"]], "hp_div_p\uff08c function\uff09": [[66, "c.hp_div_p"]], "hp_div_s\uff08c function\uff09": [[66, "c.hp_div_s"]], "i16_div_p\uff08c function\uff09": [[66, "c.i16_div_p"]], "i16_div_s\uff08c function\uff09": [[66, "c.i16_div_s"]], "i32_div_p\uff08c function\uff09": [[66, "c.i32_div_p"]], "i32_div_s\uff08c function\uff09": [[66, "c.i32_div_s"]], "i8_div_p\uff08c function\uff09": [[66, "c.i8_div_p"]], "i8_div_s\uff08c function\uff09": [[66, "c.i8_div_s"]], "fp_div_grad_p\uff08c function\uff09": [[67, "c.fp_div_grad_p"]], "fp_div_grad_s\uff08c function\uff09": [[67, "c.fp_div_grad_s"]], "hp_div_grad_p\uff08c function\uff09": [[67, "c.hp_div_grad_p"]], "hp_div_grad_s\uff08c function\uff09": [[67, "c.hp_div_grad_s"]], "fp_dropout_p\uff08c function\uff09": [[68, "c.fp_dropout_p"]], "fp_dropout_s\uff08c function\uff09": [[68, "c.fp_dropout_s"]], "hp_dropout_p\uff08c function\uff09": [[68, "c.hp_dropout_p"]], "hp_dropout_s\uff08c function\uff09": [[68, "c.hp_dropout_s"]], "fp_dropout_grad_p\uff08c function\uff09": [[69, "c.fp_dropout_grad_p"]], "fp_dropout_grad_s\uff08c function\uff09": [[69, "c.fp_dropout_grad_s"]], "hp_dropout_grad_p\uff08c function\uff09": [[69, "c.hp_dropout_grad_p"]], "hp_dropout_grad_s\uff08c function\uff09": [[69, "c.hp_dropout_grad_s"]], "fp_dynamic_quant_p\uff08c function\uff09": [[71, "c.fp_dynamic_quant_p"]], "fp_dynamic_quant_s\uff08c function\uff09": [[71, "c.fp_dynamic_quant_s"]], "hp_dynamic_quant_p\uff08c function\uff09": [[71, "c.hp_dynamic_quant_p"]], "hp_dynamic_quant_s\uff08c function\uff09": [[71, "c.hp_dynamic_quant_s"]], "c128_eltwise_p\uff08c function\uff09": [[72, "c.c128_eltwise_p"]], "c128_eltwise_s\uff08c function\uff09": [[72, "c.c128_eltwise_s"]], "c64_eltwise_p\uff08c function\uff09": [[72, "c.c64_eltwise_p"]], "c64_eltwise_s\uff08c function\uff09": [[72, "c.c64_eltwise_s"]], "dp_eltwise_p\uff08c function\uff09": [[72, "c.dp_eltwise_p"]], "dp_eltwise_s\uff08c function\uff09": [[72, "c.dp_eltwise_s"]], "fp_eltwise_p\uff08c function\uff09": [[72, "c.fp_eltwise_p"]], "fp_eltwise_s\uff08c function\uff09": [[72, "c.fp_eltwise_s"]], "hp_eltwise_p\uff08c function\uff09": [[72, "c.hp_eltwise_p"]], "hp_eltwise_s\uff08c function\uff09": [[72, "c.hp_eltwise_s"]], "i16_eltwise_p\uff08c function\uff09": [[72, "c.i16_eltwise_p"]], "i16_eltwise_s\uff08c function\uff09": [[72, "c.i16_eltwise_s"]], "i32_eltwise_p\uff08c function\uff09": [[72, "c.i32_eltwise_p"]], "i32_eltwise_s\uff08c function\uff09": [[72, "c.i32_eltwise_s"]], "i8_eltwise_p\uff08c function\uff09": [[72, "c.i8_eltwise_p"]], "i8_eltwise_s\uff08c function\uff09": [[72, "c.i8_eltwise_s"]], "fp_embedding_lookup_p\uff08c function\uff09": [[74, "c.fp_embedding_lookup_p"]], "fp_embedding_lookup_s\uff08c function\uff09": [[74, "c.fp_embedding_lookup_s"]], "hp_embedding_lookup_p\uff08c function\uff09": [[74, "c.hp_embedding_lookup_p"]], "hp_embedding_lookup_s\uff08c function\uff09": [[74, "c.hp_embedding_lookup_s"]], "c128_equal_p\uff08c function\uff09": [[75, "c.c128_equal_p"]], "c128_equal_s\uff08c function\uff09": [[75, "c.c128_equal_s"]], "c64_equal_p\uff08c function\uff09": [[75, "c.c64_equal_p"]], "c64_equal_s\uff08c function\uff09": [[75, "c.c64_equal_s"]], "dp_equal_p\uff08c function\uff09": [[75, "c.dp_equal_p"]], "dp_equal_s\uff08c function\uff09": [[75, "c.dp_equal_s"]], "fp_equal_p\uff08c function\uff09": [[75, "c.fp_equal_p"]], "fp_equal_s\uff08c function\uff09": [[75, "c.fp_equal_s"]], "hp_equal_p\uff08c function\uff09": [[75, "c.hp_equal_p"]], "hp_equal_s\uff08c function\uff09": [[75, "c.hp_equal_s"]], "i16_equal_p\uff08c function\uff09": [[75, "c.i16_equal_p"]], "i16_equal_s\uff08c function\uff09": [[75, "c.i16_equal_s"]], "i32_equal_p\uff08c function\uff09": [[75, "c.i32_equal_p"]], "i32_equal_s\uff08c function\uff09": [[75, "c.i32_equal_s"]], "i8_equal_p\uff08c function\uff09": [[75, "c.i8_equal_p"]], "i8_equal_s\uff08c function\uff09": [[75, "c.i8_equal_s"]], "dp_erf_p\uff08c function\uff09": [[76, "c.dp_erf_p"]], "dp_erf_s\uff08c function\uff09": [[76, "c.dp_erf_s"]], "fp_erf_p\uff08c function\uff09": [[76, "c.fp_erf_p"]], "fp_erf_s\uff08c function\uff09": [[76, "c.fp_erf_s"]], "hp_erf_p\uff08c function\uff09": [[76, "c.hp_erf_p"]], "hp_erf_s\uff08c function\uff09": [[76, "c.hp_erf_s"]], "anytype_expand_dims_anycore\uff08c function\uff09": [[77, "c.anytype_expand_dims_anycore"]], "c128_exp_p\uff08c function\uff09": [[78, "c.c128_exp_p"]], "c128_exp_s\uff08c function\uff09": [[78, "c.c128_exp_s"]], "c64_exp_p\uff08c function\uff09": [[78, "c.c64_exp_p"]], "c64_exp_s\uff08c function\uff09": [[78, "c.c64_exp_s"]], "dp_exp_p\uff08c function\uff09": [[78, "c.dp_exp_p"]], "dp_exp_s\uff08c function\uff09": [[78, "c.dp_exp_s"]], "fp_exp_p\uff08c function\uff09": [[78, "c.fp_exp_p"]], "fp_exp_s\uff08c function\uff09": [[78, "c.fp_exp_s"]], "hp_exp_p\uff08c function\uff09": [[78, "c.hp_exp_p"]], "hp_exp_s\uff08c function\uff09": [[78, "c.hp_exp_s"]], "i16_exp_p\uff08c function\uff09": [[78, "c.i16_exp_p"]], "i16_exp_s\uff08c function\uff09": [[78, "c.i16_exp_s"]], "i32_exp_p\uff08c function\uff09": [[78, "c.i32_exp_p"]], "i32_exp_s\uff08c function\uff09": [[78, "c.i32_exp_s"]], "i8_exp_p\uff08c function\uff09": [[78, "c.i8_exp_p"]], "i8_exp_s\uff08c function\uff09": [[78, "c.i8_exp_s"]], "fp_fake_quant_with_min_max_vars_p\uff08c function\uff09": [[79, "c.fp_fake_quant_with_min_max_vars_p"]], "fp_fake_quant_with_min_max_vars_s\uff08c function\uff09": [[79, "c.fp_fake_quant_with_min_max_vars_s"]], "hp_fake_quant_with_min_max_vars_p\uff08c function\uff09": [[79, "c.hp_fake_quant_with_min_max_vars_p"]], "hp_fake_quant_with_min_max_vars_s\uff08c function\uff09": [[79, "c.hp_fake_quant_with_min_max_vars_s"]], "fp_fake_quant_with_min_max_vars_per_channel_p\uff08c function\uff09": [[80, "c.fp_fake_quant_with_min_max_vars_per_channel_p"]], "fp_fake_quant_with_min_max_vars_per_channel_s\uff08c function\uff09": [[80, "c.fp_fake_quant_with_min_max_vars_per_channel_s"]], "hp_fake_quant_with_min_max_vars_per_channel_p\uff08c function\uff09": [[80, "c.hp_fake_quant_with_min_max_vars_per_channel_p"]], "hp_fake_quant_with_min_max_vars_per_channel_s\uff08c function\uff09": [[80, "c.hp_fake_quant_with_min_max_vars_per_channel_s"]], "c128_fill_p\uff08c function\uff09": [[83, "c.c128_fill_p"]], "c128_fill_s\uff08c function\uff09": [[83, "c.c128_fill_s"]], "c64_fill_p\uff08c function\uff09": [[83, "c.c64_fill_p"]], "c64_fill_s\uff08c function\uff09": [[83, "c.c64_fill_s"]], "dp_fill_p\uff08c function\uff09": [[83, "c.dp_fill_p"]], "dp_fill_s\uff08c function\uff09": [[83, "c.dp_fill_s"]], "fp_fill_p\uff08c function\uff09": [[83, "c.fp_fill_p"]], "fp_fill_s\uff08c function\uff09": [[83, "c.fp_fill_s"]], "hp_fill_p\uff08c function\uff09": [[83, "c.hp_fill_p"]], "hp_fill_s\uff08c function\uff09": [[83, "c.hp_fill_s"]], "i16_fill_p\uff08c function\uff09": [[83, "c.i16_fill_p"]], "i16_fill_s\uff08c function\uff09": [[83, "c.i16_fill_s"]], "i32_fill_p\uff08c function\uff09": [[83, "c.i32_fill_p"]], "i32_fill_s\uff08c function\uff09": [[83, "c.i32_fill_s"]], "i8_fill_p\uff08c function\uff09": [[83, "c.i8_fill_p"]], "i8_fill_s\uff08c function\uff09": [[83, "c.i8_fill_s"]], "anytype_fillv2_p\uff08c function\uff09": [[84, "c.anytype_fillv2_p"]], "anytype_fillv2_s\uff08c function\uff09": [[84, "c.anytype_fillv2_s"]], "flatten\uff08c function\uff09": [[85, "c.Flatten"]], "fp_flatten_grad_p\uff08c function\uff09": [[86, "c.fp_flatten_grad_p"]], "fp_flatten_grad_s\uff08c function\uff09": [[86, "c.fp_flatten_grad_s"]], "hp_flatten_grad_p\uff08c function\uff09": [[86, "c.hp_flatten_grad_p"]], "hp_flatten_grad_s\uff08c function\uff09": [[86, "c.hp_flatten_grad_s"]], "dp_floor_p\uff08c function\uff09": [[87, "c.dp_floor_p"]], "dp_floor_s\uff08c function\uff09": [[87, "c.dp_floor_s"]], "fp_floor_p\uff08c function\uff09": [[87, "c.fp_floor_p"]], "fp_floor_s\uff08c function\uff09": [[87, "c.fp_floor_s"]], "hp_floor_p\uff08c function\uff09": [[87, "c.hp_floor_p"]], "hp_floor_s\uff08c function\uff09": [[87, "c.hp_floor_s"]], "dp_floor_mod_p\uff08c function\uff09": [[88, "c.dp_floor_mod_p"]], "dp_floor_mod_s\uff08c function\uff09": [[88, "c.dp_floor_mod_s"]], "fp_floor_mod_p\uff08c function\uff09": [[88, "c.fp_floor_mod_p"]], "fp_floor_mod_s\uff08c function\uff09": [[88, "c.fp_floor_mod_s"]], "hp_floor_mod_p\uff08c function\uff09": [[88, "c.hp_floor_mod_p"]], "hp_floor_mod_s\uff08c function\uff09": [[88, "c.hp_floor_mod_s"]], "dp_floor_div_p\uff08c function\uff09": [[89, "c.dp_floor_div_p"]], "dp_floor_div_s\uff08c function\uff09": [[89, "c.dp_floor_div_s"]], "fp_floor_div_p\uff08c function\uff09": [[89, "c.fp_floor_div_p"]], "fp_floor_div_s\uff08c function\uff09": [[89, "c.fp_floor_div_s"]], "hp_floor_div_p\uff08c function\uff09": [[89, "c.hp_floor_div_p"]], "hp_floor_div_s\uff08c function\uff09": [[89, "c.hp_floor_div_s"]], "c128_format_transpose_p\uff08c function\uff09": [[90, "c.c128_format_transpose_p"]], "c128_format_transpose_s\uff08c function\uff09": [[90, "c.c128_format_transpose_s"]], "c64_format_transpose_p\uff08c function\uff09": [[90, "c.c64_format_transpose_p"]], "c64_format_transpose_s\uff08c function\uff09": [[90, "c.c64_format_transpose_s"]], "dp_format_transpose_p\uff08c function\uff09": [[90, "c.dp_format_transpose_p"]], "dp_format_transpose_s\uff08c function\uff09": [[90, "c.dp_format_transpose_s"]], "fp_format_transpose_p\uff08c function\uff09": [[90, "c.fp_format_transpose_p"]], "fp_format_transpose_s\uff08c function\uff09": [[90, "c.fp_format_transpose_s"]], "hp_format_transpose_p\uff08c function\uff09": [[90, "c.hp_format_transpose_p"]], "hp_format_transpose_s\uff08c function\uff09": [[90, "c.hp_format_transpose_s"]], "i16_format_transpose_p\uff08c function\uff09": [[90, "c.i16_format_transpose_p"]], "i16_format_transpose_s\uff08c function\uff09": [[90, "c.i16_format_transpose_s"]], "i32_format_transpose_p\uff08c function\uff09": [[90, "c.i32_format_transpose_p"]], "i32_format_transpose_s\uff08c function\uff09": [[90, "c.i32_format_transpose_s"]], "i8_format_transpose_p\uff08c function\uff09": [[90, "c.i8_format_transpose_p"]], "i8_format_transpose_s\uff08c function\uff09": [[90, "c.i8_format_transpose_s"]], "fp_full_connection_p\uff08c function\uff09": [[91, "c.fp_full_connection_p"]], "fp_full_connection_s\uff08c function\uff09": [[91, "c.fp_full_connection_s"]], "hp_full_connection_p\uff08c function\uff09": [[91, "c.hp_full_connection_p"]], "hp_full_connection_s\uff08c function\uff09": [[91, "c.hp_full_connection_s"]], "i8_full_connection_p\uff08c function\uff09": [[91, "c.i8_full_connection_p"]], "i8_full_connection_s\uff08c function\uff09": [[91, "c.i8_full_connection_s"]], "fp_fusedbatchnorm_p\uff08c function\uff09": [[92, "c.fp_fusedbatchnorm_p"]], "fp_fusedbatchnorm_s\uff08c function\uff09": [[92, "c.fp_fusedbatchnorm_s"]], "hp_fusedbatchnorm_p\uff08c function\uff09": [[92, "c.hp_fusedbatchnorm_p"]], "hp_fusedbatchnorm_s\uff08c function\uff09": [[92, "c.hp_fusedbatchnorm_s"]], "c128_gather_p\uff08c function\uff09": [[93, "c.c128_gather_p"]], "c128_gather_s\uff08c function\uff09": [[93, "c.c128_gather_s"]], "c64_gather_p\uff08c function\uff09": [[93, "c.c64_gather_p"]], "c64_gather_s\uff08c function\uff09": [[93, "c.c64_gather_s"]], "dp_gather_p\uff08c function\uff09": [[93, "c.dp_gather_p"]], "dp_gather_s\uff08c function\uff09": [[93, "c.dp_gather_s"]], "fp_gather_p\uff08c function\uff09": [[93, "c.fp_gather_p"]], "fp_gather_s\uff08c function\uff09": [[93, "c.fp_gather_s"]], "hp_gather_p\uff08c function\uff09": [[93, "c.hp_gather_p"]], "hp_gather_s\uff08c function\uff09": [[93, "c.hp_gather_s"]], "i16_gather_p\uff08c function\uff09": [[93, "c.i16_gather_p"]], "i16_gather_s\uff08c function\uff09": [[93, "c.i16_gather_s"]], "i32_gather_p\uff08c function\uff09": [[93, "c.i32_gather_p"]], "i32_gather_s\uff08c function\uff09": [[93, "c.i32_gather_s"]], "i8_gather_p\uff08c function\uff09": [[93, "c.i8_gather_p"]], "i8_gather_s\uff08c function\uff09": [[93, "c.i8_gather_s"]], "c128_gather_nd_p\uff08c function\uff09": [[94, "c.c128_gather_nd_p"]], "c128_gather_nd_s\uff08c function\uff09": [[94, "c.c128_gather_nd_s"]], "c64_gather_nd_p\uff08c function\uff09": [[94, "c.c64_gather_nd_p"]], "c64_gather_nd_s\uff08c function\uff09": [[94, "c.c64_gather_nd_s"]], "dp_gather_nd_p\uff08c function\uff09": [[94, "c.dp_gather_nd_p"]], "dp_gather_nd_s\uff08c function\uff09": [[94, "c.dp_gather_nd_s"]], "fp_gather_nd_p\uff08c function\uff09": [[94, "c.fp_gather_nd_p"]], "fp_gather_nd_s\uff08c function\uff09": [[94, "c.fp_gather_nd_s"]], "hp_gather_nd_p\uff08c function\uff09": [[94, "c.hp_gather_nd_p"]], "hp_gather_nd_s\uff08c function\uff09": [[94, "c.hp_gather_nd_s"]], "i16_gather_nd_p\uff08c function\uff09": [[94, "c.i16_gather_nd_p"]], "i16_gather_nd_s\uff08c function\uff09": [[94, "c.i16_gather_nd_s"]], "i32_gather_nd_p\uff08c function\uff09": [[94, "c.i32_gather_nd_p"]], "i32_gather_nd_s\uff08c function\uff09": [[94, "c.i32_gather_nd_s"]], "i8_gather_nd_p\uff08c function\uff09": [[94, "c.i8_gather_nd_p"]], "i8_gather_nd_s\uff08c function\uff09": [[94, "c.i8_gather_nd_s"]], "c128_gather_d_p\uff08c function\uff09": [[95, "c.c128_gather_d_p"]], "c128_gather_d_s\uff08c function\uff09": [[95, "c.c128_gather_d_s"]], "c64_gather_d_p\uff08c function\uff09": [[95, "c.c64_gather_d_p"]], "c64_gather_d_s\uff08c function\uff09": [[95, "c.c64_gather_d_s"]], "dp_gather_d_p\uff08c function\uff09": [[95, "c.dp_gather_d_p"]], "dp_gather_d_s\uff08c function\uff09": [[95, "c.dp_gather_d_s"]], "fp_gather_d_p\uff08c function\uff09": [[95, "c.fp_gather_d_p"]], "fp_gather_d_s\uff08c function\uff09": [[95, "c.fp_gather_d_s"]], "i16_gather_d_p\uff08c function\uff09": [[95, "c.i16_gather_d_p"]], "i16_gather_d_s\uff08c function\uff09": [[95, "c.i16_gather_d_s"]], "i32_gather_d_p\uff08c function\uff09": [[95, "c.i32_gather_d_p"]], "i32_gather_d_s\uff08c function\uff09": [[95, "c.i32_gather_d_s"]], "i8_gather_d_p\uff08c function\uff09": [[95, "c.i8_gather_d_p"]], "i8_gather_d_s\uff08c function\uff09": [[95, "c.i8_gather_d_s"]], "fp_glu_p\uff08c function\uff09": [[97, "c.fp_glu_p"]], "fp_glu_s\uff08c function\uff09": [[97, "c.fp_glu_s"]], "hp_glu_p\uff08c function\uff09": [[97, "c.hp_glu_p"]], "hp_glu_s\uff08c function\uff09": [[97, "c.hp_glu_s"]], "i8_glu_p\uff08c function\uff09": [[97, "c.i8_glu_p"]], "i8_glu_s\uff08c function\uff09": [[97, "c.i8_glu_s"]], "dp_greater_s\uff08c function\uff09": [[98, "c.dp_greater_s"]], "fp_greater_p\uff08c function\uff09": [[98, "c.fp_greater_p"]], "fp_greater_s\uff08c function\uff09": [[98, "c.fp_greater_s"]], "hp_greater_p\uff08c function\uff09": [[98, "c.hp_greater_p"]], "hp_greater_s\uff08c function\uff09": [[98, "c.hp_greater_s"]], "i16_greater_p\uff08c function\uff09": [[98, "c.i16_greater_p"]], "i16_greater_s\uff08c function\uff09": [[98, "c.i16_greater_s"]], "i32_greater_p\uff08c function\uff09": [[98, "c.i32_greater_p"]], "i32_greater_s\uff08c function\uff09": [[98, "c.i32_greater_s"]], "i8_greater_p\uff08c function\uff09": [[98, "c.i8_greater_p"]], "i8_greater_s\uff08c function\uff09": [[98, "c.i8_greater_s"]], "dp_greater_equal_s\uff08c function\uff09": [[99, "c.dp_greater_equal_s"]], "fp_greater_equal_p\uff08c function\uff09": [[99, "c.fp_greater_equal_p"]], "fp_greater_equal_s\uff08c function\uff09": [[99, "c.fp_greater_equal_s"]], "hp_greater_equal_p\uff08c function\uff09": [[99, "c.hp_greater_equal_p"]], "hp_greater_equal_s\uff08c function\uff09": [[99, "c.hp_greater_equal_s"]], "i16_greater_equal_p\uff08c function\uff09": [[99, "c.i16_greater_equal_p"]], "i16_greater_equal_s\uff08c function\uff09": [[99, "c.i16_greater_equal_s"]], "i32_greater_equal_p\uff08c function\uff09": [[99, "c.i32_greater_equal_p"]], "i32_greater_equal_s\uff08c function\uff09": [[99, "c.i32_greater_equal_s"]], "i8_greater_equal_p\uff08c function\uff09": [[99, "c.i8_greater_equal_p"]], "i8_greater_equal_s\uff08c function\uff09": [[99, "c.i8_greater_equal_s"]], "fp_groupnormfusion_p\uff08c function\uff09": [[100, "c.fp_groupnormfusion_p"]], "fp_groupnormfusion_s\uff08c function\uff09": [[100, "c.fp_groupnormfusion_s"]], "hp_groupnormfusion_p\uff08c function\uff09": [[100, "c.hp_groupnormfusion_p"]], "hp_groupnormfusion_s\uff08c function\uff09": [[100, "c.hp_groupnormfusion_s"]], "fp_gru_p\uff08c function\uff09": [[101, "c.fp_Gru_p"]], "fp_gru_s\uff08c function\uff09": [[101, "c.fp_Gru_s"]], "hp_gru_p\uff08c function\uff09": [[101, "c.hp_Gru_p"]], "hp_gru_s\uff08c function\uff09": [[101, "c.hp_Gru_s"]], "i8_gru_p\uff08c function\uff09": [[101, "c.i8_Gru_p"]], "i8_gru_s\uff08c function\uff09": [[101, "c.i8_Gru_s"]], "i32_hashtablelookup_p\uff08c function\uff09": [[102, "c.i32_hashtablelookup_p"]], "i32_hashtablelookup_s\uff08c function\uff09": [[102, "c.i32_hashtablelookup_s"]], "fp_instance_norm_p\uff08c function\uff09": [[103, "c.fp_instance_norm_p"]], "fp_instance_norm_s\uff08c function\uff09": [[103, "c.fp_instance_norm_s"]], "hp_instance_norm_p\uff08c function\uff09": [[103, "c.hp_instance_norm_p"]], "hp_instance_norm_s\uff08c function\uff09": [[103, "c.hp_instance_norm_s"]], "i16_invert_permutation_p\uff08c function\uff09": [[104, "c.i16_invert_permutation_p"]], "i16_invert_permutation_s\uff08c function\uff09": [[104, "c.i16_invert_permutation_s"]], "i32_invert_permutation_p\uff08c function\uff09": [[104, "c.i32_invert_permutation_p"]], "i32_invert_permutation_s\uff08c function\uff09": [[104, "c.i32_invert_permutation_s"]], "i8_invert_permutation_p\uff08c function\uff09": [[104, "c.i8_invert_permutation_p"]], "i8_invert_permutation_s\uff08c function\uff09": [[104, "c.i8_invert_permutation_s"]], "c128_is_finite_p\uff08c function\uff09": [[105, "c.c128_is_finite_p"]], "c128_is_finite_s\uff08c function\uff09": [[105, "c.c128_is_finite_s"]], "c64_is_finite_p\uff08c function\uff09": [[105, "c.c64_is_finite_p"]], "c64_is_finite_s\uff08c function\uff09": [[105, "c.c64_is_finite_s"]], "dp_is_finite_p\uff08c function\uff09": [[105, "c.dp_is_finite_p"]], "dp_is_finite_s\uff08c function\uff09": [[105, "c.dp_is_finite_s"]], "fp_is_finite_p\uff08c function\uff09": [[105, "c.fp_is_finite_p"]], "fp_is_finite_s\uff08c function\uff09": [[105, "c.fp_is_finite_s"]], "hp_is_finite_p\uff08c function\uff09": [[105, "c.hp_is_finite_p"]], "hp_is_finite_s\uff08c function\uff09": [[105, "c.hp_is_finite_s"]], "i16_is_finite_p\uff08c function\uff09": [[105, "c.i16_is_finite_p"]], "i16_is_finite_s\uff08c function\uff09": [[105, "c.i16_is_finite_s"]], "i32_is_finite_p\uff08c function\uff09": [[105, "c.i32_is_finite_p"]], "i32_is_finite_s\uff08c function\uff09": [[105, "c.i32_is_finite_s"]], "i8_is_finite_p\uff08c function\uff09": [[105, "c.i8_is_finite_p"]], "i8_is_finite_s\uff08c function\uff09": [[105, "c.i8_is_finite_s"]], "fp_l2norm_p\uff08c function\uff09": [[106, "c.fp_l2norm_p"]], "fp_l2norm_s\uff08c function\uff09": [[106, "c.fp_l2norm_s"]], "hp_l2norm_p\uff08c function\uff09": [[106, "c.hp_l2norm_p"]], "hp_l2norm_s\uff08c function\uff09": [[106, "c.hp_l2norm_s"]], "fp_layernormfusion_p\uff08c function\uff09": [[107, "c.fp_layernormfusion_p"]], "fp_layernormfusion_s\uff08c function\uff09": [[107, "c.fp_layernormfusion_s"]], "hp_layernormfusion_p\uff08c function\uff09": [[107, "c.hp_layernormfusion_p"]], "hp_layernormfusion_s\uff08c function\uff09": [[107, "c.hp_layernormfusion_s"]], "i8_layernormfusion_p\uff08c function\uff09": [[107, "c.i8_layernormfusion_p"]], "i8_layernormfusion_s\uff08c function\uff09": [[107, "c.i8_layernormfusion_s"]], "fp_layer_norm_grad_p\uff08c function\uff09": [[108, "c.fp_layer_norm_grad_p"]], "fp_layer_norm_grad_s\uff08c function\uff09": [[108, "c.fp_layer_norm_grad_s"]], "hp_layer_norm_grad_p\uff08c function\uff09": [[108, "c.hp_layer_norm_grad_p"]], "hp_layer_norm_grad_s\uff08c function\uff09": [[108, "c.hp_layer_norm_grad_s"]], "fp_leaky_relu_p\uff08c function\uff09": [[109, "c.fp_leaky_relu_p"]], "fp_leaky_relu_s\uff08c function\uff09": [[109, "c.fp_leaky_relu_s"]], "hp_leaky_relu_p\uff08c function\uff09": [[109, "c.hp_leaky_relu_p"]], "hp_leaky_relu_s\uff08c function\uff09": [[109, "c.hp_leaky_relu_s"]], "i8_leaky_relu_p\uff08c function\uff09": [[109, "c.i8_leaky_relu_p"]], "i8_leaky_relu_s\uff08c function\uff09": [[109, "c.i8_leaky_relu_s"]], "dp_less_p\uff08c function\uff09": [[110, "c.dp_less_p"]], "dp_less_s\uff08c function\uff09": [[110, "c.dp_less_s"]], "fp_less_p\uff08c function\uff09": [[110, "c.fp_less_p"]], "fp_less_s\uff08c function\uff09": [[110, "c.fp_less_s"]], "hp_less_p\uff08c function\uff09": [[110, "c.hp_less_p"]], "hp_less_s\uff08c function\uff09": [[110, "c.hp_less_s"]], "i16_less_p\uff08c function\uff09": [[110, "c.i16_less_p"]], "i16_less_s\uff08c function\uff09": [[110, "c.i16_less_s"]], "i32_less_p\uff08c function\uff09": [[110, "c.i32_less_p"]], "i32_less_s\uff08c function\uff09": [[110, "c.i32_less_s"]], "i8_less_p\uff08c function\uff09": [[110, "c.i8_less_p"]], "i8_less_s\uff08c function\uff09": [[110, "c.i8_less_s"]], "dp_less_equal_p\uff08c function\uff09": [[111, "c.dp_less_equal_p"]], "dp_less_equal_s\uff08c function\uff09": [[111, "c.dp_less_equal_s"]], "fp_less_equal_p\uff08c function\uff09": [[111, "c.fp_less_equal_p"]], "fp_less_equal_s\uff08c function\uff09": [[111, "c.fp_less_equal_s"]], "hp_less_equal_p\uff08c function\uff09": [[111, "c.hp_less_equal_p"]], "hp_less_equal_s\uff08c function\uff09": [[111, "c.hp_less_equal_s"]], "i16_less_equal_p\uff08c function\uff09": [[111, "c.i16_less_equal_p"]], "i16_less_equal_s\uff08c function\uff09": [[111, "c.i16_less_equal_s"]], "i32_less_equal_p\uff08c function\uff09": [[111, "c.i32_less_equal_p"]], "i32_less_equal_s\uff08c function\uff09": [[111, "c.i32_less_equal_s"]], "i8_less_equal_p\uff08c function\uff09": [[111, "c.i8_less_equal_p"]], "i8_less_equal_s\uff08c function\uff09": [[111, "c.i8_less_equal_s"]], "fp_linspace_p\uff08c function\uff09": [[112, "c.fp_linspace_p"]], "fp_linspace_s\uff08c function\uff09": [[112, "c.fp_linspace_s"]], "hp_linspace_p\uff08c function\uff09": [[112, "c.hp_linspace_p"]], "hp_linspace_s\uff08c function\uff09": [[112, "c.hp_linspace_s"]], "fp_log_p\uff08c function\uff09": [[113, "c.fp_log_p"]], "fp_log_s\uff08c function\uff09": [[113, "c.fp_log_s"]], "hp_log_p\uff08c function\uff09": [[113, "c.hp_log_p"]], "hp_log_s\uff08c function\uff09": [[113, "c.hp_log_s"]], "i16_log_p\uff08c function\uff09": [[113, "c.i16_log_p"]], "i16_log_s\uff08c function\uff09": [[113, "c.i16_log_s"]], "i32_log_p\uff08c function\uff09": [[113, "c.i32_log_p"]], "i32_log_s\uff08c function\uff09": [[113, "c.i32_log_s"]], "dp_log1p_p\uff08c function\uff09": [[114, "c.dp_log1p_p"]], "dp_log1p_s\uff08c function\uff09": [[114, "c.dp_log1p_s"]], "fp_log1p_p\uff08c function\uff09": [[114, "c.fp_log1p_p"]], "fp_log1p_s\uff08c function\uff09": [[114, "c.fp_log1p_s"]], "hp_log1p_p\uff08c function\uff09": [[114, "c.hp_log1p_p"]], "hp_log1p_s\uff08c function\uff09": [[114, "c.hp_log1p_s"]], "i16_log1p_p\uff08c function\uff09": [[114, "c.i16_log1p_p"]], "i16_log1p_s\uff08c function\uff09": [[114, "c.i16_log1p_s"]], "i32_log1p_p\uff08c function\uff09": [[114, "c.i32_log1p_p"]], "i32_log1p_s\uff08c function\uff09": [[114, "c.i32_log1p_s"]], "i8_log1p_p\uff08c function\uff09": [[114, "c.i8_log1p_p"]], "i8_log1p_s\uff08c function\uff09": [[114, "c.i8_log1p_s"]], "fp_log_grad_p\uff08c function\uff09": [[115, "c.fp_log_grad_p"]], "fp_log_grad_s\uff08c function\uff09": [[115, "c.fp_log_grad_s"]], "hp_log_grad_p\uff08c function\uff09": [[115, "c.hp_log_grad_p"]], "hp_log_grad_s\uff08c function\uff09": [[115, "c.hp_log_grad_s"]], "dp_logical_and_p\uff08c function\uff09": [[116, "c.dp_logical_and_p"]], "dp_logical_and_s\uff08c function\uff09": [[116, "c.dp_logical_and_s"]], "fp_logical_and_p\uff08c function\uff09": [[116, "c.fp_logical_and_p"]], "fp_logical_and_s\uff08c function\uff09": [[116, "c.fp_logical_and_s"]], "hp_logical_and_p\uff08c function\uff09": [[116, "c.hp_logical_and_p"]], "hp_logical_and_s\uff08c function\uff09": [[116, "c.hp_logical_and_s"]], "i16_logical_and_p\uff08c function\uff09": [[116, "c.i16_logical_and_p"]], "i16_logical_and_s\uff08c function\uff09": [[116, "c.i16_logical_and_s"]], "i32_logical_and_p\uff08c function\uff09": [[116, "c.i32_logical_and_p"]], "i32_logical_and_s\uff08c function\uff09": [[116, "c.i32_logical_and_s"]], "i8_logical_and_p\uff08c function\uff09": [[116, "c.i8_logical_and_p"]], "i8_logical_and_s\uff08c function\uff09": [[116, "c.i8_logical_and_s"]], "dp_logical_not_p\uff08c function\uff09": [[117, "c.dp_logical_not_p"]], "dp_logical_not_s\uff08c function\uff09": [[117, "c.dp_logical_not_s"]], "fp_logical_not_p\uff08c function\uff09": [[117, "c.fp_logical_not_p"]], "fp_logical_not_s\uff08c function\uff09": [[117, "c.fp_logical_not_s"]], "hp_logical_not_p\uff08c function\uff09": [[117, "c.hp_logical_not_p"]], "hp_logical_not_s\uff08c function\uff09": [[117, "c.hp_logical_not_s"]], "i16_logical_not_p\uff08c function\uff09": [[117, "c.i16_logical_not_p"]], "i16_logical_not_s\uff08c function\uff09": [[117, "c.i16_logical_not_s"]], "i32_logical_not_p\uff08c function\uff09": [[117, "c.i32_logical_not_p"]], "i32_logical_not_s\uff08c function\uff09": [[117, "c.i32_logical_not_s"]], "i8_logical_not_p\uff08c function\uff09": [[117, "c.i8_logical_not_p"]], "i8_logical_not_s\uff08c function\uff09": [[117, "c.i8_logical_not_s"]], "dp_logical_or_p\uff08c function\uff09": [[118, "c.dp_logical_or_p"]], "dp_logical_or_s\uff08c function\uff09": [[118, "c.dp_logical_or_s"]], "fp_logical_or_p\uff08c function\uff09": [[118, "c.fp_logical_or_p"]], "fp_logical_or_s\uff08c function\uff09": [[118, "c.fp_logical_or_s"]], "hp_logical_or_p\uff08c function\uff09": [[118, "c.hp_logical_or_p"]], "hp_logical_or_s\uff08c function\uff09": [[118, "c.hp_logical_or_s"]], "i16_logical_or_p\uff08c function\uff09": [[118, "c.i16_logical_or_p"]], "i16_logical_or_s\uff08c function\uff09": [[118, "c.i16_logical_or_s"]], "i32_logical_or_p\uff08c function\uff09": [[118, "c.i32_logical_or_p"]], "i32_logical_or_s\uff08c function\uff09": [[118, "c.i32_logical_or_s"]], "i8_logical_or_p\uff08c function\uff09": [[118, "c.i8_logical_or_p"]], "i8_logical_or_s\uff08c function\uff09": [[118, "c.i8_logical_or_s"]], "fp_logsoftmax_p\uff08c function\uff09": [[119, "c.fp_logsoftmax_p"]], "fp_logsoftmax_s\uff08c function\uff09": [[119, "c.fp_logsoftmax_s"]], "hp_logsoftmax_p\uff08c function\uff09": [[119, "c.hp_logsoftmax_p"]], "hp_logsoftmax_s\uff08c function\uff09": [[119, "c.hp_logsoftmax_s"]], "i8_logsoftmax_p\uff08c function\uff09": [[119, "c.i8_logsoftmax_p"]], "i8_logsoftmax_s\uff08c function\uff09": [[119, "c.i8_logsoftmax_s"]], "fp_lp_norm_p\uff08c function\uff09": [[120, "c.fp_lp_norm_p"]], "fp_lp_norm_s\uff08c function\uff09": [[120, "c.fp_lp_norm_s"]], "hp_lp_norm_p\uff08c function\uff09": [[120, "c.hp_lp_norm_p"]], "hp_lp_norm_s\uff08c function\uff09": [[120, "c.hp_lp_norm_s"]], "fp_lrn_p\uff08c function\uff09": [[121, "c.fp_lrn_p"]], "fp_lrn_s\uff08c function\uff09": [[121, "c.fp_lrn_s"]], "hp_lrn_p\uff08c function\uff09": [[121, "c.hp_lrn_p"]], "hp_lrn_s\uff08c function\uff09": [[121, "c.hp_lrn_s"]], "dp_lsh_projection_p\uff08c function\uff09": [[122, "c.dp_lsh_projection_p"]], "dp_lsh_projection_s\uff08c function\uff09": [[122, "c.dp_lsh_projection_s"]], "fp_lsh_projection_p\uff08c function\uff09": [[122, "c.fp_lsh_projection_p"]], "fp_lsh_projection_s\uff08c function\uff09": [[122, "c.fp_lsh_projection_s"]], "hp_lsh_projection_p\uff08c function\uff09": [[122, "c.hp_lsh_projection_p"]], "hp_lsh_projection_s\uff08c function\uff09": [[122, "c.hp_lsh_projection_s"]], "i16_lsh_projection_p\uff08c function\uff09": [[122, "c.i16_lsh_projection_p"]], "i16_lsh_projection_s\uff08c function\uff09": [[122, "c.i16_lsh_projection_s"]], "i32_lsh_projection_p\uff08c function\uff09": [[122, "c.i32_lsh_projection_p"]], "i32_lsh_projection_s\uff08c function\uff09": [[122, "c.i32_lsh_projection_s"]], "i8_lsh_projection_p\uff08c function\uff09": [[122, "c.i8_lsh_projection_p"]], "i8_lsh_projection_s\uff08c function\uff09": [[122, "c.i8_lsh_projection_s"]], "fp_lstm_p\uff08c function\uff09": [[123, "c.fp_lstm_p"]], "fp_lstm_s\uff08c function\uff09": [[123, "c.fp_lstm_s"]], "hp_lstm_p\uff08c function\uff09": [[123, "c.hp_lstm_p"]], "hp_lstm_s\uff08c function\uff09": [[123, "c.hp_lstm_s"]], "fp_lstmgrad_p\uff08c function\uff09": [[124, "c.fp_lstmgrad_p"]], "fp_lstmgrad_s\uff08c function\uff09": [[124, "c.fp_lstmgrad_s"]], "hp_lstmgrad_p\uff08c function\uff09": [[124, "c.hp_lstmgrad_p"]], "hp_lstmgrad_s\uff08c function\uff09": [[124, "c.hp_lstmgrad_s"]], "fp_lstmgraddata_p\uff08c function\uff09": [[125, "c.fp_lstmgraddata_p"]], "fp_lstmgraddata_s\uff08c function\uff09": [[125, "c.fp_lstmgraddata_s"]], "hp_lstmgraddata_p\uff08c function\uff09": [[125, "c.hp_lstmgraddata_p"]], "hp_lstmgraddata_s\uff08c function\uff09": [[125, "c.hp_lstmgraddata_s"]], "fp_lstmgradweight_p\uff08c function\uff09": [[126, "c.fp_lstmgradweight_p"]], "fp_lstmgradweight_s\uff08c function\uff09": [[126, "c.fp_lstmgradweight_s"]], "hp_lstmgradweight_p\uff08c function\uff09": [[126, "c.hp_lstmgradweight_p"]], "hp_lstmgradweight_s\uff08c function\uff09": [[126, "c.hp_lstmgradweight_s"]], "c128_matmul_fusion_p\uff08c function\uff09": [[127, "c.c128_matmul_fusion_p"]], "c128_matmul_fusion_s\uff08c function\uff09": [[127, "c.c128_matmul_fusion_s"]], "c64_matmul_fusion_p\uff08c function\uff09": [[127, "c.c64_matmul_fusion_p"]], "c64_matmul_fusion_s\uff08c function\uff09": [[127, "c.c64_matmul_fusion_s"]], "dp_matmul_fusion_p\uff08c function\uff09": [[127, "c.dp_matmul_fusion_p"]], "dp_matmul_fusion_s\uff08c function\uff09": [[127, "c.dp_matmul_fusion_s"]], "fp_matmul_fusion_p\uff08c function\uff09": [[127, "c.fp_matmul_fusion_p"]], "fp_matmul_fusion_s\uff08c function\uff09": [[127, "c.fp_matmul_fusion_s"]], "hp_matmul_fusion_p\uff08c function\uff09": [[127, "c.hp_matmul_fusion_p"]], "hp_matmul_fusion_s\uff08c function\uff09": [[127, "c.hp_matmul_fusion_s"]], "i16_matmul_fusion_p\uff08c function\uff09": [[127, "c.i16_matmul_fusion_p"]], "i16_matmul_fusion_s\uff08c function\uff09": [[127, "c.i16_matmul_fusion_s"]], "i32_matmul_fusion_p\uff08c function\uff09": [[127, "c.i32_matmul_fusion_p"]], "i32_matmul_fusion_s\uff08c function\uff09": [[127, "c.i32_matmul_fusion_s"]], "i8_matmul_fusion_p\uff08c function\uff09": [[127, "c.i8_matmul_fusion_p"]], "i8_matmul_fusion_s\uff08c function\uff09": [[127, "c.i8_matmul_fusion_s"]], "dp_maximum_p\uff08c function\uff09": [[128, "c.dp_maximum_p"]], "dp_maximum_s\uff08c function\uff09": [[128, "c.dp_maximum_s"]], "fp_maximum_p\uff08c function\uff09": [[128, "c.fp_maximum_p"]], "fp_maximum_s\uff08c function\uff09": [[128, "c.fp_maximum_s"]], "hp_maximum_p\uff08c function\uff09": [[128, "c.hp_maximum_p"]], "hp_maximum_s\uff08c function\uff09": [[128, "c.hp_maximum_s"]], "i16_maximum_p\uff08c function\uff09": [[128, "c.i16_maximum_p"]], "i16_maximum_s\uff08c function\uff09": [[128, "c.i16_maximum_s"]], "i32_maximum_p\uff08c function\uff09": [[128, "c.i32_maximum_p"]], "i32_maximum_s\uff08c function\uff09": [[128, "c.i32_maximum_s"]], "i8_maximum_p\uff08c function\uff09": [[128, "c.i8_maximum_p"]], "i8_maximum_s\uff08c function\uff09": [[128, "c.i8_maximum_s"]], "fp_maximum_grad_p\uff08c function\uff09": [[129, "c.fp_maximum_grad_p"]], "fp_maximum_grad_s\uff08c function\uff09": [[129, "c.fp_maximum_grad_s"]], "hp_maximum_grad_p\uff08c function\uff09": [[129, "c.hp_maximum_grad_p"]], "hp_maximum_grad_s\uff08c function\uff09": [[129, "c.hp_maximum_grad_s"]], "dp_maxpool_fusion_p\uff08c function\uff09": [[130, "c.dp_maxpool_fusion_p"]], "dp_maxpool_fusion_s\uff08c function\uff09": [[130, "c.dp_maxpool_fusion_s"]], "fp_maxpool_fusion_p\uff08c function\uff09": [[130, "c.fp_maxpool_fusion_p"]], "fp_maxpool_fusion_s\uff08c function\uff09": [[130, "c.fp_maxpool_fusion_s"]], "hp_maxpool_fusion_p\uff08c function\uff09": [[130, "c.hp_maxpool_fusion_p"]], "hp_maxpool_fusion_s\uff08c function\uff09": [[130, "c.hp_maxpool_fusion_s"]], "fp_maxpool_grad_p\uff08c function\uff09": [[131, "c.fp_maxpool_grad_p"]], "fp_maxpool_grad_s\uff08c function\uff09": [[131, "c.fp_maxpool_grad_s"]], "hp_maxpool_grad_p\uff08c function\uff09": [[131, "c.hp_maxpool_grad_p"]], "hp_maxpool_grad_s\uff08c function\uff09": [[131, "c.hp_maxpool_grad_s"]], "fp_mfcc_p\uff08c function\uff09": [[132, "c.fp_mfcc_p"]], "fp_mfcc_s\uff08c function\uff09": [[132, "c.fp_mfcc_s"]], "hp_mfcc_p\uff08c function\uff09": [[132, "c.hp_mfcc_p"]], "hp_mfcc_s\uff08c function\uff09": [[132, "c.hp_mfcc_s"]], "dp_minimum_p\uff08c function\uff09": [[133, "c.dp_minimum_p"]], "dp_minimum_s\uff08c function\uff09": [[133, "c.dp_minimum_s"]], "fp_minimum_p\uff08c function\uff09": [[133, "c.fp_minimum_p"]], "fp_minimum_s\uff08c function\uff09": [[133, "c.fp_minimum_s"]], "hp_minimum_p\uff08c function\uff09": [[133, "c.hp_minimum_p"]], "hp_minimum_s\uff08c function\uff09": [[133, "c.hp_minimum_s"]], "i16_minimum_p\uff08c function\uff09": [[133, "c.i16_minimum_p"]], "i16_minimum_s\uff08c function\uff09": [[133, "c.i16_minimum_s"]], "i32_minimum_p\uff08c function\uff09": [[133, "c.i32_minimum_p"]], "i32_minimum_s\uff08c function\uff09": [[133, "c.i32_minimum_s"]], "i8_minimum_p\uff08c function\uff09": [[133, "c.i8_minimum_p"]], "i8_minimum_s\uff08c function\uff09": [[133, "c.i8_minimum_s"]], "fp_minimumgrad_p\uff08c function\uff09": [[134, "c.fp_minimumgrad_p"]], "fp_minimumgrad_s\uff08c function\uff09": [[134, "c.fp_minimumgrad_s"]], "hp_minimumgrad_p\uff08c function\uff09": [[134, "c.hp_minimumgrad_p"]], "hp_minimumgrad_s\uff08c function\uff09": [[134, "c.hp_minimumgrad_s"]], "dp_mod_p\uff08c function\uff09": [[135, "c.dp_mod_p"]], "dp_mod_s\uff08c function\uff09": [[135, "c.dp_mod_s"]], "fp_mod_p\uff08c function\uff09": [[135, "c.fp_mod_p"]], "fp_mod_s\uff08c function\uff09": [[135, "c.fp_mod_s"]], "hp_mod_p\uff08c function\uff09": [[135, "c.hp_mod_p"]], "hp_mod_s\uff08c function\uff09": [[135, "c.hp_mod_s"]], "i16_mod_p\uff08c function\uff09": [[135, "c.i16_mod_p"]], "i16_mod_s\uff08c function\uff09": [[135, "c.i16_mod_s"]], "i32_mod_p\uff08c function\uff09": [[135, "c.i32_mod_p"]], "i32_mod_s\uff08c function\uff09": [[135, "c.i32_mod_s"]], "i8_mod_p\uff08c function\uff09": [[135, "c.i8_mod_p"]], "i8_mod_s\uff08c function\uff09": [[135, "c.i8_mod_s"]], "c128_mul_p\uff08c function\uff09": [[136, "c.c128_mul_p"]], "c128_mul_s\uff08c function\uff09": [[136, "c.c128_mul_s"]], "c64_mul_p\uff08c function\uff09": [[136, "c.c64_mul_p"]], "c64_mul_s\uff08c function\uff09": [[136, "c.c64_mul_s"]], "dp_mul_p\uff08c function\uff09": [[136, "c.dp_mul_p"]], "dp_mul_s\uff08c function\uff09": [[136, "c.dp_mul_s"]], "fp_mul_p\uff08c function\uff09": [[136, "c.fp_mul_p"]], "fp_mul_s\uff08c function\uff09": [[136, "c.fp_mul_s"]], "hp_mul_p\uff08c function\uff09": [[136, "c.hp_mul_p"]], "hp_mul_s\uff08c function\uff09": [[136, "c.hp_mul_s"]], "i16_mul_p\uff08c function\uff09": [[136, "c.i16_mul_p"]], "i16_mul_s\uff08c function\uff09": [[136, "c.i16_mul_s"]], "i32_mul_p\uff08c function\uff09": [[136, "c.i32_mul_p"]], "i32_mul_s\uff08c function\uff09": [[136, "c.i32_mul_s"]], "i8_mul_p\uff08c function\uff09": [[136, "c.i8_mul_p"]], "i8_mul_s\uff08c function\uff09": [[136, "c.i8_mul_s"]], "fp_mul_grad_p\uff08c function\uff09": [[137, "c.fp_mul_grad_p"]], "fp_mul_grad_s\uff08c function\uff09": [[137, "c.fp_mul_grad_s"]], "hp_mul_grad_p\uff08c function\uff09": [[137, "c.hp_mul_grad_p"]], "hp_mul_grad_s\uff08c function\uff09": [[137, "c.hp_mul_grad_s"]], "c128_neg_p\uff08c function\uff09": [[138, "c.c128_neg_p"]], "c128_neg_s\uff08c function\uff09": [[138, "c.c128_neg_s"]], "c64_neg_p\uff08c function\uff09": [[138, "c.c64_neg_p"]], "c64_neg_s\uff08c function\uff09": [[138, "c.c64_neg_s"]], "dp_neg_p\uff08c function\uff09": [[138, "c.dp_neg_p"]], "dp_neg_s\uff08c function\uff09": [[138, "c.dp_neg_s"]], "fp_neg_p\uff08c function\uff09": [[138, "c.fp_neg_p"]], "fp_neg_s\uff08c function\uff09": [[138, "c.fp_neg_s"]], "hp_neg_p\uff08c function\uff09": [[138, "c.hp_neg_p"]], "hp_neg_s\uff08c function\uff09": [[138, "c.hp_neg_s"]], "i16_neg_p\uff08c function\uff09": [[138, "c.i16_neg_p"]], "i16_neg_s\uff08c function\uff09": [[138, "c.i16_neg_s"]], "i32_neg_p\uff08c function\uff09": [[138, "c.i32_neg_p"]], "i32_neg_s\uff08c function\uff09": [[138, "c.i32_neg_s"]], "i8_neg_p\uff08c function\uff09": [[138, "c.i8_neg_p"]], "i8_neg_s\uff08c function\uff09": [[138, "c.i8_neg_s"]], "c128_neg_grad_p\uff08c function\uff09": [[139, "c.c128_neg_grad_p"]], "c128_neg_grad_s\uff08c function\uff09": [[139, "c.c128_neg_grad_s"]], "c64_neg_grad_p\uff08c function\uff09": [[139, "c.c64_neg_grad_p"]], "c64_neg_grad_s\uff08c function\uff09": [[139, "c.c64_neg_grad_s"]], "dp_neg_grad_p\uff08c function\uff09": [[139, "c.dp_neg_grad_p"]], "dp_neg_grad_s\uff08c function\uff09": [[139, "c.dp_neg_grad_s"]], "fp_neg_grad_p\uff08c function\uff09": [[139, "c.fp_neg_grad_p"]], "fp_neg_grad_s\uff08c function\uff09": [[139, "c.fp_neg_grad_s"]], "hp_neg_grad_p\uff08c function\uff09": [[139, "c.hp_neg_grad_p"]], "hp_neg_grad_s\uff08c function\uff09": [[139, "c.hp_neg_grad_s"]], "i16_neg_grad_p\uff08c function\uff09": [[139, "c.i16_neg_grad_p"]], "i16_neg_grad_s\uff08c function\uff09": [[139, "c.i16_neg_grad_s"]], "i32_neg_grad_p\uff08c function\uff09": [[139, "c.i32_neg_grad_p"]], "i32_neg_grad_s\uff08c function\uff09": [[139, "c.i32_neg_grad_s"]], "i8_neg_grad_p\uff08c function\uff09": [[139, "c.i8_neg_grad_p"]], "i8_neg_grad_s\uff08c function\uff09": [[139, "c.i8_neg_grad_s"]], "fp_nllloss_p\uff08c function\uff09": [[140, "c.fp_nllloss_p"]], "fp_nllloss_s\uff08c function\uff09": [[140, "c.fp_nllloss_s"]], "hp_nllloss_p\uff08c function\uff09": [[140, "c.hp_nllloss_p"]], "hp_nllloss_s\uff08c function\uff09": [[140, "c.hp_nllloss_s"]], "i8_nllloss_p\uff08c function\uff09": [[140, "c.i8_nllloss_p"]], "i8_nllloss_s\uff08c function\uff09": [[140, "c.i8_nllloss_s"]], "fp_nlllossgrad_p\uff08c function\uff09": [[141, "c.fp_nlllossgrad_p"]], "fp_nlllossgrad_s\uff08c function\uff09": [[141, "c.fp_nlllossgrad_s"]], "hp_nlllossgrad_p\uff08c function\uff09": [[141, "c.hp_nlllossgrad_p"]], "hp_nlllossgrad_s\uff08c function\uff09": [[141, "c.hp_nlllossgrad_s"]], "fp_non_max_suppression_p\uff08c function\uff09": [[142, "c.fp_non_max_suppression_p"]], "fp_non_max_suppression_s\uff08c function\uff09": [[142, "c.fp_non_max_suppression_s"]], "hp_non_max_suppression_p\uff08c function\uff09": [[142, "c.hp_non_max_suppression_p"]], "hp_non_max_suppression_s\uff08c function\uff09": [[142, "c.hp_non_max_suppression_s"]], "i8_non_max_suppression_p\uff08c function\uff09": [[142, "c.i8_non_max_suppression_p"]], "i8_non_max_suppression_s\uff08c function\uff09": [[142, "c.i8_non_max_suppression_s"]], "c128_nonzero_p\uff08c function\uff09": [[143, "c.c128_nonzero_p"]], "c128_nonzero_s\uff08c function\uff09": [[143, "c.c128_nonzero_s"]], "c64_nonzero_p\uff08c function\uff09": [[143, "c.c64_nonzero_p"]], "c64_nonzero_s\uff08c function\uff09": [[143, "c.c64_nonzero_s"]], "dp_nonzero_p\uff08c function\uff09": [[143, "c.dp_nonzero_p"]], "dp_nonzero_s\uff08c function\uff09": [[143, "c.dp_nonzero_s"]], "fp_nonzero_p\uff08c function\uff09": [[143, "c.fp_nonzero_p"]], "fp_nonzero_s\uff08c function\uff09": [[143, "c.fp_nonzero_s"]], "i16_nonzero_p\uff08c function\uff09": [[143, "c.i16_nonzero_p"]], "i16_nonzero_s\uff08c function\uff09": [[143, "c.i16_nonzero_s"]], "i32_nonzero_p\uff08c function\uff09": [[143, "c.i32_nonzero_p"]], "i32_nonzero_s\uff08c function\uff09": [[143, "c.i32_nonzero_s"]], "i8_nonzero_p\uff08c function\uff09": [[143, "c.i8_nonzero_p"]], "i8_nonzero_s\uff08c function\uff09": [[143, "c.i8_nonzero_s"]], "c128_not_equal_p\uff08c function\uff09": [[144, "c.c128_not_equal_p"]], "c128_not_equal_s\uff08c function\uff09": [[144, "c.c128_not_equal_s"]], "c64_not_equal_p\uff08c function\uff09": [[144, "c.c64_not_equal_p"]], "c64_not_equal_s\uff08c function\uff09": [[144, "c.c64_not_equal_s"]], "dp_not_equal_p\uff08c function\uff09": [[144, "c.dp_not_equal_p"]], "dp_not_equal_s\uff08c function\uff09": [[144, "c.dp_not_equal_s"]], "fp_not_equal_p\uff08c function\uff09": [[144, "c.fp_not_equal_p"]], "fp_not_equal_s\uff08c function\uff09": [[144, "c.fp_not_equal_s"]], "hp_not_equal_p\uff08c function\uff09": [[144, "c.hp_not_equal_p"]], "hp_not_equal_s\uff08c function\uff09": [[144, "c.hp_not_equal_s"]], "i16_not_equal_p\uff08c function\uff09": [[144, "c.i16_not_equal_p"]], "i16_not_equal_s\uff08c function\uff09": [[144, "c.i16_not_equal_s"]], "i32_not_equal_p\uff08c function\uff09": [[144, "c.i32_not_equal_p"]], "i32_not_equal_s\uff08c function\uff09": [[144, "c.i32_not_equal_s"]], "i8_not_equal_p\uff08c function\uff09": [[144, "c.i8_not_equal_p"]], "i8_not_equal_s\uff08c function\uff09": [[144, "c.i8_not_equal_s"]], "c128_onehot_p\uff08c function\uff09": [[145, "c.c128_onehot_p"]], "c128_onehot_s\uff08c function\uff09": [[145, "c.c128_onehot_s"]], "c64_onehot_p\uff08c function\uff09": [[145, "c.c64_onehot_p"]], "c64_onehot_s\uff08c function\uff09": [[145, "c.c64_onehot_s"]], "dp_onehot_p\uff08c function\uff09": [[145, "c.dp_onehot_p"]], "dp_onehot_s\uff08c function\uff09": [[145, "c.dp_onehot_s"]], "fp_onehot_p\uff08c function\uff09": [[145, "c.fp_onehot_p"]], "fp_onehot_s\uff08c function\uff09": [[145, "c.fp_onehot_s"]], "hp_onehot_p\uff08c function\uff09": [[145, "c.hp_onehot_p"]], "hp_onehot_s\uff08c function\uff09": [[145, "c.hp_onehot_s"]], "i16_onehot_p\uff08c function\uff09": [[145, "c.i16_onehot_p"]], "i16_onehot_s\uff08c function\uff09": [[145, "c.i16_onehot_s"]], "i32_onehot_p\uff08c function\uff09": [[145, "c.i32_onehot_p"]], "i32_onehot_s\uff08c function\uff09": [[145, "c.i32_onehot_s"]], "i8_onehot_p\uff08c function\uff09": [[145, "c.i8_onehot_p"]], "i8_onehot_s\uff08c function\uff09": [[145, "c.i8_onehot_s"]], "c128_ones_like_p\uff08c function\uff09": [[146, "c.c128_ones_like_p"]], "c128_ones_like_s\uff08c function\uff09": [[146, "c.c128_ones_like_s"]], "c64_ones_like_p\uff08c function\uff09": [[146, "c.c64_ones_like_p"]], "c64_ones_like_s\uff08c function\uff09": [[146, "c.c64_ones_like_s"]], "dp_ones_like_p\uff08c function\uff09": [[146, "c.dp_ones_like_p"]], "dp_ones_like_s\uff08c function\uff09": [[146, "c.dp_ones_like_s"]], "fp_ones_like_p\uff08c function\uff09": [[146, "c.fp_ones_like_p"]], "fp_ones_like_s\uff08c function\uff09": [[146, "c.fp_ones_like_s"]], "hp_ones_like_p\uff08c function\uff09": [[146, "c.hp_ones_like_p"]], "hp_ones_like_s\uff08c function\uff09": [[146, "c.hp_ones_like_s"]], "i16_ones_like_p\uff08c function\uff09": [[146, "c.i16_ones_like_p"]], "i16_ones_like_s\uff08c function\uff09": [[146, "c.i16_ones_like_s"]], "i32_ones_like_p\uff08c function\uff09": [[146, "c.i32_ones_like_p"]], "i32_ones_like_s\uff08c function\uff09": [[146, "c.i32_ones_like_s"]], "i8_ones_like_p\uff08c function\uff09": [[146, "c.i8_ones_like_p"]], "i8_ones_like_s\uff08c function\uff09": [[146, "c.i8_ones_like_s"]], "c128_padfusion_p\uff08c function\uff09": [[147, "c.c128_padfusion_p"]], "c128_padfusion_s\uff08c function\uff09": [[147, "c.c128_padfusion_s"]], "c64_padfusion_p\uff08c function\uff09": [[147, "c.c64_padfusion_p"]], "c64_padfusion_s\uff08c function\uff09": [[147, "c.c64_padfusion_s"]], "dp_padfusion_p\uff08c function\uff09": [[147, "c.dp_padfusion_p"]], "dp_padfusion_s\uff08c function\uff09": [[147, "c.dp_padfusion_s"]], "fp_padfusion_p\uff08c function\uff09": [[147, "c.fp_padfusion_p"]], "fp_padfusion_s\uff08c function\uff09": [[147, "c.fp_padfusion_s"]], "hp_padfusion_p\uff08c function\uff09": [[147, "c.hp_padfusion_p"]], "hp_padfusion_s\uff08c function\uff09": [[147, "c.hp_padfusion_s"]], "i16_padfusion_p\uff08c function\uff09": [[147, "c.i16_padfusion_p"]], "i16_padfusion_s\uff08c function\uff09": [[147, "c.i16_padfusion_s"]], "i32_padfusion_p\uff08c function\uff09": [[147, "c.i32_padfusion_p"]], "i32_padfusion_s\uff08c function\uff09": [[147, "c.i32_padfusion_s"]], "i8_padfusion_p\uff08c function\uff09": [[147, "c.i8_padfusion_p"]], "i8_padfusion_s\uff08c function\uff09": [[147, "c.i8_padfusion_s"]], "dp_pow_fusion_p\uff08c function\uff09": [[149, "c.dp_pow_fusion_p"]], "dp_pow_fusion_s\uff08c function\uff09": [[149, "c.dp_pow_fusion_s"]], "fp_pow_fusion_p\uff08c function\uff09": [[149, "c.fp_pow_fusion_p"]], "fp_pow_fusion_s\uff08c function\uff09": [[149, "c.fp_pow_fusion_s"]], "hp_pow_fusion_p\uff08c function\uff09": [[149, "c.hp_pow_fusion_p"]], "hp_pow_fusion_s\uff08c function\uff09": [[149, "c.hp_pow_fusion_s"]], "i16_pow_fusion_p\uff08c function\uff09": [[149, "c.i16_pow_fusion_p"]], "i16_pow_fusion_s\uff08c function\uff09": [[149, "c.i16_pow_fusion_s"]], "i32_pow_fusion_p\uff08c function\uff09": [[149, "c.i32_pow_fusion_p"]], "i32_pow_fusion_s\uff08c function\uff09": [[149, "c.i32_pow_fusion_s"]], "i8_pow_fusion_p\uff08c function\uff09": [[149, "c.i8_pow_fusion_p"]], "i8_pow_fusion_s\uff08c function\uff09": [[149, "c.i8_pow_fusion_s"]], "fp_power_grad_p\uff08c function\uff09": [[150, "c.fp_power_grad_p"]], "fp_power_grad_s\uff08c function\uff09": [[150, "c.fp_power_grad_s"]], "hp_power_grad_p\uff08c function\uff09": [[150, "c.hp_power_grad_p"]], "hp_power_grad_s\uff08c function\uff09": [[150, "c.hp_power_grad_s"]], "fp_prelufusion_p\uff08c function\uff09": [[151, "c.fp_prelufusion_p"]], "fp_prelufusion_s\uff08c function\uff09": [[151, "c.fp_prelufusion_s"]], "hp_prelufusion_p\uff08c function\uff09": [[151, "c.hp_prelufusion_p"]], "hp_prelufusion_s\uff08c function\uff09": [[151, "c.hp_prelufusion_s"]], "i8_prelufusion_p\uff08c function\uff09": [[151, "c.i8_prelufusion_p"]], "i8_prelufusion_s\uff08c function\uff09": [[151, "c.i8_prelufusion_s"]], "fp_priorbox_p\uff08c function\uff09": [[152, "c.fp_priorbox_p"]], "fp_priorbox_s\uff08c function\uff09": [[152, "c.fp_priorbox_s"]], "hp_priorbox_p\uff08c function\uff09": [[152, "c.hp_priorbox_p"]], "hp_priorbox_s\uff08c function\uff09": [[152, "c.hp_priorbox_s"]], "fp_to_i8_quant_p\uff08c function\uff09": [[153, "c.fp_to_i8_quant_p"]], "fp_to_i8_quant_s\uff08c function\uff09": [[153, "c.fp_to_i8_quant_s"]], "hp_to_i8_quant_p\uff08c function\uff09": [[153, "c.hp_to_i8_quant_p"]], "hp_to_i8_quant_s\uff08c function\uff09": [[153, "c.hp_to_i8_quant_s"]], "i8_to_fp_dequant_p\uff08c function\uff09": [[153, "c.i8_to_fp_dequant_p"]], "i8_to_fp_dequant_s\uff08c function\uff09": [[153, "c.i8_to_fp_dequant_s"]], "i8_to_hp_dequant_p\uff08c function\uff09": [[153, "c.i8_to_hp_dequant_p"]], "i8_to_hp_dequant_s\uff08c function\uff09": [[153, "c.i8_to_hp_dequant_s"]], "dp_ragged_range_p\uff08c function\uff09": [[154, "c.dp_ragged_range_p"]], "dp_ragged_range_s\uff08c function\uff09": [[154, "c.dp_ragged_range_s"]], "fp_ragged_range_p\uff08c function\uff09": [[154, "c.fp_ragged_range_p"]], "fp_ragged_range_s\uff08c function\uff09": [[154, "c.fp_ragged_range_s"]], "hp_ragged_range_p\uff08c function\uff09": [[154, "c.hp_ragged_range_p"]], "hp_ragged_range_s\uff08c function\uff09": [[154, "c.hp_ragged_range_s"]], "i16_ragged_range_p\uff08c function\uff09": [[154, "c.i16_ragged_range_p"]], "i16_ragged_range_s\uff08c function\uff09": [[154, "c.i16_ragged_range_s"]], "i32_ragged_range_p\uff08c function\uff09": [[154, "c.i32_ragged_range_p"]], "i32_ragged_range_s\uff08c function\uff09": [[154, "c.i32_ragged_range_s"]], "i8_ragged_range_p\uff08c function\uff09": [[154, "c.i8_ragged_range_p"]], "i8_ragged_range_s\uff08c function\uff09": [[154, "c.i8_ragged_range_s"]], "fp_random_normal_p\uff08c function\uff09": [[155, "c.fp_random_normal_p"]], "fp_random_normal_s\uff08c function\uff09": [[155, "c.fp_random_normal_s"]], "hp_random_normal_p\uff08c function\uff09": [[155, "c.hp_random_normal_p"]], "hp_random_normal_s\uff08c function\uff09": [[155, "c.hp_random_normal_s"]], "fp_random_standard_normal_p\uff08c function\uff09": [[156, "c.fp_random_standard_normal_p"]], "fp_random_standard_normal_s\uff08c function\uff09": [[156, "c.fp_random_standard_normal_s"]], "hp_random_standard_normal_p\uff08c function\uff09": [[156, "c.hp_random_standard_normal_p"]], "hp_random_standard_normal_s\uff08c function\uff09": [[156, "c.hp_random_standard_normal_s"]], "dp_range_p\uff08c function\uff09": [[157, "c.dp_range_p"]], "dp_range_s\uff08c function\uff09": [[157, "c.dp_range_s"]], "fp_range_p\uff08c function\uff09": [[157, "c.fp_range_p"]], "fp_range_s\uff08c function\uff09": [[157, "c.fp_range_s"]], "i16_range_p\uff08c function\uff09": [[157, "c.i16_range_p"]], "i16_range_s\uff08c function\uff09": [[157, "c.i16_range_s"]], "i32_range_p\uff08c function\uff09": [[157, "c.i32_range_p"]], "i32_range_s\uff08c function\uff09": [[157, "c.i32_range_s"]], "i8_range_p\uff08c function\uff09": [[157, "c.i8_range_p"]], "i8_range_s\uff08c function\uff09": [[157, "c.i8_range_s"]], "rank_p\uff08c function\uff09": [[158, "c.rank_p"]], "rank_s\uff08c function\uff09": [[158, "c.rank_s"]], "c128_real_div_p\uff08c function\uff09": [[159, "c.c128_real_div_p"]], "c128_real_div_s\uff08c function\uff09": [[159, "c.c128_real_div_s"]], "c64_real_div_p\uff08c function\uff09": [[159, "c.c64_real_div_p"]], "c64_real_div_s\uff08c function\uff09": [[159, "c.c64_real_div_s"]], "dp_real_div_p\uff08c function\uff09": [[159, "c.dp_real_div_p"]], "dp_real_div_s\uff08c function\uff09": [[159, "c.dp_real_div_s"]], "fp_real_div_p\uff08c function\uff09": [[159, "c.fp_real_div_p"]], "fp_real_div_s\uff08c function\uff09": [[159, "c.fp_real_div_s"]], "hp_real_div_p\uff08c function\uff09": [[159, "c.hp_real_div_p"]], "hp_real_div_s\uff08c function\uff09": [[159, "c.hp_real_div_s"]], "i16_real_div_p\uff08c function\uff09": [[159, "c.i16_real_div_p"]], "i16_real_div_s\uff08c function\uff09": [[159, "c.i16_real_div_s"]], "i32_real_div_p\uff08c function\uff09": [[159, "c.i32_real_div_p"]], "i32_real_div_s\uff08c function\uff09": [[159, "c.i32_real_div_s"]], "i8_real_div_p\uff08c function\uff09": [[159, "c.i8_real_div_p"]], "i8_real_div_s\uff08c function\uff09": [[159, "c.i8_real_div_s"]], "c128_reciprocal_p\uff08c function\uff09": [[160, "c.c128_reciprocal_p"]], "c128_reciprocal_s\uff08c function\uff09": [[160, "c.c128_reciprocal_s"]], "c64_reciprocal_p\uff08c function\uff09": [[160, "c.c64_reciprocal_p"]], "c64_reciprocal_s\uff08c function\uff09": [[160, "c.c64_reciprocal_s"]], "dp_reciprocal_p\uff08c function\uff09": [[160, "c.dp_reciprocal_p"]], "dp_reciprocal_s\uff08c function\uff09": [[160, "c.dp_reciprocal_s"]], "fp_reciprocal_p\uff08c function\uff09": [[160, "c.fp_reciprocal_p"]], "fp_reciprocal_s\uff08c function\uff09": [[160, "c.fp_reciprocal_s"]], "hp_reciprocal_p\uff08c function\uff09": [[160, "c.hp_reciprocal_p"]], "hp_reciprocal_s\uff08c function\uff09": [[160, "c.hp_reciprocal_s"]], "i16_reciprocal_p\uff08c function\uff09": [[160, "c.i16_reciprocal_p"]], "i16_reciprocal_s\uff08c function\uff09": [[160, "c.i16_reciprocal_s"]], "i32_reciprocal_p\uff08c function\uff09": [[160, "c.i32_reciprocal_p"]], "i32_reciprocal_s\uff08c function\uff09": [[160, "c.i32_reciprocal_s"]], "i8_reciprocal_p\uff08c function\uff09": [[160, "c.i8_reciprocal_p"]], "i8_reciprocal_s\uff08c function\uff09": [[160, "c.i8_reciprocal_s"]], "dp_reduce_p\uff08c function\uff09": [[161, "c.dp_reduce_p"]], "dp_reduce_s\uff08c function\uff09": [[161, "c.dp_reduce_s"]], "fp_reduce_p\uff08c function\uff09": [[161, "c.fp_reduce_p"]], "fp_reduce_s\uff08c function\uff09": [[161, "c.fp_reduce_s"]], "hp_reduce_p\uff08c function\uff09": [[161, "c.hp_reduce_p"]], "hp_reduce_s\uff08c function\uff09": [[161, "c.hp_reduce_s"]], "i16_reduce_p\uff08c function\uff09": [[161, "c.i16_reduce_p"]], "i16_reduce_s\uff08c function\uff09": [[161, "c.i16_reduce_s"]], "i32_reduce_p\uff08c function\uff09": [[161, "c.i32_reduce_p"]], "i32_reduce_s\uff08c function\uff09": [[161, "c.i32_reduce_s"]], "i8_reduce_p\uff08c function\uff09": [[161, "c.i8_reduce_p"]], "i8_reduce_s\uff08c function\uff09": [[161, "c.i8_reduce_s"]], "dp_reducescatter_p\uff08c function\uff09": [[162, "c.dp_reducescatter_p"]], "dp_reducescatter_s\uff08c function\uff09": [[162, "c.dp_reducescatter_s"]], "fp_reducescatter_p\uff08c function\uff09": [[162, "c.fp_reducescatter_p"]], "fp_reducescatter_s\uff08c function\uff09": [[162, "c.fp_reducescatter_s"]], "hp_reducescatter_p\uff08c function\uff09": [[162, "c.hp_reducescatter_p"]], "hp_reducescatter_s\uff08c function\uff09": [[162, "c.hp_reducescatter_s"]], "i16_reducescatter_p\uff08c function\uff09": [[162, "c.i16_reducescatter_p"]], "i16_reducescatter_s\uff08c function\uff09": [[162, "c.i16_reducescatter_s"]], "i32_reducescatter_p\uff08c function\uff09": [[162, "c.i32_reducescatter_p"]], "i32_reducescatter_s\uff08c function\uff09": [[162, "c.i32_reducescatter_s"]], "i8_reducescatter_p\uff08c function\uff09": [[162, "c.i8_reducescatter_p"]], "i8_reducescatter_s\uff08c function\uff09": [[162, "c.i8_reducescatter_s"]], "c128_reshape_p\uff08c function\uff09": [[163, "c.c128_reshape_p"]], "c128_reshape_s\uff08c function\uff09": [[163, "c.c128_reshape_s"]], "c64_reshape_p\uff08c function\uff09": [[163, "c.c64_reshape_p"]], "c64_reshape_s\uff08c function\uff09": [[163, "c.c64_reshape_s"]], "dp_reshape_p\uff08c function\uff09": [[163, "c.dp_reshape_p"]], "dp_reshape_s\uff08c function\uff09": [[163, "c.dp_reshape_s"]], "fp_reshape_p\uff08c function\uff09": [[163, "c.fp_reshape_p"]], "fp_reshape_s\uff08c function\uff09": [[163, "c.fp_reshape_s"]], "hp_reshape_p\uff08c function\uff09": [[163, "c.hp_reshape_p"]], "hp_reshape_s\uff08c function\uff09": [[163, "c.hp_reshape_s"]], "i16_reshape_p\uff08c function\uff09": [[163, "c.i16_reshape_p"]], "i16_reshape_s\uff08c function\uff09": [[163, "c.i16_reshape_s"]], "i32_reshape_p\uff08c function\uff09": [[163, "c.i32_reshape_p"]], "i32_reshape_s\uff08c function\uff09": [[163, "c.i32_reshape_s"]], "i8_reshape_p\uff08c function\uff09": [[163, "c.i8_reshape_p"]], "i8_reshape_s\uff08c function\uff09": [[163, "c.i8_reshape_s"]], "fp_resize_anycore\uff08c function\uff09": [[164, "c.fp_resize_anycore"]], "hp_resize_anycore\uff08c function\uff09": [[164, "c.hp_resize_anycore"]], "i8_resize_anycore\uff08c function\uff09": [[164, "c.i8_resize_anycore"]], "fp_resizebilineargrad_p\uff08c function\uff09": [[165, "c.fp_resizebilineargrad_p"]], "fp_resizebilineargrad_s\uff08c function\uff09": [[165, "c.fp_resizebilineargrad_s"]], "fp_resizenearestneighborgrad_p\uff08c function\uff09": [[165, "c.fp_resizenearestneighborgrad_p"]], "fp_resizenearestneighborgrad_s\uff08c function\uff09": [[165, "c.fp_resizenearestneighborgrad_s"]], "hp_resizebilineargrad_p\uff08c function\uff09": [[165, "c.hp_resizebilineargrad_p"]], "hp_resizebilineargrad_s\uff08c function\uff09": [[165, "c.hp_resizebilineargrad_s"]], "hp_resizenearestneighborgrad_p\uff08c function\uff09": [[165, "c.hp_resizenearestneighborgrad_p"]], "hp_resizenearestneighborgrad_s\uff08c function\uff09": [[165, "c.hp_resizenearestneighborgrad_s"]], "anytype_reverse_sequence_anycore\uff08c function\uff09": [[166, "c.anytype_reverse_sequence_anycore"]], "anytype_reversev2_anycore\uff08c function\uff09": [[167, "c.anytype_reversev2_anycore"]], "c128_rfft_p\uff08c function\uff09": [[168, "c.c128_rfft_p"]], "c128_rfft_s\uff08c function\uff09": [[168, "c.c128_rfft_s"]], "c64_rfft_p\uff08c function\uff09": [[168, "c.c64_rfft_p"]], "c64_rfft_s\uff08c function\uff09": [[168, "c.c64_rfft_s"]], "fp_roipooling_p\uff08c function\uff09": [[169, "c.fp_roipooling_p"]], "fp_roipooling_s\uff08c function\uff09": [[169, "c.fp_roipooling_s"]], "hp_roipooling_p\uff08c function\uff09": [[169, "c.hp_roipooling_p"]], "hp_roipooling_s\uff08c function\uff09": [[169, "c.hp_roipooling_s"]], "i8_roipooling_p\uff08c function\uff09": [[169, "c.i8_roipooling_p"]], "i8_roipooling_s\uff08c function\uff09": [[169, "c.i8_roipooling_s"]], "dp_round_p\uff08c function\uff09": [[170, "c.dp_round_p"]], "dp_round_s\uff08c function\uff09": [[170, "c.dp_round_s"]], "fp_round_p\uff08c function\uff09": [[170, "c.fp_round_p"]], "fp_round_s\uff08c function\uff09": [[170, "c.fp_round_s"]], "hp_round_p\uff08c function\uff09": [[170, "c.hp_round_p"]], "hp_round_s\uff08c function\uff09": [[170, "c.hp_round_s"]], "c128_rsqrt_p\uff08c function\uff09": [[171, "c.c128_rsqrt_p"]], "c128_rsqrt_s\uff08c function\uff09": [[171, "c.c128_rsqrt_s"]], "c64_rsqrt_p\uff08c function\uff09": [[171, "c.c64_rsqrt_p"]], "c64_rsqrt_s\uff08c function\uff09": [[171, "c.c64_rsqrt_s"]], "dp_rsqrt_p\uff08c function\uff09": [[171, "c.dp_rsqrt_p"]], "dp_rsqrt_s\uff08c function\uff09": [[171, "c.dp_rsqrt_s"]], "fp_rsqrt_p\uff08c function\uff09": [[171, "c.fp_rsqrt_p"]], "fp_rsqrt_s\uff08c function\uff09": [[171, "c.fp_rsqrt_s"]], "hp_rsqrt_p\uff08c function\uff09": [[171, "c.hp_rsqrt_p"]], "hp_rsqrt_s\uff08c function\uff09": [[171, "c.hp_rsqrt_s"]], "i16_rsqrt_p\uff08c function\uff09": [[171, "c.i16_rsqrt_p"]], "i16_rsqrt_s\uff08c function\uff09": [[171, "c.i16_rsqrt_s"]], "i32_rsqrt_p\uff08c function\uff09": [[171, "c.i32_rsqrt_p"]], "i32_rsqrt_s\uff08c function\uff09": [[171, "c.i32_rsqrt_s"]], "i8_rsqrt_p\uff08c function\uff09": [[171, "c.i8_rsqrt_p"]], "i8_rsqrt_s\uff08c function\uff09": [[171, "c.i8_rsqrt_s"]], "fp_rsqrt_grad_p\uff08c function\uff09": [[172, "c.fp_rsqrt_grad_p"]], "fp_rsqrt_grad_s\uff08c function\uff09": [[172, "c.fp_rsqrt_grad_s"]], "hp_rsqrt_grad_p\uff08c function\uff09": [[172, "c.hp_rsqrt_grad_p"]], "hp_rsqrt_grad_s\uff08c function\uff09": [[172, "c.hp_rsqrt_grad_s"]], "dp_scale_fusion_p\uff08c function\uff09": [[173, "c.dp_scale_fusion_p"]], "dp_scale_fusion_s\uff08c function\uff09": [[173, "c.dp_scale_fusion_s"]], "fp_scale_fusion_p\uff08c function\uff09": [[173, "c.fp_scale_fusion_p"]], "fp_scale_fusion_s\uff08c function\uff09": [[173, "c.fp_scale_fusion_s"]], "hp_scale_fusion_p\uff08c function\uff09": [[173, "c.hp_scale_fusion_p"]], "hp_scale_fusion_s\uff08c function\uff09": [[173, "c.hp_scale_fusion_s"]], "i16_scale_fusion_p\uff08c function\uff09": [[173, "c.i16_scale_fusion_p"]], "i16_scale_fusion_s\uff08c function\uff09": [[173, "c.i16_scale_fusion_s"]], "i32_scale_fusion_p\uff08c function\uff09": [[173, "c.i32_scale_fusion_p"]], "i32_scale_fusion_s\uff08c function\uff09": [[173, "c.i32_scale_fusion_s"]], "i8_scale_fusion_p\uff08c function\uff09": [[173, "c.i8_scale_fusion_p"]], "i8_scale_fusion_s\uff08c function\uff09": [[173, "c.i8_scale_fusion_s"]], "c128_scatter_elements_p\uff08c function\uff09": [[174, "c.c128_scatter_elements_p"]], "c128_scatter_elements_s\uff08c function\uff09": [[174, "c.c128_scatter_elements_s"]], "c64_scatter_elements_p\uff08c function\uff09": [[174, "c.c64_scatter_elements_p"]], "c64_scatter_elements_s\uff08c function\uff09": [[174, "c.c64_scatter_elements_s"]], "dp_scatter_elements_p\uff08c function\uff09": [[174, "c.dp_scatter_elements_p"]], "dp_scatter_elements_s\uff08c function\uff09": [[174, "c.dp_scatter_elements_s"]], "fp_scatter_elements_p\uff08c function\uff09": [[174, "c.fp_scatter_elements_p"]], "fp_scatter_elements_s\uff08c function\uff09": [[174, "c.fp_scatter_elements_s"]], "hp_scatter_elements_p\uff08c function\uff09": [[174, "c.hp_scatter_elements_p"]], "hp_scatter_elements_s\uff08c function\uff09": [[174, "c.hp_scatter_elements_s"]], "i16_scatter_elements_p\uff08c function\uff09": [[174, "c.i16_scatter_elements_p"]], "i16_scatter_elements_s\uff08c function\uff09": [[174, "c.i16_scatter_elements_s"]], "i32_scatter_elements_p\uff08c function\uff09": [[174, "c.i32_scatter_elements_p"]], "i32_scatter_elements_s\uff08c function\uff09": [[174, "c.i32_scatter_elements_s"]], "i8_scatter_elements_p\uff08c function\uff09": [[174, "c.i8_scatter_elements_p"]], "i8_scatter_elements_s\uff08c function\uff09": [[174, "c.i8_scatter_elements_s"]], "c128_scatter_nd_p\uff08c function\uff09": [[175, "c.c128_scatter_nd_p"]], "c128_scatter_nd_s\uff08c function\uff09": [[175, "c.c128_scatter_nd_s"]], "c64_scatter_nd_p\uff08c function\uff09": [[175, "c.c64_scatter_nd_p"]], "c64_scatter_nd_s\uff08c function\uff09": [[175, "c.c64_scatter_nd_s"]], "dp_scatter_nd_p\uff08c function\uff09": [[175, "c.dp_scatter_nd_p"]], "dp_scatter_nd_s\uff08c function\uff09": [[175, "c.dp_scatter_nd_s"]], "fp_scatter_nd_p\uff08c function\uff09": [[175, "c.fp_scatter_nd_p"]], "fp_scatter_nd_s\uff08c function\uff09": [[175, "c.fp_scatter_nd_s"]], "hp_scatter_nd_p\uff08c function\uff09": [[175, "c.hp_scatter_nd_p"]], "hp_scatter_nd_s\uff08c function\uff09": [[175, "c.hp_scatter_nd_s"]], "i16_scatter_nd_p\uff08c function\uff09": [[175, "c.i16_scatter_nd_p"]], "i16_scatter_nd_s\uff08c function\uff09": [[175, "c.i16_scatter_nd_s"]], "i32_scatter_nd_p\uff08c function\uff09": [[175, "c.i32_scatter_nd_p"]], "i32_scatter_nd_s\uff08c function\uff09": [[175, "c.i32_scatter_nd_s"]], "i8_scatter_nd_p\uff08c function\uff09": [[175, "c.i8_scatter_nd_p"]], "i8_scatter_nd_s\uff08c function\uff09": [[175, "c.i8_scatter_nd_s"]], "c128_scatter_nd_update_p\uff08c function\uff09": [[176, "c.c128_scatter_nd_update_p"]], "c128_scatter_nd_update_s\uff08c function\uff09": [[176, "c.c128_scatter_nd_update_s"]], "c64_scatter_nd_update_p\uff08c function\uff09": [[176, "c.c64_scatter_nd_update_p"]], "c64_scatter_nd_update_s\uff08c function\uff09": [[176, "c.c64_scatter_nd_update_s"]], "dp_scatter_nd_update_p\uff08c function\uff09": [[176, "c.dp_scatter_nd_update_p"]], "dp_scatter_nd_update_s\uff08c function\uff09": [[176, "c.dp_scatter_nd_update_s"]], "fp_scatter_nd_update_p\uff08c function\uff09": [[176, "c.fp_scatter_nd_update_p"]], "fp_scatter_nd_update_s\uff08c function\uff09": [[176, "c.fp_scatter_nd_update_s"]], "hp_scatter_nd_update_p\uff08c function\uff09": [[176, "c.hp_scatter_nd_update_p"]], "hp_scatter_nd_update_s\uff08c function\uff09": [[176, "c.hp_scatter_nd_update_s"]], "i16_scatter_nd_update_p\uff08c function\uff09": [[176, "c.i16_scatter_nd_update_p"]], "i16_scatter_nd_update_s\uff08c function\uff09": [[176, "c.i16_scatter_nd_update_s"]], "i32_scatter_nd_update_p\uff08c function\uff09": [[176, "c.i32_scatter_nd_update_p"]], "i32_scatter_nd_update_s\uff08c function\uff09": [[176, "c.i32_scatter_nd_update_s"]], "i8_scatter_nd_update_p\uff08c function\uff09": [[176, "c.i8_scatter_nd_update_p"]], "i8_scatter_nd_update_s\uff08c function\uff09": [[176, "c.i8_scatter_nd_update_s"]], "c128_select_p\uff08c function\uff09": [[177, "c.c128_select_p"]], "c128_select_s\uff08c function\uff09": [[177, "c.c128_select_s"]], "c64_select_p\uff08c function\uff09": [[177, "c.c64_select_p"]], "c64_select_s\uff08c function\uff09": [[177, "c.c64_select_s"]], "dp_select_p\uff08c function\uff09": [[177, "c.dp_select_p"]], "dp_select_s\uff08c function\uff09": [[177, "c.dp_select_s"]], "fp_select_p\uff08c function\uff09": [[177, "c.fp_select_p"]], "fp_select_s\uff08c function\uff09": [[177, "c.fp_select_s"]], "hp_select_p\uff08c function\uff09": [[177, "c.hp_select_p"]], "hp_select_s\uff08c function\uff09": [[177, "c.hp_select_s"]], "i16_select_p\uff08c function\uff09": [[177, "c.i16_select_p"]], "i16_select_s\uff08c function\uff09": [[177, "c.i16_select_s"]], "i32_select_p\uff08c function\uff09": [[177, "c.i32_select_p"]], "i32_select_s\uff08c function\uff09": [[177, "c.i32_select_s"]], "i8_select_p\uff08c function\uff09": [[177, "c.i8_select_p"]], "i8_select_s\uff08c function\uff09": [[177, "c.i8_select_s"]], "fp_sgd_p\uff08c function\uff09": [[178, "c.fp_sgd_p"]], "fp_sgd_s\uff08c function\uff09": [[178, "c.fp_sgd_s"]], "hp_sgd_p\uff08c function\uff09": [[178, "c.hp_sgd_p"]], "hp_sgd_s\uff08c function\uff09": [[178, "c.hp_sgd_s"]], "shape\uff08c function\uff09": [[179, "c.shape"]], "fp_sigmoidcrossentropywithlogits_p\uff08c function\uff09": [[180, "c.fp_sigmoidcrossentropywithlogits_p"]], "fp_sigmoidcrossentropywithlogits_s\uff08c function\uff09": [[180, "c.fp_sigmoidcrossentropywithlogits_s"]], "hp_sigmoidcrossentropywithlogits_p\uff08c function\uff09": [[180, "c.hp_sigmoidcrossentropywithlogits_p"]], "hp_sigmoidcrossentropywithlogits_s\uff08c function\uff09": [[180, "c.hp_sigmoidcrossentropywithlogits_s"]], "i8_sigmoidcrossentropywithlogits_p\uff08c function\uff09": [[180, "c.i8_sigmoidcrossentropywithlogits_p"]], "i8_sigmoidcrossentropywithlogits_s\uff08c function\uff09": [[180, "c.i8_sigmoidcrossentropywithlogits_s"]], "fp_sigmoidcrossentropywithlogitsgrad_p\uff08c function\uff09": [[181, "c.fp_sigmoidcrossentropywithlogitsgrad_p"]], "fp_sigmoidcrossentropywithlogitsgrad_s\uff08c function\uff09": [[181, "c.fp_sigmoidcrossentropywithlogitsgrad_s"]], "hp_sigmoidcrossentropywithlogitsgrad_p\uff08c function\uff09": [[181, "c.hp_sigmoidcrossentropywithlogitsgrad_p"]], "hp_sigmoidcrossentropywithlogitsgrad_s\uff08c function\uff09": [[181, "c.hp_sigmoidcrossentropywithlogitsgrad_s"]], "dp_sin_p\uff08c function\uff09": [[182, "c.dp_sin_p"]], "dp_sin_s\uff08c function\uff09": [[182, "c.dp_sin_s"]], "fp_sin_p\uff08c function\uff09": [[182, "c.fp_sin_p"]], "fp_sin_s\uff08c function\uff09": [[182, "c.fp_sin_s"]], "hp_sin_p\uff08c function\uff09": [[182, "c.hp_sin_p"]], "hp_sin_s\uff08c function\uff09": [[182, "c.hp_sin_s"]], "i16_sin_p\uff08c function\uff09": [[182, "c.i16_sin_p"]], "i16_sin_s\uff08c function\uff09": [[182, "c.i16_sin_s"]], "i32_sin_p\uff08c function\uff09": [[182, "c.i32_sin_p"]], "i32_sin_s\uff08c function\uff09": [[182, "c.i32_sin_s"]], "i8_sin_p\uff08c function\uff09": [[182, "c.i8_sin_p"]], "i8_sin_s\uff08c function\uff09": [[182, "c.i8_sin_s"]], "size_p\uff08c function\uff09": [[183, "c.size_p"]], "size_s\uff08c function\uff09": [[183, "c.size_s"]], "skipgram_p\uff08c function\uff09": [[184, "c.skipgram_p"]], "skipgram_s\uff08c function\uff09": [[184, "c.skipgram_s"]], "c128_slice_p\uff08c function\uff09": [[185, "c.c128_slice_p"]], "c128_slice_s\uff08c function\uff09": [[185, "c.c128_slice_s"]], "c64_slice_p\uff08c function\uff09": [[185, "c.c64_slice_p"]], "c64_slice_s\uff08c function\uff09": [[185, "c.c64_slice_s"]], "dp_slice_p\uff08c function\uff09": [[185, "c.dp_slice_p"]], "dp_slice_s\uff08c function\uff09": [[185, "c.dp_slice_s"]], "fp_slice_p\uff08c function\uff09": [[185, "c.fp_slice_p"]], "fp_slice_s\uff08c function\uff09": [[185, "c.fp_slice_s"]], "hp_slice_p\uff08c function\uff09": [[185, "c.hp_slice_p"]], "hp_slice_s\uff08c function\uff09": [[185, "c.hp_slice_s"]], "i16_slice_p\uff08c function\uff09": [[185, "c.i16_slice_p"]], "i16_slice_s\uff08c function\uff09": [[185, "c.i16_slice_s"]], "i32_slice_p\uff08c function\uff09": [[185, "c.i32_slice_p"]], "i32_slice_s\uff08c function\uff09": [[185, "c.i32_slice_s"]], "i8_slice_p\uff08c function\uff09": [[185, "c.i8_slice_p"]], "i8_slice_s\uff08c function\uff09": [[185, "c.i8_slice_s"]], "fp_smoothl1loss_p\uff08c function\uff09": [[186, "c.fp_smoothl1loss_p"]], "fp_smoothl1loss_s\uff08c function\uff09": [[186, "c.fp_smoothl1loss_s"]], "hp_smoothl1loss_p\uff08c function\uff09": [[186, "c.hp_smoothl1loss_p"]], "hp_smoothl1loss_s\uff08c function\uff09": [[186, "c.hp_smoothl1loss_s"]], "i8_smoothl1loss_p\uff08c function\uff09": [[186, "c.i8_smoothl1loss_p"]], "i8_smoothl1loss_s\uff08c function\uff09": [[186, "c.i8_smoothl1loss_s"]], "fp_smoothl1lossgrad_p\uff08c function\uff09": [[187, "c.fp_smoothl1lossgrad_p"]], "fp_smoothl1lossgrad_s\uff08c function\uff09": [[187, "c.fp_smoothl1lossgrad_s"]], "hp_smoothl1lossgrad_p\uff08c function\uff09": [[187, "c.hp_smoothl1lossgrad_p"]], "hp_smoothl1lossgrad_s\uff08c function\uff09": [[187, "c.hp_smoothl1lossgrad_s"]], "fp_softmax_p\uff08c function\uff09": [[188, "c.fp_softmax_p"]], "fp_softmax_s\uff08c function\uff09": [[188, "c.fp_softmax_s"]], "hp_softmax_p\uff08c function\uff09": [[188, "c.hp_softmax_p"]], "hp_softmax_s\uff08c function\uff09": [[188, "c.hp_softmax_s"]], "i8_softmax_p\uff08c function\uff09": [[188, "c.i8_softmax_p"]], "i8_softmax_s\uff08c function\uff09": [[188, "c.i8_softmax_s"]], "fp_softmax_cross_entropy_with_logits_p\uff08c function\uff09": [[189, "c.fp_softmax_cross_entropy_with_logits_p"]], "fp_softmax_cross_entropy_with_logits_s\uff08c function\uff09": [[189, "c.fp_softmax_cross_entropy_with_logits_s"]], "hp_softmax_cross_entropy_with_logits_p\uff08c function\uff09": [[189, "c.hp_softmax_cross_entropy_with_logits_p"]], "hp_softmax_cross_entropy_with_logits_s\uff08c function\uff09": [[189, "c.hp_softmax_cross_entropy_with_logits_s"]], "i8_softmax_cross_entropy_with_logits_p\uff08c function\uff09": [[189, "c.i8_softmax_cross_entropy_with_logits_p"]], "i8_softmax_cross_entropy_with_logits_s\uff08c function\uff09": [[189, "c.i8_softmax_cross_entropy_with_logits_s"]], "c128_spacetobatch_p\uff08c function\uff09": [[190, "c.c128_spacetobatch_p"]], "c128_spacetobatch_s\uff08c function\uff09": [[190, "c.c128_spacetobatch_s"]], "c64_spacetobatch_p\uff08c function\uff09": [[190, "c.c64_spacetobatch_p"]], "c64_spacetobatch_s\uff08c function\uff09": [[190, "c.c64_spacetobatch_s"]], "dp_spacetobatch_p\uff08c function\uff09": [[190, "c.dp_spacetobatch_p"]], "dp_spacetobatch_s\uff08c function\uff09": [[190, "c.dp_spacetobatch_s"]], "fp_spacetobatch_p\uff08c function\uff09": [[190, "c.fp_spacetobatch_p"]], "fp_spacetobatch_s\uff08c function\uff09": [[190, "c.fp_spacetobatch_s"]], "hp_spacetobatch_p\uff08c function\uff09": [[190, "c.hp_spacetobatch_p"]], "hp_spacetobatch_s\uff08c function\uff09": [[190, "c.hp_spacetobatch_s"]], "i16_spacetobatch_p\uff08c function\uff09": [[190, "c.i16_spacetobatch_p"]], "i16_spacetobatch_s\uff08c function\uff09": [[190, "c.i16_spacetobatch_s"]], "i32_spacetobatch_p\uff08c function\uff09": [[190, "c.i32_spacetobatch_p"]], "i32_spacetobatch_s\uff08c function\uff09": [[190, "c.i32_spacetobatch_s"]], "i8_spacetobatch_p\uff08c function\uff09": [[190, "c.i8_spacetobatch_p"]], "i8_spacetobatch_s\uff08c function\uff09": [[190, "c.i8_spacetobatch_s"]], "c128_spacetobatchnd_p\uff08c function\uff09": [[191, "c.c128_spacetobatchnd_p"]], "c128_spacetobatchnd_s\uff08c function\uff09": [[191, "c.c128_spacetobatchnd_s"]], "c64_spacetobatchnd_p\uff08c function\uff09": [[191, "c.c64_spacetobatchnd_p"]], "c64_spacetobatchnd_s\uff08c function\uff09": [[191, "c.c64_spacetobatchnd_s"]], "dp_spacetobatchnd_p\uff08c function\uff09": [[191, "c.dp_spacetobatchnd_p"]], "dp_spacetobatchnd_s\uff08c function\uff09": [[191, "c.dp_spacetobatchnd_s"]], "fp_spacetobatchnd_p\uff08c function\uff09": [[191, "c.fp_spacetobatchnd_p"]], "fp_spacetobatchnd_s\uff08c function\uff09": [[191, "c.fp_spacetobatchnd_s"]], "hp_spacetobatchnd_p\uff08c function\uff09": [[191, "c.hp_spacetobatchnd_p"]], "hp_spacetobatchnd_s\uff08c function\uff09": [[191, "c.hp_spacetobatchnd_s"]], "i16_spacetobatchnd_p\uff08c function\uff09": [[191, "c.i16_spacetobatchnd_p"]], "i16_spacetobatchnd_s\uff08c function\uff09": [[191, "c.i16_spacetobatchnd_s"]], "i32_spacetobatchnd_p\uff08c function\uff09": [[191, "c.i32_spacetobatchnd_p"]], "i32_spacetobatchnd_s\uff08c function\uff09": [[191, "c.i32_spacetobatchnd_s"]], "i8_spacetobatchnd_p\uff08c function\uff09": [[191, "c.i8_spacetobatchnd_p"]], "i8_spacetobatchnd_s\uff08c function\uff09": [[191, "c.i8_spacetobatchnd_s"]], "c128_spacetodepth_p\uff08c function\uff09": [[192, "c.c128_spacetodepth_p"]], "c128_spacetodepth_s\uff08c function\uff09": [[192, "c.c128_spacetodepth_s"]], "c64_spacetodepth_p\uff08c function\uff09": [[192, "c.c64_spacetodepth_p"]], "c64_spacetodepth_s\uff08c function\uff09": [[192, "c.c64_spacetodepth_s"]], "dp_spacetodepth_p\uff08c function\uff09": [[192, "c.dp_spacetodepth_p"]], "dp_spacetodepth_s\uff08c function\uff09": [[192, "c.dp_spacetodepth_s"]], "fp_spacetodepth_p\uff08c function\uff09": [[192, "c.fp_spacetodepth_p"]], "fp_spacetodepth_s\uff08c function\uff09": [[192, "c.fp_spacetodepth_s"]], "hp_spacetodepth_p\uff08c function\uff09": [[192, "c.hp_spacetodepth_p"]], "hp_spacetodepth_s\uff08c function\uff09": [[192, "c.hp_spacetodepth_s"]], "i16_spacetodepth_p\uff08c function\uff09": [[192, "c.i16_spacetodepth_p"]], "i16_spacetodepth_s\uff08c function\uff09": [[192, "c.i16_spacetodepth_s"]], "i32_spacetodepth_p\uff08c function\uff09": [[192, "c.i32_spacetodepth_p"]], "i32_spacetodepth_s\uff08c function\uff09": [[192, "c.i32_spacetodepth_s"]], "i8_spacetodepth_p\uff08c function\uff09": [[192, "c.i8_spacetodepth_p"]], "i8_spacetodepth_s\uff08c function\uff09": [[192, "c.i8_spacetodepth_s"]], "fp_sparse_softmax_cross_entropy_with_logits_p\uff08c function\uff09": [[193, "c.fp_sparse_softmax_cross_entropy_with_logits_p"]], "fp_sparse_softmax_cross_entropy_with_logits_s\uff08c function\uff09": [[193, "c.fp_sparse_softmax_cross_entropy_with_logits_s"]], "hp_sparse_softmax_cross_entropy_with_logits_p\uff08c function\uff09": [[193, "c.hp_sparse_softmax_cross_entropy_with_logits_p"]], "hp_sparse_softmax_cross_entropy_with_logits_s\uff08c function\uff09": [[193, "c.hp_sparse_softmax_cross_entropy_with_logits_s"]], "c128_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.c128_sparse_fill_empty_rows_p"]], "c128_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.c128_sparse_fill_empty_rows_s"]], "c64_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.c64_sparse_fill_empty_rows_p"]], "c64_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.c64_sparse_fill_empty_rows_s"]], "dp_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.dp_sparse_fill_empty_rows_p"]], "dp_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.dp_sparse_fill_empty_rows_s"]], "fp_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.fp_sparse_fill_empty_rows_p"]], "fp_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.fp_sparse_fill_empty_rows_s"]], "hp_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.hp_sparse_fill_empty_rows_p"]], "hp_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.hp_sparse_fill_empty_rows_s"]], "i16_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.i16_sparse_fill_empty_rows_p"]], "i16_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.i16_sparse_fill_empty_rows_s"]], "i32_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.i32_sparse_fill_empty_rows_p"]], "i32_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.i32_sparse_fill_empty_rows_s"]], "i8_sparse_fill_empty_rows_p\uff08c function\uff09": [[194, "c.i8_sparse_fill_empty_rows_p"]], "i8_sparse_fill_empty_rows_s\uff08c function\uff09": [[194, "c.i8_sparse_fill_empty_rows_s"]], "c64_sparse_reshape_p\uff08c function\uff09": [[195, "c.c64_sparse_reshape_p"]], "c64_sparse_reshape_s\uff08c function\uff09": [[195, "c.c64_sparse_reshape_s"]], "fp_sparse_reshape_p\uff08c function\uff09": [[195, "c.fp_sparse_reshape_p"]], "fp_sparse_reshape_s\uff08c function\uff09": [[195, "c.fp_sparse_reshape_s"]], "hp_sparse_reshape_p\uff08c function\uff09": [[195, "c.hp_sparse_reshape_p"]], "hp_sparse_reshape_s\uff08c function\uff09": [[195, "c.hp_sparse_reshape_s"]], "i16_sparse_reshape_p\uff08c function\uff09": [[195, "c.i16_sparse_reshape_p"]], "i16_sparse_reshape_s\uff08c function\uff09": [[195, "c.i16_sparse_reshape_s"]], "i32_sparse_reshape_p\uff08c function\uff09": [[195, "c.i32_sparse_reshape_p"]], "i32_sparse_reshape_s\uff08c function\uff09": [[195, "c.i32_sparse_reshape_s"]], "c128_sparsesegmentsum_p\uff08c function\uff09": [[196, "c.c128_sparsesegmentsum_p"]], "c128_sparsesegmentsum_s\uff08c function\uff09": [[196, "c.c128_sparsesegmentsum_s"]], "c64_sparsesegmentsum_p\uff08c function\uff09": [[196, "c.c64_sparsesegmentsum_p"]], "c64_sparsesegmentsum_s\uff08c function\uff09": [[196, "c.c64_sparsesegmentsum_s"]], "dp_sparsesegmentsum_p\uff08c function\uff09": [[196, "c.dp_sparsesegmentsum_p"]], "dp_sparsesegmentsum_s\uff08c function\uff09": [[196, "c.dp_sparsesegmentsum_s"]], "fp_sparsesegmentsum_p\uff08c function\uff09": [[196, "c.fp_sparsesegmentsum_p"]], "fp_sparsesegmentsum_s\uff08c function\uff09": [[196, "c.fp_sparsesegmentsum_s"]], "hp_sparsesegmentsum_p\uff08c function\uff09": [[196, "c.hp_sparsesegmentsum_p"]], "hp_sparsesegmentsum_s\uff08c function\uff09": [[196, "c.hp_sparsesegmentsum_s"]], "i16_sparsesegmentsum_p\uff08c function\uff09": [[196, "c.i16_sparsesegmentsum_p"]], "i16_sparsesegmentsum_s\uff08c function\uff09": [[196, "c.i16_sparsesegmentsum_s"]], "i32_sparsesegmentsum_p\uff08c function\uff09": [[196, "c.i32_sparsesegmentsum_p"]], "i32_sparsesegmentsum_s\uff08c function\uff09": [[196, "c.i32_sparsesegmentsum_s"]], "c128_sparse_to_dense_p\uff08c function\uff09": [[197, "c.c128_sparse_to_dense_p"]], "c128_sparse_to_dense_s\uff08c function\uff09": [[197, "c.c128_sparse_to_dense_s"]], "c64_sparse_to_dense_p\uff08c function\uff09": [[197, "c.c64_sparse_to_dense_p"]], "c64_sparse_to_dense_s\uff08c function\uff09": [[197, "c.c64_sparse_to_dense_s"]], "dp_sparse_to_dense_p\uff08c function\uff09": [[197, "c.dp_sparse_to_dense_p"]], "dp_sparse_to_dense_s\uff08c function\uff09": [[197, "c.dp_sparse_to_dense_s"]], "fp_sparse_to_dense_p\uff08c function\uff09": [[197, "c.fp_sparse_to_dense_p"]], "fp_sparse_to_dense_s\uff08c function\uff09": [[197, "c.fp_sparse_to_dense_s"]], "hp_sparse_to_dense_p\uff08c function\uff09": [[197, "c.hp_sparse_to_dense_p"]], "hp_sparse_to_dense_s\uff08c function\uff09": [[197, "c.hp_sparse_to_dense_s"]], "i16_sparse_to_dense_p\uff08c function\uff09": [[197, "c.i16_sparse_to_dense_p"]], "i16_sparse_to_dense_s\uff08c function\uff09": [[197, "c.i16_sparse_to_dense_s"]], "i32_sparse_to_dense_p\uff08c function\uff09": [[197, "c.i32_sparse_to_dense_p"]], "i32_sparse_to_dense_s\uff08c function\uff09": [[197, "c.i32_sparse_to_dense_s"]], "i8_sparse_to_dense_p\uff08c function\uff09": [[197, "c.i8_sparse_to_dense_p"]], "i8_sparse_to_dense_s\uff08c function\uff09": [[197, "c.i8_sparse_to_dense_s"]], "c128_splice_p\uff08c function\uff09": [[198, "c.c128_splice_p"]], "c128_splice_s\uff08c function\uff09": [[198, "c.c128_splice_s"]], "c64_splice_p\uff08c function\uff09": [[198, "c.c64_splice_p"]], "c64_splice_s\uff08c function\uff09": [[198, "c.c64_splice_s"]], "dp_splice_p\uff08c function\uff09": [[198, "c.dp_splice_p"]], "dp_splice_s\uff08c function\uff09": [[198, "c.dp_splice_s"]], "fp_splice_p\uff08c function\uff09": [[198, "c.fp_splice_p"]], "fp_splice_s\uff08c function\uff09": [[198, "c.fp_splice_s"]], "hp_splice_p\uff08c function\uff09": [[198, "c.hp_splice_p"]], "hp_splice_s\uff08c function\uff09": [[198, "c.hp_splice_s"]], "i16_splice_p\uff08c function\uff09": [[198, "c.i16_splice_p"]], "i16_splice_s\uff08c function\uff09": [[198, "c.i16_splice_s"]], "i32_splice_p\uff08c function\uff09": [[198, "c.i32_splice_p"]], "i32_splice_s\uff08c function\uff09": [[198, "c.i32_splice_s"]], "i8_splice_p\uff08c function\uff09": [[198, "c.i8_splice_p"]], "i8_splice_s\uff08c function\uff09": [[198, "c.i8_splice_s"]], "c128_split_p\uff08c function\uff09": [[199, "c.c128_split_p"]], "c128_split_s\uff08c function\uff09": [[199, "c.c128_split_s"]], "c64_split_p\uff08c function\uff09": [[199, "c.c64_split_p"]], "c64_split_s\uff08c function\uff09": [[199, "c.c64_split_s"]], "dp_split_p\uff08c function\uff09": [[199, "c.dp_split_p"]], "dp_split_s\uff08c function\uff09": [[199, "c.dp_split_s"]], "fp_split_p\uff08c function\uff09": [[199, "c.fp_split_p"]], "fp_split_s\uff08c function\uff09": [[199, "c.fp_split_s"]], "hp_split_p\uff08c function\uff09": [[199, "c.hp_split_p"]], "hp_split_s\uff08c function\uff09": [[199, "c.hp_split_s"]], "i16_split_p\uff08c function\uff09": [[199, "c.i16_split_p"]], "i16_split_s\uff08c function\uff09": [[199, "c.i16_split_s"]], "i32_split_p\uff08c function\uff09": [[199, "c.i32_split_p"]], "i32_split_s\uff08c function\uff09": [[199, "c.i32_split_s"]], "i8_split_p\uff08c function\uff09": [[199, "c.i8_split_p"]], "i8_split_s\uff08c function\uff09": [[199, "c.i8_split_s"]], "c128_split_with_overlap_p\uff08c function\uff09": [[200, "c.c128_split_with_overlap_p"]], "c128_split_with_overlap_s\uff08c function\uff09": [[200, "c.c128_split_with_overlap_s"]], "c64_split_with_overlap_p\uff08c function\uff09": [[200, "c.c64_split_with_overlap_p"]], "c64_split_with_overlap_s\uff08c function\uff09": [[200, "c.c64_split_with_overlap_s"]], "dp_split_with_overlap_p\uff08c function\uff09": [[200, "c.dp_split_with_overlap_p"]], "dp_split_with_overlap_s\uff08c function\uff09": [[200, "c.dp_split_with_overlap_s"]], "fp_split_with_overlap_p\uff08c function\uff09": [[200, "c.fp_split_with_overlap_p"]], "fp_split_with_overlap_s\uff08c function\uff09": [[200, "c.fp_split_with_overlap_s"]], "hp_split_with_overlap_p\uff08c function\uff09": [[200, "c.hp_split_with_overlap_p"]], "hp_split_with_overlap_s\uff08c function\uff09": [[200, "c.hp_split_with_overlap_s"]], "i16_split_with_overlap_p\uff08c function\uff09": [[200, "c.i16_split_with_overlap_p"]], "i16_split_with_overlap_s\uff08c function\uff09": [[200, "c.i16_split_with_overlap_s"]], "i32_split_with_overlap_p\uff08c function\uff09": [[200, "c.i32_split_with_overlap_p"]], "i32_split_with_overlap_s\uff08c function\uff09": [[200, "c.i32_split_with_overlap_s"]], "i8_split_with_overlap_p\uff08c function\uff09": [[200, "c.i8_split_with_overlap_p"]], "i8_split_with_overlap_s\uff08c function\uff09": [[200, "c.i8_split_with_overlap_s"]], "c128_sqrt_p\uff08c function\uff09": [[201, "c.c128_sqrt_p"]], "c128_sqrt_s\uff08c function\uff09": [[201, "c.c128_sqrt_s"]], "c64_sqrt_p\uff08c function\uff09": [[201, "c.c64_sqrt_p"]], "c64_sqrt_s\uff08c function\uff09": [[201, "c.c64_sqrt_s"]], "dp_sqrt_p\uff08c function\uff09": [[201, "c.dp_sqrt_p"]], "dp_sqrt_s\uff08c function\uff09": [[201, "c.dp_sqrt_s"]], "fp_sqrt_p\uff08c function\uff09": [[201, "c.fp_sqrt_p"]], "fp_sqrt_s\uff08c function\uff09": [[201, "c.fp_sqrt_s"]], "hp_sqrt_p\uff08c function\uff09": [[201, "c.hp_sqrt_p"]], "hp_sqrt_s\uff08c function\uff09": [[201, "c.hp_sqrt_s"]], "i16_sqrt_p\uff08c function\uff09": [[201, "c.i16_sqrt_p"]], "i16_sqrt_s\uff08c function\uff09": [[201, "c.i16_sqrt_s"]], "i32_sqrt_p\uff08c function\uff09": [[201, "c.i32_sqrt_p"]], "i32_sqrt_s\uff08c function\uff09": [[201, "c.i32_sqrt_s"]], "i8_sqrt_p\uff08c function\uff09": [[201, "c.i8_sqrt_p"]], "i8_sqrt_s\uff08c function\uff09": [[201, "c.i8_sqrt_s"]], "fp_sqrt_grad_p\uff08c function\uff09": [[202, "c.fp_sqrt_grad_p"]], "fp_sqrt_grad_s\uff08c function\uff09": [[202, "c.fp_sqrt_grad_s"]], "hp_sqrt_grad_p\uff08c function\uff09": [[202, "c.hp_sqrt_grad_p"]], "hp_sqrt_grad_s\uff08c function\uff09": [[202, "c.hp_sqrt_grad_s"]], "c128_square_p\uff08c function\uff09": [[203, "c.c128_square_p"]], "c128_square_s\uff08c function\uff09": [[203, "c.c128_square_s"]], "c64_square_p\uff08c function\uff09": [[203, "c.c64_square_p"]], "c64_square_s\uff08c function\uff09": [[203, "c.c64_square_s"]], "dp_square_p\uff08c function\uff09": [[203, "c.dp_square_p"]], "dp_square_s\uff08c function\uff09": [[203, "c.dp_square_s"]], "fp_square_p\uff08c function\uff09": [[203, "c.fp_square_p"]], "fp_square_s\uff08c function\uff09": [[203, "c.fp_square_s"]], "hp_square_p\uff08c function\uff09": [[203, "c.hp_square_p"]], "hp_square_s\uff08c function\uff09": [[203, "c.hp_square_s"]], "i16_square_p\uff08c function\uff09": [[203, "c.i16_square_p"]], "i16_square_s\uff08c function\uff09": [[203, "c.i16_square_s"]], "i32_square_p\uff08c function\uff09": [[203, "c.i32_square_p"]], "i32_square_s\uff08c function\uff09": [[203, "c.i32_square_s"]], "i8_square_p\uff08c function\uff09": [[203, "c.i8_square_p"]], "i8_square_s\uff08c function\uff09": [[203, "c.i8_square_s"]], "c128_square_difference_p\uff08c function\uff09": [[204, "c.c128_square_difference_p"]], "c128_square_difference_s\uff08c function\uff09": [[204, "c.c128_square_difference_s"]], "c64_square_difference_p\uff08c function\uff09": [[204, "c.c64_square_difference_p"]], "c64_square_difference_s\uff08c function\uff09": [[204, "c.c64_square_difference_s"]], "dp_square_difference_p\uff08c function\uff09": [[204, "c.dp_square_difference_p"]], "dp_square_difference_s\uff08c function\uff09": [[204, "c.dp_square_difference_s"]], "fp_square_difference_p\uff08c function\uff09": [[204, "c.fp_square_difference_p"]], "fp_square_difference_s\uff08c function\uff09": [[204, "c.fp_square_difference_s"]], "hp_square_difference_p\uff08c function\uff09": [[204, "c.hp_square_difference_p"]], "hp_square_difference_s\uff08c function\uff09": [[204, "c.hp_square_difference_s"]], "i16_square_difference_p\uff08c function\uff09": [[204, "c.i16_square_difference_p"]], "i16_square_difference_s\uff08c function\uff09": [[204, "c.i16_square_difference_s"]], "i32_square_difference_p\uff08c function\uff09": [[204, "c.i32_square_difference_p"]], "i32_square_difference_s\uff08c function\uff09": [[204, "c.i32_square_difference_s"]], "i8_square_difference_p\uff08c function\uff09": [[204, "c.i8_square_difference_p"]], "i8_square_difference_s\uff08c function\uff09": [[204, "c.i8_square_difference_s"]], "anytype_squeeze_anycore\uff08c function\uff09": [[205, "c.anytype_squeeze_anycore"]], "c128_stack_p\uff08c function\uff09": [[206, "c.c128_stack_p"]], "c128_stack_s\uff08c function\uff09": [[206, "c.c128_stack_s"]], "c64_stack_p\uff08c function\uff09": [[206, "c.c64_stack_p"]], "c64_stack_s\uff08c function\uff09": [[206, "c.c64_stack_s"]], "dp_stack_p\uff08c function\uff09": [[206, "c.dp_stack_p"]], "dp_stack_s\uff08c function\uff09": [[206, "c.dp_stack_s"]], "fp_stack_p\uff08c function\uff09": [[206, "c.fp_stack_p"]], "fp_stack_s\uff08c function\uff09": [[206, "c.fp_stack_s"]], "hp_stack_p\uff08c function\uff09": [[206, "c.hp_stack_p"]], "hp_stack_s\uff08c function\uff09": [[206, "c.hp_stack_s"]], "i16_stack_p\uff08c function\uff09": [[206, "c.i16_stack_p"]], "i16_stack_s\uff08c function\uff09": [[206, "c.i16_stack_s"]], "i32_stack_p\uff08c function\uff09": [[206, "c.i32_stack_p"]], "i32_stack_s\uff08c function\uff09": [[206, "c.i32_stack_s"]], "i8_stack_p\uff08c function\uff09": [[206, "c.i8_stack_p"]], "i8_stack_s\uff08c function\uff09": [[206, "c.i8_stack_s"]], "stridedslice\uff08c function\uff09": [[207, "c.stridedslice"]], "fp_stridedslicegrad_p\uff08c function\uff09": [[208, "c.fp_stridedslicegrad_p"]], "fp_stridedslicegrad_s\uff08c function\uff09": [[208, "c.fp_stridedslicegrad_s"]], "hp_stridedslicegrad_p\uff08c function\uff09": [[208, "c.hp_stridedslicegrad_p"]], "hp_stridedslicegrad_s\uff08c function\uff09": [[208, "c.hp_stridedslicegrad_s"]], "c128_sub_p\uff08c function\uff09": [[209, "c.c128_sub_p"]], "c128_sub_s\uff08c function\uff09": [[209, "c.c128_sub_s"]], "c64_sub_p\uff08c function\uff09": [[209, "c.c64_sub_p"]], "c64_sub_s\uff08c function\uff09": [[209, "c.c64_sub_s"]], "dp_sub_p\uff08c function\uff09": [[209, "c.dp_sub_p"]], "dp_sub_s\uff08c function\uff09": [[209, "c.dp_sub_s"]], "fp_sub_p\uff08c function\uff09": [[209, "c.fp_sub_p"]], "fp_sub_s\uff08c function\uff09": [[209, "c.fp_sub_s"]], "hp_sub_p\uff08c function\uff09": [[209, "c.hp_sub_p"]], "hp_sub_s\uff08c function\uff09": [[209, "c.hp_sub_s"]], "i16_sub_p\uff08c function\uff09": [[209, "c.i16_sub_p"]], "i16_sub_s\uff08c function\uff09": [[209, "c.i16_sub_s"]], "i32_sub_p\uff08c function\uff09": [[209, "c.i32_sub_p"]], "i32_sub_s\uff08c function\uff09": [[209, "c.i32_sub_s"]], "i8_sub_p\uff08c function\uff09": [[209, "c.i8_sub_p"]], "i8_sub_s\uff08c function\uff09": [[209, "c.i8_sub_s"]], "fp_sub_grad_p\uff08c function\uff09": [[210, "c.fp_sub_grad_p"]], "fp_sub_grad_s\uff08c function\uff09": [[210, "c.fp_sub_grad_s"]], "hp_sub_grad_p\uff08c function\uff09": [[210, "c.hp_sub_grad_p"]], "hp_sub_grad_s\uff08c function\uff09": [[210, "c.hp_sub_grad_s"]], "switch_p\uff08c function\uff09": [[211, "c.switch_p"]], "switch_s\uff08c function\uff09": [[211, "c.switch_s"]], "switchlayer_p\uff08c function\uff09": [[212, "c.switchlayer_p"]], "switchlayer_s\uff08c function\uff09": [[212, "c.switchlayer_s"]], "c128_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.c128_tensor_scatter_add_p"]], "c128_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.c128_tensor_scatter_add_s"]], "c64_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.c64_tensor_scatter_add_p"]], "c64_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.c64_tensor_scatter_add_s"]], "dp_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.dp_tensor_scatter_add_p"]], "dp_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.dp_tensor_scatter_add_s"]], "fp_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.fp_tensor_scatter_add_p"]], "fp_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.fp_tensor_scatter_add_s"]], "hp_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.hp_tensor_scatter_add_p"]], "hp_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.hp_tensor_scatter_add_s"]], "i16_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.i16_tensor_scatter_add_p"]], "i16_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.i16_tensor_scatter_add_s"]], "i32_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.i32_tensor_scatter_add_p"]], "i32_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.i32_tensor_scatter_add_s"]], "i8_tensor_scatter_add_p\uff08c function\uff09": [[213, "c.i8_tensor_scatter_add_p"]], "i8_tensor_scatter_add_s\uff08c function\uff09": [[213, "c.i8_tensor_scatter_add_s"]], "tensorarrayread_p\uff08c function\uff09": [[214, "c.tensorarrayread_p"]], "tensorarrayread_s\uff08c function\uff09": [[214, "c.tensorarrayread_s"]], "tensorarraywrite_p\uff08c function\uff09": [[214, "c.tensorarraywrite_p"]], "tensorarraywrite_s\uff08c function\uff09": [[214, "c.tensorarraywrite_s"]], "c128_tensorarrayread_p\uff08c function\uff09": [[215, "c.c128_tensorarrayread_p"]], "c128_tensorarrayread_s\uff08c function\uff09": [[215, "c.c128_tensorarrayread_s"]], "c64_tensorarrayread_p\uff08c function\uff09": [[215, "c.c64_tensorarrayread_p"]], "c64_tensorarrayread_s\uff08c function\uff09": [[215, "c.c64_tensorarrayread_s"]], "dp_tensorarrayread_p\uff08c function\uff09": [[215, "c.dp_tensorarrayread_p"]], "dp_tensorarrayread_s\uff08c function\uff09": [[215, "c.dp_tensorarrayread_s"]], "fp_tensorarrayread_p\uff08c function\uff09": [[215, "c.fp_tensorarrayread_p"]], "fp_tensorarrayread_s\uff08c function\uff09": [[215, "c.fp_tensorarrayread_s"]], "hp_tensorarrayread_p\uff08c function\uff09": [[215, "c.hp_tensorarrayread_p"]], "hp_tensorarrayread_s\uff08c function\uff09": [[215, "c.hp_tensorarrayread_s"]], "i16_tensorarrayread_p\uff08c function\uff09": [[215, "c.i16_tensorarrayread_p"]], "i16_tensorarrayread_s\uff08c function\uff09": [[215, "c.i16_tensorarrayread_s"]], "i32_tensorarrayread_p\uff08c function\uff09": [[215, "c.i32_tensorarrayread_p"]], "i32_tensorarrayread_s\uff08c function\uff09": [[215, "c.i32_tensorarrayread_s"]], "i8_tensorarrayread_p\uff08c function\uff09": [[215, "c.i8_tensorarrayread_p"]], "i8_tensorarrayread_s\uff08c function\uff09": [[215, "c.i8_tensorarrayread_s"]], "c128_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.c128_tensorlist_from_tensor_p"]], "c128_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.c128_tensorlist_from_tensor_s"]], "c64_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.c64_tensorlist_from_tensor_p"]], "c64_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.c64_tensorlist_from_tensor_s"]], "dp_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.dp_tensorlist_from_tensor_p"]], "dp_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.dp_tensorlist_from_tensor_s"]], "fp_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.fp_tensorlist_from_tensor_p"]], "fp_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.fp_tensorlist_from_tensor_s"]], "hp_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.hp_tensorlist_from_tensor_p"]], "hp_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.hp_tensorlist_from_tensor_s"]], "i16_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.i16_tensorlist_from_tensor_p"]], "i16_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.i16_tensorlist_from_tensor_s"]], "i32_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.i32_tensorlist_from_tensor_p"]], "i32_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.i32_tensorlist_from_tensor_s"]], "i8_tensorlist_from_tensor_p\uff08c function\uff09": [[217, "c.i8_tensorlist_from_tensor_p"]], "i8_tensorlist_from_tensor_s\uff08c function\uff09": [[217, "c.i8_tensorlist_from_tensor_s"]], "tensorlistgetitem_p\uff08c function\uff09": [[218, "c.tensorlistgetitem_p"]], "tensorlistgetitem_s\uff08c function\uff09": [[218, "c.tensorlistgetitem_s"]], "tensorlistsetitem_p\uff08c function\uff09": [[220, "c.tensorlistsetitem_p"]], "tensorlistsetitem_s\uff08c function\uff09": [[220, "c.tensorlistsetitem_s"]], "c64_tensorlist_stack_p\uff08c function\uff09": [[221, "c.c64_tensorlist_stack_p"]], "c64_tensorlist_stack_s\uff08c function\uff09": [[221, "c.c64_tensorlist_stack_s"]], "fp_tensorlist_stack_p\uff08c function\uff09": [[221, "c.fp_tensorlist_stack_p"]], "fp_tensorlist_stack_s\uff08c function\uff09": [[221, "c.fp_tensorlist_stack_s"]], "hp_tensorlist_stack_p\uff08c function\uff09": [[221, "c.hp_tensorlist_stack_p"]], "hp_tensorlist_stack_s\uff08c function\uff09": [[221, "c.hp_tensorlist_stack_s"]], "i16_tensorlist_stack_p\uff08c function\uff09": [[221, "c.i16_tensorlist_stack_p"]], "i16_tensorlist_stack_s\uff08c function\uff09": [[221, "c.i16_tensorlist_stack_s"]], "i32_tensorlist_stack_p\uff08c function\uff09": [[221, "c.i32_tensorlist_stack_p"]], "i32_tensorlist_stack_s\uff08c function\uff09": [[221, "c.i32_tensorlist_stack_s"]], "c128_tile_p\uff08c function\uff09": [[222, "c.c128_tile_p"]], "c128_tile_s\uff08c function\uff09": [[222, "c.c128_tile_s"]], "c64_tile_p\uff08c function\uff09": [[222, "c.c64_tile_p"]], "c64_tile_s\uff08c function\uff09": [[222, "c.c64_tile_s"]], "dp_tile_p\uff08c function\uff09": [[222, "c.dp_tile_p"]], "dp_tile_s\uff08c function\uff09": [[222, "c.dp_tile_s"]], "fp_tile_p\uff08c function\uff09": [[222, "c.fp_tile_p"]], "fp_tile_s\uff08c function\uff09": [[222, "c.fp_tile_s"]], "hp_tile_p\uff08c function\uff09": [[222, "c.hp_tile_p"]], "hp_tile_s\uff08c function\uff09": [[222, "c.hp_tile_s"]], "i16_tile_p\uff08c function\uff09": [[222, "c.i16_tile_p"]], "i16_tile_s\uff08c function\uff09": [[222, "c.i16_tile_s"]], "i32_tile_p\uff08c function\uff09": [[222, "c.i32_tile_p"]], "i32_tile_s\uff08c function\uff09": [[222, "c.i32_tile_s"]], "i8_tile_p\uff08c function\uff09": [[222, "c.i8_tile_p"]], "i8_tile_s\uff08c function\uff09": [[222, "c.i8_tile_s"]], "fp_top_k_fusion_p\uff08c function\uff09": [[223, "c.fp_top_k_fusion_p"]], "fp_top_k_fusion_s\uff08c function\uff09": [[223, "c.fp_top_k_fusion_s"]], "hp_top_k_fusion_p\uff08c function\uff09": [[223, "c.hp_top_k_fusion_p"]], "hp_top_k_fusion_s\uff08c function\uff09": [[223, "c.hp_top_k_fusion_s"]], "c128_transpose_p\uff08c function\uff09": [[224, "c.c128_transpose_p"]], "c128_transpose_s\uff08c function\uff09": [[224, "c.c128_transpose_s"]], "c64_transpose_p\uff08c function\uff09": [[224, "c.c64_transpose_p"]], "c64_transpose_s\uff08c function\uff09": [[224, "c.c64_transpose_s"]], "dp_transpose_p\uff08c function\uff09": [[224, "c.dp_transpose_p"]], "dp_transpose_s\uff08c function\uff09": [[224, "c.dp_transpose_s"]], "fp_transpose_p\uff08c function\uff09": [[224, "c.fp_transpose_p"]], "fp_transpose_s\uff08c function\uff09": [[224, "c.fp_transpose_s"]], "hp_transpose_p\uff08c function\uff09": [[224, "c.hp_transpose_p"]], "hp_transpose_s\uff08c function\uff09": [[224, "c.hp_transpose_s"]], "i16_transpose_p\uff08c function\uff09": [[224, "c.i16_transpose_p"]], "i16_transpose_s\uff08c function\uff09": [[224, "c.i16_transpose_s"]], "i32_transpose_p\uff08c function\uff09": [[224, "c.i32_transpose_p"]], "i32_transpose_s\uff08c function\uff09": [[224, "c.i32_transpose_s"]], "i8_transpose_p\uff08c function\uff09": [[224, "c.i8_transpose_p"]], "i8_transpose_s\uff08c function\uff09": [[224, "c.i8_transpose_s"]], "c128_tril_p\uff08c function\uff09": [[225, "c.c128_tril_p"]], "c128_tril_s\uff08c function\uff09": [[225, "c.c128_tril_s"]], "c64_tril_p\uff08c function\uff09": [[225, "c.c64_tril_p"]], "c64_tril_s\uff08c function\uff09": [[225, "c.c64_tril_s"]], "dp_tril_p\uff08c function\uff09": [[225, "c.dp_tril_p"]], "dp_tril_s\uff08c function\uff09": [[225, "c.dp_tril_s"]], "fp_tril_p\uff08c function\uff09": [[225, "c.fp_tril_p"]], "fp_tril_s\uff08c function\uff09": [[225, "c.fp_tril_s"]], "hp_tril_p\uff08c function\uff09": [[225, "c.hp_tril_p"]], "hp_tril_s\uff08c function\uff09": [[225, "c.hp_tril_s"]], "i16_tril_p\uff08c function\uff09": [[225, "c.i16_tril_p"]], "i16_tril_s\uff08c function\uff09": [[225, "c.i16_tril_s"]], "i32_tril_p\uff08c function\uff09": [[225, "c.i32_tril_p"]], "i32_tril_s\uff08c function\uff09": [[225, "c.i32_tril_s"]], "i8_tril_p\uff08c function\uff09": [[225, "c.i8_tril_p"]], "i8_tril_s\uff08c function\uff09": [[225, "c.i8_tril_s"]], "c128_triu_p\uff08c function\uff09": [[226, "c.c128_triu_p"]], "c128_triu_s\uff08c function\uff09": [[226, "c.c128_triu_s"]], "c64_triu_p\uff08c function\uff09": [[226, "c.c64_triu_p"]], "c64_triu_s\uff08c function\uff09": [[226, "c.c64_triu_s"]], "dp_triu_p\uff08c function\uff09": [[226, "c.dp_triu_p"]], "dp_triu_s\uff08c function\uff09": [[226, "c.dp_triu_s"]], "fp_triu_p\uff08c function\uff09": [[226, "c.fp_triu_p"]], "fp_triu_s\uff08c function\uff09": [[226, "c.fp_triu_s"]], "hp_triu_p\uff08c function\uff09": [[226, "c.hp_triu_p"]], "hp_triu_s\uff08c function\uff09": [[226, "c.hp_triu_s"]], "i16_triu_p\uff08c function\uff09": [[226, "c.i16_triu_p"]], "i16_triu_s\uff08c function\uff09": [[226, "c.i16_triu_s"]], "i32_triu_p\uff08c function\uff09": [[226, "c.i32_triu_p"]], "i32_triu_s\uff08c function\uff09": [[226, "c.i32_triu_s"]], "i8_triu_p\uff08c function\uff09": [[226, "c.i8_triu_p"]], "i8_triu_s\uff08c function\uff09": [[226, "c.i8_triu_s"]], "fp_uniform_real_p\uff08c function\uff09": [[227, "c.fp_uniform_real_p"]], "fp_uniform_real_s\uff08c function\uff09": [[227, "c.fp_uniform_real_s"]], "hp_uniform_real_p\uff08c function\uff09": [[227, "c.hp_uniform_real_p"]], "hp_uniform_real_s\uff08c function\uff09": [[227, "c.hp_uniform_real_s"]], "c128_unique_p\uff08c function\uff09": [[228, "c.c128_Unique_p"]], "c128_unique_s\uff08c function\uff09": [[228, "c.c128_Unique_s"]], "c64_unique_p\uff08c function\uff09": [[228, "c.c64_Unique_p"]], "c64_unique_s\uff08c function\uff09": [[228, "c.c64_Unique_s"]], "dp_unique_p\uff08c function\uff09": [[228, "c.dp_Unique_p"]], "dp_unique_s\uff08c function\uff09": [[228, "c.dp_Unique_s"]], "fp_unique_p\uff08c function\uff09": [[228, "c.fp_Unique_p"]], "fp_unique_s\uff08c function\uff09": [[228, "c.fp_Unique_s"]], "hp_unique_p\uff08c function\uff09": [[228, "c.hp_Unique_p"]], "hp_unique_s\uff08c function\uff09": [[228, "c.hp_Unique_s"]], "i16_unique_p\uff08c function\uff09": [[228, "c.i16_Unique_p"]], "i16_unique_s\uff08c function\uff09": [[228, "c.i16_Unique_s"]], "i32_unique_p\uff08c function\uff09": [[228, "c.i32_Unique_p"]], "i32_unique_s\uff08c function\uff09": [[228, "c.i32_Unique_s"]], "i8_unique_p\uff08c function\uff09": [[228, "c.i8_Unique_p"]], "i8_unique_s\uff08c function\uff09": [[228, "c.i8_Unique_s"]], "c128_unsorted_segment_sum_p\uff08c function\uff09": [[229, "c.c128_unsorted_segment_sum_p"]], "c128_unsorted_segment_sum_s\uff08c function\uff09": [[229, "c.c128_unsorted_segment_sum_s"]], "c64_unsorted_segment_sum_p\uff08c function\uff09": [[229, "c.c64_unsorted_segment_sum_p"]], "c64_unsorted_segment_sum_s\uff08c function\uff09": [[229, "c.c64_unsorted_segment_sum_s"]], "dp_unsorted_segment_sum_p\uff08c function\uff09": [[229, "c.dp_unsorted_segment_sum_p"]], "dp_unsorted_segment_sum_s\uff08c function\uff09": [[229, "c.dp_unsorted_segment_sum_s"]], "fp_unsorted_segment_sum_p\uff08c function\uff09": [[229, "c.fp_unsorted_segment_sum_p"]], "fp_unsorted_segment_sum_s\uff08c function\uff09": [[229, "c.fp_unsorted_segment_sum_s"]], "i16_unsorted_segment_sum_p\uff08c function\uff09": [[229, "c.i16_unsorted_segment_sum_p"]], "i16_unsorted_segment_sum_s\uff08c function\uff09": [[229, "c.i16_unsorted_segment_sum_s"]], "i32_unsorted_segment_sum_p\uff08c function\uff09": [[229, "c.i32_unsorted_segment_sum_p"]], "i32_unsorted_segment_sum_s\uff08c function\uff09": [[229, "c.i32_unsorted_segment_sum_s"]], "i8_unsorted_segment_sum_p\uff08c function\uff09": [[229, "c.i8_unsorted_segment_sum_p"]], "i8_unsorted_segment_sum_s\uff08c function\uff09": [[229, "c.i8_unsorted_segment_sum_s"]], "anytype_unsqueeze_anycore\uff08c function\uff09": [[230, "c.anytype_unsqueeze_anycore"]], "unstack_p\uff08c function\uff09": [[231, "c.unstack_p"]], "unstack_s\uff08c function\uff09": [[231, "c.unstack_s"]], "c128_where_p\uff08c function\uff09": [[232, "c.c128_where_p"]], "c128_where_s\uff08c function\uff09": [[232, "c.c128_where_s"]], "c64_where_p\uff08c function\uff09": [[232, "c.c64_where_p"]], "c64_where_s\uff08c function\uff09": [[232, "c.c64_where_s"]], "dp_where_p\uff08c function\uff09": [[232, "c.dp_where_p"]], "dp_where_s\uff08c function\uff09": [[232, "c.dp_where_s"]], "fp_where_p\uff08c function\uff09": [[232, "c.fp_where_p"]], "fp_where_s\uff08c function\uff09": [[232, "c.fp_where_s"]], "hp_where_p\uff08c function\uff09": [[232, "c.hp_where_p"]], "hp_where_s\uff08c function\uff09": [[232, "c.hp_where_s"]], "i16_where_p\uff08c function\uff09": [[232, "c.i16_where_p"]], "i16_where_s\uff08c function\uff09": [[232, "c.i16_where_s"]], "i32_where_p\uff08c function\uff09": [[232, "c.i32_where_p"]], "i32_where_s\uff08c function\uff09": [[232, "c.i32_where_s"]], "i8_where_p\uff08c function\uff09": [[232, "c.i8_where_p"]], "i8_where_s\uff08c function\uff09": [[232, "c.i8_where_s"]], "c128_zerolike_p\uff08c function\uff09": [[233, "c.c128_zerolike_p"]], "c128_zerolike_s\uff08c function\uff09": [[233, "c.c128_zerolike_s"]], "c64_zerolike_p\uff08c function\uff09": [[233, "c.c64_zerolike_p"]], "c64_zerolike_s\uff08c function\uff09": [[233, "c.c64_zerolike_s"]], "dp_zerolike_p\uff08c function\uff09": [[233, "c.dp_zerolike_p"]], "dp_zerolike_s\uff08c function\uff09": [[233, "c.dp_zerolike_s"]], "fp_zerolike_p\uff08c function\uff09": [[233, "c.fp_zerolike_p"]], "fp_zerolike_s\uff08c function\uff09": [[233, "c.fp_zerolike_s"]], "hp_zerolike_p\uff08c function\uff09": [[233, "c.hp_zerolike_p"]], "hp_zerolike_s\uff08c function\uff09": [[233, "c.hp_zerolike_s"]], "i16_zerolike_p\uff08c function\uff09": [[233, "c.i16_zerolike_p"]], "i16_zerolike_s\uff08c function\uff09": [[233, "c.i16_zerolike_s"]], "i32_zerolike_p\uff08c function\uff09": [[233, "c.i32_zerolike_p"]], "i32_zerolike_s\uff08c function\uff09": [[233, "c.i32_zerolike_s"]], "i8_zerolike_p\uff08c function\uff09": [[233, "c.i8_zerolike_p"]], "i8_zerolike_s\uff08c function\uff09": [[233, "c.i8_zerolike_s"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["appdevelop/ai_dsp/gray_cnn", "appdevelop/ai_dsp/index", "appdevelop/autocodegen/index", "appdevelop/dsp/hrrp", "appdevelop/dsp/index", "appdevelop/dsp/rdsar", "appdevelop/dsp/rpc", "appdevelop/index", "functionlib/custom_op/complex_abs", "functionlib/custom_op/fft", "functionlib/custom_op/ifft", "functionlib/custom_op/index", "functionlib/dsplib/abs", "functionlib/dsplib/abs_grad", "functionlib/dsplib/activation", "functionlib/dsplib/activation_grad", "functionlib/dsplib/adam", "functionlib/dsplib/adamweightdecay", "functionlib/dsplib/add", "functionlib/dsplib/add_grad", "functionlib/dsplib/adder", "functionlib/dsplib/addn", "functionlib/dsplib/affine", "functionlib/dsplib/all", "functionlib/dsplib/allgather", "functionlib/dsplib/apply_momentum", "functionlib/dsplib/argmax", "functionlib/dsplib/argmin", "functionlib/dsplib/assert", "functionlib/dsplib/assign", "functionlib/dsplib/assignadd", "functionlib/dsplib/attention", "functionlib/dsplib/audio_spectrogram", "functionlib/dsplib/avg_pool_grad", "functionlib/dsplib/avgpooling", "functionlib/dsplib/batch_to_space", "functionlib/dsplib/batchnorm", "functionlib/dsplib/batchnormgrad", "functionlib/dsplib/batchtospacend", "functionlib/dsplib/biasadd", "functionlib/dsplib/biasaddgrad", "functionlib/dsplib/binary_cross_entropy_grad", "functionlib/dsplib/binarycrossentropy", "functionlib/dsplib/broadcastto", "functionlib/dsplib/call", "functionlib/dsplib/cast", "functionlib/dsplib/ceil", "functionlib/dsplib/clip", "functionlib/dsplib/concat", "functionlib/dsplib/constant_of_shape", "functionlib/dsplib/conv2d", "functionlib/dsplib/conv2d_transpose", "functionlib/dsplib/conv2dbackpropfilterfusion", "functionlib/dsplib/conv2dbackpropinputfusion", "functionlib/dsplib/cos", "functionlib/dsplib/crop", "functionlib/dsplib/crop_and_resize", "functionlib/dsplib/cumsum", "functionlib/dsplib/custom", "functionlib/dsplib/customextractfeatures", "functionlib/dsplib/customnormalize", "functionlib/dsplib/custompredict", "functionlib/dsplib/deconvgradfilter", "functionlib/dsplib/depend", "functionlib/dsplib/depthtospace", "functionlib/dsplib/detection_post_process", "functionlib/dsplib/div", "functionlib/dsplib/divgrad", "functionlib/dsplib/dropout", "functionlib/dsplib/dropoutgrad", "functionlib/dsplib/dsplib_index", "functionlib/dsplib/dynamic_quant", "functionlib/dsplib/eltwise", "functionlib/dsplib/elu", "functionlib/dsplib/embeddinglookup", "functionlib/dsplib/equal", "functionlib/dsplib/erf", "functionlib/dsplib/expand_dims", "functionlib/dsplib/expfusion", "functionlib/dsplib/fake_quant_with_min_max_vars", "functionlib/dsplib/fake_quant_with_min_max_vars_per_channel", "functionlib/dsplib/fftimag", "functionlib/dsplib/fftreal", "functionlib/dsplib/fill", "functionlib/dsplib/fillv2", "functionlib/dsplib/flatten", "functionlib/dsplib/flattengrad", "functionlib/dsplib/floor", "functionlib/dsplib/floor_mod", "functionlib/dsplib/floordiv", "functionlib/dsplib/formattranspose", "functionlib/dsplib/fullconnection", "functionlib/dsplib/fusedbatchnorm", "functionlib/dsplib/gather", "functionlib/dsplib/gather_nd", "functionlib/dsplib/gatherd", "functionlib/dsplib/genop", "functionlib/dsplib/glu", "functionlib/dsplib/greater", "functionlib/dsplib/greaterequal", "functionlib/dsplib/groupnormfusion", "functionlib/dsplib/gru", "functionlib/dsplib/hashtablelookup", "functionlib/dsplib/instancenorm", "functionlib/dsplib/invert_permutation", "functionlib/dsplib/isfinite", "functionlib/dsplib/l2norm", "functionlib/dsplib/layernormfusion", "functionlib/dsplib/layernormgrad", "functionlib/dsplib/leaky_relu", "functionlib/dsplib/less", "functionlib/dsplib/lessequal", "functionlib/dsplib/linspace", "functionlib/dsplib/log", "functionlib/dsplib/log1p", "functionlib/dsplib/loggrad", "functionlib/dsplib/logical_and", "functionlib/dsplib/logical_not", "functionlib/dsplib/logical_or", "functionlib/dsplib/logsoftmax", "functionlib/dsplib/lpnormalization", "functionlib/dsplib/lrn", "functionlib/dsplib/lsh_projection", "functionlib/dsplib/lstm", "functionlib/dsplib/lstmgrad", "functionlib/dsplib/lstmgraddata", "functionlib/dsplib/lstmgradweight", "functionlib/dsplib/matmul_fusion", "functionlib/dsplib/maximum", "functionlib/dsplib/maximumgrad", "functionlib/dsplib/maxpoolfusion", "functionlib/dsplib/maxpoolgrad", "functionlib/dsplib/mfcc", "functionlib/dsplib/minimum", "functionlib/dsplib/minimumgrad", "functionlib/dsplib/mod", "functionlib/dsplib/mul", "functionlib/dsplib/mulgrad", "functionlib/dsplib/neg", "functionlib/dsplib/neg_grad", "functionlib/dsplib/nllloss", "functionlib/dsplib/nlllossgrad", "functionlib/dsplib/non_max_suppression", "functionlib/dsplib/nonzero", "functionlib/dsplib/not_equal", "functionlib/dsplib/onehot", "functionlib/dsplib/ones_like", "functionlib/dsplib/padfusion", "functionlib/dsplib/partialfusion", "functionlib/dsplib/pow_fusion", "functionlib/dsplib/power_grad", "functionlib/dsplib/prelufusion", "functionlib/dsplib/priorbox", "functionlib/dsplib/quantdtypecast", "functionlib/dsplib/ragged_range", "functionlib/dsplib/random_normal", "functionlib/dsplib/random_standard_normal", "functionlib/dsplib/range", "functionlib/dsplib/rank", "functionlib/dsplib/real_div", "functionlib/dsplib/reciprocal", "functionlib/dsplib/reduce", "functionlib/dsplib/reducescatter", "functionlib/dsplib/reshape", "functionlib/dsplib/resize", "functionlib/dsplib/resizegrad", "functionlib/dsplib/reverse_sequence", "functionlib/dsplib/reversev2", "functionlib/dsplib/rfft", "functionlib/dsplib/roipooling", "functionlib/dsplib/round", "functionlib/dsplib/rsqrt", "functionlib/dsplib/rsqrt_grad", "functionlib/dsplib/scale_fusion", "functionlib/dsplib/scatter_elements", "functionlib/dsplib/scatter_nd", "functionlib/dsplib/scatter_nd_update", "functionlib/dsplib/select", "functionlib/dsplib/sgd", "functionlib/dsplib/shape", "functionlib/dsplib/sigmoidcrossentropywithlogits", "functionlib/dsplib/sigmoidcrossentropywithlogitsgrad", "functionlib/dsplib/sin", "functionlib/dsplib/size", "functionlib/dsplib/skipgram", "functionlib/dsplib/slice", "functionlib/dsplib/smooth1loss", "functionlib/dsplib/smoothl1lossgrad", "functionlib/dsplib/softmax", "functionlib/dsplib/softmax_cross_entropy_with_logits", "functionlib/dsplib/spacetobatch", "functionlib/dsplib/spacetobatchnd", "functionlib/dsplib/spacetodepth", "functionlib/dsplib/sparse_softmax_cross_entropy_with_logits", "functionlib/dsplib/sparsefillemptyrows", "functionlib/dsplib/sparsereshape", "functionlib/dsplib/sparsesegmentsum", "functionlib/dsplib/sparsetodense", "functionlib/dsplib/splice", "functionlib/dsplib/split", "functionlib/dsplib/split_with_overlap", "functionlib/dsplib/sqrt", "functionlib/dsplib/sqrt_grad", "functionlib/dsplib/square", "functionlib/dsplib/squaredifference", "functionlib/dsplib/squeeze", "functionlib/dsplib/stack", "functionlib/dsplib/stridedslice", "functionlib/dsplib/stridedslicegrad", "functionlib/dsplib/sub", "functionlib/dsplib/sub_grad", "functionlib/dsplib/switch", "functionlib/dsplib/switchlayer", "functionlib/dsplib/tensor_scatter_add", "functionlib/dsplib/tensorarray", "functionlib/dsplib/tensorarrayread", "functionlib/dsplib/tensorarraywrite", "functionlib/dsplib/tensorlist_from_tensor", "functionlib/dsplib/tensorlistgetitem", "functionlib/dsplib/tensorlistreserve", "functionlib/dsplib/tensorlistsetitem", "functionlib/dsplib/tensorliststack", "functionlib/dsplib/tile", "functionlib/dsplib/topkfusion", "functionlib/dsplib/transpose", "functionlib/dsplib/tril", "functionlib/dsplib/triu", "functionlib/dsplib/uniform_real", "functionlib/dsplib/unique", "functionlib/dsplib/unsortedsegmentsum", "functionlib/dsplib/unsqueeze", "functionlib/dsplib/unstack", "functionlib/dsplib/where", "functionlib/dsplib/zeroslike", "functionlib/index", "functionlib/supported_op", "index", "quickstart/hellodsp", "quickstart/index", "quickstart/installation", "quickstart/overview", "refdoc/dsplib_description", "refdoc/index", "refdoc/mindspore", "refdoc/signal_scheduling"], "filenames": ["appdevelop/ai_dsp/gray_cnn.rst", "appdevelop/ai_dsp/index.rst", "appdevelop/autocodegen/index.rst", "appdevelop/dsp/hrrp.md", "appdevelop/dsp/index.rst", "appdevelop/dsp/rdsar.md", "appdevelop/dsp/rpc.md", "appdevelop/index.rst", "functionlib/custom_op/complex_abs.rst", "functionlib/custom_op/fft.rst", "functionlib/custom_op/ifft.rst", "functionlib/custom_op/index.rst", "functionlib/dsplib/abs.rst", "functionlib/dsplib/abs_grad.rst", "functionlib/dsplib/activation.rst", "functionlib/dsplib/activation_grad.rst", "functionlib/dsplib/adam.rst", "functionlib/dsplib/adamweightdecay.rst", "functionlib/dsplib/add.rst", "functionlib/dsplib/add_grad.rst", "functionlib/dsplib/adder.rst", "functionlib/dsplib/addn.rst", "functionlib/dsplib/affine.rst", "functionlib/dsplib/all.rst", "functionlib/dsplib/allgather.rst", "functionlib/dsplib/apply_momentum.rst", "functionlib/dsplib/argmax.rst", "functionlib/dsplib/argmin.rst", "functionlib/dsplib/assert.rst", "functionlib/dsplib/assign.rst", "functionlib/dsplib/assignadd.rst", "functionlib/dsplib/attention.rst", "functionlib/dsplib/audio_spectrogram.rst", "functionlib/dsplib/avg_pool_grad.rst", "functionlib/dsplib/avgpooling.rst", "functionlib/dsplib/batch_to_space.rst", "functionlib/dsplib/batchnorm.rst", "functionlib/dsplib/batchnormgrad.rst", "functionlib/dsplib/batchtospacend.rst", "functionlib/dsplib/biasadd.rst", "functionlib/dsplib/biasaddgrad.rst", "functionlib/dsplib/binary_cross_entropy_grad.rst", "functionlib/dsplib/binarycrossentropy.rst", "functionlib/dsplib/broadcastto.rst", "functionlib/dsplib/call.rst", "functionlib/dsplib/cast.rst", "functionlib/dsplib/ceil.rst", "functionlib/dsplib/clip.rst", "functionlib/dsplib/concat.rst", "functionlib/dsplib/constant_of_shape.rst", "functionlib/dsplib/conv2d.rst", "functionlib/dsplib/conv2d_transpose.rst", "functionlib/dsplib/conv2dbackpropfilterfusion.rst", "functionlib/dsplib/conv2dbackpropinputfusion.rst", "functionlib/dsplib/cos.rst", "functionlib/dsplib/crop.rst", "functionlib/dsplib/crop_and_resize.rst", "functionlib/dsplib/cumsum.rst", "functionlib/dsplib/custom.rst", "functionlib/dsplib/customextractfeatures.rst", "functionlib/dsplib/customnormalize.rst", "functionlib/dsplib/custompredict.rst", "functionlib/dsplib/deconvgradfilter.rst", "functionlib/dsplib/depend.rst", "functionlib/dsplib/depthtospace.rst", "functionlib/dsplib/detection_post_process.rst", "functionlib/dsplib/div.rst", "functionlib/dsplib/divgrad.rst", "functionlib/dsplib/dropout.rst", "functionlib/dsplib/dropoutgrad.rst", "functionlib/dsplib/dsplib_index.rst", "functionlib/dsplib/dynamic_quant.rst", "functionlib/dsplib/eltwise.rst", "functionlib/dsplib/elu.rst", "functionlib/dsplib/embeddinglookup.rst", "functionlib/dsplib/equal.rst", "functionlib/dsplib/erf.rst", "functionlib/dsplib/expand_dims.rst", "functionlib/dsplib/expfusion.rst", "functionlib/dsplib/fake_quant_with_min_max_vars.rst", "functionlib/dsplib/fake_quant_with_min_max_vars_per_channel.rst", "functionlib/dsplib/fftimag.rst", "functionlib/dsplib/fftreal.rst", "functionlib/dsplib/fill.rst", "functionlib/dsplib/fillv2.rst", "functionlib/dsplib/flatten.rst", "functionlib/dsplib/flattengrad.rst", "functionlib/dsplib/floor.rst", "functionlib/dsplib/floor_mod.rst", "functionlib/dsplib/floordiv.rst", "functionlib/dsplib/formattranspose.rst", "functionlib/dsplib/fullconnection.rst", "functionlib/dsplib/fusedbatchnorm.rst", "functionlib/dsplib/gather.rst", "functionlib/dsplib/gather_nd.rst", "functionlib/dsplib/gatherd.rst", "functionlib/dsplib/genop.rst", "functionlib/dsplib/glu.rst", "functionlib/dsplib/greater.rst", "functionlib/dsplib/greaterequal.rst", "functionlib/dsplib/groupnormfusion.rst", "functionlib/dsplib/gru.rst", "functionlib/dsplib/hashtablelookup.rst", "functionlib/dsplib/instancenorm.rst", "functionlib/dsplib/invert_permutation.rst", "functionlib/dsplib/isfinite.rst", "functionlib/dsplib/l2norm.rst", "functionlib/dsplib/layernormfusion.rst", "functionlib/dsplib/layernormgrad.rst", "functionlib/dsplib/leaky_relu.rst", "functionlib/dsplib/less.rst", "functionlib/dsplib/lessequal.rst", "functionlib/dsplib/linspace.rst", "functionlib/dsplib/log.rst", "functionlib/dsplib/log1p.rst", "functionlib/dsplib/loggrad.rst", "functionlib/dsplib/logical_and.rst", "functionlib/dsplib/logical_not.rst", "functionlib/dsplib/logical_or.rst", "functionlib/dsplib/logsoftmax.rst", "functionlib/dsplib/lpnormalization.rst", "functionlib/dsplib/lrn.rst", "functionlib/dsplib/lsh_projection.rst", "functionlib/dsplib/lstm.rst", "functionlib/dsplib/lstmgrad.rst", "functionlib/dsplib/lstmgraddata.rst", "functionlib/dsplib/lstmgradweight.rst", "functionlib/dsplib/matmul_fusion.rst", "functionlib/dsplib/maximum.rst", "functionlib/dsplib/maximumgrad.rst", "functionlib/dsplib/maxpoolfusion.rst", "functionlib/dsplib/maxpoolgrad.rst", "functionlib/dsplib/mfcc.rst", "functionlib/dsplib/minimum.rst", "functionlib/dsplib/minimumgrad.rst", "functionlib/dsplib/mod.rst", "functionlib/dsplib/mul.rst", "functionlib/dsplib/mulgrad.rst", "functionlib/dsplib/neg.rst", "functionlib/dsplib/neg_grad.rst", "functionlib/dsplib/nllloss.rst", "functionlib/dsplib/nlllossgrad.rst", "functionlib/dsplib/non_max_suppression.rst", "functionlib/dsplib/nonzero.rst", "functionlib/dsplib/not_equal.rst", "functionlib/dsplib/onehot.rst", "functionlib/dsplib/ones_like.rst", "functionlib/dsplib/padfusion.rst", "functionlib/dsplib/partialfusion.rst", "functionlib/dsplib/pow_fusion.rst", "functionlib/dsplib/power_grad.rst", "functionlib/dsplib/prelufusion.rst", "functionlib/dsplib/priorbox.rst", "functionlib/dsplib/quantdtypecast.rst", "functionlib/dsplib/ragged_range.rst", "functionlib/dsplib/random_normal.rst", "functionlib/dsplib/random_standard_normal.rst", "functionlib/dsplib/range.rst", "functionlib/dsplib/rank.rst", "functionlib/dsplib/real_div.rst", "functionlib/dsplib/reciprocal.rst", "functionlib/dsplib/reduce.rst", "functionlib/dsplib/reducescatter.rst", "functionlib/dsplib/reshape.rst", "functionlib/dsplib/resize.rst", "functionlib/dsplib/resizegrad.rst", "functionlib/dsplib/reverse_sequence.rst", "functionlib/dsplib/reversev2.rst", "functionlib/dsplib/rfft.rst", "functionlib/dsplib/roipooling.rst", "functionlib/dsplib/round.rst", "functionlib/dsplib/rsqrt.rst", "functionlib/dsplib/rsqrt_grad.rst", "functionlib/dsplib/scale_fusion.rst", "functionlib/dsplib/scatter_elements.rst", "functionlib/dsplib/scatter_nd.rst", "functionlib/dsplib/scatter_nd_update.rst", "functionlib/dsplib/select.rst", "functionlib/dsplib/sgd.rst", "functionlib/dsplib/shape.rst", "functionlib/dsplib/sigmoidcrossentropywithlogits.rst", "functionlib/dsplib/sigmoidcrossentropywithlogitsgrad.rst", "functionlib/dsplib/sin.rst", "functionlib/dsplib/size.rst", "functionlib/dsplib/skipgram.rst", "functionlib/dsplib/slice.rst", "functionlib/dsplib/smooth1loss.rst", "functionlib/dsplib/smoothl1lossgrad.rst", "functionlib/dsplib/softmax.rst", "functionlib/dsplib/softmax_cross_entropy_with_logits.rst", "functionlib/dsplib/spacetobatch.rst", "functionlib/dsplib/spacetobatchnd.rst", "functionlib/dsplib/spacetodepth.rst", "functionlib/dsplib/sparse_softmax_cross_entropy_with_logits.rst", "functionlib/dsplib/sparsefillemptyrows.rst", "functionlib/dsplib/sparsereshape.rst", "functionlib/dsplib/sparsesegmentsum.rst", "functionlib/dsplib/sparsetodense.rst", "functionlib/dsplib/splice.rst", "functionlib/dsplib/split.rst", "functionlib/dsplib/split_with_overlap.rst", "functionlib/dsplib/sqrt.rst", "functionlib/dsplib/sqrt_grad.rst", "functionlib/dsplib/square.rst", "functionlib/dsplib/squaredifference.rst", "functionlib/dsplib/squeeze.rst", "functionlib/dsplib/stack.rst", "functionlib/dsplib/stridedslice.rst", "functionlib/dsplib/stridedslicegrad.rst", "functionlib/dsplib/sub.rst", "functionlib/dsplib/sub_grad.rst", "functionlib/dsplib/switch.rst", "functionlib/dsplib/switchlayer.rst", "functionlib/dsplib/tensor_scatter_add.rst", "functionlib/dsplib/tensorarray.rst", "functionlib/dsplib/tensorarrayread.rst", "functionlib/dsplib/tensorarraywrite.rst", "functionlib/dsplib/tensorlist_from_tensor.rst", "functionlib/dsplib/tensorlistgetitem.rst", "functionlib/dsplib/tensorlistreserve.rst", "functionlib/dsplib/tensorlistsetitem.rst", "functionlib/dsplib/tensorliststack.rst", "functionlib/dsplib/tile.rst", "functionlib/dsplib/topkfusion.rst", "functionlib/dsplib/transpose.rst", "functionlib/dsplib/tril.rst", "functionlib/dsplib/triu.rst", "functionlib/dsplib/uniform_real.rst", "functionlib/dsplib/unique.rst", "functionlib/dsplib/unsortedsegmentsum.rst", "functionlib/dsplib/unsqueeze.rst", "functionlib/dsplib/unstack.rst", "functionlib/dsplib/where.rst", "functionlib/dsplib/zeroslike.rst", "functionlib/index.rst", "functionlib/supported_op.md", "index.rst", "quickstart/hellodsp.md", "quickstart/index.rst", "quickstart/installation.md", "quickstart/overview.md", "refdoc/dsplib_description.md", "refdoc/index.rst", "refdoc/mindspore.md", "refdoc/signal_scheduling.md"], "titles": ["GRAY_CNN(\u56fe\u7247\u7070\u5ea6\u5316\u5904\u7406+\u56fe\u7247\u8bc6\u522b)", "AI+DSP\u5e94\u7528\u793a\u4f8b", "AI\u8f85\u52a9\u5f00\u53d1\u793a\u4f8b", "HRRP\uff08\u9ad8\u5206\u8fa8\u7387\u8ddd\u79bb\u50cf\u7b97\u6cd5\uff09", "DSP\u5e94\u7528\u793a\u4f8b", "RDSAR\uff08\u8ddd\u79bb-\u591a\u666e\u52d2SAR\u6210\u50cf\u7b97\u6cd5\uff09", "RPC(\u5927\u70b9\u6570\u8109\u51b2\u538b\u7f29\u7b97\u6cd5)", "\u5e94\u7528\u5f00\u53d1\u793a\u4f8b", "ComplexAbs", "FFT", "IFFT", "\u81ea\u5b9a\u4e49\u7b97\u5b50\u5217\u8868", "Abs", "AbsGrad", "Activation", "ActivationGrad", "Adam", "AdamWeightDecay", "AddFusion", "AddGrad", "AdderFusion", "AddN", "Affine", "All", "AllGather", "ApplyMomentum", "Argmax", "Argmin", "Assert", "Assign", "AssignAdd", "Attention", "AudioSpectrogram", "AvgPoolGrad", "Avgpooling", "BatchToSpace", "BatchNorm", "Batchnormgrad", "BatchToSpaceND", "Biasadd", "Biasaddgrad", "BinaryCrossEntropyGrad", "Binarycrossentropy", "BroadcastTo", "Call", "Cast", "Ceil", "Clip", "Concat", "ConstantOfShape", "Conv2d", "Conv2dTranspose", "Conv2DBackpropFilterFusion", "Conv2DBackpropInputFusion", "Cos", "Crop", "CropAndResize", "Cumsum", "Custom", "CustomExtractFeatures", "Customnormalize", "CustomPredict", "DeconvGradFilter", "Depend", "DepthToSpace", "DetectionPostProcess", "DivFusion", "Divgrad", "Dropout", "Dropoutgrad", "DSP Library C API Reference", "DynamicQuant", "Eltwise", "Elu", "EmbeddingLookup", "Equal", "Erf", "ExpandDims", "ExpFusion", "FakeQuantWithMinMaxVars", "FakeQuantWithMinMaxVarsPerChannel", "FFTImag", "FFTReal", "Fill", "FillV2", "Flatten", "FlattenGrad", "Floor", "FloorMod", "FloorDiv", "FormatTranspose", "FullConnection", "FusedBatchNorm", "Gather", "GatherNd", "GatherD", "GenOp", "GLU", "Greater", "GreaterEqual", "GroupNormFusion", "GRU", "HashtableLookup", "InstanceNorm", "InvertPermutation", "Isfinite", "L2norm", "LayerNormFusion", "Layernormgrad", "LeakyReLu", "Less", "LessEqual", "LinSpace", "Log", "Log1p", "LogGrad", "LogicalAnd", "LogicalNot", "LogicalOr", "LogSoftmax", "LpNormalization", "Lrn", "LshProjection", "LSTM", "LstmGrad", "LstmGradData", "LstmGradWeight", "MatMulFusion", "Maximum", "Maximumgrad", "MaxPoolFusion", "MaxPoolGrad", "MFCC", "Minimum", "Minimumgrad", "Mod", "MulFusion", "Mulgrad", "Neg", "NegGrad", "NLLLoss", "NLLLossGrad", "NonMaxSuppression", "NonZero", "NotEqual", "OneHot", "OnesLike", "PadFusion", "PartialFusion", "PowFusion", "PowerGrad", "PReLUFusion", "Priorbox", "QuantDTypeCast", "RaggedRange", "RandomNormal", "RandomStandardNormal", "Range", "Rank", "RealDiv", "Reciprocal", "Reduce", "ReduceScatter", "Reshape", "Resize", "Resizegrad", "ReverseSequence", "ReverseV2", "RFFT", "ROIPooling", "Round", "Rsqrt", "RsqrtGrad", "ScaleFusion", "ScatterElements", "ScatterNd", "ScatterNdUpdate", "Select", "SGD", "Shape", "SigmoidCrossEntropyWithLogits", "SigmoidCrossEntropyWithLogitsGrad", "Sin", "Size", "Skipgram", "SliceFusion", "SmoothL1Loss", "Smoothl1lossgrad", "Softmax", "SoftmaxCrossEntropyWithLogits", "SpaceToBatch", "SpaceToBatchND", "SpaceToDepth", "SparseSoftmaxCrossEntropyWithLogits", "SparseFillEmptyRows", "Sparsereshape", "Sparsesegmentsum", "Sparsetodense", "Splice", "Split", "SplitWithOverlap", "Sqrt", "SqrtGrad", "Square", "Squaredifference", "Squeeze", "Stack", "Stridedslice", "Stridedslicegrad", "SubFusion", "SubGrad", "Switch", "Switchlayer", "TensorScatterAdd", "Tensorarray", "Tensorarrayread", "TensorarrayWrite", "TensorListFromTensor", "Tensorlistgetitem", "Tensorlistreserve", "Tensorlistsetitem", "Tensorliststack", "Tile", "TopkFusion", "Transpose", "Tril", "Triu", "UniformReal", "Unique", "UnsortedSegmentSum", "UnSqueeze", "Unstack", "Where", "ZerosLike", "\u7b97\u5b50\u5e93\u652f\u6301", "\u7b97\u5b50\u5e93\u652f\u6301\u60c5\u51b5", "MindSpore Signal+ \u4f7f\u7528\u624b\u518c", "HelloDSP", "\u5feb\u901f\u5165\u95e8", "\u73af\u5883\u5b89\u88c5", "\u6574\u4f53\u6982\u89c8", "DSP\u7b97\u5b50C\u63a5\u53e3\u547d\u540d\u89c4\u8303", "\u53c2\u8003\u8d44\u6599", "\u5b98\u65b9\u8d44\u6599", "MindSpore Signal+ \u8c03\u5ea6\u65b9\u6848"], "terms": {"ai": [0, 6, 7, 236], "dsp": [0, 6, 7, 77, 205, 230, 234, 236, 242], "cnn": 0, "114": 0, "587": 0, "299": [0, 3], "gray": 0, "time": [0, 3, 22, 26, 27, 34, 35, 71, 79, 88, 121, 127, 131, 136, 137, 147, 149, 150, 153, 157, 166, 172, 187, 195, 196, 197, 202, 203, 204, 210, 223, 225, 226], "clip": [0, 14, 34, 70, 71, 130, 153, 234, 235], "255": [0, 79, 80], "import": [0, 3, 5, 6, 8, 9, 10, 237, 239], "mindspor": [0, 6, 8, 9, 10, 101, 106, 184, 235, 242, 243], "as": [0, 3, 5, 6, 8, 9, 10, 237], "ms": [0, 3, 5, 6, 8, 9, 10, 237], "from": [0, 3, 5, 6, 69, 237, 239], "train": 0, "serial": 0, "export": [0, 3, 5, 6, 237], "numpi": [0, 3, 5, 6, 8, 9, 10, 237], "np": [0, 3, 5, 6, 8, 9, 10, 237], "nn": [0, 3, 5, 6, 237], "ops": [0, 3, 5, 6, 237], "class": [0, 3, 5, 6, 8, 9, 10, 142, 193, 237], "cell": [0, 3, 5, 6, 123, 237], "def": [0, 3, 5, 6, 237], "__init__": [0, 3, 5, 6, 237], "self": [0, 3, 5, 6, 14, 237], "super": [0, 3, 5, 6, 237], "split": [0, 70, 154, 200, 234, 235], "axi": [0, 3, 5, 6, 26, 27, 48, 55, 93, 119, 145, 161, 166, 167, 174, 188, 199, 200, 205, 206, 223, 231], "output_num": [0, 61, 65, 177], "construct": [0, 3, 5, 6, 237], "squeez": [0, 70, 234, 235], "clip_by_valu": 0, "return": [0, 3, 5, 6, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 52, 53, 54, 57, 59, 60, 61, 62, 64, 65, 66, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 165, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 237], "conv2d": [0, 51, 52, 53, 70, 234], "32": [0, 19, 22, 31, 32, 37, 86, 92, 100, 122, 124, 125, 126, 130, 132, 140, 141, 168, 169, 185, 189, 193, 229, 239, 241], "relu": [0, 14, 15, 18, 22, 66, 91, 106, 109, 127, 136, 209], "maxpool2d": 0, "64": [0, 31, 33, 36, 37, 92, 98, 99, 100, 120, 122, 127, 169, 185, 193, 198, 210, 229, 231, 239, 241], "128": [0, 31, 33, 36, 71, 79, 86, 108, 122, 153, 185, 189, 194, 219, 229, 231, 241], "flatten": [0, 70, 86, 179, 234, 235], "32768": 0, "dens": 0, "conv1": 0, "kernel_s": [0, 50], "has_bia": 0, "true": [0, 3, 5, 14, 25, 26, 27, 32, 37, 41, 42, 57, 65, 75, 79, 80, 81, 82, 91, 98, 99, 110, 111, 116, 117, 118, 123, 127, 132, 142, 144, 149, 168, 177, 178, 211, 223, 232], "pool1": 0, "stride": [0, 20, 50, 51, 52, 53, 97, 130, 131, 166, 207, 208, 213, 222, 224], "conv2": 0, "pool2": 0, "conv3": 0, "pool3": 0, "dense1": 0, "dense2": 0, "target": [0, 186, 187], "graphcel": 0, "save_checkpoint": 0, "ckpt": 0, "load_checkpoint": 0, "10": [0, 3, 6, 9, 10, 19, 20, 22, 31, 34, 43, 48, 50, 59, 60, 61, 62, 64, 65, 77, 79, 80, 88, 91, 93, 94, 103, 106, 127, 130, 131, 147, 166, 167, 169, 177, 183, 190, 191, 195, 197, 199, 200, 204, 205, 206, 210, 218, 220, 222, 225, 226, 228, 230, 239], "context": [0, 22, 237], "pil": 0, "imag": [0, 3, 5, 6], "dataset": 0, "ds": 0, "py_transform": 0, "vision": 0, "cv": 0, "callback": 0, "lossmonitor": 0, "batch_siz": [0, 31, 101, 140, 165, 189, 193], "img_siz": 0, "data_path": 0, "rescale_to_0_1": 0, "color": 0, "add_channel": 0, "if": [0, 3, 6, 13, 14, 20, 22, 23, 25, 28, 50, 51, 55, 56, 57, 59, 72, 73, 74, 75, 84, 101, 102, 105, 106, 109, 110, 111, 116, 123, 127, 129, 131, 134, 144, 145, 149, 151, 161, 164, 165, 166, 167, 174, 177, 178, 186, 187, 194, 197, 211, 225, 226, 232], "len": [0, 3, 6, 81, 82, 97, 168, 184], "shape": [0, 3, 5, 6, 19, 48, 50, 51, 70, 72, 75, 77, 81, 82, 84, 85, 88, 98, 99, 106, 110, 111, 143, 166, 167, 168, 183, 184, 199, 204, 205, 206, 210, 230, 231, 234, 235, 237], "cin_channel": 0, "image_four_channel": 0, "expand_dim": [0, 3], "els": [0, 3, 102, 149, 164, 177], "pass": [0, 69, 137, 172, 187, 202, 208, 210], "export_cnn": 0, "set_context": [0, 239], "mode": [0, 161, 164], "pynative_mod": 0, "device_target": [0, 239], "cpu": [0, 8, 9, 10, 235, 237, 239], "resize_op": 0, "resiz": [0, 70, 165, 166, 167, 234, 235], "rescale_transform": 0, "transform": 0, "compos": 0, "f32_typecast": 0, "typecast": 0, "float32": [0, 3, 5, 6, 8, 49, 81, 82, 112, 168, 207, 212, 214, 237, 241], "rgb": 0, "convert_gray": 0, "convertcolor": 0, "convertmod": 0, "color_rgb2gray": 0, "hwc2chw": 0, "train_data": 0, "imagefolderdataset": 0, "dataset_dir": 0, "decod": 0, "extens": 0, "jpeg": 0, "png": 0, "jpg": [0, 5], "map": 0, "input_column": 0, "oper": 0, "lambda": [0, 14], "output_column": 0, "batch": [0, 33, 34, 35, 36, 37, 38, 50, 51, 52, 53, 62, 64, 81, 82, 90, 92, 100, 101, 103, 108, 120, 123, 130, 131, 140, 141, 142, 168, 189, 190, 191, 193], "data_it": 0, "create_dict_iter": 0, "print": [0, 3, 5, 6, 8, 9, 10, 237], "my_model": 0, "loss": [0, 42, 140, 141, 180, 186, 187, 189, 193], "crossentropyloss": 0, "reduct": [0, 41, 42, 141, 174], "mean": [0, 3, 6, 36, 37, 41, 42, 92, 100, 108, 140, 141, 155], "optim": [0, 14], "adam": [0, 17, 70, 234, 235], "trainable_param": 0, "learning_r": [0, 16, 25, 178], "01": 0, "cnn_model": 0, "model": [0, 3, 5, 237], "loss_fn": 0, "metric": 0, "accuraci": 0, "num_epoch": 0, "dataset_sink_mod": 0, "fals": [0, 5, 14, 25, 32, 41, 42, 57, 75, 79, 80, 81, 82, 91, 98, 99, 110, 111, 116, 117, 118, 123, 127, 132, 142, 144, 149, 168, 177, 178, 211, 232], "input": [0, 3, 5, 6, 8, 12, 13, 14, 18, 21, 23, 24, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 43, 45, 46, 48, 53, 54, 55, 56, 57, 61, 62, 64, 66, 68, 69, 71, 72, 73, 74, 76, 78, 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 92, 93, 94, 95, 97, 100, 101, 102, 103, 104, 105, 106, 109, 113, 114, 117, 119, 120, 121, 123, 130, 131, 132, 136, 138, 139, 143, 144, 147, 149, 153, 160, 161, 162, 163, 164, 168, 169, 170, 171, 173, 174, 179, 182, 185, 188, 190, 191, 192, 193, 195, 196, 198, 199, 200, 201, 203, 206, 207, 208, 209, 211, 212, 213, 214, 217, 218, 222, 223, 224, 225, 226, 228, 229, 231, 237], "tensor": [0, 3, 5, 6, 8, 9, 10, 21, 26, 27, 50, 56, 81, 82, 84, 102, 131, 167, 168, 174, 199, 205, 214, 221, 223, 237], "random": 0, "randn": 0, "astyp": [0, 3, 6, 8, 9, 10], "file_nam": [0, 3, 5, 6, 237], "file_format": [0, 3, 5, 6, 237], "mindir": [0, 3, 5, 6, 237], "cv2": 0, "export_gray": 0, "connect": 0, "export_connect": 0, "class_nam": 0, "brdm_2": 0, "btr_60": 0, "slici": 0, "t62": 0, "zsu_23_4": 0, "class_label": 0, "graycnn": 0, "load": 0, "reshap": [0, 3, 6, 9, 10, 70, 85, 86, 195, 234, 235], "__name__": 0, "__main__": 0, "graph_mod": 0, "uint8": [0, 81, 82, 102, 168, 235], "color_imag": 0, "imread": 0, "image_origin": 0, "resized_imag": 0, "width": [0, 35, 38, 64, 165, 190, 191, 225, 226], "height": [0, 35, 38, 64, 165, 190, 191, 225, 226], "interpol": 0, "inter_linear": 0, "resized_image_tensor": 0, "param_dict": 0, "param_not_load": 0, "load_param_into_net": 0, "strict_load": 0, "input_tensor": [0, 3, 102, 212], "one": [0, 145, 166, 193, 237], "dtype": [0, 3, 5, 6, 237], "reload_cnn": 0, "predict": [0, 186, 187, 237], "output_np": 0, "asnumpi": [0, 3, 6], "num_class": [0, 65], "output_prob": 0, "exp": [0, 3, 5, 6, 8, 9, 10, 78, 119, 149, 188], "sum": [0, 41, 42, 140, 141], "keepdim": 0, "predicted_class": 0, "argmax": [0, 3, 6, 70, 223, 234], "ft78ne": [0, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 237], "lite": [0, 3, 5, 6, 235, 243], "converter_lit": [0, 6], "yhft": [0, 3, 5, 6, 237], "ide": [0, 3, 5, 6, 237], "fmk": [0, 6], "modelfil": [0, 6], "outputfil": [0, 6], "netron": [0, 6], "https": [0, 239], "app": 0, "midir": 0, "heterogen": [0, 6, 237], "data_handl": [0, 6, 237], "cc": [0, 6], "main": [0, 6, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "cmakelist": [0, 6, 237], "txt": [0, 6, 237, 239], "opencv": 0, "lib": 0, "includ": [0, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 52, 53, 54, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 165, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233], "build": [0, 6, 237], "opencv2": 0, "hpp": 0, "int": [0, 3, 6, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "readimag": 0, "float": [0, 6, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 215, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "reslut": 0, "std": [0, 237], "string": [0, 59, 60, 221], "imagepath": 0, "mat": [0, 5], "c_str": 0, "imread_color": 0, "empti": [0, 3, 194], "fprintf": 0, "stderr": 0, "read": [0, 6], "fail": 0, "size": [0, 5, 6, 50, 51, 70, 71, 108, 166, 172, 185, 193, 202, 212, 214, 215, 234, 235], "convertto": 0, "cv_32f": 0, "const": [0, 16, 17, 25, 33, 35, 38, 39, 43, 52, 53, 64, 65, 85, 92, 100, 109, 122, 123, 132, 140, 169, 178, 190, 191, 192, 224, 237], "channel": [0, 33, 34, 35, 36, 37, 38, 62, 64, 80, 90, 92, 100, 103, 120, 121, 130, 131, 165, 190, 191, 192], "element_count": 0, "for": [0, 3, 6, 19, 22, 26, 27, 34, 62, 67, 75, 83, 88, 91, 98, 99, 103, 104, 106, 108, 110, 111, 119, 127, 131, 137, 147, 161, 166, 167, 174, 177, 188, 194, 195, 196, 197, 204, 210, 221, 223, 231, 239], "src_ptr": 0, "ptr": 0, "dst_ptr": 0, "memcpi": [0, 20, 50, 51, 55, 56, 101, 164, 166, 179, 211], "sizeof": [0, 18, 20, 38, 43, 50, 51, 55, 56, 64, 66, 67, 72, 75, 77, 83, 85, 89, 101, 110, 111, 116, 136, 137, 164, 165, 166, 179, 190, 191, 192, 197, 205, 208, 209, 211, 215, 230, 231], "auto": 0, "make_shar": 0, "device_list": 0, "mutabledeviceinfo": [0, 237], "setbuiltindeleg": 0, "delegatemod": 0, "kpnna": 0, "cpu_info": 0, "cpudeviceinfo": 0, "dsp_info": 0, "ft78nedeviceinfo": 0, "push_back": 0, "vector": [0, 237], "floatarraytovector": 0, "array": [0, 5, 152, 167], "size_t": [0, 237], "vec": 0, "numpy_exp": 0, "result": [0, 3, 5, 60, 239], "reserv": 0, "num": [0, 22, 104, 112, 189, 193, 206], "sum_row": 0, "accumul": [0, 25, 178], "begin": [0, 12, 13, 14, 17, 23, 25, 28, 35, 57, 59, 72, 73, 74, 75, 78, 101, 102, 105, 106, 109, 110, 111, 116, 123, 129, 131, 134, 141, 144, 145, 151, 154, 165, 177, 178, 180, 181, 185, 186, 187, 197, 207, 208, 211, 225, 226, 232], "end": [0, 6, 12, 13, 14, 16, 17, 23, 25, 28, 35, 49, 57, 59, 72, 73, 74, 75, 78, 101, 102, 105, 106, 109, 110, 111, 112, 116, 123, 129, 131, 134, 141, 144, 145, 151, 154, 165, 177, 178, 180, 181, 186, 187, 197, 200, 207, 211, 225, 226, 232], "convertto2d": 0, "row": [0, 31, 85, 194], "col": 0, "index": [0, 26, 27, 65, 95, 142, 197, 212, 214, 215, 216, 218, 220, 223, 229, 231], "void": [0, 6, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 237], "getoutputdata": [0, 237], "mstensor": [0, 237], "output": [0, 12, 13, 14, 15, 18, 21, 22, 23, 24, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 48, 49, 54, 55, 56, 57, 62, 64, 66, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 128, 130, 131, 132, 133, 135, 136, 138, 139, 142, 143, 144, 145, 146, 147, 149, 150, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 185, 188, 189, 190, 191, 192, 193, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 211, 212, 213, 214, 215, 216, 217, 218, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 237], "cout": 0, "name": [0, 3], "is": [0, 39, 40, 74, 106, 110, 111, 194, 197, 232, 239], "datas": 0, "element": [0, 119, 166, 188, 228], "elementnum": 0, "endl": 0, "out_data": [0, 97, 196, 220, 224], "reinterpret_cast": 0, "data": [0, 3, 5, 59, 127, 184, 212, 214], "get": [0, 142], "50": [0, 3, 5, 34, 43, 60, 62, 65, 93, 102, 130, 131, 142], "out": [0, 3, 6, 8, 9, 10, 35, 50, 78, 97, 117, 118, 128, 133, 135, 165, 186, 192, 195, 196, 237], "exp_x": 0, "x1": [0, 19, 56, 67, 137, 169, 187, 210, 237], "twod": 0, "argmax_indic": 0, "py": [0, 237], "defin": [0, 18, 22, 66, 72, 136, 209], "directori": 0, "and": [0, 23, 57, 116, 166], "paramet": [0, 3, 5, 67, 123, 137, 152], "sar": [0, 4], "befor": [0, 166], "128x128": 0, "after": 0, "gray_cnn": 1, "high": 3, "resolut": 3, "rang": [3, 5, 6, 70, 154, 234, 235], "profil": 3, "python": [3, 5], "fromfil": 3, "read_hrrp_data": 3, "filenam": 3, "maichongshu": 3, "jln": 3, "rfftn": 3, "with": [3, 6, 91, 127, 181], "open": [3, 6], "rb": [3, 6], "fp": [3, 12, 54, 62, 79, 80, 83, 90, 91, 107, 117, 118, 119, 122, 124, 125, 126, 128, 133, 135, 140, 141, 151, 162, 169, 182, 188, 194, 198, 201, 224, 233, 241], "expected_s": 3, "rais": [3, 6], "valueerror": [3, 6, 81, 82, 168], "datar": 3, "datai": 3, "datar_ful": 3, "zero": [3, 6, 71, 79, 153], "datai_ful": 3, "hrrp_400_512": 3, "dat": 3, "input_data": [3, 20, 32, 50, 51, 74, 132, 162, 166, 167, 174], "complex64": [3, 5, 6, 8, 9, 10, 49, 81, 82, 168, 241], "1j": [3, 5, 6], "hangmc": 3, "liejl": 3, "f0": [3, 5], "fs": 3, "mohuhalfshu": 3, "prf": [3, 5], "vdengxiao": 3, "mubiaojuli": 3, "fft": [3, 5, 6, 10, 11, 32, 81, 82, 132, 168, 179, 234, 235], "mr": [3, 5, 6, 8, 9, 10], "ifft": [3, 5, 6, 11, 81, 82, 168, 234, 235], "fftshift": [3, 5, 6], "abs": [3, 5, 6, 70, 234, 235], "complexab": [3, 5, 11, 234, 239], "stoltsun": 3, "dim": [3, 5, 9, 10, 39, 95, 129, 134, 194], "mul": [3, 6, 136, 137], "reduce_sum": [3, 161], "reducesum": [3, 162], "keep_dim": [3, 161], "gather": [3, 5, 24, 70, 95, 234, 235], "wl": 3, "lc": 3, "ka": [3, 5], "mctime": 3, "arang": [3, 5, 8, 9, 10], "xiangwei": 3, "pi": [3, 5, 6, 8, 9, 10, 14, 76, 81, 82, 168], "phase_comp": 3, "fwn": 3, "rnfft": 3, "get2intm": 3, "fwn_8": 3, "xold": 3, "newaxi": 3, "broadcast_to": 3, "i_arr": 3, "sigma_arr": 3, "xnew": 3, "mchtr": 3, "tailewindow": 3, "window_2d": 3, "j_constant": 3, "0j": 3, "_precompute_cirshift_indic": 3, "shift": [3, 5, 149, 150], "indic": [3, 67, 93, 94, 137, 145, 174, 175, 176, 213], "int32": [3, 6, 12, 18, 21, 23, 24, 26, 27, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 54, 57, 59, 64, 66, 71, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 98, 99, 102, 104, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 158, 159, 160, 161, 162, 163, 166, 167, 168, 171, 173, 174, 175, 176, 177, 182, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 215, 216, 217, 221, 222, 223, 224, 225, 226, 228, 230, 231, 232, 233, 235, 241], "indices_shift": 3, "cirshift_indic": 3, "param2": 3, "max": [3, 6, 14, 18, 22, 34, 47, 66, 72, 74, 79, 80, 106, 121, 128, 130, 136, 153, 165, 196, 209], "nlevel": 3, "nsll": 3, "45": 3, "13": [3, 22, 34, 62, 130, 131, 225, 226], "mb": 3, "math": [3, 16, 106, 108, 121, 208], "pow": 3, "20": [3, 5, 6, 22, 43, 60, 62, 106, 137, 185, 197, 199, 217, 222], "ma": 3, "log": [3, 42, 70, 102, 114, 115, 119, 140, 141, 189, 193, 234, 235], "sqrt": [3, 6, 8, 9, 10, 12, 14, 16, 17, 31, 36, 37, 70, 76, 81, 82, 92, 100, 103, 106, 107, 108, 168, 171, 172, 202, 234, 235], "msquaq": 3, "m_dfm": 3, "in": [3, 6, 20, 23, 37, 50, 51, 59, 60, 61, 74, 78, 101, 102, 117, 130, 131, 165, 169, 195, 196, 229], "mtmpa": 3, "mtmpb": 3, "term": 3, "continu": [3, 14], "term2": 3, "dwin": 3, "angl": 3, "cos": [3, 6, 70, 234, 235], "mean_val": 3, "1e": [3, 6, 16, 17, 25, 36, 92, 100, 106, 107, 120, 149, 178], "15": [3, 6, 22, 48, 62, 225, 226], "50db": 3, "mohushu": 3, "offset": [3, 55, 92, 100, 152, 184], "mh": 3, "keystone_interp": 3, "gethrrp": 3, "gethrrp_v2shang": 3, "shang_valu": 3, "shang": 3, "cat": [3, 6], "xuhao": 3, "argmin": [3, 70, 234], "min_result": 3, "tmp": [3, 74], "append": [3, 5, 6], "11": [3, 5, 6, 22, 34, 59, 62, 130, 131, 147, 194, 195, 197, 225, 226, 239], "moshuzhouqishu": 3, "fft4f": 3, "nyquist_idx": 3, "new_nyquist_valu": 3, "concat": [3, 70, 234, 235], "left_part": 3, "nyquist_part": 3, "right_part": 3, "wuxiaodiansujl": 3, "floor": [3, 70, 88, 234, 235], "pindian": 3, "j_indic": 3, "complex_angl": 3, "j_times_angl": 3, "phase_comp_al": 3, "temp_complex_top": 3, "temp_complex": 3, "pad": [3, 5, 20, 32, 50, 51, 52, 53, 130, 131, 132, 147, 190, 191], "temp_complex_valid": 3, "xnew_valid": 3, "xold_valid": 3, "update_part": 3, "cirshift_optim": 3, "ifft4f": 3, "liejln": 3, "afftn": 3, "windowed_data": 3, "windowed_data_t": 3, "transpos": [3, 62, 70, 234, 235], "fft_input": 3, "fft_ret": 3, "fd": 3, "abs_result": 3, "cast": [3, 5, 70, 234, 235], "maxp_indic": 3, "row_indic": 3, "peak_valu": 3, "peak_values_2d": 3, "sum_sq": 3, "is_nan": 3, "is_valid": 3, "logical_and": 3, "logical_not": 3, "log_t": 3, "entropi": [3, 181, 189, 193], "where": [3, 5, 70, 78, 107, 234, 235], "hellodsp": [3, 5, 236, 238], "mindradar": [3, 5, 6, 8, 9, 10], "3d": 3, "intnumb": 3, "not": [3, 60, 117], "isinst": 3, "or": [3, 118], "must": 3, "be": [3, 39, 40, 166], "posit": 3, "integ": [3, 170], "log2": 3, "log2_val": 3, "ceil": [3, 70, 234, 235], "write_hrrp_binary_v2": 3, "512": [3, 92, 135, 189], "interleav": 3, "2560": 3, "tofil": 3, "new_index": 3, "old_index": 3, "mod": [3, 70, 234, 235], "cirshift": 3, "ndim": [3, 67, 97, 137, 161, 166, 167, 174, 185, 222, 231], "is_invers": 3, "end_tim": 3, "1000": [3, 13, 14, 29, 30, 49, 67, 72, 74, 78, 84, 87, 105, 109, 112, 114, 138, 139, 140, 141, 144, 157, 160, 167, 171, 172, 173, 180, 186, 187, 189, 193, 202, 203, 212, 214, 215, 232], "ifft_ret": 3, "1415926535897": 3, "792458": 3, "400": [3, 35, 38, 93, 132, 183], "9500": 3, "3600": 3, "3000": [3, 74], "2000": [3, 16, 80], "700e3": 3, "dr_out": 3, "real": [3, 6, 81, 82, 168], "di_out": 3, "hrrp_out_400_512_pi": 3, "rdsar": 4, "hrrp": 4, "rpc": 4, "doppler": 5, "rd": 5, "2023": 5, "18": [5, 6, 22], "47": 5, "close": 5, "all": [5, 24, 70, 234, 235], "1536": 5, "2048": [5, 6, 17, 20, 45, 50, 178], "complex": 5, "int8": [5, 12, 14, 18, 20, 21, 22, 23, 24, 28, 29, 30, 34, 35, 36, 38, 39, 42, 43, 45, 47, 48, 49, 50, 51, 54, 55, 56, 57, 59, 64, 65, 66, 71, 72, 73, 75, 77, 78, 81, 82, 83, 84, 85, 90, 91, 93, 94, 97, 98, 99, 101, 104, 105, 107, 109, 110, 111, 114, 116, 117, 118, 119, 122, 127, 128, 133, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 147, 149, 151, 153, 154, 157, 158, 159, 160, 161, 162, 163, 164, 166, 167, 168, 169, 171, 173, 174, 175, 176, 177, 180, 182, 183, 185, 186, 188, 189, 190, 191, 192, 194, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 217, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235, 241], "echo1": 5, "importdata": 5, "cddata1": 5, "echo2": 5, "cddata2": 5, "3072": 5, "echo": [5, 6], "doubl": [5, 12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 46, 47, 48, 49, 54, 57, 59, 64, 66, 72, 75, 76, 78, 83, 87, 88, 89, 90, 93, 94, 95, 98, 99, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 130, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 159, 160, 161, 162, 163, 170, 171, 173, 174, 175, 176, 177, 182, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 206, 209, 213, 217, 222, 224, 225, 226, 228, 229, 232, 233], "para": 5, "cd_run_param": 5, "fr": 5, "fa": 5, "tr": [5, 6], "r0": 5, "kr": 5, "vr": 5, "7062": 5, "1733": 5, "f_nc": 5, "6900": 5, "lamda": 5, "na": 5, "nr": 5, "4096": [5, 17, 25, 46, 47, 68, 69, 73, 76, 113, 115, 137, 153, 170, 178, 221], "3414": 5, "padarray": 5, "round": [5, 70, 71, 79, 153, 165, 234, 235], "tr_axi": 5, "fr_gap": 5, "fr_axi": 5, "ta_axi": 5, "ta_gap": 5, "fa_axi": 5, "echo_s1": 5, "echo_d1_mf": 5, "1i": 5, "2i": 5, "echo_s2": 5, "4i": 5, "echo_d3_mf": 5, "echo_s3": 5, "echo_s4": 5, "circshift": 5, "3328": 5, "flipud": 5, "echo_s5": 5, "satur": 5, "figur": 5, "imagesc": 5, "titl": 5, "echo_r": 5, "adapthisteq": 5, "cliplimit": 5, "004": 5, "distribut": 5, "exponenti": [5, 73], "alpha": [5, 14, 15, 73, 109, 121], "imshow": 5, "loadmat": 5, "scipi": 5, "io": [5, 123], "step": 5, "sio": 5, "pip": [5, 239], "instal": [5, 239], "echo_shap": 5, "api": [5, 6, 234, 236], "fft1": 5, "ifft1": 5, "temp": [5, 42, 106], "temp1": 5, "temp2": 5, "temp3": 5, "sq_fr_axi": 5, "new_shap": 5, "constant": [5, 147], "constant_valu": [5, 147], "2j": 5, "4j": 5, "matplotlib": 5, "pyplot": 5, "plt": 5, "show": 5, "pcolor": 5, "savefig": 5, "v3": 5, "matmul": [5, 237], "unsqueez": [5, 70, 234, 235], "squar": [5, 70, 171, 234, 235], "sq_fa_axi": 5, "multipli": 5, "roll": 5, "flip": 5, "saturation_tensor": 5, "full": 5, "rdsarv3": 5, "matio": 5, "cs": 5, "sar_imaging_with_rd_cs_wk": 5, "puls": 6, "compress": 6, "id": [6, 107, 196, 229], "getcoreid": 6, "icnti": 6, "icntj": 6, "mask": [6, 68, 69, 74], "iheadercplx": 6, "ireadlenpercor": 6, "ireadstpercor": 6, "iwritelenpercor": 6, "iwritestpercor": 6, "ifillzerolen": 6, "ipingpongflag": 6, "ichannelnum": 6, "iimagevalidrlen": 6, "43456": 6, "irsamplelen": 6, "iasamplelen": 6, "17": [6, 22, 62, 72, 74, 75, 89, 98, 99, 110, 111, 131, 210], "irpclength": 6, "65536": 6, "itpadnum": 6, "tp": 6, "ffs": 6, "25": [6, 68, 69, 151], "mhz": 6, "ftp": [6, 239], "210": 6, "us": 6, "fkr": 6, "2775": 6, "flosvel": 6, "485044537103641e": 6, "03": 6, "fprt": 6, "38092e": 6, "fdr": 6, "99584916": 6, "ftemp0": 6, "theta": 6, "cplx": 6, "pcddrffttwid": 6, "0x140000000": 6, "pcddriffttwid": 6, "0x180000000": 6, "pfgsmangl": 6, "0x70320000": 6, "pcgsmdata1": 6, "0x70330000": 6, "pcgsmdata2": 6, "0x703b0000": 6, "pcgsmfftbuf": 6, "0x70200000": 6, "pcgsmbuf": 6, "0x703a0000": 6, "pcgsmrefbuf": 6, "0x70760000": 6, "pcgsmpcref": 6, "0x70430000": 6, "pcgsmrcref": 6, "0x704b0000": 6, "pcgsmref": 6, "0x70730000": 6, "pcgsmdatain": 6, "pcgsmdataout": 6, "pcddrdatain": 6, "0x80000000": 6, "pcddrdataout": 6, "0x100000000": 6, "pigsmbuf": 6, "0x70780000": 6, "0x70530000": 6, "0x705b0000": 6, "0x70630000": 6, "0x706b0000": 6, "unsign": [6, 18, 19, 66, 72, 74, 75, 88, 89, 98, 99, 110, 111, 116, 123, 136, 155, 156, 177, 204, 209, 210], "long": [6, 18, 19, 22, 26, 27, 34, 37, 41, 42, 60, 62, 66, 67, 72, 74, 75, 88, 89, 91, 93, 94, 97, 98, 99, 103, 106, 108, 110, 111, 116, 120, 121, 123, 124, 125, 126, 127, 129, 130, 131, 136, 137, 147, 177, 184, 194, 195, 204, 209, 210, 212, 223], "cnt": 6, "cnt1": 6, "use_tim": 6, "cnt2": 6, "cnt3": 6, "use_time1": 6, "cnt4": 6, "cnt5": 6, "use_time2": 6, "cnt6": 6, "cnt7": 6, "cnt8": 6, "use_time3": 6, "use_time4": 6, "use_time5": 6, "use_time6": 6, "use_time7": 6, "settimerperiod": 6, "0xffffffff": 6, "configtim": 6, "0x80": 6, "asm": 6, "smfenc": 6, "timerstart": 6, "sys_bar": [6, 20, 50, 51, 55, 56, 84, 101, 161, 164, 166, 167, 174], "gettimercount": 6, "gk_getw_cor": 6, "get_angle_f_cor": 6, "gk_cos_sin_f_cor": 6, "gk_cvmemfill_f_cor": 6, "gk_fft_core": 6, "12": [6, 22, 26, 27, 33, 34, 37, 48, 59, 62, 108, 123, 130, 131, 147, 185, 206, 208, 222, 223, 225, 226, 239], "gk_bitrev_cor": 6, "gk_cvconj_f_cor": 6, "vello": 6, "prt": 6, "nopuls": 6, "rangecomp": 6, "widthrang": 6, "numfft": 6, "gk_tmuls_f_4cor": 6, "rccoef": 6, "losvel": 6, "pri": 6, "prnum": 6, "diswidth": 6, "range_fftnum": 6, "gk_vej_f_4cor": 6, "gk_vmuls_i_cor": 6, "dma_config": 6, "dma_start": 6, "0x40": 6, "dma_check": 6, "re": [6, 12, 60], "im": [6, 12], "atan": 6, "gk_cvpown_f_cor": 6, "0x8000": 6, "gk_cvmulcv_f_cor": 6, "gk_ifft_cor": 6, "printf": [6, 228], "ok": [6, 123], "ft": 6, "dma": [6, 24, 83, 123, 146, 176, 222], "gk_": 6, "data_43456_17_rpcdata_chnum5_rpcdatain": 6, "bin": [6, 169], "raw_data": 6, "frombuff": 6, "signal": [6, 81, 82, 168, 184, 237, 239, 242], "smc": [6, 161], "88ms": 6, "70ms": 6, "slice": [6, 55, 207, 217, 231], "line": 6, "data_compar": 6, "compar": 6, "f_n": 6, "sin": [6, 70, 234, 235], "conj": 6, "tmuls_0": 6, "linspac": [6, 70, 234, 235], "power": [6, 32, 132, 150], "256": [6, 24, 85, 120, 121, 129, 134], "fun": 6, "out_43456_5_17": 6, "rpc_model_out": 6, "mnt": 6, "hgfs": 6, "work": 6, "mind": 6, "radar": 6, "exampl": [6, 59], "mindspore_rpc": 6, "70": 6, "file": 6, "input1": [6, 13, 18, 21, 22, 48, 66, 72, 75, 88, 89, 98, 99, 110, 111, 115, 116, 118, 128, 129, 133, 134, 135, 136, 137, 144, 150, 159, 172, 177, 179, 180, 181, 202, 204, 209, 212, 232], "diff": [6, 187], "diff1": 6, "unravel_index": 6, "max1": 6, "report": 6, "6f": [6, 17, 120], "min": [6, 14, 18, 22, 34, 47, 66, 79, 80, 106, 121, 130, 133, 136, 153, 165, 209], "hist": 6, "histogram": 6, "start": [6, 16, 17, 25, 49, 112, 130, 151, 154, 157, 178, 200], "3f": [6, 17, 178], "31": [6, 22, 147], "19": [6, 22, 152], "30": [6, 20, 50, 152, 174, 195, 239], "out_i": [8, 20, 50, 51, 165], "a_i": 8, "b_i": [8, 123], "complex128": [8, 9, 10, 81, 82, 168, 241], "float64": [8, 81, 82, 168, 241], "3j": [8, 9, 10], "x_tensor": [8, 9, 10], "net": 8, "norm": [9, 10, 81, 82, 106, 120, 132, 168], "backward": [9, 10, 81, 82, 137, 168, 172, 187, 202, 208, 210], "omega_1": [9, 10, 81, 82, 168], "dot": [9, 10, 31, 48, 81, 82, 83, 93, 95, 104, 112, 145, 154, 157, 168, 185, 194, 199, 200, 206], "omega_d": [9, 10, 81, 82, 168], "sum_": [9, 10, 20, 21, 34, 37, 40, 50, 57, 62, 74, 81, 82, 91, 103, 106, 107, 108, 120, 121, 168, 189, 193, 195, 229], "n_1": [9, 10, 81, 82, 168], "n_d": [9, 10, 81, 82, 168], "frac": [9, 10, 14, 16, 17, 19, 22, 31, 33, 34, 35, 36, 37, 41, 62, 66, 67, 71, 74, 76, 79, 80, 81, 82, 88, 89, 92, 100, 103, 106, 107, 108, 112, 115, 119, 120, 141, 142, 153, 154, 159, 160, 168, 169, 171, 172, 180, 181, 186, 187, 188, 189, 193, 196, 202, 207, 210], "omega_i": [9, 10, 81, 82, 168], "n_i": [9, 10, 50, 81, 82, 168], "signal_ndim": [9, 10, 81, 82, 168], "str": [9, 10, 60, 81, 82, 168], "forward": [9, 10, 37, 41, 69, 81, 82, 168], "ortho": [9, 10, 81, 82, 168], "prod_": [10, 23, 81, 82, 168, 196], "dst_i": [12, 15, 29, 45, 54, 78, 83, 87, 89, 173, 181, 182, 201, 233], "case": [12, 13, 14, 23, 25, 28, 57, 59, 72, 73, 74, 75, 78, 102, 105, 106, 109, 110, 111, 116, 129, 131, 134, 141, 144, 145, 151, 165, 177, 178, 181, 186, 187, 197, 211, 225, 226, 232], "src_i": [12, 29, 45, 54, 78, 87, 173, 182, 201], "text": [12, 13, 14, 15, 21, 23, 25, 28, 31, 33, 34, 35, 39, 46, 47, 48, 50, 52, 53, 57, 59, 62, 68, 69, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 85, 86, 88, 93, 95, 97, 98, 99, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 119, 120, 121, 123, 127, 129, 130, 131, 134, 137, 140, 141, 142, 144, 145, 146, 149, 151, 153, 154, 155, 157, 165, 168, 169, 170, 171, 172, 177, 178, 180, 186, 187, 188, 192, 194, 195, 196, 197, 199, 200, 202, 203, 204, 206, 207, 208, 210, 211, 212, 214, 215, 216, 217, 218, 221, 222, 225, 226, 228, 229, 231, 232], "src_data": [12, 23, 54, 78, 87, 90, 107, 151, 161, 173, 182, 198, 201], "length": [12, 13, 14, 15, 17, 29, 30, 39, 40, 45, 47, 54, 59, 68, 69, 72, 73, 76, 78, 79, 80, 84, 87, 105, 107, 109, 112, 113, 114, 115, 117, 118, 128, 133, 135, 138, 139, 143, 144, 146, 150, 153, 155, 156, 157, 159, 160, 161, 163, 170, 171, 173, 178, 180, 181, 182, 186, 187, 201, 203, 218, 227, 232, 233], "core_mask": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "dst_data": [12, 23, 54, 78, 87, 89, 90, 107, 151, 161, 173, 182, 198, 201], "mt7004": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233], "dp": [12, 54, 83, 90, 117, 118, 122, 128, 133, 135, 162, 182, 194, 198, 201, 224, 233, 241], "int16": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 54, 57, 59, 64, 66, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 98, 99, 104, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 158, 159, 160, 161, 162, 163, 166, 167, 168, 171, 173, 174, 175, 176, 177, 182, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 215, 216, 217, 221, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235, 241], "cplx64": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 48, 49, 57, 59, 64, 66, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 105, 127, 136, 138, 139, 143, 144, 145, 146, 147, 158, 159, 160, 166, 167, 168, 171, 174, 175, 176, 177, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 215, 216, 217, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235], "cplx128": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 48, 49, 57, 59, 64, 66, 72, 75, 77, 78, 81, 82, 83, 84, 85, 90, 93, 94, 105, 127, 136, 138, 139, 143, 144, 145, 146, 147, 158, 159, 160, 166, 167, 168, 171, 174, 175, 176, 177, 183, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 209, 213, 217, 222, 224, 225, 226, 228, 230, 231, 232, 233, 235], "hp": [12, 54, 62, 79, 80, 83, 90, 91, 107, 117, 118, 119, 122, 124, 125, 126, 128, 133, 135, 140, 141, 151, 162, 169, 182, 188, 194, 198, 201, 224, 233, 241], "i8_abs_": 12, "int8_t": [12, 14, 18, 20, 21, 22, 23, 24, 28, 29, 30, 34, 35, 36, 38, 39, 42, 43, 45, 47, 48, 49, 50, 51, 54, 56, 57, 59, 64, 65, 66, 71, 72, 73, 75, 78, 83, 90, 91, 93, 94, 95, 97, 98, 99, 101, 104, 105, 107, 109, 110, 111, 114, 116, 117, 118, 119, 122, 127, 128, 133, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 149, 151, 153, 154, 157, 159, 160, 161, 162, 163, 164, 169, 171, 173, 174, 175, 176, 177, 180, 182, 185, 186, 188, 189, 190, 191, 192, 194, 197, 198, 199, 200, 201, 203, 204, 206, 209, 213, 217, 222, 224, 225, 226, 228, 229, 232, 233], "i16_abs_": 12, "int16_t": [12, 18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 54, 57, 59, 64, 66, 72, 75, 78, 83, 90, 93, 94, 95, 98, 99, 104, 105, 110, 111, 113, 114, 116, 117, 118, 122, 127, 128, 133, 135, 136, 138, 139, 143, 144, 145, 146, 149, 154, 157, 159, 160, 161, 162, 163, 171, 173, 174, 175, 176, 177, 182, 185, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 203, 204, 206, 209, 213, 217, 221, 222, 224, 225, 226, 228, 229, 232, 233], "i32_abs_": 12, "int32_t": [12, 21, 24, 29, 30, 38, 39, 43, 45, 47, 48, 49, 50, 56, 57, 59, 64, 65, 71, 72, 74, 75, 83, 93, 95, 98, 99, 104, 105, 110, 111, 114, 116, 117, 118, 122, 128, 133, 135, 138, 139, 140, 143, 144, 146, 149, 154, 157, 159, 160, 163, 171, 175, 177, 185, 190, 191, 192, 194, 196, 197, 199, 200, 203, 204, 206, 213, 217, 222, 225, 226, 228, 229, 232, 233], "hp_abs_": 12, "half": [12, 13, 14, 15, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 62, 64, 65, 66, 68, 69, 71, 72, 73, 75, 76, 78, 79, 80, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 99, 100, 101, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 127, 128, 129, 130, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 146, 149, 150, 151, 152, 153, 154, 155, 156, 159, 160, 161, 162, 163, 164, 165, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 185, 186, 187, 188, 190, 191, 192, 194, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 213, 217, 222, 223, 224, 225, 226, 227, 228, 231, 232, 233], "fp_abs_": 12, "dp_abs_": 12, "c64_abs_": 12, "c128_abs_": 12, "stdio": [12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 52, 53, 54, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 165, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233], "argc": [12, 13, 14, 15, 16, 18, 19, 21, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 54, 57, 59, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 91, 95, 97, 98, 99, 102, 103, 105, 106, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 163, 165, 168, 170, 171, 172, 173, 177, 179, 180, 181, 182, 183, 184, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 201, 202, 203, 204, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 229, 231, 232, 233], "char": [12, 13, 14, 15, 16, 18, 19, 21, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 54, 57, 59, 60, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 91, 95, 97, 98, 99, 102, 103, 105, 106, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 163, 165, 168, 170, 171, 172, 173, 177, 179, 180, 181, 182, 183, 184, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 201, 202, 203, 204, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 229, 231, 232, 233], "argv": [12, 13, 14, 15, 16, 18, 19, 21, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 54, 57, 59, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 83, 85, 86, 87, 88, 89, 91, 95, 97, 98, 99, 102, 103, 105, 106, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 163, 165, 168, 170, 171, 172, 173, 177, 179, 180, 181, 182, 183, 184, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 201, 202, 203, 204, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 229, 231, 232, 233], "input0": [12, 13, 14, 18, 21, 22, 48, 54, 66, 72, 75, 78, 87, 88, 89, 98, 99, 107, 110, 111, 115, 116, 118, 128, 129, 133, 134, 135, 136, 137, 144, 159, 172, 173, 177, 179, 180, 181, 202, 204, 209, 212, 232], "0xa0000000": [12, 13, 14, 15, 17, 18, 21, 23, 24, 25, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 57, 59, 60, 61, 64, 65, 66, 68, 69, 72, 73, 76, 78, 79, 80, 84, 85, 86, 87, 89, 90, 92, 93, 94, 95, 97, 100, 102, 104, 105, 107, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 128, 129, 130, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 192, 196, 197, 198, 199, 200, 201, 202, 203, 206, 207, 208, 209, 211, 212, 213, 214, 215, 217, 218, 220, 222, 224, 225, 226, 227, 228, 229, 231, 232, 233], "ddr": [12, 13, 14, 16, 17, 18, 23, 25, 29, 30, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 53, 54, 57, 60, 61, 64, 66, 68, 69, 72, 73, 76, 78, 85, 86, 87, 89, 90, 92, 94, 95, 97, 100, 102, 104, 105, 107, 112, 113, 114, 119, 120, 121, 129, 134, 136, 138, 139, 144, 145, 146, 147, 149, 150, 151, 152, 153, 155, 156, 157, 159, 160, 161, 162, 163, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 184, 186, 187, 188, 189, 190, 191, 192, 193, 196, 197, 198, 202, 203, 207, 208, 209, 212, 214, 215, 217, 218, 220, 222, 224, 225, 226, 227, 228, 229, 232, 233], "0xc0000000": [12, 13, 14, 16, 17, 21, 24, 25, 28, 36, 37, 39, 41, 42, 45, 52, 53, 54, 60, 61, 68, 69, 72, 78, 83, 85, 86, 87, 89, 90, 92, 93, 94, 97, 100, 102, 104, 105, 107, 114, 119, 120, 121, 130, 140, 141, 143, 144, 151, 162, 168, 169, 173, 175, 176, 177, 178, 180, 181, 182, 186, 188, 189, 193, 198, 201, 207, 224, 231, 232], "1024": [12, 15, 18, 19, 21, 41, 42, 46, 47, 49, 51, 54, 66, 68, 69, 71, 73, 76, 79, 83, 92, 107, 113, 115, 117, 118, 128, 133, 136, 137, 143, 146, 149, 150, 153, 155, 156, 159, 162, 163, 168, 170, 181, 182, 201, 209, 227, 233], "0xff": [12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 52, 53, 54, 57, 59, 60, 61, 64, 65, 66, 68, 69, 71, 72, 73, 76, 78, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 97, 100, 102, 104, 105, 107, 112, 113, 114, 115, 116, 119, 120, 121, 122, 124, 125, 126, 128, 129, 132, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 165, 168, 169, 170, 171, 172, 173, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 196, 197, 198, 200, 201, 202, 203, 208, 209, 212, 213, 214, 215, 217, 218, 220, 224, 225, 226, 227, 228, 229, 231, 232, 233], "i8_abs_p": 12, "i16_abs_p": 12, "i32_abs_p": 12, "hp_abs_p": 12, "fp_abs_p": 12, "dp_abs_p": 12, "c64_abs_p": 12, "c128_abs_p": 12, "0x10810000": [12, 21, 22, 24, 28, 32, 36, 41, 45, 48, 49, 54, 57, 72, 78, 85, 86, 89, 90, 102, 104, 107, 119, 120, 123, 132, 140, 141, 143, 151, 158, 162, 163, 168, 169, 173, 175, 176, 181, 182, 186, 188, 198, 200, 201, 206, 224, 225, 226, 231, 233], "l2": [12, 13, 16, 17, 18, 21, 24, 25, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 53, 54, 57, 60, 61, 64, 66, 68, 69, 72, 73, 76, 78, 85, 86, 87, 89, 90, 92, 95, 97, 100, 102, 104, 105, 106, 107, 112, 113, 114, 119, 120, 121, 129, 134, 136, 138, 139, 140, 141, 143, 145, 147, 151, 152, 153, 157, 162, 169, 170, 171, 172, 173, 178, 180, 181, 182, 186, 187, 188, 190, 191, 192, 196, 198, 203, 207, 208, 209, 212, 214, 215, 217, 220, 224, 225, 226, 228, 229, 232, 233], "0x10820000": [12, 16, 21, 24, 32, 36, 41, 45, 48, 54, 72, 78, 83, 85, 86, 89, 90, 102, 104, 107, 119, 120, 132, 140, 141, 143, 151, 162, 163, 168, 169, 173, 175, 176, 181, 182, 188, 198, 200, 201, 206, 224, 231], "output_i": [13, 14, 18, 28, 30, 66, 72, 75, 79, 105, 106, 110, 111, 114, 117, 118, 128, 133, 135, 136, 138, 139, 144, 146, 149, 150, 155, 156, 157, 159, 160, 163, 209, 227, 231, 232], "input0_i": [13, 18, 66, 72, 75, 89, 110, 111, 118, 128, 133, 135, 136, 144, 159, 209, 232], "input1_i": [13, 18, 66, 72, 75, 89, 110, 111, 118, 128, 133, 135, 136, 144, 150, 159, 209, 232], "geq": [13, 109, 226], "fp32": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 85, 86, 87, 88, 89, 92, 93, 94, 97, 98, 99, 100, 101, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 144, 145, 146, 147, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 183, 185, 186, 187, 189, 190, 191, 192, 193, 195, 196, 197, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 215, 216, 217, 221, 222, 223, 225, 226, 227, 228, 230, 231, 232, 235], "fp16": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 85, 86, 87, 88, 89, 92, 93, 94, 97, 98, 99, 100, 101, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 144, 145, 146, 147, 149, 150, 152, 153, 154, 155, 156, 157, 159, 160, 161, 163, 164, 165, 166, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 185, 186, 187, 189, 190, 191, 192, 193, 196, 197, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 215, 216, 217, 221, 222, 223, 225, 226, 227, 228, 230, 231, 232, 235], "fp_abs_grad_": 13, "hp_abs_grad_": 13, "abs_grad": 13, "0xb0000000": [13, 15, 17, 21, 23, 25, 29, 30, 33, 35, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 52, 53, 57, 59, 60, 61, 64, 68, 69, 72, 73, 76, 79, 80, 89, 92, 93, 94, 95, 100, 102, 113, 115, 117, 118, 122, 123, 128, 129, 130, 133, 134, 135, 138, 139, 144, 145, 146, 149, 150, 152, 153, 159, 160, 163, 170, 171, 172, 173, 175, 176, 177, 178, 180, 184, 185, 186, 187, 190, 191, 192, 196, 197, 199, 200, 202, 203, 206, 207, 208, 211, 212, 214, 215, 217, 218, 220, 222, 225, 226, 228, 229, 232], "bool": [13, 25, 32, 65, 72, 74, 75, 79, 80, 81, 82, 91, 98, 99, 110, 111, 123, 127, 132, 142, 144, 149, 168, 177, 178, 211, 232, 235], "fp_abs_grad_p": 13, "hp_abs_grad_p": 13, "0x10000000": [13, 14, 15, 17, 20, 23, 25, 29, 30, 31, 33, 35, 37, 38, 39, 40, 42, 43, 46, 47, 50, 51, 52, 53, 59, 60, 61, 64, 68, 69, 73, 74, 76, 79, 80, 84, 87, 92, 93, 94, 95, 97, 100, 101, 105, 109, 112, 113, 114, 115, 117, 118, 121, 122, 128, 129, 133, 134, 135, 138, 139, 144, 145, 147, 149, 150, 153, 154, 157, 159, 160, 161, 170, 171, 172, 174, 178, 180, 183, 185, 187, 190, 191, 192, 196, 199, 202, 203, 207, 208, 211, 212, 213, 214, 215, 217, 218, 220, 222, 228, 229, 232], "0x10001000": [13, 15, 23, 51, 60, 61, 76, 79, 97, 105, 114, 117, 118, 122, 128, 133, 135, 138, 139, 144, 145, 149, 150, 154, 159, 160, 171, 172, 174, 184, 187, 202, 203, 208, 211, 212, 214, 215, 220, 232], "input_i": [14, 28, 30, 41, 42, 79, 104, 105, 106, 114, 117, 132, 138, 139, 149, 160, 163, 211], "relu6": [14, 15, 18, 22, 47, 66, 91, 106, 127, 136, 209], "min_val": [14, 79, 80], "max_val": [14, 79, 80], "_val": [14, 34, 79], "lrelu": 14, "leaki": [14, 15, 109], "rectifi": 14, "linear": [14, 73, 97], "unit": [14, 36, 73, 92, 97, 100], "ge": [14, 73, 129], "cdot": [14, 15, 16, 17, 22, 25, 33, 34, 37, 41, 42, 62, 67, 68, 69, 72, 73, 74, 78, 88, 91, 92, 100, 103, 107, 108, 109, 112, 113, 120, 123, 124, 125, 126, 130, 131, 140, 141, 151, 154, 165, 173, 178, 180], "sigmoid": [14, 15, 22, 42, 97, 101, 123, 180, 181], "tanh": [14, 15, 22, 101, 123, 124, 125, 126], "hyperbol": 14, "tangent": 14, "hsigmoid": 14, "hard": [14, 15, 22], "left": [14, 31, 35, 37, 38, 66, 71, 79, 103, 120, 121, 154, 169, 190, 191, 207], "right": [14, 31, 35, 37, 38, 66, 71, 79, 103, 120, 121, 154, 169, 190, 191, 207], "swish": [14, 15, 22], "gate": [14, 97, 123], "googl": 14, "sigma": [14, 22, 37, 97, 100, 101, 103, 107, 108, 123, 181], "hswish": 14, "mobilenetv3": 14, "hardtanh": 14, "gelu": [14, 15], "gaussian": 14, "error": [14, 76], "hendryck": 14, "gimpel": 14, "2016": 14, "phi": 14, "align": [14, 17, 25, 35, 101, 123, 154, 165, 178, 180], "bigl": [14, 153], "044715": 14, "bigr": [14, 153], "flag": 14, "6pt": [14, 72, 123], "tfrac": 14, "mathrm": [14, 71, 142, 165], "erf": [14, 70, 234, 235], "softplus": [14, 15, 22, 235], "88": 14, "ln": [14, 22, 113, 114, 180], "otherwis": [14, 25, 59, 105, 106, 109, 110, 111, 116, 129, 131, 134, 145, 151, 165, 178, 186, 225, 226], "elu": [14, 15, 70, 234, 235], "celu": 14, "differenti": 14, "hardshrink": 14, "shrinkag": 14, "softshrink": [14, 15], "soft": 14, "softsignopt": 14, "softsign": 14, "arg": [14, 131], "i8_relu_": 14, "fp_relu_": 14, "hp_relu_": 14, "i8_relu6_": 14, "fp_relu6_": 14, "hp_relu6_": 14, "i8_clip_": [14, 47], "fp_clip_": [14, 47], "hp_clip_": [14, 47], "i8_lrelu_": 14, "fp_lrelu_": 14, "hp_lrelu_": 14, "i8_sigmoid_": 14, "fp_sigmoid_": 14, "hp_sigmoid_": 14, "i8_tanh_": 14, "fp_tanh_": 14, "hp_tanh_": 14, "i8_hsigmoid_": 14, "fp_hsigmoid_": 14, "hp_hsigmoid_": 14, "i8_swish_": 14, "fp_swish_": 14, "hp_swish_": 14, "i8_hswish_": 14, "fp_hswish_": 14, "hp_hswish_": 14, "i8_hardtanh_": 14, "fp_hardtanh_": 14, "hp_hardtanh_": 14, "i8_gelu_": 14, "approxim": 14, "fp_gelu_": 14, "hp_gelu_": 14, "i8_softplus_": 14, "fp_softplus_": 14, "hp_softplus_": 14, "i8_elu_": [14, 73], "fp_elu_": [14, 73], "hp_elu_": [14, 73], "i8_celu_": 14, "fp_celu_": 14, "hp_celu_": 14, "i8_hardshrink_": 14, "lambd": [14, 15], "fp_hardshrink_": 14, "hp_hardshrink_": 14, "i8_softshrink_": 14, "fp_softshrink_": 14, "hp_softshrink_": 14, "i8_softsignopt_": 14, "fp_softsignopt_": 14, "hp_softsignopt_": 14, "i8_relu_p": 14, "fp_relu_p": 14, "hp_relu_p": 14, "i8_relu6_p": 14, "fp_relu6_p": 14, "hp_relu6_p": 14, "i8_clip_p": [14, 47], "fp_clip_p": [14, 47], "hp_clip_p": [14, 47], "i8_lrelu_p": 14, "fp_lrelu_p": 14, "hp_lrelu_p": 14, "i8_sigmoid_p": 14, "fp_sigmoid_p": 14, "hp_sigmoid_p": 14, "i8_tanh_p": 14, "fp_tanh_p": 14, "hp_tanh_p": 14, "i8_hsigmoid_p": 14, "fp_hsigmoid_p": 14, "hp_hsigmoid_p": 14, "i8_swish_p": 14, "fp_swish_p": 14, "hp_swish_p": 14, "i8_hswish_p": 14, "fp_hswish_p": 14, "hp_hswish_p": 14, "i8_hardtanh_p": 14, "fp_hardtanh_p": 14, "hp_hardtanh_p": 14, "i8_gelu_p": 14, "fp_gelu_p": 14, "hp_gelu_p": 14, "i8_softplus_p": 14, "fp_softplus_p": 14, "hp_softplus_p": 14, "i8_elu_p": [14, 73], "fp_elu_p": [14, 73], "hp_elu_p": [14, 73], "i8_celu_p": 14, "fp_celu_p": 14, "hp_celu_p": 14, "i8_hardshrink_p": 14, "fp_hardshrink_p": 14, "hp_hardshrink_p": 14, "i8_softshrink_p": 14, "fp_softshrink_p": 14, "hp_softshrink_p": 14, "i8_softsignopt_p": 14, "fp_softsignopt_p": 14, "hp_softsignopt_p": 14, "0x10004000": [14, 17, 25, 29, 30, 33, 51, 92, 100, 101, 154, 174, 178, 180, 184, 220], "quad": [15, 74, 78, 80, 81, 82, 83, 92, 100, 102, 104, 107, 112, 119, 130, 146, 153, 154, 157, 168, 181, 188, 194, 196, 200, 231], "src0_i": 15, "src1_i": 15, "src0": 15, "gradient": [15, 16, 17, 25, 37, 41, 69, 178, 189, 193], "src1": 15, "relugrad": 15, "relu6grad": 15, "leakyrelugrad": 15, "l_relu_grad": 15, "sigmoidgrad": 15, "tanhgrad": 15, "hsigmoidgrad": 15, "hswishgrad": 15, "gelugrad": 15, "elugrad": 15, "softplusgrad": 15, "hardshrinkgrad": 15, "shrink": 15, "softshrinkgrad": 15, "dst": [15, 29, 45, 47, 56, 77, 107, 151, 166, 167, 171, 203, 205, 218, 225, 226, 230], "fp_relu_grad_": 15, "hp_relu_grad_": 15, "fp_relu6_grad_": 15, "fp_l_relu_grad_": 15, "fp_sigmoid_grad_": 15, "fp_tanh_grad_": 15, "fp_h_sigmoid_grad_": 15, "fp_h_swish_grad_": 15, "fp_gelu_grad_": 15, "fp_elu_grad_": 15, "fp_softplus_grad_": 15, "fp_hard_shrink_grad_": 15, "fp_softshrink_grad_": 15, "78ne": [15, 48, 79, 80, 93, 94, 117, 118, 122, 128, 133, 135, 146, 163, 175, 176, 185, 199, 200, 206, 222], "util": [15, 48, 79, 80, 93, 94, 117, 118, 122, 128, 133, 135, 146, 163, 175, 176, 185, 199, 200, 206, 222], "0xa1000000": [15, 31, 36, 37, 65, 80, 95, 107, 118, 120, 122, 128, 129, 133, 134, 135, 142, 143, 150, 159, 168, 172, 177, 187, 197, 202, 212, 213, 214, 215, 229], "fp_relu_grad_p": 15, "hp_relu_grad_p": 15, "fp_relu6_grad_p": 15, "fp_l_relu_grad_p": 15, "fp_sigmoid_grad_p": 15, "fp_tanh_grad_p": 15, "fp_h_sigmoid_grad_p": 15, "fp_h_swish_grad_p": 15, "fp_gelu_grad_p": 15, "fp_elu_grad_p": 15, "fp_softplus_grad_p": 15, "fp_hard_shrink_grad_p": 15, "fp_softshrink_grad_p": 15, "0x10002000": [15, 17, 25, 51, 60, 61, 118, 122, 128, 133, 135, 146, 149, 150, 154, 159, 172, 174, 178, 184, 187, 202, 212, 214, 215, 220, 232], "139": 15, "01f": [15, 88, 91, 127], "nesterov": [16, 25, 178], "m_t": [16, 17, 178], "m_": [16, 17, 178], "g_t": [16, 17, 25, 123, 124, 125, 126, 178], "beta_1": [16, 17], "v_t": [16, 17], "v_": [16, 17, 130], "beta_2": [16, 17], "hat": [16, 17, 37, 92, 100], "lr": [16, 17], "w_t": [16, 178], "w_": [16, 35, 50, 51, 101, 123, 130, 140, 141, 178, 192], "epsilon": [16, 17, 36, 37, 41, 92, 100, 103, 106, 107, 108, 120, 143], "weight": [16, 17, 20, 25, 41, 42, 50, 51, 59, 61, 122, 140, 141, 178], "param": [16, 18, 19, 20, 22, 26, 27, 31, 32, 33, 34, 37, 41, 42, 50, 51, 52, 53, 56, 60, 62, 65, 66, 67, 72, 74, 75, 83, 85, 88, 89, 91, 93, 94, 97, 98, 99, 101, 103, 106, 108, 110, 111, 116, 120, 121, 123, 124, 125, 126, 127, 129, 130, 131, 136, 137, 142, 147, 161, 164, 166, 167, 174, 177, 179, 194, 195, 204, 209, 210, 223], "adamparam": 16, "typedef": [16, 20, 32, 50, 51, 56, 65, 83, 101, 123, 132, 142, 161, 164, 166, 167, 174, 184], "struct": [16, 20, 32, 50, 51, 56, 65, 83, 101, 123, 132, 142, 161, 164, 166, 167, 174, 184], "beta1": [16, 17], "beta2": [16, 17], "beta1_pow": 16, "beta2_pow": 16, "eps": 16, "fp_adam_": 16, "0xc1000000": [16, 37, 189, 193], "0xc2000000": [16, 189, 193], "0xc3000000": [16, 189, 193], "9f": [16, 17, 178], "999f": [16, 17], "beta1_power_v": 16, "beta2_power_v": 16, "8f": [16, 17], "001f": 16, "800000": 16, "fp_adam_p": 16, "am": [16, 50, 51, 60, 101, 109, 161, 174, 189, 193, 202], "0x10830000": [16, 32, 36, 41, 48, 72, 89, 102, 119, 120, 140, 141, 143, 168, 173, 175, 176, 181, 188], "0x10840000": [16, 32, 36, 41, 102, 120, 140, 141, 143, 173], "0x10850000": [16, 41, 57, 102, 140, 141, 143, 186, 225, 226], "decay": 17, "_t": [17, 124, 125, 126, 178], "var_t": 17, "var_": 17, "var": [17, 36, 108], "hp_adamweightdecay_": 17, "fp_adamweightdecay_": 17, "0xd0000000": [17, 25, 37, 41, 42, 102, 107, 119, 188, 232], "2f": [17, 25, 68, 69, 178], "hp_adamweightdecay_p": 17, "fp_adamweightdecay_p": 17, "0x10006000": [17, 25, 51, 174, 184, 220], "5e": [17, 178], "4f": [17, 92, 100], "activ": [18, 34, 66, 70, 91, 136, 209, 234, 235, 239], "input0_dim": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 129, 134, 136, 177, 204, 209], "input1_dim": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 129, 134, 136, 177, 204, 209], "output_dim": [18, 22, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 177, 197, 204, 209], "strides0": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 204, 209], "strides1": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 204, 209], "strides_output": [18, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 136, 204, 209], "num_dim": [18, 19, 66, 72, 75, 88, 89, 98, 99, 110, 111, 116, 129, 134, 136, 204, 209, 210], "activation_typ": [18, 22, 66, 91, 127, 136, 209], "fp64": [18, 21, 23, 24, 28, 29, 30, 35, 38, 39, 43, 45, 47, 48, 49, 57, 59, 64, 66, 72, 75, 76, 77, 78, 84, 85, 87, 88, 89, 93, 94, 98, 99, 105, 110, 111, 114, 116, 117, 118, 122, 127, 128, 130, 131, 133, 135, 136, 138, 139, 143, 144, 145, 146, 147, 149, 154, 157, 158, 159, 160, 161, 163, 166, 167, 170, 171, 173, 174, 175, 176, 177, 183, 185, 190, 191, 192, 196, 197, 199, 200, 203, 204, 205, 206, 207, 209, 213, 217, 222, 225, 226, 228, 230, 231, 232, 235], "i8_add_": [18, 241], "i16_add_": [18, 241], "i32_add_": [18, 241], "hp_add_": [18, 241], "fp_add_": [18, 241], "dp_add_": [18, 241], "c64_add_": [18, 241], "c128_add_": [18, 241], "add": [18, 174, 239], "max_dim": [18, 66, 136, 209], "0xa0001000": [18, 66, 123, 136, 140, 141, 152, 209], "0xa0002000": [18, 66, 136, 140, 141, 152, 209], "strides_out": [18, 66, 136, 209], "i8_add_p": [18, 241], "i16_add_p": [18, 241], "i32_add_p": [18, 241], "hp_add_p": [18, 241], "fp_add_p": [18, 241], "dp_add_p": [18, 241], "c64_add_p": [18, 241], "c128_add_p": [18, 241], "0x10800000": [18, 28, 66, 136, 209, 231], "0x10801000": [18, 66, 136, 209], "0x10802000": [18, 66, 136, 209], "dx1": [19, 67, 129, 134, 137, 187, 210], "partial": [19, 62, 67, 141, 189, 193, 210], "dx2": [19, 67, 137, 210], "x2": [19, 56, 67, 137, 169, 187, 210, 237], "dy": [19, 37, 40, 52, 53, 62, 67, 69, 108, 115, 129, 131, 134, 137, 172, 187, 202, 208, 210], "dx1_dim": [19, 210], "dx2_dim": [19, 210], "dy_dim": [19, 40, 129, 210], "temp_spac": [19, 62, 207, 210], "fp_add_grad_": 19, "hp_add_grad_": 19, "0x81000000": [19, 26, 27, 32, 34, 67, 71, 75, 88, 91, 98, 99, 103, 106, 108, 110, 111, 116, 131, 132, 137, 147, 177, 194, 195, 197, 204, 210, 223], "0x82000000": [19, 26, 27, 32, 34, 67, 71, 75, 88, 91, 98, 99, 103, 106, 108, 109, 110, 111, 116, 131, 132, 137, 147, 177, 194, 195, 197, 210, 223], "0x83000000": [19, 26, 27, 67, 75, 88, 91, 98, 99, 103, 108, 110, 111, 116, 131, 137, 177, 194, 195, 197, 210, 223], "tempspac": 19, "0x84000000": [19, 26, 27, 67, 75, 88, 89, 91, 103, 108, 110, 111, 116, 131, 137, 147, 164, 167, 177, 194, 195, 197, 210, 223], "0b1111": [19, 20, 26, 27, 34, 50, 51, 55, 56, 62, 75, 77, 84, 88, 101, 103, 106, 108, 109, 110, 111, 127, 131, 137, 161, 164, 166, 167, 174, 194, 195, 197, 205, 219, 223, 230], "same": [19, 72, 75, 88, 98, 99, 110, 111, 204, 210], "dx1_num": [19, 210], "get_total_el": [19, 75, 88, 98, 99, 110, 111, 177, 204, 210], "dx2_num": [19, 210], "dy_num": [19, 210], "rand": [19, 22, 26, 27, 34, 62, 67, 75, 88, 98, 99, 103, 106, 108, 110, 111, 131, 137, 177, 194, 195, 197, 204, 210, 221, 223], "100": [19, 26, 27, 34, 61, 65, 67, 75, 80, 88, 93, 98, 99, 102, 104, 110, 111, 112, 131, 142, 177, 190, 191, 193, 194, 197, 198, 204, 210, 221, 223], "0f": [19, 32, 47, 62, 65, 67, 68, 69, 73, 79, 83, 88, 91, 112, 120, 121, 127, 130, 132, 147, 149, 150, 152, 155, 169, 177, 178, 186, 187, 197, 204, 210], "fp_add_grad_p": 19, "hp_add_grad_p": 19, "ft04": [19, 88, 98, 116, 202, 217, 235], "0x10010000": [19, 20, 26, 27, 34, 35, 38, 50, 62, 67, 71, 74, 75, 84, 88, 91, 92, 93, 94, 95, 98, 99, 100, 101, 103, 106, 108, 109, 110, 111, 115, 116, 121, 127, 131, 137, 155, 156, 161, 165, 170, 177, 179, 185, 189, 192, 193, 194, 195, 196, 197, 199, 204, 207, 210, 213, 217, 218, 221, 222, 223, 227, 229], "0x10020000": [19, 20, 26, 27, 34, 43, 50, 52, 53, 62, 67, 71, 74, 75, 88, 91, 93, 94, 95, 98, 99, 101, 103, 106, 108, 110, 111, 115, 116, 127, 131, 137, 161, 165, 177, 189, 193, 194, 195, 197, 199, 204, 207, 210, 213, 221, 223, 229], "0x10030000": [19, 20, 26, 27, 50, 62, 67, 74, 75, 88, 91, 98, 99, 101, 103, 108, 110, 111, 116, 127, 131, 137, 177, 189, 193, 194, 195, 197, 204, 210, 213, 221, 223], "0x10040000": [19, 20, 26, 27, 31, 50, 52, 53, 64, 67, 74, 91, 103, 106, 108, 127, 131, 137, 177, 189, 190, 191, 193, 197, 204, 210, 221, 223], "adder": 20, "l1": [20, 120, 186, 187], "filter": [20, 52], "c_": [20, 35, 50, 51, 123], "input_x": [20, 39, 40, 41, 42, 46, 50, 51, 95, 211], "input_w": [20, 33, 50, 51, 62, 169], "bias": [20, 36, 37, 39, 50, 51, 91, 121, 123, 127, 173], "conv_param": [20, 50, 51, 52, 53], "convparamet": [20, 50, 52, 53], "workspace_": [20, 50, 51, 52, 53], "output_batch_": [20, 50, 51, 52, 53], "input_batch_": [20, 50, 51, 52, 53], "input_h_": [20, 50, 51, 52, 53], "input_w_": [20, 50, 51, 52, 53], "output_h_": [20, 50, 51, 52, 53], "output_w_": [20, 50, 51, 52, 53], "input_channel_": [20, 50, 51, 52, 53], "output_channel_": [20, 50, 51, 52, 53], "kernel_h_": [20, 50, 51, 52, 53], "kernel_w_": [20, 50, 51, 52, 53], "group_": [20, 50, 51, 52, 53], "pad_l_": [20, 50, 51, 52, 53], "pad_u_": [20, 50, 51, 52, 53], "dilation_h_": [20, 50, 51, 52, 53], "dilation_w_": [20, 50, 51, 52, 53], "stride_h_": [20, 50, 51, 52, 53], "stride_w_": [20, 50, 51, 52, 53], "buffer_size_": [20, 50, 51, 52, 53], "i8_adder_": 20, "hp_adder_": 20, "fp_adder_": 20, "testaddersmcfp32": 20, "input_shap": [20, 35, 38, 43, 48, 50, 51, 55, 56, 93, 94, 95, 97, 106, 132, 147, 161, 164, 174, 185, 190, 191, 199, 200, 206, 213, 222], "weight_shap": [20, 50, 51], "output_shap": [20, 22, 32, 43, 50, 51, 55, 56, 67, 132, 147, 164, 175, 176, 179, 197, 224], "dilat": [20, 50, 51, 52, 53], "group": [20, 50, 51, 52, 53, 62, 100, 122], "core_id": [20, 22, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "get_core_id": [20, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "logic_core_id": [20, 22, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "getlogiccoreid": [20, 22, 50, 51, 55, 56, 84, 98, 99, 101, 161, 164, 166, 167, 174], "core_num": [20, 50, 51, 55, 56, 77, 84, 98, 99, 101, 161, 164, 166, 167, 174, 205, 230], "getcorenum": [20, 22, 50, 51, 55, 56, 77, 84, 98, 99, 101, 161, 164, 166, 167, 174, 205, 230], "0x88000000": [20, 50, 51, 55, 56, 67, 77, 84, 101, 108, 109, 147, 161, 164, 166, 167, 174, 205, 230], "0x89000000": [20, 50, 51, 56, 67, 108, 147, 164], "output_data": [20, 50, 51, 74, 152, 162, 166, 167, 174, 215, 216, 221], "0x90000000": [20, 50, 51, 56, 123, 127], "bias_data": [20, 50, 51], "0x91000000": [20, 50, 51, 56, 127, 137], "0x92000000": [20, 50, 51, 56, 127], "in_channel": [20, 50, 51, 52, 53], "out_channel": [20, 50, 51, 52, 53], "nhwc": [20, 34, 39, 40, 50, 51, 62, 90, 130, 131, 165, 192], "i8_adder_p": 20, "hp_adder_p": 20, "fp_adder_p": 20, "testadderl2fp32": 20, "0x10060000": [20, 50, 52, 53, 74, 75, 91, 98, 99, 108, 110, 111, 137, 177, 189, 193, 195, 210, 221], "0x10070000": [20, 50, 52, 53, 75, 91, 98, 99, 110, 111, 137, 177], "_num": [21, 80, 222], "tensor_num": [21, 221], "element_num": [21, 106], "hp_addn_": 21, "fp_addn_": 21, "dp_addn_": 21, "i8_addn_": 21, "i16_addn_": 21, "i32_addn_": 21, "c64_addn_": 21, "c128_addn_": 21, "0xa0010000": [21, 184, 220], "0xb0001000": [21, 52, 53, 92, 100], "hp_addn_p": 21, "fp_addn_p": 21, "dp_addn_p": 21, "i8_addn_p": 21, "i16_addn_p": 21, "i32_addn_p": 21, "c64_addn_p": 21, "c128_addn_p": 21, "0x10814000": [21, 123], "0x10818000": 21, "0x1082c000": 21, "previous_output": 22, "input2": [22, 48, 98, 99, 150, 172, 212], "activationtype_no_activ": 22, "activationtype_relu": 22, "activationtype_relu6": 22, "activationtype_sigmoid": 22, "activationtype_tanh": 22, "activationtype_swish": 22, "activationtype_hswish": 22, "activationtype_hsigmoid": 22, "activationtype_softplus": 22, "21": 22, "input0_shap": [22, 179], "input1_shap": [22, 179], "input2_shap": 22, "context_s": 22, "is_full_run": 22, "full_input": 22, "full_input_shap": 22, "increment_input": 22, "increment_input_shap": 22, "increment_output": 22, "14": [22, 33, 62, 213, 225, 226, 239], "increment_output_shap": 22, "16": [22, 26, 27, 32, 33, 34, 40, 57, 62, 64, 88, 93, 95, 98, 99, 100, 103, 106, 107, 116, 122, 130, 132, 152, 185, 204, 210, 219, 222, 223, 225, 226, 229, 241], "previous_output_shap": 22, "i8_affine_": 22, "fp_affine_": 22, "hp_affine_": 22, "float16": [22, 45, 67, 74, 131, 142, 189, 193, 212, 241], "stdlib": 22, "test_fp_affine_": 22, "full_run": 22, "srand": [22, 26, 27, 34, 62, 67, 75, 88, 98, 99, 106, 108, 110, 111, 131, 137, 147, 177, 194, 195, 197, 204, 210, 221, 223], "dnum": 22, "0xa0400000": [22, 154], "0x100000": 22, "0x200000": 22, "0x300000": 22, "0x400000": 22, "0x500000": 22, "0x600000": 22, "0x700000": 22, "input0_len": 22, "input1_len": 22, "input2_len": 22, "rand_max": [22, 75, 98, 99, 103, 108, 110, 111, 221], "23": [22, 147], "29": [22, 147], "i8_affine_p": 22, "fp_affine_p": 22, "hp_affine_p": 22, "logic": [23, 116, 117, 118], "y_i": [23, 26, 27, 140, 141, 181, 193, 223], "s_i": [23, 59], "neq": [23, 28, 75, 78, 116, 117, 118, 141, 144], "outer_s": [23, 161], "inner_s": [23, 103, 119, 120, 161, 188, 193, 207], "axis_s": [23, 119, 188, 193], "i8_reduce_all_": 23, "i16_reduce_all_": 23, "i32_reduce_all_": 23, "hp_reduce_all_": 23, "fp_reduce_all_": 23, "dp_reduce_all_": 23, "c64_reduce_all_": 23, "c128_reduce_all_": 23, "i8_reduce_all_p": 23, "i16_reduce_all_p": 23, "i32_reduce_all_p": 23, "hp_reduce_all_p": 23, "fp_reduce_all_p": 23, "dp_reduce_all_p": 23, "c64_reduce_all_p": 23, "c128_reduce_all_p": 23, "rank": [24, 70, 183, 194, 234, 235], "input_rank": [24, 143, 195, 213], "output_rank": [24, 195], "data_s": [24, 38, 43, 64, 162, 190, 191, 192, 231, 237], "fp_all_gather_": 24, "dp_all_gather_": 24, "i8_all_gather_": 24, "i16_all_gather_": 24, "i32_all_gather_": 24, "c64_all_gather_": 24, "c128_all_gather_": 24, "fp_all_gather_p": 24, "dp_all_gather_p": 24, "i8_all_gather_p": 24, "i16_all_gather_p": 24, "i32_all_gather_p": 24, "c64_all_gather_p": 24, "c128_all_gather_p": 24, "momentum": 25, "accu_t": 25, "moment": [25, 178], "accu_": 25, "update_t": 25, "weight_t": 25, "weight_": 25, "learn": [25, 178], "_rate": [25, 178], "float_addr": 25, "int_addr": 25, "hp_apply_momentum_": 25, "fp_apply_momentum_": 25, "stdbool": [25, 79, 80, 127, 149, 157, 178], "0xd10000000": 25, "99f": 25, "hp_apply_momentum_p": 25, "fp_apply_momentum_p": 25, "0x10007000": [25, 184], "topk": [26, 27, 223], "underset": [26, 27, 223], "operatornam": [26, 27, 31, 59, 76, 127, 130, 153, 170, 223], "x_": [26, 27, 74, 92, 100, 103, 120, 141, 165, 189, 193, 223], "slice_i": [26, 27, 223], "output_valu": [26, 27, 194, 223], "return_valu": [26, 27, 223], "in_shap": [26, 27, 35, 55, 64, 192, 207, 208, 223], "in_strid": [26, 27, 147, 195, 223], "out_strid": [26, 27, 67, 137, 147, 195, 223, 224], "arg_el": [26, 27, 223], "out_valu": [26, 27, 223], "in_shape_s": [26, 27, 207, 223], "fp_arg_max_": 26, "hp_arg_max_": 26, "0x85000000": [26, 27, 67, 75, 88, 89, 91, 98, 99, 108, 110, 111, 116, 137, 147, 164, 177, 194, 210, 223], "0x86000000": [26, 27, 67, 75, 88, 89, 98, 99, 108, 110, 111, 116, 137, 147, 164, 177, 194, 210, 223], "0x86000200": [26, 27, 223], "outputfp32": [26, 27, 223], "outputint": [26, 27, 223], "in_total_el": [26, 27, 223], "fp_arg_max_p": 26, "hp_arg_max_p": 26, "0x10050000": [26, 27, 62, 67, 74, 75, 88, 91, 98, 99, 108, 110, 111, 116, 127, 137, 177, 189, 193, 195, 204, 210, 221, 223], "0x1004e000": [26, 27, 223], "0x1004e200": [26, 27, 223], "fp_arg_min_": 27, "hp_arg_min_": 27, "fp_arg_min_p": 27, "hp_arg_min_p": 27, "i8_assert_": 28, "i16_assert_": 28, "i32_assert_": 28, "hp_assert_": 28, "fp_assert_": 28, "dp_assert_": 28, "c64_assert_": 28, "c128_assert_": 28, "i8_assert_p": 28, "i16_assert_p": 28, "i32_assert_p": 28, "hp_assert_p": 28, "fp_assert_p": 28, "dp_assert_p": 28, "c64_assert_p": 28, "c128_assert_p": 28, "src": [29, 47, 56, 77, 79, 80, 107, 151, 166, 167, 171, 203, 205, 218, 225, 226, 230], "i8_assign_": 29, "i16_assign_": 29, "i32_assign_": 29, "fp_assign_": 29, "dp_assign_": 29, "c64_assign_": 29, "c128_assign_": 29, "hp_assign_": 29, "i8_assign_p": 29, "i16_assign_p": 29, "i32_assign_p": 29, "fp_assign_p": 29, "dp_assign_p": 29, "c64_assign_p": 29, "c128_assign_p": 29, "hp_assign_p": 29, "i8_assign_add_": 30, "i16_assign_add_": 30, "i32_assign_add_": 30, "fp_assign_add_": 30, "dp_assign_add_": 30, "c64_assign_add_": 30, "c128_assign_add_": 30, "hp_assign_add_": 30, "i8_assign_add_p": 30, "i16_assign_add_p": 30, "i32_assign_add_p": 30, "fp_assign_add_p": 30, "dp_assign_add_p": 30, "c64_assign_add_p": 30, "c128_assign_add_p": 30, "hp_assign_add_p": 30, "scale": [31, 36, 37, 68, 69, 71, 78, 79, 92, 100, 149, 150, 153, 155, 169, 173], "product": 31, "softmax": [31, 70, 119, 179, 189, 193, 234, 235], "top": [31, 35, 38, 53, 61, 190, 191], "d_k": 31, "major": [31, 85], "seq_len": [31, 101], "head_num": 31, "head_dim": 31, "qk": 31, "fp_attention_": 31, "0xa2000000": [31, 36, 48, 65, 107, 120, 122, 129, 134, 142, 143, 168, 177, 187, 206, 212, 214, 215], "0xa3000000": [31, 65, 142, 143], "0xa4000000": [31, 48, 65, 206], "sm": 31, "0xa5000000": [31, 65], "uint32_t": 31, "uintptr_t": [31, 42], "fp_attention_p": 31, "0x10080000": 31, "0x100c0000": 31, "0x10100000": [31, 37, 147], "0x10200000": [31, 37, 147], "audio": 32, "spectrogram": 32, "workspac": [32, 42, 50, 189, 193], "input_len": [32, 132, 228], "windowtyp": [32, 132], "window_typ": [32, 132], "n_fft": [32, 132], "hop_length": [32, 132], "win_length": [32, 132], "normal": [32, 36, 37, 92, 100, 108, 121, 132], "center": [32, 132, 142], "bordertyp": [32, 132], "pad_mod": [32, 132], "onesid": [32, 81, 82, 132, 168], "spectrogramparam": [32, 132], "fft_window": [32, 132], "fft_window_lat": [32, 132], "input_data_pad": [32, 132], "input_win": [32, 132], "exp_complex": [32, 132], "spec_f": [32, 132], "output_onsid": [32, 132], "workspaceparam": [32, 132], "fp_audio_spectrogram_": 32, "spec_param": [32, 132], "0x83200000": [32, 132], "spec_workspac": [32, 132], "0x83400000": [32, 132], "4000": [32, 132], "khann": [32, 132], "kconstant": [32, 132, 147], "fp_audio_spectrogram_p": 32, "output_mfcc": [32, 132], "output_": [33, 80, 145], "x_h": 33, "x_w": 33, "input_": [33, 48, 80, 200], "y_h": 33, "y_w": 33, "window": [33, 237, 239], "_h": [33, 130, 131, 169], "_w": [33, 130, 131, 169], "output_h": [33, 34, 62, 130, 131], "output_w": [33, 34, 62, 130, 131], "input_h": [33, 62, 169], "stride_w": [33, 34, 62, 130, 131], "stride_h": [33, 34, 62, 130, 131], "pad_l": [33, 34, 62, 130, 131], "pad_u": [33, 34, 62, 130, 131], "window_w": 33, "window_h": 33, "hp_avg_pool_grad_": 33, "fp_avg_pool_grad_": 33, "hp_avg_pool_grad_p": 33, "fp_avg_pool_grad_p": 33, "2d": 34, "averag": 34, "pool": [34, 169], "k_h": [34, 62], "k_w": [34, 62], "s_h": 34, "s_w": 34, "in_w": [34, 52, 53, 62, 130, 131], "in_h": [34, 52, 53, 62, 130, 131], "win_w": [34, 130, 131], "win_h": [34, 130, 131], "output_batch": [34, 62, 131], "minf": [34, 130, 131], "maxf": [34, 130, 131], "i8_avgpool_fusion_": 34, "fp_avgpool_fusion_": 34, "hp_avgpool_fusion_": 34, "input_ptr": [34, 119, 130, 131, 188], "output_ptr": [34, 119, 130, 131, 188], "dividor": [34, 130, 131], "dividor2": [34, 130, 131], "null": [34, 91, 122, 127, 131, 177], "input_s": [34, 41, 42, 46, 61, 101, 102, 123, 131], "fp_avg_pooling_": 34, "i8_avgpool_fusion_p": 34, "fp_avgpool_fusion_p": 34, "hp_avgpool_fusion_p": 34, "fp_avg_pooling_p": 34, "crop": [35, 38, 70, 234, 235], "n_": 35, "b_h": 35, "b_w": 35, "h_": [35, 50, 51, 101, 123, 124, 125, 126, 130, 192], "bottom": [35, 38, 190, 191], "ext": 35, "block_siz": [35, 38, 64, 108, 190, 191], "block_h": [35, 38, 190, 191], "block_w": [35, 38, 190, 191], "i8_batch_to_space_": 35, "block": [35, 38, 64, 192], "i16_batch_to_space_": 35, "i32_batch_to_space_": 35, "hp_batch_to_space_": 35, "fp_batch_to_space_": 35, "dp_batch_to_space_": 35, "c64_batch_to_space_": 35, "c128_batch_to_space_": 35, "i8_batch_to_space_p": 35, "i16_batch_to_space_p": 35, "i32_batch_to_space_p": 35, "hp_batch_to_space_p": 35, "fp_batch_to_space_p": 35, "dp_batch_to_space_p": 35, "c64_batch_to_space_p": 35, "c128_batch_to_space_p": 35, "dst_": [36, 91], "src_": 36, "mean_j": 36, "variance_j": 36, "varianc": [36, 37, 92, 100, 108], "i8_batch_norm_": 36, "fp_batch_norm_": 36, "hp_batch_norm_": 36, "5f": [36, 49, 61, 65, 68, 69, 92, 100, 150, 152, 157], "i8_batch_norm_p": 36, "fp_batch_norm_p": 36, "hp_batch_norm_p": 36, "dbia": [37, 40], "dscale": 37, "gamma": [37, 103, 107, 108, 120], "dy_i": [37, 69], "_i": [37, 46, 47, 59, 68, 69, 73, 76, 88, 98, 99, 106, 107, 108, 112, 113, 115, 116, 129, 134, 137, 140, 151, 170, 171, 172, 177, 187, 202, 203, 204], "beta": [37, 103, 107, 108, 120, 121, 186, 187], "dx_i": [37, 69], "dy_j": 37, "_j": [37, 107, 108, 119, 188], "dx": [37, 41, 53, 69, 108, 172, 202, 208], "invar": 37, "is_train": 37, "fp_batch_norm_grad_": 37, "hp_batch_norm_grad_": 37, "upstream": [37, 41, 69], "invers": [37, 81, 82, 165, 168], "0xe0000000": [37, 41, 42, 102], "0xb1000000": [37, 129, 134, 173, 199, 200], "fp_batch_norm_grad_p": 37, "hp_batch_norm_grad_p": 37, "space": [37, 59, 60, 64], "0x10300000": [37, 147], "0x10400000": [37, 147], "0x10500000": [37, 147], "0x10600000": [37, 147], "0x10700000": [37, 147], "i8_batchtospacend_": 38, "i16_batchtospacend_": 38, "i32_batchtospacend_": 38, "hp_batchtospacend_": 38, "fp_batchtospacend_": 38, "dp_batchtospacend_": 38, "c64_batchtospacend_": 38, "c128_batchtospacend_": 38, "i8_batchtospacend_p": 38, "i16_batchtospacend_p": 38, "i32_batchtospacend_p": 38, "hp_batchtospacend_p": 38, "fp_batchtospacend_p": 38, "dp_batchtospacend_p": 38, "c64_batchtospacend_p": 38, "c128_batchtospacend_p": 38, "input_bia": [39, 40, 101, 123], "nchw": [39, 90, 165], "1d": 39, "shape_s": [39, 40, 219], "data_format": 39, "i8_bias_add_": 39, "i16_bias_add_": 39, "i32_bias_add_": 39, "fp_bias_add_": 39, "hp_bias_add_": 39, "dp_bias_add_": 39, "c64_bias_add_": 39, "c128_bias_add_": 39, "format": [39, 40, 165], "224": [39, 85, 86, 90, 224], "the": [39, 40, 119, 166, 188, 239], "of": [39, 40, 166, 169, 239], "should": [39, 40, 166], "which": [39, 40], "i8_bias_add_p": 39, "i16_bias_add_p": 39, "i32_bias_add_p": 39, "fp_bias_add_p": 39, "hp_bias_add_p": 39, "dp_bias_add_p": 39, "c64_bias_add_p": 39, "c128_bias_add_p": 39, "0x11000000": [39, 40, 42, 46, 47, 59, 68, 69, 73, 113, 129, 134, 153, 228], "0x12000000": [39, 42, 68, 69, 129, 134], "dbias_c": 40, "fp_bias_add_grad_": 40, "hp_bias_add_grad_": 40, "fp_bias_add_grad_p": 40, "hp_bias_add_grad_p": 40, "dx_n": 41, "dl": 41, "_n": [41, 221], "w_n": [41, 42], "x_n": [41, 42], "y_n": [41, 42], "dloss": 41, "none": [41, 42, 140, 141, 174, 239], "weight_defin": [41, 42], "fp_binary_cross_entropy_grad_": 41, "hp_binary_cross_entropy_grad_": 41, "binary_cross_entropy_grad": 41, "fp_binary_cross_entropy_grad_p": 41, "hp_binary_cross_entropy_grad_p": 41, "l_n": 42, "tmp_loss": 42, "fp_binary_cross_entropy_": 42, "hp_binary_cross_entropy_": 42, "i8_binary_cross_entropy_": 42, "fp_binary_cross_entropy_p": 42, "hp_binary_cross_entropy_p": 42, "i8_binary_cross_entropy_p": 42, "0x13000000": [42, 129, 134], "0x14000000": [42, 129, 134], "input_shape_s": [43, 95], "output_shape_s": 43, "i8_broadcastto_": 43, "i16_broadcastto_": 43, "i32_broadcastto_": 43, "hp_broadcastto_": 43, "fp_broadcastto_": 43, "dp_broadcastto_": 43, "c64_broadcastto_": 43, "c128_broadcastto_": 43, "i8_broadcastto_p": 43, "i16_broadcastto_p": 43, "i32_broadcastto_p": 43, "hp_broadcastto_p": 43, "fp_broadcastto_p": 43, "dp_broadcastto_p": 43, "c64_broadcastto_p": 43, "c128_broadcastto_p": 43, "t_": 45, "i8_cast_to_i8_": 45, "i8_cast_to_i16_": 45, "i8_cast_to_i32_": 45, "i8_cast_to_fp_": 45, "fp_cast_to_fp16_": 45, "fp_cast_to_int32_": 45, "fp_cast_to_int16_": 45, "short": 45, "fp_cast_to_fp16_p": 45, "fp_cast_to_int32_p": 45, "fp_cast_to_int16_p": 45, "i16_cast_to_i8_": 45, "i16_cast_to_i16_": 45, "i16_cast_to_i32_": 45, "i16_cast_to_fp_": 45, "i32_cast_to_i8_": 45, "i32_cast_to_i16_": 45, "i32_cast_to_i32_": 45, "i32_cast_to_fp_": 45, "fp_cast_to_fp_": 45, "fp_cast_to_int8_": 45, "dp_cast_to_dp_": 45, "dp_cast_to_fp_": 45, "c64_cast_to_c64_": 45, "c128_cast_to_c128_": 45, "i8_cast_to_i8_p": 45, "i8_cast_to_i16_p": 45, "i8_cast_to_i32_p": 45, "i8_cast_to_fp_p": 45, "i16_cast_to_i8_p": 45, "i16_cast_to_i16_p": 45, "i16_cast_to_i32_p": 45, "i16_cast_to_fp_p": 45, "i32_cast_to_i8_p": 45, "i32_cast_to_i16_p": 45, "i32_cast_to_i32_p": 45, "i32_cast_to_fp_p": 45, "fp_cast_to_fp_p": 45, "fp_cast_to_int8_p": 45, "dp_cast_to_dp_p": 45, "dp_cast_to_fp_p": 45, "c64_cast_to_c64_p": 45, "c128_cast_to_c128_p": 45, "lceil": [46, 154, 165, 169, 207], "rceil": [46, 154, 165, 169, 207], "fp_ceil_": 46, "hp_ceil_": 46, "dp_ceil_": 46, "fp_ceil_p": 46, "hp_ceil_p": 46, "dp_ceil_p": 46, "i16_clip_": 47, "i32_clip_": 47, "dp_clip_": 47, "i16_clip_p": 47, "i32_clip_p": 47, "dp_clip_p": 47, "input_0": 48, "input_1": 48, "num_input": [48, 206], "input_ndim": [48, 93, 94, 199, 200, 206], "i8_concat_": 48, "i16_concat_": 48, "i32_concat_": 48, "hp_concat_": 48, "fp_concat_": 48, "dp_concat_": 48, "c64_concat_": 48, "c128_concat_": 48, "shape0": 48, "shape1": 48, "shape2": 48, "0b1011": [48, 79, 80, 117, 118, 199, 206, 222], "i8_concat_p": 48, "i16_concat_p": 48, "i32_concat_p": 48, "hp_concat_p": 48, "fp_concat_p": 48, "dp_concat_p": 48, "c64_concat_p": 48, "c128_concat_p": 48, "valu": [49, 83, 84, 91, 102, 127, 154], "value_r": 49, "value_imag": 49, "i8_constant_of_shape_": 49, "i16_constant_of_shape_": 49, "i32_constant_of_shape_": 49, "fp_constant_of_shape_": 49, "dp_constant_of_shape_": 49, "c64_constant_of_shape_": 49, "c128_constant_of_shape_": 49, "16000": 49, "c64": [49, 163, 241], "val_r": 49, "val_i": 49, "i8_constant_of_shape_p": 49, "i16_constant_of_shape_p": 49, "i32_constant_of_shape_p": 49, "fp_constant_of_shape_p": 49, "dp_constant_of_shape_p": 49, "c64_constant_of_shape_p": 49, "c128_constant_of_shape_p": 49, "14f": 49, "out_j": 50, "ccor": 50, "cross": [50, 181, 189, 193], "correl": 50, "kernel": [50, 62], "_size": [50, 74, 80, 81, 82, 102, 123, 168, 189, 196, 199], "quant_param": 50, "convquantparamet": 50, "left_shift_": 50, "right_shift_": 50, "multiplier_": 50, "filter_zp_ptr_": 50, "output_zp_": 50, "mini_": 50, "maxi_": 50, "per_channel_": 50, "i8_conv2d_": 50, "hp_conv2d_": 50, "fp_conv2d_": 50, "testconvsmcfp32": 50, "i8_conv2d_p": 50, "hp_conv2d_p": 50, "fp_conv2d_p": 50, "testconvl2fp32": 50, "0b0001": [50, 51, 55, 56, 77, 84, 101, 109, 161, 164, 166, 174, 205, 230], "convtransposeparamet": 51, "i8_convtranspose_": 51, "hp_convtranspose_": 51, "fp_convtranspose_": 51, "testconvtransposesmcfp32": 51, "check": [51, 161, 164, 166, 167, 204], "0x94000000": [51, 56], "memset": [51, 67, 137, 165, 197, 208], "i8_convtranspose_p": 51, "hp_convtranspose_p": 51, "fp_convtranspose_p": 51, "testconvtransposel2fp32": 51, "0x10003000": [51, 122, 154, 174, 184, 187, 212, 214, 215, 220, 232], "0x10005000": [51, 174, 184, 220], "backprop": [52, 53], "fusion": [52, 53, 100], "depthwis": [52, 53], "1x1": [52, 53], "dw": [52, 62, 124, 125, 126], "conv2dgradfilt": 52, "out_h": [52, 53, 62], "out_w": [52, 53, 62], "pad_r_": [52, 53], "pad_d_": [52, 53], "nweights_": [52, 53], "kernel_h": [52, 53, 62], "kernel_w": [52, 53, 62], "hp_conv2dbackpropfilterfusion_": 52, "fp_conv2dbackpropfilterfusion_": 52, "conv_paramet": [52, 53], "0xb0002000": [52, 53, 92, 100], "0x20000": [52, 53], "hp_conv2dbackpropfilterfusion_p": 52, "fp_conv2dbackpropfilterfusion_p": 52, "0x10000": [52, 53], "hp_conv2dbackpropinputfusion_": 53, "fp_conv2dbackpropinputfusion_": 53, "hp_conv2dbackpropinputfusion_p": 53, "fp_conv2dbackpropinputfusion_p": 53, "cosin": 54, "radian": 54, "i8_cos_": 54, "i16_cos_": 54, "i32_cos_": 54, "hp_cos_": 54, "fp_cos_": 54, "dp_cos_": 54, "i8_cos_p": 54, "i16_cos_p": 54, "i32_cos_p": 54, "hp_cos_p": 54, "fp_cos_p": 54, "dp_cos_p": 54, "out_shap": [55, 67, 137, 175, 176, 207], "type_s": [55, 84, 167, 212, 214], "anytype_crop_anycor": 55, "testcropsmcfp32": 55, "offset_": 55, "0x98000000": [55, 77, 161, 166, 174, 205, 230], "0xa8000000": [55, 166, 167, 174], "0xa8200000": 55, "0xa8410000": 55, "box_idx": 56, "box": [56, 142, 152, 156], "box_index": 56, "y1": [56, 169], "y2": [56, 169], "image_height": 56, "extrapolation_valu": 56, "cropandresizeparamet": 56, "input_shape_": [56, 164, 167], "output_shape_": [56, 164], "x_lefts_": [56, 164], "x_rights_": [56, 164], "y_tops_": [56, 164], "y_bottoms_": [56, 164], "x_weights_": [56, 164], "y_weights_": [56, 164], "line_buffers_": [56, 164], "i8_crop_and_resize_anycor": 56, "hp_crop_and_resize_anycor": 56, "fp_crop_and_resize_anycor": 56, "testcropandresizesmcfp32": 56, "inp_box": 56, "inp_box_idx": 56, "0x8a000000": [56, 67, 108, 164], "0x8b000000": [56, 67, 108, 164], "0x8c000000": [56, 164], "0x8d000000": [56, 164], "0x8e000000": [56, 164], "0x8f000000": 56, "0x93000000": [56, 127], "0x95000000": [56, 127], "preparecropandresizebilinear": 56, "exclus": 57, "inclus": 57, "out_dim": 57, "axis_dim": 57, "inner_dim": 57, "i8_cum_sum_": 57, "i16_cum_sum_": 57, "i32_cum_sum_": 57, "hp_cum_sum_": 57, "fp_cum_sum_": 57, "dp_cum_sum_": 57, "c64_cum_sum_": 57, "c128_cum_sum_": 57, "i8_cum_sum_p": 57, "i16_cum_sum_p": 57, "i32_cum_sum_p": 57, "hp_cum_sum_p": 57, "fp_cum_sum_p": 57, "dp_cum_sum_p": 57, "c64_cum_sum_p": 57, "c128_cum_sum_p": 57, "label": [59, 61, 140, 141, 180, 181, 189, 193], "blacklist": 59, "hash": [59, 122], "bmod": 59, "_count": [59, 154], "string_point": 59, "string_length": 59, "num_str": 59, "output_label": [59, 61], "output_weight": [59, 61], "fp_extract_features_": 59, "dp_extract_features_": 59, "i8_extract_features_": 59, "i16_extract_features_": 59, "i32_extract_features_": 59, "c64_extract_features_": 59, "c128_extract_features_": 59, "custom_extract_featur": 59, "hello": [59, 60], "world": 59, "test": [59, 127], "fp_extract_features_p": 59, "dp_extract_features_p": 59, "i8_extract_features_p": 59, "i16_extract_features_p": 59, "i32_extract_features_p": 59, "c64_extract_features_p": 59, "c128_extract_features_p": 59, "we": 60, "ll": 60, "will": 60, "300": [60, 198], "str_len": 60, "tmp_str": 60, "result_len": 60, "customnormalize_": 60, "customnormalize_p": 60, "labelinfo": 61, "weight_threshold": 61, "custompredict_": 61, "custompredict_p": 61, "deconvolut": 62, "convolut": 62, "im2row": 62, "gemm": 62, "dy_b": 62, "x_b": 62, "dy_data": 62, "out_c": 62, "x_data": 62, "in_c": 62, "input_batch": 62, "dw_data": 62, "hp_deconv_grad_filter_": 62, "fp_deconv_grad_filter_": 62, "2x2": [62, 72, 75, 88, 89, 98, 99, 110, 111, 204, 210, 237], "input_channel": 62, "grad": [62, 86, 189], "output_channel": 62, "dilation_h": 62, "dilation_w": 62, "seed": [62, 67, 75, 98, 99, 106, 108, 110, 111, 137, 155, 156, 177, 194, 195, 210, 221, 227], "1f": [62, 65, 71, 91, 127], "hp_deconv_grad_filter_p": 62, "fp_deconv_grad_filter_p": 62, "depth": [64, 145], "i8_depthtospace_": 64, "i16_depthtospace_": 64, "i32_depthtospace_": 64, "hp_depthtospace_": 64, "fp_depthtospace_": 64, "dp_depthtospace_": 64, "c64_depthtospace_": 64, "c128_depthtospace_": 64, "i8_depthtospace_p": 64, "i16_depthtospace_p": 64, "i32_depthtospace_p": 64, "hp_depthtospace_p": 64, "fp_depthtospace_p": 64, "dp_depthtospace_p": 64, "c64_depthtospace_p": 64, "c128_depthtospace_p": 64, "nms": [65, 142], "anchor": 65, "input_box": 65, "num_box": [65, 142], "input_scor": 65, "num_classes_with_bg_": 65, "num_classes_with_bg": 65, "use_regular_nm": 65, "max_detect": 65, "max_classes_per_detect": 65, "fast": 65, "detections_per_class": 65, "regular": 65, "nms_score_threshold": 65, "nms_iou_threshold": 65, "y_scale": 65, "x_scale": 65, "h_scale": 65, "w_scale": 65, "decoded_box": 65, "uint8_t": [65, 102], "nms_candid": 65, "select": [65, 70, 234, 235], "score": [65, 142], "all_class_scor": 65, "all_class_index": 65, "single_class_index": 65, "boxes_scal": 65, "boxes_zero_point": 65, "scores_scal": 65, "scores_zero_point": 65, "detectionpostprocessparamet": 65, "output_box": 65, "output_class": 65, "output_scor": 65, "fp_detection_post_process_": 65, "i8_detection_post_process_": 65, "hp_detection_post_process_": 65, "0xa6000000": 65, "0xa7000000": 65, "fp_detection_post_process_p": 65, "i8_detection_post_process_p": 65, "hp_detection_post_process_p": 65, "1917": 65, "i8_div_": 66, "i16_div_": 66, "i32_div_": 66, "hp_div_": 66, "fp_div_": 66, "dp_div_": 66, "c64_div_": 66, "c128_div_": 66, "div": 66, "i8_div_p": 66, "i16_div_p": 66, "i32_div_p": 66, "hp_div_p": 66, "fp_div_p": 66, "dp_div_p": 66, "c64_div_p": 66, "c128_div_p": 66, "dx_1": 67, "x_1": [67, 186], "x_2": [67, 186], "dx_2": 67, "divgrad1l": 67, "divgrad2l": 67, "large_shap": [67, 137], "small_shap": [67, 137], "large_strid": [67, 137], "small_strid": [67, 137], "large_multipl": [67, 137], "small_multipl": [67, 137], "tile_data0": [67, 137], "tile_data1": [67, 137], "tile_data2": 67, "fp_div_grad_": 67, "x1_data": [67, 137], "x2_data": [67, 137], "hp_div_grad_": 67, "0x87000000": [67, 98, 99, 108, 137, 147, 164, 177, 194], "check_dx1": [67, 137], "check_dx2": [67, 137], "dy_siz": [67, 131, 137], "x1_size": [67, 137], "x2_size": [67, 137], "0x8b100000": 67, "0x8b200000": 67, "0x8b300000": 67, "0x8b400000": 67, "0x8b500000": 67, "x1_shape": [67, 137], "0x8b600000": 67, "x2_shape": [67, 137], "0x8b700000": 67, "fp_div_grad_p": 67, "hp_div_grad_p": 67, "0x10016000": [67, 108, 137], "0x10026000": [67, 108, 137], "0x10036000": [67, 108, 137], "0x10046000": 67, "0x10051000": [67, 137], "0x10053000": [67, 88, 116, 137, 204], "0x10054000": [67, 137], "0x10055000": [67, 108, 137], "0x10056000": [67, 88, 116, 204], "0x10057000": 67, "0x10058000": 67, "fp_dropout_": 68, "hp_dropout_": 68, "pre": 68, "generat": 68, "fp_dropout_p": 68, "hp_dropout_p": 68, "dropout": [69, 70, 179, 234, 235], "fp_dropout_grad_": 69, "hp_dropout_grad_": 69, "fp_dropout_grad_p": 69, "hp_dropout_grad_p": 69, "absgrad": [70, 234, 235], "activationgrad": [70, 234, 235], "adamweightdecay": [70, 234], "adderfus": [70, 234, 235], "addfus": [70, 234, 235], "addgrad": [70, 234, 235], "addn": [70, 234, 235], "affin": [70, 234, 235], "allgath": [70, 234, 235], "applymomentum": [70, 234, 235], "assert": [70, 234, 235], "assign": [70, 234, 235], "assignadd": [70, 234], "attent": [70, 234, 235], "audiospectrogram": [70, 234], "avgpool": [70, 234], "avgpoolgrad": [70, 234, 235], "batchnorm": [70, 234, 235], "batchnormgrad": [70, 234, 235], "batchtospac": [70, 234, 235], "batchtospacend": [70, 234, 235], "biasadd": [70, 234, 235], "biasaddgrad": [70, 234, 235], "binarycrossentropi": [70, 234, 235], "binarycrossentropygrad": [70, 234, 235], "broadcastto": [70, 234, 235], "constantofshap": [70, 234, 235], "conv2dtranspos": [70, 234], "conv2dbackpropfilterfus": [70, 234, 235], "conv2dbackpropinputfus": [70, 234, 235], "cropandres": [70, 234, 235], "cumsum": [70, 234, 235], "customextractfeatur": [70, 234, 235], "customnorm": [70, 234, 235], "custompredict": [70, 234, 235], "deconvgradfilt": [70, 234], "depthtospac": [70, 234, 235], "detectionpostprocess": [70, 234, 235], "divfus": [70, 234, 235], "divgrad": [70, 137, 234, 235], "dropoutgrad": [70, 234, 235], "dynamicqu": [70, 234, 235], "eltwis": [70, 234, 235], "embeddinglookup": [70, 234], "equal": [70, 234, 235], "expanddim": [70, 234, 235], "expfus": [70, 234, 235], "fakequantwithminmaxvar": [70, 234], "fakequantwithminmaxvarsperchannel": [70, 234], "fftimag": [70, 234], "fftreal": [70, 234], "fill": [70, 234, 235], "fillv2": [70, 234], "flattengrad": [70, 234, 235], "floordiv": [70, 234, 235], "floormod": [70, 234, 235], "formattranspos": [70, 234], "fullconnect": [70, 234, 235], "fusedbatchnorm": [70, 234, 235], "gatherd": [70, 234, 235], "gathernd": [70, 234, 235], "glu": [70, 234, 235], "greater": [70, 99, 166, 234, 235], "greaterequ": [70, 234, 235], "groupnormfus": [70, 234, 235], "gru": [70, 234, 235], "hashtablelookup": [70, 234, 235], "instancenorm": [70, 234, 235], "invertpermut": [70, 234, 235], "isfinit": [70, 234, 235], "l2norm": [70, 234], "layernormfus": [70, 234, 235], "layernormgrad": [70, 234, 235], "leakyrelu": [70, 234, 235], "less": [70, 111, 166, 234, 235], "lessequ": [70, 234, 235], "log1p": [70, 234, 235], "loggrad": [70, 234, 235], "logicaland": [70, 234, 235], "logicalnot": [70, 234, 235], "logicalor": [70, 234, 235], "logsoftmax": [70, 140, 179, 234, 235], "lpnormal": [70, 234], "lrn": [70, 234, 235], "lshproject": [70, 234, 235], "lstm": [70, 124, 125, 126, 234, 235], "lstmgrad": [70, 234, 235], "lstmgraddata": [70, 234, 235], "lstmgradweight": [70, 234, 235], "matmulfus": [70, 234, 235], "maximum": [70, 129, 142, 234, 235], "maximumgrad": [70, 234, 235], "maxpoolfus": [70, 234, 235], "maxpoolgrad": [70, 234, 235], "mfcc": [70, 234], "minimum": [70, 134, 234, 235], "minimumgrad": [70, 234, 235], "mulfus": [70, 234, 235], "mulgrad": [70, 234, 235], "neg": [70, 117, 234, 235], "neggrad": [70, 234, 235], "nllloss": [70, 141, 234, 235], "nlllossgrad": [70, 234, 235], "nonmaxsuppress": [70, 234, 235], "nonzero": [70, 234, 235], "notequ": [70, 234, 235], "onehot": [70, 234, 235], "oneslik": [70, 234, 235], "padfus": [70, 234, 235], "powergrad": [70, 234, 235], "powfus": [70, 234, 235], "prelufus": [70, 234, 235], "priorbox": [70, 234, 235], "quantdtypecast": [70, 234, 235], "raggedrang": [70, 234, 235], "randomnorm": [70, 234, 235], "randomstandardnorm": [70, 234, 235], "realdiv": [70, 234, 235], "reciproc": [70, 171, 234, 235], "reduc": [70, 162, 234], "reducescatt": [70, 234, 235], "resizegrad": [70, 234, 235], "reversesequ": [70, 234, 235], "reversev2": [70, 234, 235], "rfft": [70, 81, 82, 234], "roipool": [70, 234, 235], "rsqrt": [70, 172, 234, 235], "rsqrtgrad": [70, 234, 235], "scalefus": [70, 234, 235], "scatterel": [70, 234], "scatternd": [70, 234, 235], "scatterndupd": [70, 234, 235], "sgd": [70, 234, 235], "sigmoidcrossentropywithlogit": [70, 234, 235], "sigmoidcrossentropywithlogitsgrad": [70, 234, 235], "skipgram": [70, 234, 235], "slicefus": [70, 234, 235], "smoothl1loss": [70, 234, 235], "smoothl1lossgrad": [70, 234, 235], "softmaxcrossentropywithlogit": [70, 193, 234], "spacetobatch": [70, 234, 235], "spacetobatchnd": [70, 234, 235], "spacetodepth": [70, 234, 235], "sparsefillemptyrow": [70, 234], "sparsereshap": [70, 234], "sparsesegmentsum": [70, 234], "sparsesoftmaxcrossentropywithlogit": [70, 234, 235], "sparsetodens": [70, 234, 235], "splice": [70, 234, 235], "splitwithoverlap": [70, 234, 235], "sqrtgrad": [70, 234, 235], "squarediffer": [70, 234], "stack": [70, 184, 234, 235], "stridedslic": [70, 208, 234, 235], "stridedslicegrad": [70, 234, 235], "subfus": [70, 234, 235], "subgrad": [70, 234, 235], "switch": [70, 234, 235], "switchlay": [70, 234, 235], "tensorarray": [70, 234], "tensorarrayread": [70, 214, 216, 234], "tensorarraywrit": [70, 214, 234], "tensorlistfromtensor": [70, 234, 235], "tensorlistgetitem": [70, 234, 235], "tensorlistreserv": [70, 234, 235], "tensorlistsetitem": [70, 234, 235], "tensorliststack": [70, 234, 235], "tensorscatteradd": [70, 234, 235], "tile": [70, 234], "topkfus": [70, 234, 235], "tril": [70, 234], "triu": [70, 234], "uniformr": [70, 234, 235], "uniqu": [70, 234, 235], "unsortedsegmentsum": [70, 234, 235], "unstack": [70, 234, 235], "zeroslik": [70, 234, 235], "call": [70, 234, 235], "custom": [70, 234, 239], "depend": [70, 234], "genop": [70, 234], "partialfus": [70, 234, 235], "point": [71, 79, 142, 153], "q_i": [71, 153], "x_i": [71, 153, 181], "zp": [71, 153], "127": [71, 79, 104, 153], "infti": 71, "real_valu": 71, "quant_valu": 71, "min_valu": 71, "max_valu": 71, "fp_dynamic_quant_": 71, "hp_dynamic_quant_": 71, "fp_dynamic_quant_p": 71, "hp_dynamic_quant_p": 71, "mathbf": 72, "_mode": 72, "_prod": 72, "_sum": 72, "_maximum": 72, "i8_eltwise_": 72, "eltwise_mode_": 72, "i16_eltwise_": 72, "i32_eltwise_": 72, "hp_eltwise_": 72, "fp_eltwise_": 72, "dp_eltwise_": 72, "c64_eltwise_": 72, "c128_eltwise_": 72, "eltwise_prod": 72, "eltwise_sum": 72, "eltwise_maximum": 72, "i8_eltwise_p": 72, "i16_eltwise_p": 72, "i32_eltwise_p": 72, "hp_eltwise_p": 72, "fp_eltwise_p": 72, "dp_eltwise_p": 72, "c64_eltwise_p": 72, "c128_eltwise_p": 72, "foral": [74, 102], "ids": 74, "textbf": 74, "_regul": 74, "_k": [74, 154], "displaystyl": [74, 131], "leftarrow": [74, 102], "_norm": 74, "layer": [74, 108], "10pt": [74, 102], "12pt": 74, "y_k": 74, "max_norm": 74, "is_regul": 74, "ids_size_": 74, "layer_size_": 74, "layer_num_": 74, "hp_embedding_lookup_": 74, "fp_embedding_lookup_": 74, "0x200000000": 74, "input_data_": 74, "0x210000000": 74, "0x220000000": 74, "0x230000000": 74, "output_data_": 74, "0x240000000": 74, "is_regulated_": 74, "0x250000000": 74, "ulp_err": 74, "0x410000000": 74, "layer_s": 74, "0x260000000": 74, "layer_num": 74, "0x261000000": 74, "0x262000000": 74, "ids_siz": 74, "0x263000000": 74, "20000": 74, "test_step": 74, "other": [74, 123], "initi": [74, 91, 127, 167], "hp_embedding_lookup_p": 74, "fp_embedding_lookup_p": 74, "0x110000000": 74, "0x10061000": 74, "0x10062000": 74, "0x10063000": 74, "i8_equal_": 75, "i16_equal_": 75, "i32_equal_": 75, "hp_equal_": 75, "fp_equal_": 75, "dp_equal_": 75, "c64_equal_": 75, "c128_equal_": 75, "f_min": [75, 98, 99, 108, 110, 111, 132], "f_max": [75, 98, 99, 108, 110, 111, 132], "total_input0": [75, 88, 98, 99, 110, 111, 204], "total_input1": [75, 88, 98, 99, 110, 111, 204], "total_output": [75, 88, 98, 99, 110, 111, 204], "i8_equal_p": 75, "i16_equal_p": 75, "i32_equal_p": 75, "hp_equal_p": 75, "fp_equal_p": 75, "dp_equal_p": 75, "c64_equal_p": 75, "c128_equal_p": 75, "function": [76, 179], "int_": 76, "dt": 76, "fp_erf_": 76, "dp_erf_": 76, "hp_erf_": 76, "c6678": 76, "fp_erf_p": 76, "dp_erf_p": 76, "hp_erf_p": 76, "total_copy_s": [77, 205, 230], "anytype_expand_dims_anycor": 77, "s_": 78, "_scale": [78, 165], "in_scal": 78, "out_scal": 78, "i8_exp_": 78, "i16_exp_": 78, "i32_exp_": 78, "hp_exp_": 78, "fp_exp_": 78, "dp_exp_": 78, "c64_exp_": 78, "c128_exp_": 78, "i8_exp_p": 78, "i16_exp_p": 78, "i32_exp_p": 78, "hp_exp_p": 78, "fp_exp_p": 78, "dp_exp_p": 78, "c64_exp_p": 78, "c128_exp_p": 78, "zero_point": 79, "quant_min": [79, 80], "quant_max": [79, 80], "quant": [79, 80], "_max": [79, 80, 229], "_min": [79, 80], "clamp": 79, "nudg": [79, 80], "symmetr": [79, 80, 147], "nudge_min": 79, "nudge_max": 79, "fp_fake_quant_with_min_max_vars_": 79, "hp_fake_quant_with_min_max_vars_": 79, "min_v": 79, "max_v": 79, "960001": [79, 117, 118, 128, 133, 146, 163], "fp_fake_quant_with_min_max_vars_p": 79, "hp_fake_quant_with_min_max_vars_p": 79, "per": 80, "channel_num": 80, "scale_c": [80, 92, 100], "_val_c": 80, "fakequ": 80, "_min_c": 80, "fp_fake_quant_with_min_max_vars_per_channel_": 80, "hp_fake_quant_with_min_max_vars_per_channel_": 80, "min_arr": 80, "max_arr": 80, "0xa1001000": 80, "960000": 80, "fp_fake_quant_with_min_max_vars_per_channel_p": 80, "hp_fake_quant_with_min_max_vars_per_channel_p": 80, "0x10008000": [80, 92, 100, 101, 180, 184], "0x10008100": 80, "0x10009000": [80, 184], "twiddl": [81, 82, 168], "factor": [81, 82, 168], "irfft": [81, 82, 168], "kn": [81, 82, 168], "fft_size": [81, 82, 168], "dir": [81, 82, 168], "fft_forward": [81, 82, 168], "fft_invers": [81, 82, 168], "scratch_ptr": [81, 82, 168, 194], "fft_size1": [81, 82, 168], "fft_size2": [81, 82, 168], "int64": [81, 82, 168], "signal_s": [81, 82, 168], "tupl": [81, 82, 168], "_ndim": [81, 82, 168], "typeerror": [81, 82, 168], "irff": [81, 82, 168], "fillparamet": 83, "shape_": [83, 85, 166, 179, 211], "ndim_": [83, 85, 166, 167], "elem_cnt_": [83, 85], "type_size_": [83, 85, 166, 167], "i8_fill_": 83, "i16_fill_": 83, "i32_fill_": 83, "hp_fill_": 83, "fp_fill_": 83, "dp_fill_": 83, "c64_fill_": 83, "c128_fill_": 83, "i8_fill_p": 83, "i16_fill_p": 83, "i32_fill_p": 83, "hp_fill_p": 83, "fp_fill_p": 83, "dp_fill_p": 83, "c64_fill_p": 83, "c128_fill_p": 83, "anytype_fillv2_": 84, "789": 84, "anytype_fillv2_p": 84, "flattenparamet": 85, "0x1": 85, "_input": [86, 206], "_output": [86, 169], "origin": 86, "_shape": [86, 192, 196, 206, 207], "origin_shap": 86, "origin_ndim": 86, "fp_flatten_grad_": 86, "hp_flatten_grad_": 86, "grad_flat": 86, "grad_out": 86, "fp_flatten_grad_p": 86, "hp_flatten_grad_p": 86, "floorf": [87, 89], "hp_floor_": 87, "fp_floor_": 87, "dp_floor_": 87, "hp_floor_p": 87, "fp_floor_p": 87, "dp_floor_p": 87, "modulus": 88, "lfloor": [88, 165], "rfloor": [88, 165], "fp_floor_mod_": 88, "hp_floor_mod_": 88, "dp_floor_mod_": 88, "fp_floor_mod_p": 88, "hp_floor_mod_p": 88, "dp_floor_mod_p": 88, "hp_floor_div_": 89, "src_data0": 89, "src_data1": 89, "fp_floor_div_": 89, "dp_floor_div_": 89, "hp_floor_div_p": 89, "fp_floor_div_p": 89, "dp_floor_div_p": 89, "0x10841000": 89, "0x10842000": 89, "0x10843000": 89, "nc4hw4": 90, "nc8hw8": 90, "src_format": 90, "dst_format": 90, "plane": 90, "clx64": [90, 198, 224], "i16": [90, 117, 118, 122, 128, 133, 135, 162, 198, 224, 241], "i32": [90, 117, 118, 122, 128, 133, 135, 162, 198, 224, 241], "fp_format_transpose_": 90, "hp_format_transpose_": 90, "dp_format_transpose_": 90, "i8_format_transpose_": 90, "i16_format_transpose_": 90, "i32_format_transpose_": 90, "c64_format_transpose_": 90, "c128_format_transpose_": 90, "fp_format_transpose_p": 90, "hp_format_transpose_p": 90, "dp_format_transpose_p": 90, "i8_format_transpose_p": 90, "i16_format_transpose_p": 90, "i32_format_transpose_p": 90, "c64_format_transpose_p": 90, "c128_format_transpose_p": 90, "a_": 91, "b_": [91, 101, 123], "bias_": 91, "a_transpos": [91, 127], "b_transpos": [91, 127], "t_a": 91, "t_b": 91, "activation_non": 91, "activation_relu": [91, 127], "activation_relu6": 91, "i8_full_connection_": 91, "fp_full_connection_": 91, "hp_full_connection_": 91, "a_ref": [91, 127], "b_ref": [91, 127], "c_ref": [91, 127], "bias_ref": [91, 127], "c_singl": [91, 127], "small": [91, 127], "i8_full_connection_p": 91, "fp_full_connection_p": 91, "hp_full_connection_p": 91, "fuse": 92, "mean_c": 92, "variance_c": 92, "y_": [92, 100, 103, 120, 165, 189], "offset_c": [92, 100], "hp_fusedbatchnorm_": 92, "fp_fusedbatchnorm_": 92, "0xb0003000": [92, 100], "hp_fusedbatchnorm_p": 92, "fp_fusedbatchnorm_p": 92, "0x1000c000": [92, 100, 101], "0x10014000": [92, 100, 101], "batch_dim": [93, 166], "indices_shap": [93, 94, 145, 174, 175, 176], "indices_ndim": [93, 94, 175, 176], "i8_gather_": 93, "i16_gather_": 93, "i32_gather_": 93, "hp_gather_": 93, "fp_gather_": 93, "dp_gather_": 93, "c64_gather_": 93, "c128_gather_": 93, "800": [93, 132], "80": [93, 200], "i8_gather_p": 93, "i16_gather_p": 93, "i32_gather_p": 93, "hp_gather_p": 93, "fp_gather_p": 93, "dp_gather_p": 93, "c64_gather_p": 93, "c128_gather_p": 93, "i8_gather_nd_": 94, "i16_gather_nd_": 94, "i32_gather_nd_": 94, "hp_gather_nd_": 94, "fp_gather_nd_": 94, "dp_gather_nd_": 94, "c64_gather_nd_": 94, "c128_gather_nd_": 94, "i8_gather_nd_p": 94, "i16_gather_nd_p": 94, "i32_gather_nd_p": 94, "hp_gather_nd_p": 94, "fp_gather_nd_p": 94, "dp_gather_nd_p": 94, "c64_gather_nd_p": 94, "c128_gather_nd_p": 94, "i_0": [95, 185], "i_n": [95, 145], "_x": [95, 165, 211], "i_": [95, 145, 185], "index_shap": 95, "fp_gather_d_": 95, "dp_gather_d_": 95, "i8_gather_d_": 95, "i16_gather_d_": 95, "i32_gather_d_": 95, "c64_gather_d_": 95, "c128_gather_d_": 95, "fp_gatherd_": 95, "fp_gather_d_p": 95, "dp_gather_d_p": 95, "i8_gather_d_p": 95, "i16_gather_d_p": 95, "i32_gather_d_p": 95, "c64_gather_d_p": 95, "c128_gather_d_p": 95, "fp_gatherd_p": 95, "split_dim": 97, "otim": 97, "in_data": [97, 196, 220, 224], "split_data": 97, "num_split": [97, 199, 200], "split_siz": [97, 199], "i8_glu_": 97, "hp_glu_": 97, "fp_glu_": 97, "7004": [97, 145, 152], "split_data_buf": 97, "i8_glu_p": 97, "hp_glu_p": 97, "fp_glu_p": 97, "fp_greater_": 98, "hp_greater_": 98, "dp_greater_": 98, "i32_greater_": 98, "i16_greater_": 98, "i8_greater_": 98, "63": [98, 99], "fp_greater_p": 98, "hp_greater_p": 98, "i32_greater_p": 98, "i16_greater_p": 98, "i8_greater_p": 98, "fp_greater_equal_": 99, "hp_greater_equal_": 99, "dp_greater_equal_": 99, "i32_greater_equal_": 99, "i16_greater_equal_": 99, "i8_greater_equal_": 99, "fp_greater_equal_p": 99, "hp_greater_equal_p": 99, "i32_greater_equal_p": 99, "i16_greater_equal_p": 99, "i8_greater_equal_p": 99, "mu_": [100, 103], "2_": [100, 103], "num_group": 100, "hp_groupnormfusion_": 100, "fp_groupnormfusion_": 100, "49": 100, "hp_groupnormfusion_p": 100, "fp_groupnormfusion_p": 100, "36": 100, "rnn": [101, 123], "x_t": [101, 123, 124, 125, 126], "z_t": 101, "r_t": 101, "n_t": 101, "ir": [101, 237], "hr": 101, "iz": 101, "hz": 101, "odot": [101, 123, 124, 125, 126], "hn": 101, "h_t": [101, 123], "hadamard": 101, "pytorch": 101, "weight_g": 101, "weight_r": 101, "state_bia": [101, 123], "hidden_st": [101, 123], "buffer": [101, 123], "gru_param": 101, "gruparamet": 101, "input_size_": [101, 123], "hidden_size_": [101, 123], "seq_len_": [101, 123], "batch_": [101, 123], "output_step_": [101, 123], "bidirectional_": [101, 123], "input_row_align_": [101, 123], "input_col_align_": [101, 123], "state_row_align_": [101, 123], "state_col_align_": [101, 123], "check_seq_len_": 101, "i8_gru_": 101, "hp_gru_": 101, "fp_gru_": 101, "testgrusmcfp32": 101, "check_seq_len": 101, "bidirect": 101, "hidden_s": [101, 123], "0x88100000": 101, "0x88200000": 101, "0x88300000": 101, "0x88400000": 101, "0x88500000": 101, "0x88600000": 101, "0x88700000": 101, "output_hidden_st": 101, "0x88800000": 101, "0x88900000": 101, "hidden_state_batch": 101, "num_direct": 101, "input_col_align": 101, "state_col_align": 101, "check_output_hidden_st": 101, "0x88a00000": 101, "0x88b00000": 101, "0x88c00000": 101, "0x88d00000": 101, "i8_gru_p": 101, "hp_gru_p": 101, "fp_gru_p": 101, "testgrul2fp32": 101, "0x10018000": [101, 194], "0x1001c000": 101, "0x10024000": [101, 161], "0x10034000": 101, "0x10038000": [101, 194], "0x1003c000": 101, "bsearch": 102, "keys_tensor": 102, "exist": 102, "key": 102, "hit": 102, "values_tensor": 102, "keys_siz": 102, "output_tensor": [102, 184, 217, 218], "hits_tensor": 102, "i32_hashtablelookup_": 102, "i32_hashtablelookup_p": 102, "instanc": [103, 120], "gamma_c": [103, 120], "beta_c": [103, 120], "fp_instance_norm_": 103, "hp_instance_norm_": 103, "001": 103, "fp_instance_norm_p": 103, "hp_instance_norm_p": 103, "32767": 104, "i8_invert_permutation_": 104, "i16_invert_permutation_": 104, "i32_invert_permutation_": 104, "i8_invert_permutation_p": 104, "i16_invert_permutation_p": 104, "i32_invert_permutation_p": 104, "nan": [105, 113, 115, 149, 170, 201], "i8_is_finite_": 105, "i16_is_finite_": 105, "i32_is_finite_": 105, "hp_is_finite_": 105, "fp_is_finite_": 105, "dp_is_finite_": 105, "c64_is_finite_": 105, "c128_is_finite_": 105, "i8_is_finite_p": 105, "i16_is_finite_p": 105, "i32_is_finite_p": 105, "hp_is_finite_p": 105, "fp_is_finite_p": 105, "dp_is_finite_p": 105, "c64_is_finite_p": 105, "c128_is_finite_p": 105, "_relu6": 106, "_relu": [106, 109], "temp_sum": 106, "shape_num": 106, "norm_flag": 106, "is_relu": 106, "is_relu6": 106, "hp_l2norm_": 106, "fp_l2norm_": 106, "hp_l2norm_p": 106, "fp_l2norm_p": 106, "layernorm": [107, 179], "mu": [107, 108], "gamma_i": 107, "beta_i": 107, "gamma_data": 107, "beta_data": 107, "param_inner_s": 107, "param_outer_s": 107, "norm_inner_s": 107, "norm_outer_s": 107, "task_id": 107, "thread_num": 107, "out_mean": 107, "out_vari": 107, "fp_layernormfusion_": 107, "hp_layernormfusion_": 107, "i8_layernormfusion_": 107, "0xd1000000": 107, "fp_layernormfusion_p": 107, "hp_layernormfusion_p": 107, "i8_layernormfusion_p": 107, "0x10811000": [107, 123], "0x10812000": [107, 123, 206], "0x10821000": 107, "0x10822000": 107, "dg": 108, "x_j": 108, "db": 108, "param_num": 108, "param_s": 108, "block_num": 108, "hp_layer_norm_grad_": 108, "fp_layer_norm_grad_": 108, "check_dx": 108, "check_dg": 108, "check_db": 108, "hp_layer_norm_grad_p": 108, "fp_layer_norm_grad_p": 108, "0x10045000": 108, "elem_cnt": 109, "fp_leaky_relu_": 109, "hp_leaky_relu_": 109, "i8_leaky_relu_": 109, "fp_leaky_relu_p": 109, "hp_leaky_relu_p": 109, "i8_leaky_relu_p": 109, "input0_0": [110, 111], "broadcast": [110, 111, 149], "input1_0": [110, 111], "no": [110, 111], "i8_less_": 110, "i16_less_": 110, "i32_less_": 110, "hp_less_": 110, "fp_less_": 110, "dp_less_": 110, "i8_less_p": 110, "i16_less_p": 110, "i32_less_p": 110, "hp_less_p": 110, "fp_less_p": 110, "dp_less_p": 110, "i8_less_equal_": 111, "i16_less_equal_": 111, "i32_less_equal_": 111, "hp_less_equal_": 111, "fp_less_equal_": 111, "dp_less_equal_": 111, "i8_less_equal_p": 111, "i16_less_equal_p": 111, "i32_less_equal_p": 111, "hp_less_equal_p": 111, "fp_less_equal_p": 111, "dp_less_equal_p": 111, "hp_linspace_": 112, "fp_linspace_": 112, "1001": 112, "hp_linspace_p": 112, "fp_linspace_p": 112, "inf": [113, 149], "fp_log_": 113, "hp_log_": 113, "i16_log_": 113, "i32_log_": 113, "fp_log_p": 113, "hp_log_p": 113, "i16_log_p": 113, "i32_log_p": 113, "i8_log1p_": 114, "i16_log1p_": 114, "i32_log1p_": 114, "hp_log1p_": 114, "fp_log1p_": 114, "dp_log1p_": 114, "i8_log1p_p": 114, "i16_log1p_p": 114, "i32_log1p_p": 114, "hp_log1p_p": 114, "fp_log1p_p": 114, "dp_log1p_p": 114, "fp_log_grad_": 115, "hp_log_grad_": 115, "log_grad": 115, "0xa0100000": [115, 149, 154, 181], "fp_log_grad_p": 115, "hp_log_grad_p": 115, "land": 116, "fp_logical_and_": 116, "hp_logical_and_": 116, "dp_logical_and_": 116, "i8_logical_and_": 116, "i16_logical_and_": 116, "i32_logical_and_": 116, "fp_logical_and_p": 116, "hp_logical_and_p": 116, "dp_logical_and_p": 116, "i8_logical_and_p": 116, "i16_logical_and_p": 116, "i32_logical_and_p": 116, "i8": [117, 118, 122, 128, 133, 135, 189, 241], "i8_logical_not_": 117, "i16_logical_not_": 117, "i32_logical_not_": 117, "hp_logical_not_": 117, "fp_logical_not_": 117, "dp_logical_not_": 117, "i8_logical_not_p": 117, "i16_logical_not_p": 117, "i32_logical_not_p": 117, "hp_logical_not_p": 117, "fp_logical_not_p": 117, "dp_logical_not_p": 117, "lor": 118, "i8_logical_or_": 118, "i16_logical_or_": 118, "i32_logical_or_": 118, "hp_logical_or_": 118, "fp_logical_or_": 118, "dp_logical_or_": 118, "in0": [118, 128, 133, 135, 206], "in1": [118, 128, 133, 135, 206], "i8_logical_or_p": 118, "i16_logical_or_p": 118, "i32_logical_or_p": 118, "hp_logical_or_p": 118, "fp_logical_or_p": 118, "dp_logical_or_p": 118, "sum_j": [119, 188], "along": [119, 188, 231], "given": [119, 188], "n_dim": [119, 188], "outter_s": [119, 188, 193], "sum_data": [119, 188, 189, 193], "fp_logsoftmax_": 119, "hp_logsoftmax_": 119, "i8_logsoftmax_": 119, "fp_logsoftmax_p": 119, "hp_logsoftmax_p": 119, "i8_logsoftmax_p": 119, "lp": 120, "fp_lp_norm_": 120, "hp_lp_norm_": 120, "lpnorm": 120, "fp_lp_norm_p": 120, "hp_lp_norm_p": 120, "local": [121, 122], "respons": 121, "out_siz": 121, "depth_radius": 121, "hp_lrn_s": 121, "fp_lrn_s": 121, "96": 121, "0001f": 121, "75f": 121, "hp_lrn_p": 121, "fp_lrn_p": 121, "sensit": 122, "lsh": 122, "bits_per_hash": 122, "fnv1a": 122, "seed_": 122, "bit": 122, "hash_se": 122, "featur": 122, "hash_group_num": 122, "le": [122, 130, 131, 134, 151, 181, 185, 200], "feature_num": 122, "i8_lsh_projection_": 122, "i16_lsh_projection_": 122, "i32_lsh_projection_": 122, "hp_lsh_projection_": 122, "fp_lsh_projection_": 122, "dp_lsh_projection_": 122, "i8_lsh_projection_p": 122, "i16_lsh_projection_p": 122, "i32_lsh_projection_p": 122, "hp_lsh_projection_p": 122, "fp_lsh_projection_p": 122, "dp_lsh_projection_p": 122, "i_t": 123, "ii": 123, "hi": 123, "f_t": [123, 124, 125, 126], "hf": 123, "b_f": 123, "ig": 123, "hg": 123, "b_g": 123, "o_t": [123, 124, 125, 126], "ho": 123, "b_o": 123, "c_t": [123, 124, 125, 126], "seq": 123, "_len": 123, "weight_i": 123, "forget": 123, "weight_h": 123, "hidden": 123, "h_0": 123, "cell_stat": 123, "c_0": 123, "lstmparamet": 123, "project_size_": 123, "lstmp": 123, "output_size_": 123, "zoneout_cell_": 123, "zoneout": 123, "zoneout_hidden_": 123, "simd": 123, "proj_col_align_": 123, "has_bias_": 123, "fp_lstm_s": 123, "hp_lstm_s": 123, "lstm_param": 123, "0xa0003000": [123, 141], "0xa0005000": 123, "0xa0006000": 123, "0xa0007000": 123, "packed_input_": 123, "0xb0100000": [123, 214, 217], "packed_st": 123, "0xb0200000": [123, 214, 217], "state_g": 123, "0xb0300000": 123, "cell_buff": 123, "0xb0400000": 123, "hidden_buff": 123, "0xb0500000": 123, "packed_output": 123, "0xb0600000": 123, "left_matrix": 123, "0xb0700000": 123, "packed_ptr": 123, "0xb0800000": 123, "weight_segment_num_": 123, "row_tile_": 123, "col_tile_": 123, "up_round": 123, "state_row_tile_": 123, "state_col_tile_": 123, "input_bias_": 123, "0x11": 123, "fp_lstm_p": 123, "hp_lstm_p": 123, "0x10813000": 123, "0x10814800": 123, "0x10815000": 123, "0x10815f00": 123, "0x108160000": 123, "0x10816100": 123, "0x10816200": 123, "0x10816300": 123, "0x10816400": 123, "0x10816500": 123, "0x10816600": 123, "0x10816700": 123, "dh_t": [124, 125, 126], "dy_t": [124, 125, 126], "dh_": [124, 125, 126], "dc_t": [124, 125, 126], "dc_": [124, 125, 126], "f_": [124, 125, 126], "dx_t": [124, 125, 126], "da_t": [124, 125, 126], "sum_t": [124, 125, 126], "du": [124, 125, 126], "dynamic_param": [124, 125, 126], "dx_": [124, 125, 126], "da_tmp_": [124, 125, 126], "fp_lstmgrad_": 124, "hp_lstmgrad_": 124, "fp_lstmgrad_p": 124, "hp_lstmgrad_p": 124, "fp_lstmgraddata_": 125, "hp_lstmgraddata_": 125, "fp_lstmgraddata_p": 125, "hp_lstmgraddata_p": 125, "fp_lstmgradweight_": 126, "hp_lstmgradweight_": 126, "fp_lstmgradweight_p": 126, "hp_lstmgradweight_p": 126, "act": 127, "ident": 127, "bias_broadcast": 127, "i8_matmul_fusion_": 127, "i16_matmul_fusion_": 127, "i32_matmul_fusion_": 127, "hp_matmul_fusion_": 127, "fp_matmul_fusion_": 127, "dp_matmul_fusion_": 127, "c64_matmul_fusion_": 127, "c128_matmul_fusion_": 127, "c_multi": 127, "core": 127, "onli": 127, "coreid": 127, "i8_matmul_fusion_p": 127, "i16_matmul_fusion_p": 127, "i32_matmul_fusion_p": 127, "hp_matmul_fusion_p": 127, "fp_matmul_fusion_p": 127, "dp_matmul_fusion_p": 127, "c64_matmul_fusion_p": 127, "c128_matmul_fusion_p": 127, "i8_maximum_": 128, "i16_maximum_": 128, "i32_maximum_": 128, "hp_maximum_": 128, "fp_maximum_": 128, "dp_maximum_": 128, "i8_maximum_p": 128, "i16_maximum_p": 128, "i32_maximum_p": 128, "hp_maximum_p": 128, "fp_maximum_p": 128, "dp_maximum_p": 128, "dx0": [129, 134, 137], "hp_maximum_grad_": 129, "fp_maximum_grad_": 129, "hp_maximum_grad_p": 129, "fp_maximum_grad_p": 129, "h_o": [130, 131], "w_o": [130, 131], "bigg": 130, "max_": [130, 131, 169], "h_i": [130, 131], "w_i": [130, 131], "mathcal": [130, 131, 155, 156, 227], "big": 130, "_u": [130, 131], "delta": [130, 131, 154, 157], "_l": [130, 131], "win": [130, 131], "qquad": [130, 131], "hp_maxpool_fusion_": 130, "fp_maxpool_fusion_": 130, "dp_maxpool_fusion_": 130, "check_ptr": [130, 131], "0x0f": [130, 177, 204, 210, 221], "hp_maxpool_fusion_p": 130, "fp_maxpool_fusion_p": 130, "dp_maxpool_fusion_p": 130, "maxpool": 131, "mathrel": [131, 165, 196], "fp_maxpool_grad_": 131, "dy_ptr": 131, "hp_maxpool_grad_": 131, "gin_w": 131, "gin_h": 131, "gbatch": 131, "fp_maxpool_grad_p": 131, "hp_maxpool_grad_p": 131, "mel": 132, "frequenc": 132, "cepstral": 132, "coeffici": 132, "mfcc_i": 132, "mfcc_param": 132, "mfcc_workspac": 132, "sample_r": 132, "n_mfcc": 132, "dct_type": 132, "dct": 132, "log_mel": 132, "n_mel": 132, "normtyp": 132, "normmod": 132, "norm_m": 132, "meltyp": 132, "mel_scal": 132, "mfccparam": 132, "all_freq": 132, "m_pts": 132, "f_pts": 132, "fb": 132, "f_diff": 132, "slope": [132, 151], "down_slop": 132, "up_slop": 132, "dct_mat": 132, "spectrogram_output": 132, "mel_spectrogram_output": 132, "mfccworkspaceparam": 132, "fp_mfcc_s": 132, "hp_mfcc_s": 132, "0x83100000": 132, "0x83300000": 132, "norm_slaney": 132, "norm_mode_ortho": 132, "mel_htk": 132, "fp_mfcc_p": 132, "hp_mfcc_p": 132, "i8_minimum_": 133, "i16_minimum_": 133, "i32_minimum_": 133, "hp_minimum_": 133, "fp_minimum_": 133, "dp_minimum_": 133, "i8_minimum_p": 133, "i16_minimum_p": 133, "i32_minimum_p": 133, "hp_minimum_p": 133, "fp_minimum_p": 133, "dp_minimum_p": 133, "hp_minimumgrad_": 134, "fp_minimumgrad_": 134, "hp_minimumgrad_p": 134, "fp_minimumgrad_p": 134, "fmod": 135, "pmod": 135, "i8_mod_": 135, "i16_mod_": 135, "i32_mod_": 135, "hp_mod_": 135, "fp_mod_": 135, "dp_mod_": 135, "10000": 135, "i8_mod_p": 135, "i16_mod_p": 135, "i32_mod_p": 135, "hp_mod_p": 135, "fp_mod_p": 135, "dp_mod_p": 135, "i8_mul_": 136, "i16_mul_": 136, "i32_mul_": 136, "hp_mul_": 136, "fp_mul_": 136, "dp_mul_": 136, "c64_mul_": 136, "c128_mul_": 136, "i8_mul_p": 136, "i16_mul_p": 136, "i32_mul_p": 136, "hp_mul_p": 136, "fp_mul_p": 136, "dp_mul_p": 136, "c64_mul_p": 136, "c128_mul_p": 136, "gradmul1l": 137, "gradmul2l": 137, "fp_mul_grad_": 137, "hp_mul_grad_": 137, "0x91001000": 137, "0x91002000": 137, "0x91003000": 137, "0x91004000": 137, "0x91005000": 137, "0x91006000": 137, "0x1007000": 137, "fp_mul_grad_p": 137, "hp_mul_grad_p": 137, "0x10052000": 137, "i8_neg_": 138, "i16_neg_": 138, "i32_neg_": 138, "hp_neg_": 138, "fp_neg_": 138, "dp_neg_": 138, "c64_neg_": 138, "c128_neg_": 138, "i8_neg_p": 138, "i16_neg_p": 138, "i32_neg_p": 138, "hp_neg_p": 138, "fp_neg_p": 138, "dp_neg_p": 138, "c64_neg_p": 138, "c128_neg_p": 138, "i8_neg_grad_": 139, "i16_neg_grad_": 139, "i32_neg_grad_": 139, "hp_neg_grad_": 139, "fp_neg_grad_": 139, "dp_neg_grad_": 139, "c64_neg_grad_": 139, "c128_neg_grad_": 139, "i8_neg_grad_p": 139, "i16_neg_grad_p": 139, "i32_neg_grad_p": 139, "hp_neg_grad_p": 139, "fp_neg_grad_p": 139, "dp_neg_grad_p": 139, "c64_neg_grad_p": 139, "c128_neg_grad_p": 139, "probabl": 140, "negat": [140, 141, 149], "likelihood": [140, 141], "p_": [140, 189, 193], "reduction_typ": [140, 141, 174], "log_prob": 140, "class_num": [140, 141, 142], "total_weight": [140, 141], "i8_nllloss_": 140, "hp_nllloss_": 140, "fp_nllloss_": 140, "total_w": 140, "0xc0001000": 140, "i8_nllloss_p": 140, "hp_nllloss_p": 140, "fp_nllloss_p": 140, "logit": [141, 180, 181, 189, 193], "g_i": 141, "dfrac": [141, 181], "loss_grad": 141, "logits_grad": 141, "hp_nlllossgrad_": 141, "fp_nlllossgrad_": 141, "0xa0004000": 141, "hp_nlllossgrad_p": 141, "fp_nlllossgrad_p": 141, "0x10860000": 141, "non": 142, "suppress": 142, "iou": 142, "box_i": 142, "box_j": 142, "_threshold": 142, "rightarrow": [142, 194], "intersec": 142, "_area": 142, "cand": 142, "nmsparam": 142, "candid": 142, "batch_num": 142, "box_num": 142, "center_point_box": 142, "corner": 142, "simple_out": 142, "max_output_per_class": 142, "iou_threshold": 142, "score_threshold": 142, "nmsparamfp32": 142, "nmsparamint8": 142, "uint64_t": [142, 193], "iou_threshold_bit": 142, "score_threshold_bit": 142, "nmsparamfp16": 142, "i8_non_max_suppression_": 142, "fp_non_max_suppression_": 142, "hp_non_max_suppression_": 142, "i8_non_max_suppression_p": 142, "fp_non_max_suppression_p": 142, "hp_non_max_suppression_p": 142, "0x1000000": [142, 161], "float_ep": 143, "dim_strid": 143, "non_zero_num": 143, "fp_nonzero_": 143, "dp_nonzero_": 143, "i8_nonzero_": 143, "i16_nonzero_": 143, "i32_nonzero_": 143, "c64_nonzero_": 143, "c128_nonzero_": 143, "fp_nonzero_p": 143, "dp_nonzero_p": 143, "i8_nonzero_p": 143, "i16_nonzero_p": 143, "i32_nonzero_p": 143, "c64_nonzero_p": 143, "c128_nonzero_p": 143, "i8_not_equal_": 144, "i16_not_equal_": 144, "i32_not_equal_": 144, "hp_not_equal_": 144, "fp_not_equal_": 144, "dp_not_equal_": 144, "c64_not_equal_": 144, "c128_not_equal_": 144, "i8_not_equal_p": 144, "i16_not_equal_p": 144, "i32_not_equal_p": 144, "hp_not_equal_p": 144, "fp_not_equal_p": 144, "dp_not_equal_p": 144, "c64_not_equal_p": 144, "c128_not_equal_p": 144, "hot": [145, 193], "encod": 145, "i_1": [145, 185], "i_2": 145, "on": [145, 239], "_valu": [145, 194, 197], "indices_": 145, "off": 145, "support_neg_index": 145, "on_off": 145, "on_valu": 145, "off_valu": 145, "indices_shape_s": 145, "mt6678": 145, "int_param": 145, "i8_onehot_": 145, "i16_onehot_": 145, "i32_onehot_": 145, "hp_onehot_": 145, "fp_onehot_": 145, "dp_onehot_": 145, "c64_onehot_": 145, "c128_onehot_": 145, "fp_onehot_p": 145, "i8_onehot_p": 145, "i16_onehot_p": 145, "i32_onehot_p": 145, "hp_onehot_p": 145, "dp_onehot_p": 145, "c64_onehot_p": 145, "c128_onehot_p": 145, "0i": 146, "i8_ones_like_": 146, "i16_ones_like_": 146, "i32_ones_like_": 146, "hp_ones_like_": 146, "fp_ones_like_": 146, "dp_ones_like_": 146, "c64_ones_like_": 146, "c128_ones_like_": 146, "0x0b": [146, 163, 175], "i8_ones_like_p": 146, "i16_ones_like_p": 146, "i32_ones_like_p": 146, "hp_ones_like_p": 146, "fp_ones_like_p": 146, "dp_ones_like_p": 146, "c64_ones_like_p": 146, "c128_ones_like_p": 146, "padding_mod": 147, "reflect": 147, "formated_input_shap": 147, "formated_output_shap": 147, "formated_pad": 147, "kreflect": 147, "ksymmetr": 147, "i8_padfusion_": 147, "i16_padfusion_": 147, "i32_padfusion_": 147, "fp_padfusion_": 147, "dp_padfusion_": 147, "c64_padfusion_": 147, "c128_padfusion_": 147, "hp_padfusion_": 147, "28": 147, "i8_padfusion_p": 147, "i16_padfusion_p": 147, "i32_padfusion_p": 147, "fp_padfusion_p": 147, "dp_padfusion_p": 147, "c64_padfusion_p": 147, "c128_padfusion_p": 147, "hp_padfusion_p": 147, "exponent_0": 149, "exponent_i": 149, "expon": 149, "length_in": 149, "fab": 149, "i8_pow_fusion_": 149, "i16_pow_fusion_": 149, "i32_pow_fusion_": 149, "hp_pow_fusion_": 149, "fp_pow_fusion_": 149, "dp_pow_fusion_": 149, "i8_pow_fusion_p": 149, "i16_pow_fusion_p": 149, "i32_pow_fusion_p": 149, "hp_pow_fusion_p": 149, "fp_pow_fusion_p": 149, "dp_pow_fusion_p": 149, "input2_i": 150, "fp_power_grad_": 150, "hp_power_grad_": 150, "fp_power_grad_p": 150, "hp_power_grad_p": 150, "prelu": 151, "fp_prelufusion_": 151, "hp_prelufusion_": 151, "i8_prelufusion_": 151, "prelu_fus": 151, "999": 151, "fp_prelufusion_p": 151, "hp_prelufusion_p": 151, "i8_prelufusion_p": 151, "prior": 152, "xmin": 152, "ymin": 152, "xmax": 152, "ymax": 152, "fmap_h": 152, "fmap_w": 152, "step_h": 152, "step_w": 152, "min_siz": 152, "min_sizes_s": 152, "max_siz": 152, "max_sizes_s": 152, "different_aspect_ratio": 152, "different_aspect_ratios_s": 152, "output_s": [152, 165, 197, 215, 216], "6678": 152, "fp_priorbox_": 152, "hp_priorbox_": 152, "memori": 152, "pointer": 152, "ratio": 152, "ratios_s": 152, "fp_priorbox_p": 152, "hp_priorbox_p": 152, "min_sizes_data": 152, "max_sizes_data": 152, "60": [152, 197, 217], "ratios_data": 152, "quantiz": 153, "dequant": 153, "q_": 153, "q_max": 153, "q_min": 153, "fp_to_i8_quant_": 153, "i8_to_fp_dequant_": 153, "hp_to_i8_quant_": 153, "i8_to_hp_dequant_": 153, "quant_dtype_cast": 153, "05f": 153, "fp_to_i8_quant_p": 153, "i8_to_fp_dequant_p": 153, "hp_to_i8_quant_p": 153, "i8_to_hp_dequant_p": 153, "l_k": 154, "limit": 154, "delta_k": 154, "limit_k": 154, "start_k": 154, "range_count": 154, "i8_ragged_range_": 154, "i16_ragged_range_": 154, "i32_ragged_range_": 154, "hp_ragged_range_": 154, "fp_ragged_range_": 154, "dp_ragged_range_": 154, "0xa0200000": 154, "0xa0300000": 154, "i8_ragged_range_p": 154, "i16_ragged_range_p": 154, "i32_ragged_range_p": 154, "hp_ragged_range_p": 154, "fp_ragged_range_p": 154, "dp_ragged_range_p": 154, "sim": [155, 156, 227], "fp_random_normal_": 155, "hp_random_normal_": 155, "1234": [155, 156, 227], "fp_random_normal_p": 155, "hp_random_normal_p": 155, "muller": 156, "fp_random_standard_normal_": 156, "hp_random_standard_normal_": 156, "fp_random_standard_normal_p": 156, "hp_random_standard_normal_p": 156, "i8_range_": 157, "i16_range_": 157, "i32_range_": 157, "fp_range_": 157, "dp_range_": 157, "i8_range_p": 157, "i16_range_p": 157, "i32_range_p": 157, "fp_range_p": 157, "dp_range_p": 157, "rank_": 158, "rank_p": 158, "fp_": [158, 183], "i8_": [158, 183], "i8_real_div_": 159, "i16_real_div_": 159, "i32_real_div_": 159, "hp_real_div_": 159, "fp_real_div_": 159, "dp_real_div_": 159, "c64_real_div_": 159, "c128_real_div_": 159, "i8_real_div_p": 159, "i16_real_div_p": 159, "i32_real_div_p": 159, "hp_real_div_p": 159, "fp_real_div_p": 159, "dp_real_div_p": 159, "c64_real_div_p": 159, "c128_real_div_p": 159, "i8_reciprocal_": 160, "i16_reciprocal_": 160, "i32_reciprocal_": 160, "hp_reciprocal_": 160, "fp_reciprocal_": 160, "dp_reciprocal_": 160, "c64_reciprocal_": 160, "c128_reciprocal_": 160, "i8_reciprocal_p": 160, "i16_reciprocal_p": 160, "i32_reciprocal_p": 160, "hp_reciprocal_p": 160, "fp_reciprocal_p": 160, "dp_reciprocal_p": 160, "c64_reciprocal_p": 160, "c128_reciprocal_p": 160, "reduceparamet": 161, "data_buffers_": 161, "outer_sizes_": 161, "inner_sizes_": 161, "axis_sizes_": 161, "total_num_": 161, "num_axes_": 161, "mode_": 161, "output_num_": 161, "reduce_mean": 161, "reduce_max": 161, "reduce_min": 161, "reduce_prod": 161, "reduce_sumsquar": 161, "reduce_asum": 161, "reduce_l2norm": 161, "i8_reduce_": 161, "i16_reduce_": 161, "i32_reduce_": 161, "hp_reduce_": 161, "fp_reduce_": 161, "dp_reduce_": 161, "packparam": [161, 174], "num_ax": [161, 224], "axe": 161, "tmp_input_shap": 161, "total_num": 161, "offset_s": 161, "testreducesmcfp32": 161, "0xa8480000": 161, "0xa8483000": 161, "0xa8484000": 161, "0xa8485000": 161, "0xa8486000": 161, "0xa8490000": 161, "i8_reduce_p": 161, "tmp_src_data": 161, "tmp_dst_data": 161, "i16_reduce_p": 161, "i32_reduce_p": 161, "hp_reduce_p": 161, "fp_reduce_p": 161, "dp_reduce_p": 161, "testreducel2fp32": 161, "tmp_input": 161, "tmp_output": 161, "0x10021000": 161, "0x10022000": 161, "0x10023000": 161, "reduce_axi": 161, "break": 161, "reducemean": 162, "reducemax": 162, "reducemin": 162, "reduce_typ": 162, "fp_reducescatter_": 162, "hp_reducescatter_": 162, "dp_reducescatter_": 162, "i8_reducescatter_": 162, "i16_reducescatter_": 162, "i32_reducescatter_": 162, "fp_reducescatter_p": 162, "hp_reducescatter_p": 162, "dp_reducescatter_p": 162, "i8_reducescatter_p": 162, "i16_reducescatter_p": 162, "i32_reducescatter_p": 162, "c128": [163, 241], "i8_reshape_": 163, "i16_reshape_": 163, "i32_reshape_": 163, "hp_reshape_": 163, "fp_reshape_": 163, "dp_reshape_": 163, "c64_reshape_": 163, "c128_reshape_": 163, "i8_reshape_p": 163, "i16_reshape_p": 163, "i32_reshape_p": 163, "hp_reshape_p": 163, "fp_reshape_p": 163, "dp_reshape_p": 163, "c64_reshape_p": 163, "c128_reshape_p": 163, "resizeparamet": 164, "method_": 164, "coordinate_transform_mode_": 164, "cubic_coeff_": 164, "i8_resize_anycor": 164, "hp_resize_anycor": 164, "fp_resize_anycor": 164, "testresizefp32smc": 164, "resizemethod": 164, "method": 164, "coordinatetransformmod": 164, "cubic_coeff": 164, "0x87100000": 164, "bilinear": 164, "prepareresizebilinear": 164, "cubic": 164, "prepareresizebicub": 164, "nearest": [164, 170], "align_corn": [164, 165], "75": 164, "resizenearestneighborgrad": 165, "resizebilineargrad": 165, "in_i": 165, "_corner": 165, "out_x": 165, "in_x": 165, "_addr": 165, "_offset": 165, "in_addr": 165, "out_addr": 165, "top_i": 165, "bottom_i": 165, "_height": [165, 169], "lerp": 165, "_y": [165, 211], "_lerp": 165, "left_x": 165, "right_x": 165, "_width": [165, 169], "in_height": 165, "in_width": 165, "out_height": 165, "out_width": 165, "height_scal": 165, "width_scal": 165, "fp_resizenearestneighborgrad_": 165, "hp_resizenearestneighborgrad_": 165, "fp_resizebilineargrad_": 165, "hp_resizebilineargrad_": 165, "fp_resizenearestneighborgrad_p": 165, "hp_resizenearestneighborgrad_p": 165, "fp_resizebilineargrad_p": 165, "hp_resizebilineargrad_p": 165, "seq_length": 166, "reversesequenceparamet": 166, "strides_": 166, "seq_dim_": 166, "batch_dim_": 166, "copy_elem_num_": 166, "inner_count": 166, "outer_stride_": 166, "outer_count_": 166, "inner_stride_": 166, "inner_count_": 166, "anytype_reverse_sequence_anycor": 166, "0xa8020000": 166, "computestrid": 166, "less_dim": 166, "greater_dim": 166, "calcul": [166, 239], "copi": 166, "at": 166, "countelementafterdim": 166, "number": 166, "countelementbeforedim": 166, "between": 166, "testreversesequencefp32": 166, "orig_seq_length": 166, "seq_dim": 166, "0xb8000000": [166, 174], "0xc8000000": [166, 167, 174], "0xa8010000": 166, "reversev2paramet": 167, "axis_flag_": 167, "input_strides_": 167, "cur_coord_": 167, "cur_coord": 167, "axis_ndim_": 167, "num_elem_": 167, "anytype_reversev2_anycor": 167, "axis_flag": 167, "by": 167, "testreversev2": 167, "axis_ndim": 167, "0x84003000": [167, 204], "0x84004000": 167, "0x84005000": 167, "0x84006000": 167, "0x84007000": 167, "0x1000ll": 167, "c64_rfft_s": 168, "fftw_complex": 168, "c128_rfft_s": 168, "scratch": [168, 194], "c64_rfft_p": 168, "c128_rfft_p": 168, "roi": 169, "region": 169, "interest": 169, "_end": 169, "_start": 169, "in_ptr": 169, "input_n": 169, "input_c": 169, "num_roi": 169, "pooled_height": 169, "pooled_width": 169, "batch_index": 169, "out_ptr": 169, "max_c": 169, "fp_roipooling_": 169, "hp_roipooling_": 169, "i8_roipooling_": 169, "fp_roipooling_p": 169, "hp_roipooling_p": 169, "i8_roipooling_p": 169, "to": [170, 239], "roundf": 170, "fp_round_": 170, "dp_round_": 170, "hp_round_": 170, "fp_round_p": 170, "dp_round_p": 170, "hp_round_p": 170, "root": 171, "i8_rsqrt_": 171, "i16_rsqrt_": 171, "i32_rsqrt_": 171, "hp_rsqrt_s": 171, "fp_rsqrt_s": 171, "dp_rsqrt_s": 171, "c64_rsqrt_s": 171, "c128_rsqrt_s": 171, "i8_rsqrt_p": 171, "i16_rsqrt_p": 171, "i32_rsqrt_p": 171, "hp_rsqrt_p": 171, "fp_rsqrt_p": 171, "dp_rsqrt_p": 171, "c64_rsqrt_p": 171, "c128_rsqrt_p": 171, "fp_rsqrt_grad_": 172, "hp_rsqrt_grad_": 172, "fp_rsqrt_grad_p": 172, "hp_rsqrt_grad_p": 172, "scale_i": 173, "bias_i": 173, "i8_scale_fusion_": 173, "i16_scale_fusion_": 173, "i32_scale_fusion_": 173, "hp_scale_fusion_": 173, "fp_scale_fusion_": 173, "dp_scale_fusion_": 173, "scale_fus": 173, "i8_scale_fusion_p": 173, "i16_scale_fusion_p": 173, "i32_scale_fusion_p": 173, "hp_scale_fusion_p": 173, "fp_scale_fusion_p": 173, "dp_scale_fusion_p": 173, "updat": [174, 175, 176, 213], "scatterelementsparamet": 174, "indices_stride_": 174, "output_stride_": 174, "input_dims_": 174, "axis_": 174, "input_axis_size_": 174, "indices_total_num_": 174, "input_total_num_": 174, "reduction_type_": 174, "i8_scatter_elements_": 174, "i16_scatter_elements_": 174, "i32_scatter_elements_": 174, "hp_scatter_elements_": 174, "fp_scatter_elements_": 174, "dp_scatter_elements_": 174, "c64_scatter_elements_": 174, "c128_scatter_elements_": 174, "testscatterelementssmc": 174, "indices_data": 174, "updates_data": 174, "0xc8020000": 174, "0xc8040000": 174, "i8_scatter_elements_p": 174, "i16_scatter_elements_p": 174, "i32_scatter_elements_p": 174, "hp_scatter_elements_p": 174, "fp_scatter_elements_p": 174, "dp_scatter_elements_p": 174, "c64_scatter_elements_p": 174, "c128_scatter_elements_p": 174, "testscatterelementsl2": 174, "indices_i": 175, "updates_i": 175, "output_ndim": [175, 176], "num_slic": 175, "indices_depth": 175, "i8_scatter_nd_": 175, "i16_scatter_nd_": 175, "i32_scatter_nd_": 175, "hp_scatter_nd_": 175, "fp_scatter_nd_": 175, "dp_scatter_nd_": 175, "c64_scatter_nd_": 175, "c128_scatter_nd_": 175, "ind_shap": [175, 176], "out_ndim": [175, 176], "ind_ndim": [175, 176], "i8_scatter_nd_p": 175, "i16_scatter_nd_p": 175, "i32_scatter_nd_p": 175, "hp_scatter_nd_p": 175, "fp_scatter_nd_p": 175, "dp_scatter_nd_p": 175, "c64_scatter_nd_p": 175, "c128_scatter_nd_p": 175, "i8_scatter_nd_update_": 176, "i16_scatter_nd_update_": 176, "i32_scatter_nd_update_": 176, "hp_scatter_nd_update_": 176, "fp_scatter_nd_update_": 176, "dp_scatter_nd_update_": 176, "c64_scatter_nd_update_": 176, "c128_scatter_nd_update_": 176, "i8_scatter_nd_update_p": 176, "i16_scatter_nd_update_p": 176, "i32_scatter_nd_update_p": 176, "hp_scatter_nd_update_p": 176, "fp_scatter_nd_update_p": 176, "dp_scatter_nd_update_p": 176, "c64_scatter_nd_update_p": 176, "c128_scatter_nd_update_p": 176, "idx2": 177, "condit": [177, 211, 232], "idx1": 177, "idx3": 177, "is_broadcast": 177, "index_list1": 177, "index_list2": 177, "index_list3": 177, "output_dims_num": 177, "i8_select_": 177, "i16_select_": 177, "i32_select_": 177, "hp_select_": 177, "fp_select_": 177, "dp_select_": 177, "c64_select_": 177, "c128_select_": 177, "total_el": [177, 197], "24": [177, 196, 222], "0xc0100000": [177, 231], "0xc0200000": 177, "checkoutput": [177, 197], "0x87800000": 177, "global_input0_dim": 177, "global_input1_dim": 177, "cond_dim": 177, "global_cond_dim": 177, "global_output_dim": [177, 197], "input0_dims_num": 177, "global_input0_dims_num": 177, "input1_dims_num": 177, "global_input1_dims_num": 177, "cond_dims_num": 177, "global_cond_dims_num": 177, "global_output_dims_num": 177, "input0_num": 177, "input1_num": 177, "cond_num": 177, "getbroadcastindex": 177, "i8_select_p": 177, "i16_select_p": 177, "i32_select_p": 177, "hp_select_p": 177, "fp_select_p": 177, "dp_select_p": 177, "c64_select_p": 177, "c128_select_p": 177, "0x10078000": 177, "_decay": 178, "dampen": 178, "u_t": 178, "weight_decay": 178, "hp_sgd_s": 178, "fp_sgd_s": 178, "hp_sgd_p": 178, "fp_sgd_p": 178, "infer": 179, "consttensor": 179, "constscalar": 179, "arithmetic_infershap": 179, "common_infershap": 179, "softmax_infershap": 179, "maxmingrad_infershap": 179, "maxmin": 179, "dropout_infershap": 179, "dynamicquant_infershap": 179, "fft_infershap": 179, "flatten_infershap": 179, "layernorm_infershap": 179, "logsoftmax_infershap": 179, "tensorc": [179, 211, 212], "inputs_s": 179, "outputs_s": 179, "opparamet": 179, "input_tensors_ptr": 179, "output_tensors_ptr": 179, "0x10011000": [179, 217], "shape_size_": [179, 211], "data_type_": [179, 211], "knumbertypefloat32": [179, 211], "format_": [179, 211], "format_nchw": [179, 211], "arithmeticparamet": 179, "op_parameter_": 179, "type_": 179, "i8_sigmoidcrossentropywithlogits_": 180, "fp_sigmoidcrossentropywithlogits_": 180, "hp_sigmoidcrossentropywithlogits_": 180, "i8_sigmoidcrossentropywithlogits_p": 180, "fp_sigmoidcrossentropywithlogits_p": 180, "hp_sigmoidcrossentropywithlogits_p": 180, "fp_sigmoidcrossentropywithlogitsgrad_": 181, "hp_sigmoidcrossentropywithlogitsgrad_": 181, "sigmoid_cross_entropi": 181, "fp_sigmoidcrossentropywithlogitsgrad_p": 181, "hp_sigmoidcrossentropywithlogitsgrad_p": 181, "i8_sin_": 182, "i16_sin_": 182, "i32_sin_": 182, "hp_sin_": 182, "fp_sin_": 182, "dp_sin_": 182, "i8_sin_p": 182, "i16_sin_p": 182, "i32_sin_p": 182, "hp_sin_p": 182, "fp_sin_p": 182, "dp_sin_p": 182, "size_": 183, "size_p": 183, "120": [183, 194, 195, 197, 208], "0xa0000100": 183, "0x10000040": 183, "skip": 184, "gram": 184, "nlp": 184, "sentenc": 184, "stringpack": 184, "word": 184, "ngram_siz": 184, "max_skip_s": 184, "include_all_ngram": 184, "grams_word_count": 184, "blank": 184, "skipgram_": 184, "0xa0020000": [184, 220], "0xa0030000": [184, 220], "0xa0040000": 184, "0xb0010000": [184, 220], "0xb0020000": [184, 220], "0xb0030000": 184, "blank_char": 184, "process": 184, "librari": [184, 234, 236], "33": 184, "skipgram_p": 184, "begin_0": 185, "begin_1": 185, "begin_": 185, "i_k": 185, "size_k": 185, "i8_slice_": 185, "i16_slice_": 185, "i32_slice_": 185, "hp_slice_": 185, "fp_slice_": 185, "dp_slice_": 185, "c64_slice_": 185, "c128_slice_": 185, "i8_slice_p": 185, "i16_slice_p": 185, "i32_slice_p": 185, "hp_slice_p": 185, "fp_slice_p": 185, "dp_slice_p": 185, "c64_slice_p": 185, "c128_slice_p": 185, "i8_smoothl1loss_": 186, "fp_smoothl1loss_": 186, "hp_smoothl1loss_": 186, "i8_smoothl1loss_p": 186, "fp_smoothl1loss_p": 186, "hp_smoothl1loss_p": 186, "0x108a0000": 186, "smooth": 187, "leq": [187, 225], "fp_smoothl1lossgrad_": 187, "hp_smoothl1lossgrad_": 187, "fp_smoothl1lossgrad_p": 187, "hp_smoothl1lossgrad_p": 187, "fp_softmax_": 188, "hp_softmax_": 188, "i8_softmax_": 188, "fp_softmax_p": 188, "hp_softmax_p": 188, "i8_softmax_p": 188, "need_grad": 189, "loss_i": [189, 193], "_of": 189, "_class": 189, "prob": 189, "num_of_class": 189, "fp_softmax_cross_entropy_with_logits_": 189, "hp_softmax_cross_entropy_with_logits_": 189, "i8_softmax_cross_entropy_with_logits_": 189, "stdint": [189, 193], "0xc4000000": [189, 193], "0xc5000000": [189, 193], "fp_softmax_cross_entropy_with_logits_p": 189, "hp_softmax_cross_entropy_with_logits_p": 189, "i8_softmax_cross_entropy_with_logits_p": 189, "i8_spacetobatch_": 190, "i16_spacetobatch_": 190, "i32_spacetobatch_": 190, "hp_spacetobatch_": 190, "fp_spacetobatch_": 190, "dp_spacetobatch_": 190, "c64_spacetobatch_": 190, "c128_spacetobatch_": 190, "i8_spacetobatch_p": 190, "i16_spacetobatch_p": 190, "i32_spacetobatch_p": 190, "hp_spacetobatch_p": 190, "fp_spacetobatch_p": 190, "dp_spacetobatch_p": 190, "c64_spacetobatch_p": 190, "c128_spacetobatch_p": 190, "i8_spacetobatchnd_": 191, "i16_spacetobatchnd_": 191, "i32_spacetobatchnd_": 191, "hp_spacetobatchnd_": 191, "fp_spacetobatchnd_": 191, "dp_spacetobatchnd_": 191, "c64_spacetobatchnd_": 191, "c128_spacetobatchnd_": 191, "i8_spacetobatchnd_p": 191, "i16_spacetobatchnd_p": 191, "i32_spacetobatchnd_p": 191, "hp_spacetobatchnd_p": 191, "fp_spacetobatchnd_p": 191, "dp_spacetobatchnd_p": 191, "c64_spacetobatchnd_p": 191, "c128_spacetobatchnd_p": 191, "i8_spacetodepth_": 192, "i16_spacetodepth_": 192, "i32_spacetodepth_": 192, "hp_spacetodepth_": 192, "fp_spacetodepth_": 192, "dp_spacetodepth_": 192, "c64_spacetodepth_": 192, "c128_spacetodepth_": 192, "i8_spacetodepth_p": 192, "i16_spacetodepth_p": 192, "i32_spacetodepth_p": 192, "hp_spacetodepth_p": 192, "fp_spacetodepth_p": 192, "dp_spacetodepth_p": 192, "c64_spacetodepth_p": 192, "c128_spacetodepth_p": 192, "is_grad": 193, "mathbb": 193, "number_of_class": 193, "partial_loss": 193, "fp_sparse_softmax_cross_entropy_with_logits_": 193, "hp_sparse_softmax_cross_entropy_with_logits_": 193, "fp_sparse_softmax_cross_entropy_with_logits_p": 193, "hp_sparse_softmax_cross_entropy_with_logits_p": 193, "default_valu": 194, "default": 194, "indices_ptr": 194, "values_ptr": 194, "dense_row": 194, "filled_count": 194, "output_y_indices_ptr": 194, "output_y_values_ptr": 194, "output_reverse_index_map_ptr": 194, "i8_sparse_fill_empty_rows_": 194, "i16_sparse_fill_empty_rows_": 194, "i32_sparse_fill_empty_rows_": 194, "hp_sparse_fill_empty_rows_": 194, "fp_sparse_fill_empty_rows_": 194, "dp_sparse_fill_empty_rows_": 194, "c64_sparse_fill_empty_rows_": 194, "c128_sparse_fill_empty_rows_": 194, "indices_vec": [194, 197], "sparse_valu": [194, 197], "output_indic": 194, "output_reverse_index_map": 194, "compute_scratch": 194, "i8_sparse_fill_empty_rows_p": 194, "i16_sparse_fill_empty_rows_p": 194, "i32_sparse_fill_empty_rows_p": 194, "hp_sparse_fill_empty_rows_p": 194, "fp_sparse_fill_empty_rows_p": 194, "dp_sparse_fill_empty_rows_p": 194, "c64_sparse_fill_empty_rows_p": 194, "c128_sparse_fill_empty_rows_p": 194, "0x10028000": 194, "0x100580000": 194, "ori": 195, "_index": [195, 196], "_rank": 195, "_indic": [195, 200], "_stride": 195, "in_indices_ptr": 195, "in_inshape_ptr": 195, "in_outshape_ptr": 195, "out_outshape_ptr": 195, "out_indices_ptr": 195, "fp_sparse_reshape_": 195, "hp_sparse_reshape_": 195, "i32_sparse_reshape_": 195, "i16_sparse_reshape_": 195, "c64_sparse_reshape_": 195, "200": [195, 200], "8192": 195, "500": 195, "in_shape_ptr": 195, "fp_sparse_reshape_p": 195, "hp_sparse_reshape_p": 195, "i32_sparse_reshape_p": 195, "i16_sparse_reshape_p": 195, "c64_sparse_reshape_p": 195, "segment_id": 196, "in_segment_id": 196, "input_index": 196, "in_indic": 196, "_data": [196, 215, 216, 221], "_segment": 196, "_id": 196, "ldot": [196, 217, 221], "segment": [196, 229], "in_data_shap": 196, "in_data_shape_s": 196, "in_indices_s": 196, "out_data_shap": 196, "fp_sparsesegmentsum_": 196, "hp_sparsesegmentsum_": 196, "i16_sparsesegmentsum_": 196, "i32_sparsesegmentsum_": 196, "dp_sparsesegmentsum_": 196, "c64_sparsesegmentsum_": 196, "c128_sparsesegmentsum_": 196, "fp_sparsesegmentsum_p": 196, "hp_sparsesegmentsum_p": 196, "i16_sparsesegmentsum_p": 196, "i32_sparsesegmentsum_p": 196, "dp_sparsesegmentsum_p": 196, "c64_sparsesegmentsum_p": 196, "c128_sparsesegmentsum_p": 196, "is_scalar": 197, "spars": 197, "_scalar": 197, "sparse_length": 197, "dim0": [197, 229], "dim1": [197, 229], "dim2": 197, "dim3": 197, "output_strid": 197, "i8_sparse_to_dense_": 197, "i16_sparse_to_dense_": 197, "i32_sparse_to_dense_": 197, "hp_sparse_to_dense_": 197, "fp_sparse_to_dense_": 197, "dp_sparse_to_dense_": 197, "c64_sparse_to_dense_": 197, "c128_sparse_to_dense_": 197, "stride0": 197, "stride1": 197, "stride2": 197, "stride3": 197, "fp_sparsetodense_": 197, "outpout": 197, "i8_sparse_to_dense_p": 197, "i16_sparse_to_dense_p": 197, "i32_sparse_to_dense_p": 197, "hp_sparse_to_dense_p": 197, "fp_sparse_to_dense_p": 197, "dp_sparse_to_dense_p": 197, "c64_sparse_to_dense_p": 197, "c128_sparse_to_dense_p": 197, "src_row": 198, "src_col": 198, "dst_row": 198, "dst_col": 198, "context_dim": 198, "forward_index": 198, "forward_indexes_dim": 198, "fp_splice_": 198, "hp_splice_": 198, "dp_splice_": 198, "i8_splice_": 198, "i16_splice_": 198, "i32_splice_": 198, "c64_splice_": 198, "c128_splice_": 198, "fp_splice_p": 198, "hp_splice_p": 198, "dp_splice_p": 198, "i8_splice_p": 198, "i16_splice_p": 198, "i32_splice_p": 198, "c64_splice_p": 198, "c128_splice_p": 198, "d_0": [199, 206], "d_1": [199, 206], "d_": [199, 206], "output_j": 199, "i8_split_": 199, "i16_split_": 199, "i32_split_": 199, "hp_split_": 199, "fp_split_": 199, "dp_split_": 199, "c64_split_": 199, "c128_split_": 199, "out0": [199, 200, 231], "out1": [199, 200, 231], "i8_split_p": 199, "i16_split_p": 199, "i32_split_p": 199, "hp_split_p": 199, "fp_split_p": 199, "dp_split_p": 199, "c64_split_p": 199, "c128_split_p": 199, "start_indic": 200, "end_indic": 200, "overlap": 200, "i8_split_with_overlap_": 200, "i16_split_with_overlap_": 200, "i32_split_with_overlap_": 200, "hp_split_with_overlap_": 200, "fp_split_with_overlap_": 200, "dp_split_with_overlap_": 200, "c64_split_with_overlap_": 200, "c128_split_with_overlap_": 200, "150": 200, "i8_split_with_overlap_p": 200, "i16_split_with_overlap_p": 200, "i32_split_with_overlap_p": 200, "hp_split_with_overlap_p": 200, "fp_split_with_overlap_p": 200, "dp_split_with_overlap_p": 200, "c64_split_with_overlap_p": 200, "c128_split_with_overlap_p": 200, "start_idx": 200, "end_idx": 200, "ieee": 201, "i8_sqrt_": 201, "i16_sqrt_": 201, "i32_sqrt_": 201, "hp_sqrt_s": 201, "fp_sqrt_s": 201, "dp_sqrt_s": 201, "c64_sqrt_s": 201, "c128_sqrt_s": 201, "i8_sqrt_p": 201, "i16_sqrt_p": 201, "i32_sqrt_p": 201, "hp_sqrt_p": 201, "fp_sqrt_p": 201, "dp_sqrt_p": 201, "c64_sqrt_p": 201, "c128_sqrt_p": 201, "hp_sqrt_grad_": 202, "fp_sqrt_grad_": 202, "sqrt_grad": 202, "hp_sqrt_grad_p": 202, "fp_sqrt_grad_p": 202, "i8_square_": 203, "i16_square_": 203, "i32_square_": 203, "hp_square_": 203, "fp_square_": 203, "dp_square_": 203, "c64_square_": 203, "c128_square_": 203, "i8_square_p": 203, "i16_square_p": 203, "i32_square_p": 203, "hp_square_p": 203, "fp_square_p": 203, "dp_square_p": 203, "c64_square_p": 203, "c128_square_p": 203, "i8_square_difference_": 204, "i16_square_difference_": 204, "i32_square_difference_": 204, "hp_square_difference_": 204, "fp_square_difference_": 204, "dp_square_difference_": 204, "c64_square_difference_": 204, "c128_square_difference_": 204, "0x82001000": 204, "0x83002000": 204, "0x85004000": 204, "0x86005300": 204, "0x87006000": 204, "i8_square_difference_p": 204, "i16_square_difference_p": 204, "i32_square_difference_p": 204, "hp_square_difference_p": 204, "fp_square_difference_p": 204, "dp_square_difference_p": 204, "c64_square_difference_p": 204, "c128_square_difference_p": 204, "anytype_squeeze_anycor": 205, "i8_stack_": 206, "i16_stack_": 206, "i32_stack_": 206, "hp_stack_": 206, "fp_stack_": 206, "dp_stack_": 206, "c64_stack_": 206, "c128_stack_": 206, "in2": 206, "i8_stack_p": 206, "i16_stack_p": 206, "i32_stack_p": 206, "hp_stack_p": 206, "fp_stack_p": 206, "dp_stack_p": 206, "c64_stack_p": 206, "c128_stack_p": 206, "soft_copy_mod": 207, "fast_run": 207, "out_shape_s": 207, "data_type_byt": 207, "split_axi": 207, "outer": 207, "parallel_on_out": 207, "parallel_on_split_axi": 207, "cal_num_per_thread": 207, "caled_num": 207, "inner": 207, "idx": 208, "pos": 208, "dx_shape": 208, "hp_stridedslicegrad_": 208, "fp_stridedslicegrad_": 208, "hp_stridedslicegrad_p": 208, "fp_stridedslicegrad_p": 208, "i8_sub_": 209, "i16_sub_": 209, "i32_sub_": 209, "hp_sub_": 209, "fp_sub_": 209, "dp_sub_": 209, "c64_sub_": 209, "c128_sub_": 209, "sub": [209, 210], "i8_sub_p": 209, "i16_sub_p": 209, "i32_sub_p": 209, "hp_sub_p": 209, "fp_sub_p": 209, "dp_sub_p": 209, "c64_sub_p": 209, "c128_sub_p": 209, "hp_sub_grad_": 210, "fp_sub_grad_": 210, "checkdx1": 210, "checkdx2": 210, "tempsapc": 210, "hp_sub_grad_p": 210, "fp_sub_grad_p": 210, "switch_": 211, "x_shape": 211, "data_": 211, "category_": 211, "shape_changed_": 211, "y_shape": 211, "switch_p": 211, "_tensor": [212, 217, 218], "switchlayer_": 212, "switchlayer_p": 212, "num_unit": 213, "index_depth": 213, "output_unit_offset": 213, "fp_tensor_scatter_add_": 213, "i32_tensor_scatter_add_": 213, "i16_tensor_scatter_add_": 213, "i8_tensor_scatter_add_": 213, "hp_tensor_scatter_add_": 213, "dp_tensor_scatter_add_": 213, "c64_tensor_scatter_add_": 213, "c128_tensor_scatter_add_": 213, "fp_tensor_scatter_add_p": 213, "i32_tensor_scatter_add_p": 213, "i16_tensor_scatter_add_p": 213, "i8_tensor_scatter_add_p": 213, "hp_tensor_scatter_add_p": 213, "dp_tensor_scatter_add_p": 213, "c64_tensor_scatter_add_p": 213, "c128_tensor_scatter_add_p": 213, "71": 213, "tensorarrayread_": 214, "tensorarraywrite_": 214, "tensor0": 214, "tensor1": 214, "tensor2": 214, "tensorarrayread_p": 214, "tensorarraywrite_p": 214, "handl": [215, 216], "handle_data": [215, 216], "handle_s": [215, 216], "fp_tensorarrayread_": 215, "hp_tensorarrayread_": 215, "dp_tensorarrayread_": 215, "i8_tensorarrayread_": 215, "i16_tensorarrayread_": 215, "i32_tensorarrayread_": 215, "c64_tensorarrayread_": 215, "c128_tensorarrayread_": 215, "data0": 215, "data1": 215, "data2": 215, "fp_tensorarrayread_p": 215, "hp_tensorarrayread_p": 215, "dp_tensorarrayread_p": 215, "i8_tensorarrayread_p": 215, "i16_tensorarrayread_p": 215, "i32_tensorarrayread_p": 215, "c64_tensorarrayread_p": 215, "c128_tensorarrayread_p": 215, "n1": 217, "n2": 217, "n3": 217, "_at": 217, "_dim0": 217, "input_tensor_valu": 217, "input_tensor_total_el": 217, "input_tensor_shap": 217, "i8_tensorlist_from_tensor_": 217, "i16_tensorlist_from_tensor_": 217, "i32_tensorlist_from_tensor_": 217, "hp_tensorlist_from_tensor_": 217, "fp_tensorlist_from_tensor_": 217, "dp_tensorlist_from_tensor_": 217, "c64_tensorlist_from_tensor_": 217, "c128_tensorlist_from_tensor_": 217, "output0": [217, 228], "output1": 217, "output2": 217, "i8_tensorlist_from_tensor_p": 217, "i16_tensorlist_from_tensor_p": 217, "i32_tensorlist_from_tensor_p": 217, "hp_tensorlist_from_tensor_p": 217, "fp_tensorlist_from_tensor_p": 217, "dp_tensorlist_from_tensor_p": 217, "c64_tensorlist_from_tensor_p": 217, "c128_tensorlist_from_tensor_p": 217, "0x10012000": 217, "_list": 218, "input_tensor_list": 218, "data_typ": 218, "ktypeunknown": [218, 221], "tensorlistgetitem_": 218, "tensorlistgetitem_p": 218, "tensorlist": [219, 220, 221], "num_el": 219, "element_shap": 219, "tensor_list_c_element_shape_s": 219, "tensor_list_c_element_shap": 219, "tensor_c_shape_s": 219, "tensor_c_shap": 219, "fp_tensorlist_reserve_": 219, "hp_tensorlist_reserve_": 219, "i32_tensorlist_reserve_": 219, "i16_tensorlist_reserve_": 219, "c64_tensorlist_reserve_": 219, "max_shape_s": 219, "fp_tensorlist_reserve_p": 219, "hp_tensorlist_reserve_p": 219, "i32_tensorlist_reserve_p": 219, "i16_tensorlist_reserve_p": 219, "c64_tensorlist_reserve_p": 219, "item": 220, "copy_s": 220, "in_item": 220, "tensorlist_s": 220, "tensorlistsetitem_": 220, "in_tensor0": 220, "in_tensor1": 220, "in_tensor2": 220, "out_tensor0": 220, "out_tensor1": 220, "out_tensor2": 220, "40": 220, "tensorlistsetitem_p": 220, "_1": 221, "_2": 221, "tensor_element_num": 221, "tensor_data_typ": 221, "tensor_data": 221, "unknown_type_offset": 221, "fp_tensorlist_stack_": 221, "i16_tensorlist_stack_": 221, "c64_tensorlist_stack_": 221, "hp_tensorlist_stack_": 221, "i32_tensorlist_stack_": 221, "check_data": 221, "fp_tensorlist_stack_p": 221, "i16_tensorlist_stack_p": 221, "c64_tensorlist_stack_p": 221, "hp_tensorlist_stack_p": 221, "i32_tensorlist_stack_p": 221, "tile_dim": 222, "tile_num": 222, "_dim": 222, "i8_tile_": 222, "i16_tile_": 222, "i32_tile_": 222, "hp_tile_": 222, "fp_tile_": 222, "dp_tile_": 222, "c64_tile_": 222, "c128_tile_": 222, "i8_tile_p": 222, "i16_tile_p": 222, "i32_tile_p": 222, "hp_tile_p": 222, "fp_tile_p": 222, "dp_tile_p": 222, "c64_tile_p": 222, "c128_tile_p": 222, "fp_top_k_fusion_": 223, "hp_top_k_fusion_": 223, "fp_top_k_fusion_p": 223, "hp_top_k_fusion_p": 223, "perm": 224, "fp_transpose_": 224, "hp_transpose_": 224, "dp_transpose_": 224, "i8_transpose_": 224, "i16_transpose_": 224, "i32_transpose_": 224, "c64_transpose_": 224, "c128_transpose_": 224, "150528": 224, "50176": 224, "fp_transpose_p": 224, "hp_transpose_p": 224, "dp_transpose_p": 224, "i8_transpose_p": 224, "i16_transpose_p": 224, "i32_transpose_p": 224, "c64_transpose_p": 224, "c128_transpose_p": 224, "out_elem": [225, 226], "i8_tril_": 225, "int64_t": [225, 226], "i16_tril_": 225, "i32_tril_": 225, "hp_tril_": 225, "fp_tril_": 225, "dp_tril_": 225, "c64_tril_": 225, "c128_tril_": 225, "i8_tril_p": 225, "i16_tril_p": 225, "i32_tril_p": 225, "hp_tril_p": 225, "fp_tril_p": 225, "dp_tril_p": 225, "c64_tril_p": 225, "c128_tril_p": 225, "4x4": [225, 226], "i8_triu_": 226, "i16_triu_": 226, "i32_triu_": 226, "hp_triu_": 226, "fp_triu_": 226, "dp_triu_": 226, "c64_triu_": 226, "c128_triu_": 226, "i8_triu_p": 226, "i16_triu_p": 226, "i32_triu_p": 226, "hp_triu_p": 226, "fp_triu_p": 226, "dp_triu_p": 226, "c64_triu_p": 226, "c128_triu_p": 226, "seed2": 227, "fp_uniform_real_": 227, "hp_uniform_real_": 227, "5678": 227, "fp_uniform_real_p": 227, "hp_uniform_real_p": 227, "output0_len": 228, "i8_unique_": 228, "i16_unique_": 228, "i32_unique_": 228, "hp_unique_": 228, "fp_unique_": 228, "dp_unique_": 228, "c64_unique_": 228, "c128_unique_": 228, "count": 228, "i8_unique_p": 228, "i16_unique_p": 228, "i32_unique_p": 228, "hp_unique_p": 228, "fp_unique_p": 228, "dp_unique_p": 228, "c64_unique_p": 228, "c128_unique_p": 228, "index_i": 229, "id_max": 229, "unsort": 229, "fp_unsorted_segment_sum_": 229, "dp_unsorted_segment_sum_": 229, "i8_unsorted_segment_sum_": 229, "i16_unsorted_segment_sum_": 229, "i32_unsorted_segment_sum_": 229, "c64_unsorted_segment_sum_": 229, "c128_unsorted_segment_sum_": 229, "unsorted_segment_sum": 229, "fp_unsorted_segment_sum_p": 229, "dp_unsorted_segment_sum_p": 229, "i8_unsorted_segment_sum_p": 229, "i16_unsorted_segment_sum_p": 229, "i32_unsorted_segment_sum_p": 229, "c64_unsorted_segment_sum_p": 229, "c128_unsorted_segment_sum_p": 229, "anytype_unsqueeze_anycor": 230, "each": 231, "unstack_": 231, "uint32": 231, "unstack_p": 231, "condition_i": 232, "i8_where_": 232, "i16_where_": 232, "i32_where_": 232, "hp_where_": 232, "fp_where_": 232, "dp_where_": 232, "c64_where_": 232, "c128_where_": 232, "i8_where_p": 232, "i16_where_p": 232, "i32_where_p": 232, "hp_where_p": 232, "fp_where_p": 232, "dp_where_p": 232, "c64_where_p": 232, "c128_where_p": 232, "i8_zerolike_": 233, "i16_zerolike_": 233, "i32_zerolike_": 233, "hp_zerolike_": 233, "fp_zerolike_": 233, "dp_zerolike_": 233, "c64_zerolike_": 233, "c128_zerolike_": 233, "zerolik": 233, "i8_zerolike_p": 233, "i16_zerolike_p": 233, "i32_zerolike_p": 233, "hp_zerolike_p": 233, "fp_zerolike_p": 233, "dp_zerolike_p": 233, "c64_zerolike_p": 233, "c128_zerolike_p": 233, "refer": [234, 236], "ft78": 235, "pnna": 235, "argmaxfus": 235, "argminfus": 235, "avgpoolfus": 235, "conv2dfus": 235, "conv2dtransposefus": 235, "deconv2dgradfilt": 235, "embeddinglookupfus": 235, "l2normalizefus": 235, "merg": 235, "reducefus": 235, "selu": 235, "softmaxgrad": 235, "squareddiffer": 235, "tilefus": 235, "test_matmul": 237, "x1_tensor": 237, "x2_tensor": 237, "convert": 237, "vscode": 237, "arm_toolchain": 237, "cmake": 237, "bat": 237, "arm": [237, 239], "getinputdata": 237, "readfil": 237, "model_buf": 237, "model_data": 237, "model_typ": 237, "modetyp": 237, "model_context": 237, "shared_ptr": 237, "getinput": 237, "getoutput": 237, "ip": 237, "ssh": 237, "xxx": [237, 239, 244], "chmod": 237, "linux": 239, "gnueabihf": 239, "python3": 239, "www": 239, "org": 239, "amd64": 239, "exe": 239, "path": 239, "cmd": 239, "version": 239, "x86": 239, "anaconda3": 239, "miniconda3": 239, "anaconda": 239, "promt": 239, "creat": 239, "forg": 239, "mindspore_py38": 239, "win_amd64": 239, "whl": 239, "run_check": 239, "multipl": 239, "correct": 239, "has": 239, "been": 239, "platform": 239, "success": 239, "third": 239, "parti": 239, "requir": 239, "py3": 239, "ani": 239, "releas": 239, "linaro": 239, "compon": 239, "toolchain": 239, "binari": 239, "2019": 239, "gcc": 239, "i686": 239, "mingw32_arm": 239, "tar": 239, "xz": 239, "download": 239, "next": 239, "system": 239, "current": 239, "user": 239, "finish": 239, "xxx_xxx_xxx": 241, "fp_xxx_xxx": 241, "dp_xxx_xxx": 241, "xxx_add_xxx": 241, "xxx_mul_xxx": 241, "_s": 241, "_p": 241, "xxx_xxx_s": 241, "xxx_xxx_p": 241, "xxx_add_sub_xxx": 241, "minsdpor": 243, "dp_greater_p": 98}, "objects": {"": [[85, 0, 1, "c.Flatten", "Flatten"], [55, 0, 1, "c.anytype_crop_anycore", "anytype_crop_anycore"], [77, 0, 1, "c.anytype_expand_dims_anycore", "anytype_expand_dims_anycore"], [84, 0, 1, "c.anytype_fillv2_p", "anytype_fillv2_p"], [84, 0, 1, "c.anytype_fillv2_s", "anytype_fillv2_s"], [166, 0, 1, "c.anytype_reverse_sequence_anycore", "anytype_reverse_sequence_anycore"], [167, 0, 1, "c.anytype_reversev2_anycore", "anytype_reversev2_anycore"], [205, 0, 1, "c.anytype_squeeze_anycore", "anytype_squeeze_anycore"], [230, 0, 1, "c.anytype_unsqueeze_anycore", "anytype_unsqueeze_anycore"], [228, 0, 1, "c.c128_Unique_p", "c128_Unique_p"], [228, 0, 1, "c.c128_Unique_s", "c128_Unique_s"], [12, 0, 1, "c.c128_abs_p", "c128_abs_p"], [12, 0, 1, "c.c128_abs_s", "c128_abs_s"], [18, 0, 1, "c.c128_add_p", "c128_add_p"], [18, 0, 1, "c.c128_add_s", "c128_add_s"], [21, 0, 1, "c.c128_addn_p", "c128_addn_p"], [21, 0, 1, "c.c128_addn_s", "c128_addn_s"], [24, 0, 1, "c.c128_all_gather_p", "c128_all_gather_p"], [24, 0, 1, "c.c128_all_gather_s", "c128_all_gather_s"], [28, 0, 1, "c.c128_assert_p", "c128_assert_p"], [28, 0, 1, "c.c128_assert_s", "c128_assert_s"], [30, 0, 1, "c.c128_assign_add_p", "c128_assign_add_p"], [30, 0, 1, "c.c128_assign_add_s", "c128_assign_add_s"], [29, 0, 1, "c.c128_assign_p", "c128_assign_p"], [29, 0, 1, "c.c128_assign_s", "c128_assign_s"], [35, 0, 1, "c.c128_batch_to_space_p", "c128_batch_to_space_p"], [35, 0, 1, "c.c128_batch_to_space_s", "c128_batch_to_space_s"], [38, 0, 1, "c.c128_batchtospacend_p", "c128_batchtospacend_p"], [38, 0, 1, "c.c128_batchtospacend_s", "c128_batchtospacend_s"], [39, 0, 1, "c.c128_bias_add_p", "c128_bias_add_p"], [39, 0, 1, "c.c128_bias_add_s", "c128_bias_add_s"], [43, 0, 1, "c.c128_broadcastto_p", "c128_broadcastto_p"], [43, 0, 1, "c.c128_broadcastto_s", "c128_broadcastto_s"], [45, 0, 1, "c.c128_cast_to_c128_p", "c128_cast_to_c128_p"], [45, 0, 1, "c.c128_cast_to_c128_s", "c128_cast_to_c128_s"], [48, 0, 1, "c.c128_concat_p", "c128_concat_p"], [48, 0, 1, "c.c128_concat_s", "c128_concat_s"], [49, 0, 1, "c.c128_constant_of_shape_p", "c128_constant_of_shape_p"], [49, 0, 1, "c.c128_constant_of_shape_s", "c128_constant_of_shape_s"], [57, 0, 1, "c.c128_cum_sum_p", "c128_cum_sum_p"], [57, 0, 1, "c.c128_cum_sum_s", "c128_cum_sum_s"], [64, 0, 1, "c.c128_depthtospace_p", "c128_depthtospace_p"], [64, 0, 1, "c.c128_depthtospace_s", "c128_depthtospace_s"], [66, 0, 1, "c.c128_div_p", "c128_div_p"], [66, 0, 1, "c.c128_div_s", "c128_div_s"], [72, 0, 1, "c.c128_eltwise_p", "c128_eltwise_p"], [72, 0, 1, "c.c128_eltwise_s", "c128_eltwise_s"], [75, 0, 1, "c.c128_equal_p", "c128_equal_p"], [75, 0, 1, "c.c128_equal_s", "c128_equal_s"], [78, 0, 1, "c.c128_exp_p", "c128_exp_p"], [78, 0, 1, "c.c128_exp_s", "c128_exp_s"], [59, 0, 1, "c.c128_extract_features_p", "c128_extract_features_p"], [59, 0, 1, "c.c128_extract_features_s", "c128_extract_features_s"], [83, 0, 1, "c.c128_fill_p", "c128_fill_p"], [83, 0, 1, "c.c128_fill_s", "c128_fill_s"], [90, 0, 1, "c.c128_format_transpose_p", "c128_format_transpose_p"], [90, 0, 1, "c.c128_format_transpose_s", "c128_format_transpose_s"], [95, 0, 1, "c.c128_gather_d_p", "c128_gather_d_p"], [95, 0, 1, "c.c128_gather_d_s", "c128_gather_d_s"], [94, 0, 1, "c.c128_gather_nd_p", "c128_gather_nd_p"], [94, 0, 1, "c.c128_gather_nd_s", "c128_gather_nd_s"], [93, 0, 1, "c.c128_gather_p", "c128_gather_p"], [93, 0, 1, "c.c128_gather_s", "c128_gather_s"], [105, 0, 1, "c.c128_is_finite_p", "c128_is_finite_p"], [105, 0, 1, "c.c128_is_finite_s", "c128_is_finite_s"], [127, 0, 1, "c.c128_matmul_fusion_p", "c128_matmul_fusion_p"], [127, 0, 1, "c.c128_matmul_fusion_s", "c128_matmul_fusion_s"], [136, 0, 1, "c.c128_mul_p", "c128_mul_p"], [136, 0, 1, "c.c128_mul_s", "c128_mul_s"], [139, 0, 1, "c.c128_neg_grad_p", "c128_neg_grad_p"], [139, 0, 1, "c.c128_neg_grad_s", "c128_neg_grad_s"], [138, 0, 1, "c.c128_neg_p", "c128_neg_p"], [138, 0, 1, "c.c128_neg_s", "c128_neg_s"], [143, 0, 1, "c.c128_nonzero_p", "c128_nonzero_p"], [143, 0, 1, "c.c128_nonzero_s", "c128_nonzero_s"], [144, 0, 1, "c.c128_not_equal_p", "c128_not_equal_p"], [144, 0, 1, "c.c128_not_equal_s", "c128_not_equal_s"], [145, 0, 1, "c.c128_onehot_p", "c128_onehot_p"], [145, 0, 1, "c.c128_onehot_s", "c128_onehot_s"], [146, 0, 1, "c.c128_ones_like_p", "c128_ones_like_p"], [146, 0, 1, "c.c128_ones_like_s", "c128_ones_like_s"], [147, 0, 1, "c.c128_padfusion_p", "c128_padfusion_p"], [147, 0, 1, "c.c128_padfusion_s", "c128_padfusion_s"], [159, 0, 1, "c.c128_real_div_p", "c128_real_div_p"], [159, 0, 1, "c.c128_real_div_s", "c128_real_div_s"], [160, 0, 1, "c.c128_reciprocal_p", "c128_reciprocal_p"], [160, 0, 1, "c.c128_reciprocal_s", "c128_reciprocal_s"], [23, 0, 1, "c.c128_reduce_all_p", "c128_reduce_all_p"], [23, 0, 1, "c.c128_reduce_all_s", "c128_reduce_all_s"], [163, 0, 1, "c.c128_reshape_p", "c128_reshape_p"], [163, 0, 1, "c.c128_reshape_s", "c128_reshape_s"], [168, 0, 1, "c.c128_rfft_p", "c128_rfft_p"], [168, 0, 1, "c.c128_rfft_s", "c128_rfft_s"], [171, 0, 1, "c.c128_rsqrt_p", "c128_rsqrt_p"], [171, 0, 1, "c.c128_rsqrt_s", "c128_rsqrt_s"], [174, 0, 1, "c.c128_scatter_elements_p", "c128_scatter_elements_p"], [174, 0, 1, "c.c128_scatter_elements_s", "c128_scatter_elements_s"], [175, 0, 1, "c.c128_scatter_nd_p", "c128_scatter_nd_p"], [175, 0, 1, "c.c128_scatter_nd_s", "c128_scatter_nd_s"], [176, 0, 1, "c.c128_scatter_nd_update_p", "c128_scatter_nd_update_p"], [176, 0, 1, "c.c128_scatter_nd_update_s", "c128_scatter_nd_update_s"], [177, 0, 1, "c.c128_select_p", "c128_select_p"], [177, 0, 1, "c.c128_select_s", "c128_select_s"], [185, 0, 1, "c.c128_slice_p", "c128_slice_p"], [185, 0, 1, "c.c128_slice_s", "c128_slice_s"], [190, 0, 1, "c.c128_spacetobatch_p", "c128_spacetobatch_p"], [190, 0, 1, "c.c128_spacetobatch_s", "c128_spacetobatch_s"], [191, 0, 1, "c.c128_spacetobatchnd_p", "c128_spacetobatchnd_p"], [191, 0, 1, "c.c128_spacetobatchnd_s", "c128_spacetobatchnd_s"], [192, 0, 1, "c.c128_spacetodepth_p", "c128_spacetodepth_p"], [192, 0, 1, "c.c128_spacetodepth_s", "c128_spacetodepth_s"], [194, 0, 1, "c.c128_sparse_fill_empty_rows_p", "c128_sparse_fill_empty_rows_p"], [194, 0, 1, "c.c128_sparse_fill_empty_rows_s", "c128_sparse_fill_empty_rows_s"], [197, 0, 1, "c.c128_sparse_to_dense_p", "c128_sparse_to_dense_p"], [197, 0, 1, "c.c128_sparse_to_dense_s", "c128_sparse_to_dense_s"], [196, 0, 1, "c.c128_sparsesegmentsum_p", "c128_sparsesegmentsum_p"], [196, 0, 1, "c.c128_sparsesegmentsum_s", "c128_sparsesegmentsum_s"], [198, 0, 1, "c.c128_splice_p", "c128_splice_p"], [198, 0, 1, "c.c128_splice_s", "c128_splice_s"], [199, 0, 1, "c.c128_split_p", "c128_split_p"], [199, 0, 1, "c.c128_split_s", "c128_split_s"], [200, 0, 1, "c.c128_split_with_overlap_p", "c128_split_with_overlap_p"], [200, 0, 1, "c.c128_split_with_overlap_s", "c128_split_with_overlap_s"], [201, 0, 1, "c.c128_sqrt_p", "c128_sqrt_p"], [201, 0, 1, "c.c128_sqrt_s", "c128_sqrt_s"], [204, 0, 1, "c.c128_square_difference_p", "c128_square_difference_p"], [204, 0, 1, "c.c128_square_difference_s", "c128_square_difference_s"], [203, 0, 1, "c.c128_square_p", "c128_square_p"], [203, 0, 1, "c.c128_square_s", "c128_square_s"], [206, 0, 1, "c.c128_stack_p", "c128_stack_p"], [206, 0, 1, "c.c128_stack_s", "c128_stack_s"], [209, 0, 1, "c.c128_sub_p", "c128_sub_p"], [209, 0, 1, "c.c128_sub_s", "c128_sub_s"], [213, 0, 1, "c.c128_tensor_scatter_add_p", "c128_tensor_scatter_add_p"], [213, 0, 1, "c.c128_tensor_scatter_add_s", "c128_tensor_scatter_add_s"], [215, 0, 1, "c.c128_tensorarrayread_p", "c128_tensorarrayread_p"], [215, 0, 1, "c.c128_tensorarrayread_s", "c128_tensorarrayread_s"], [217, 0, 1, "c.c128_tensorlist_from_tensor_p", "c128_tensorlist_from_tensor_p"], [217, 0, 1, "c.c128_tensorlist_from_tensor_s", "c128_tensorlist_from_tensor_s"], [222, 0, 1, "c.c128_tile_p", "c128_tile_p"], [222, 0, 1, "c.c128_tile_s", "c128_tile_s"], [224, 0, 1, "c.c128_transpose_p", "c128_transpose_p"], [224, 0, 1, "c.c128_transpose_s", "c128_transpose_s"], [225, 0, 1, "c.c128_tril_p", "c128_tril_p"], [225, 0, 1, "c.c128_tril_s", "c128_tril_s"], [226, 0, 1, "c.c128_triu_p", "c128_triu_p"], [226, 0, 1, "c.c128_triu_s", "c128_triu_s"], [229, 0, 1, "c.c128_unsorted_segment_sum_p", "c128_unsorted_segment_sum_p"], [229, 0, 1, "c.c128_unsorted_segment_sum_s", "c128_unsorted_segment_sum_s"], [232, 0, 1, "c.c128_where_p", "c128_where_p"], [232, 0, 1, "c.c128_where_s", "c128_where_s"], [233, 0, 1, "c.c128_zerolike_p", "c128_zerolike_p"], [233, 0, 1, "c.c128_zerolike_s", "c128_zerolike_s"], [228, 0, 1, "c.c64_Unique_p", "c64_Unique_p"], [228, 0, 1, "c.c64_Unique_s", "c64_Unique_s"], [12, 0, 1, "c.c64_abs_p", "c64_abs_p"], [12, 0, 1, "c.c64_abs_s", "c64_abs_s"], [18, 0, 1, "c.c64_add_p", "c64_add_p"], [18, 0, 1, "c.c64_add_s", "c64_add_s"], [21, 0, 1, "c.c64_addn_p", "c64_addn_p"], [21, 0, 1, "c.c64_addn_s", "c64_addn_s"], [24, 0, 1, "c.c64_all_gather_p", "c64_all_gather_p"], [24, 0, 1, "c.c64_all_gather_s", "c64_all_gather_s"], [28, 0, 1, "c.c64_assert_p", "c64_assert_p"], [28, 0, 1, "c.c64_assert_s", "c64_assert_s"], [30, 0, 1, "c.c64_assign_add_p", "c64_assign_add_p"], [30, 0, 1, "c.c64_assign_add_s", "c64_assign_add_s"], [29, 0, 1, "c.c64_assign_p", "c64_assign_p"], [29, 0, 1, "c.c64_assign_s", "c64_assign_s"], [35, 0, 1, "c.c64_batch_to_space_p", "c64_batch_to_space_p"], [35, 0, 1, "c.c64_batch_to_space_s", "c64_batch_to_space_s"], [38, 0, 1, "c.c64_batchtospacend_p", "c64_batchtospacend_p"], [38, 0, 1, "c.c64_batchtospacend_s", "c64_batchtospacend_s"], [39, 0, 1, "c.c64_bias_add_p", "c64_bias_add_p"], [39, 0, 1, "c.c64_bias_add_s", "c64_bias_add_s"], [43, 0, 1, "c.c64_broadcastto_p", "c64_broadcastto_p"], [43, 0, 1, "c.c64_broadcastto_s", "c64_broadcastto_s"], [45, 0, 1, "c.c64_cast_to_c64_p", "c64_cast_to_c64_p"], [45, 0, 1, "c.c64_cast_to_c64_s", "c64_cast_to_c64_s"], [48, 0, 1, "c.c64_concat_p", "c64_concat_p"], [48, 0, 1, "c.c64_concat_s", "c64_concat_s"], [49, 0, 1, "c.c64_constant_of_shape_p", "c64_constant_of_shape_p"], [49, 0, 1, "c.c64_constant_of_shape_s", "c64_constant_of_shape_s"], [57, 0, 1, "c.c64_cum_sum_p", "c64_cum_sum_p"], [57, 0, 1, "c.c64_cum_sum_s", "c64_cum_sum_s"], [64, 0, 1, "c.c64_depthtospace_p", "c64_depthtospace_p"], [64, 0, 1, "c.c64_depthtospace_s", "c64_depthtospace_s"], [66, 0, 1, "c.c64_div_p", "c64_div_p"], [66, 0, 1, "c.c64_div_s", "c64_div_s"], [72, 0, 1, "c.c64_eltwise_p", "c64_eltwise_p"], [72, 0, 1, "c.c64_eltwise_s", "c64_eltwise_s"], [75, 0, 1, "c.c64_equal_p", "c64_equal_p"], [75, 0, 1, "c.c64_equal_s", "c64_equal_s"], [78, 0, 1, "c.c64_exp_p", "c64_exp_p"], [78, 0, 1, "c.c64_exp_s", "c64_exp_s"], [59, 0, 1, "c.c64_extract_features_p", "c64_extract_features_p"], [59, 0, 1, "c.c64_extract_features_s", "c64_extract_features_s"], [83, 0, 1, "c.c64_fill_p", "c64_fill_p"], [83, 0, 1, "c.c64_fill_s", "c64_fill_s"], [90, 0, 1, "c.c64_format_transpose_p", "c64_format_transpose_p"], [90, 0, 1, "c.c64_format_transpose_s", "c64_format_transpose_s"], [95, 0, 1, "c.c64_gather_d_p", "c64_gather_d_p"], [95, 0, 1, "c.c64_gather_d_s", "c64_gather_d_s"], [94, 0, 1, "c.c64_gather_nd_p", "c64_gather_nd_p"], [94, 0, 1, "c.c64_gather_nd_s", "c64_gather_nd_s"], [93, 0, 1, "c.c64_gather_p", "c64_gather_p"], [93, 0, 1, "c.c64_gather_s", "c64_gather_s"], [105, 0, 1, "c.c64_is_finite_p", "c64_is_finite_p"], [105, 0, 1, "c.c64_is_finite_s", "c64_is_finite_s"], [127, 0, 1, "c.c64_matmul_fusion_p", "c64_matmul_fusion_p"], [127, 0, 1, "c.c64_matmul_fusion_s", "c64_matmul_fusion_s"], [136, 0, 1, "c.c64_mul_p", "c64_mul_p"], [136, 0, 1, "c.c64_mul_s", "c64_mul_s"], [139, 0, 1, "c.c64_neg_grad_p", "c64_neg_grad_p"], [139, 0, 1, "c.c64_neg_grad_s", "c64_neg_grad_s"], [138, 0, 1, "c.c64_neg_p", "c64_neg_p"], [138, 0, 1, "c.c64_neg_s", "c64_neg_s"], [143, 0, 1, "c.c64_nonzero_p", "c64_nonzero_p"], [143, 0, 1, "c.c64_nonzero_s", "c64_nonzero_s"], [144, 0, 1, "c.c64_not_equal_p", "c64_not_equal_p"], [144, 0, 1, "c.c64_not_equal_s", "c64_not_equal_s"], [145, 0, 1, "c.c64_onehot_p", "c64_onehot_p"], [145, 0, 1, "c.c64_onehot_s", "c64_onehot_s"], [146, 0, 1, "c.c64_ones_like_p", "c64_ones_like_p"], [146, 0, 1, "c.c64_ones_like_s", "c64_ones_like_s"], [147, 0, 1, "c.c64_padfusion_p", "c64_padfusion_p"], [147, 0, 1, "c.c64_padfusion_s", "c64_padfusion_s"], [159, 0, 1, "c.c64_real_div_p", "c64_real_div_p"], [159, 0, 1, "c.c64_real_div_s", "c64_real_div_s"], [160, 0, 1, "c.c64_reciprocal_p", "c64_reciprocal_p"], [160, 0, 1, "c.c64_reciprocal_s", "c64_reciprocal_s"], [23, 0, 1, "c.c64_reduce_all_p", "c64_reduce_all_p"], [23, 0, 1, "c.c64_reduce_all_s", "c64_reduce_all_s"], [163, 0, 1, "c.c64_reshape_p", "c64_reshape_p"], [163, 0, 1, "c.c64_reshape_s", "c64_reshape_s"], [168, 0, 1, "c.c64_rfft_p", "c64_rfft_p"], [168, 0, 1, "c.c64_rfft_s", "c64_rfft_s"], [171, 0, 1, "c.c64_rsqrt_p", "c64_rsqrt_p"], [171, 0, 1, "c.c64_rsqrt_s", "c64_rsqrt_s"], [174, 0, 1, "c.c64_scatter_elements_p", "c64_scatter_elements_p"], [174, 0, 1, "c.c64_scatter_elements_s", "c64_scatter_elements_s"], [175, 0, 1, "c.c64_scatter_nd_p", "c64_scatter_nd_p"], [175, 0, 1, "c.c64_scatter_nd_s", "c64_scatter_nd_s"], [176, 0, 1, "c.c64_scatter_nd_update_p", "c64_scatter_nd_update_p"], [176, 0, 1, "c.c64_scatter_nd_update_s", "c64_scatter_nd_update_s"], [177, 0, 1, "c.c64_select_p", "c64_select_p"], [177, 0, 1, "c.c64_select_s", "c64_select_s"], [185, 0, 1, "c.c64_slice_p", "c64_slice_p"], [185, 0, 1, "c.c64_slice_s", "c64_slice_s"], [190, 0, 1, "c.c64_spacetobatch_p", "c64_spacetobatch_p"], [190, 0, 1, "c.c64_spacetobatch_s", "c64_spacetobatch_s"], [191, 0, 1, "c.c64_spacetobatchnd_p", "c64_spacetobatchnd_p"], [191, 0, 1, "c.c64_spacetobatchnd_s", "c64_spacetobatchnd_s"], [192, 0, 1, "c.c64_spacetodepth_p", "c64_spacetodepth_p"], [192, 0, 1, "c.c64_spacetodepth_s", "c64_spacetodepth_s"], [194, 0, 1, "c.c64_sparse_fill_empty_rows_p", "c64_sparse_fill_empty_rows_p"], [194, 0, 1, "c.c64_sparse_fill_empty_rows_s", "c64_sparse_fill_empty_rows_s"], [195, 0, 1, "c.c64_sparse_reshape_p", "c64_sparse_reshape_p"], [195, 0, 1, "c.c64_sparse_reshape_s", "c64_sparse_reshape_s"], [197, 0, 1, "c.c64_sparse_to_dense_p", "c64_sparse_to_dense_p"], [197, 0, 1, "c.c64_sparse_to_dense_s", "c64_sparse_to_dense_s"], [196, 0, 1, "c.c64_sparsesegmentsum_p", "c64_sparsesegmentsum_p"], [196, 0, 1, "c.c64_sparsesegmentsum_s", "c64_sparsesegmentsum_s"], [198, 0, 1, "c.c64_splice_p", "c64_splice_p"], [198, 0, 1, "c.c64_splice_s", "c64_splice_s"], [199, 0, 1, "c.c64_split_p", "c64_split_p"], [199, 0, 1, "c.c64_split_s", "c64_split_s"], [200, 0, 1, "c.c64_split_with_overlap_p", "c64_split_with_overlap_p"], [200, 0, 1, "c.c64_split_with_overlap_s", "c64_split_with_overlap_s"], [201, 0, 1, "c.c64_sqrt_p", "c64_sqrt_p"], [201, 0, 1, "c.c64_sqrt_s", "c64_sqrt_s"], [204, 0, 1, "c.c64_square_difference_p", "c64_square_difference_p"], [204, 0, 1, "c.c64_square_difference_s", "c64_square_difference_s"], [203, 0, 1, "c.c64_square_p", "c64_square_p"], [203, 0, 1, "c.c64_square_s", "c64_square_s"], [206, 0, 1, "c.c64_stack_p", "c64_stack_p"], [206, 0, 1, "c.c64_stack_s", "c64_stack_s"], [209, 0, 1, "c.c64_sub_p", "c64_sub_p"], [209, 0, 1, "c.c64_sub_s", "c64_sub_s"], [213, 0, 1, "c.c64_tensor_scatter_add_p", "c64_tensor_scatter_add_p"], [213, 0, 1, "c.c64_tensor_scatter_add_s", "c64_tensor_scatter_add_s"], [215, 0, 1, "c.c64_tensorarrayread_p", "c64_tensorarrayread_p"], [215, 0, 1, "c.c64_tensorarrayread_s", "c64_tensorarrayread_s"], [217, 0, 1, "c.c64_tensorlist_from_tensor_p", "c64_tensorlist_from_tensor_p"], [217, 0, 1, "c.c64_tensorlist_from_tensor_s", "c64_tensorlist_from_tensor_s"], [221, 0, 1, "c.c64_tensorlist_stack_p", "c64_tensorlist_stack_p"], [221, 0, 1, "c.c64_tensorlist_stack_s", "c64_tensorlist_stack_s"], [222, 0, 1, "c.c64_tile_p", "c64_tile_p"], [222, 0, 1, "c.c64_tile_s", "c64_tile_s"], [224, 0, 1, "c.c64_transpose_p", "c64_transpose_p"], [224, 0, 1, "c.c64_transpose_s", "c64_transpose_s"], [225, 0, 1, "c.c64_tril_p", "c64_tril_p"], [225, 0, 1, "c.c64_tril_s", "c64_tril_s"], [226, 0, 1, "c.c64_triu_p", "c64_triu_p"], [226, 0, 1, "c.c64_triu_s", "c64_triu_s"], [229, 0, 1, "c.c64_unsorted_segment_sum_p", "c64_unsorted_segment_sum_p"], [229, 0, 1, "c.c64_unsorted_segment_sum_s", "c64_unsorted_segment_sum_s"], [232, 0, 1, "c.c64_where_p", "c64_where_p"], [232, 0, 1, "c.c64_where_s", "c64_where_s"], [233, 0, 1, "c.c64_zerolike_p", "c64_zerolike_p"], [233, 0, 1, "c.c64_zerolike_s", "c64_zerolike_s"], [60, 0, 1, "c.customnormalize_p", "customnormalize_p"], [60, 0, 1, "c.customnormalize_s", "customnormalize_s"], [61, 0, 1, "c.custompredict_p", "custompredict_p"], [61, 0, 1, "c.custompredict_s", "custompredict_s"], [228, 0, 1, "c.dp_Unique_p", "dp_Unique_p"], [228, 0, 1, "c.dp_Unique_s", "dp_Unique_s"], [12, 0, 1, "c.dp_abs_p", "dp_abs_p"], [12, 0, 1, "c.dp_abs_s", "dp_abs_s"], [18, 0, 1, "c.dp_add_p", "dp_add_p"], [18, 0, 1, "c.dp_add_s", "dp_add_s"], [21, 0, 1, "c.dp_addn_p", "dp_addn_p"], [21, 0, 1, "c.dp_addn_s", "dp_addn_s"], [24, 0, 1, "c.dp_all_gather_p", "dp_all_gather_p"], [24, 0, 1, "c.dp_all_gather_s", "dp_all_gather_s"], [28, 0, 1, "c.dp_assert_p", "dp_assert_p"], [28, 0, 1, "c.dp_assert_s", "dp_assert_s"], [30, 0, 1, "c.dp_assign_add_p", "dp_assign_add_p"], [30, 0, 1, "c.dp_assign_add_s", "dp_assign_add_s"], [29, 0, 1, "c.dp_assign_p", "dp_assign_p"], [29, 0, 1, "c.dp_assign_s", "dp_assign_s"], [35, 0, 1, "c.dp_batch_to_space_p", "dp_batch_to_space_p"], [35, 0, 1, "c.dp_batch_to_space_s", "dp_batch_to_space_s"], [38, 0, 1, "c.dp_batchtospacend_p", "dp_batchtospacend_p"], [38, 0, 1, "c.dp_batchtospacend_s", "dp_batchtospacend_s"], [39, 0, 1, "c.dp_bias_add_p", "dp_bias_add_p"], [39, 0, 1, "c.dp_bias_add_s", "dp_bias_add_s"], [43, 0, 1, "c.dp_broadcastto_p", "dp_broadcastto_p"], [43, 0, 1, "c.dp_broadcastto_s", "dp_broadcastto_s"], [45, 0, 1, "c.dp_cast_to_dp_p", "dp_cast_to_dp_p"], [45, 0, 1, "c.dp_cast_to_dp_s", "dp_cast_to_dp_s"], [45, 0, 1, "c.dp_cast_to_fp_p", "dp_cast_to_fp_p"], [45, 0, 1, "c.dp_cast_to_fp_s", "dp_cast_to_fp_s"], [46, 0, 1, "c.dp_ceil_p", "dp_ceil_p"], [46, 0, 1, "c.dp_ceil_s", "dp_ceil_s"], [47, 0, 1, "c.dp_clip_p", "dp_clip_p"], [47, 0, 1, "c.dp_clip_s", "dp_clip_s"], [48, 0, 1, "c.dp_concat_p", "dp_concat_p"], [48, 0, 1, "c.dp_concat_s", "dp_concat_s"], [49, 0, 1, "c.dp_constant_of_shape_p", "dp_constant_of_shape_p"], [49, 0, 1, "c.dp_constant_of_shape_s", "dp_constant_of_shape_s"], [54, 0, 1, "c.dp_cos_p", "dp_cos_p"], [54, 0, 1, "c.dp_cos_s", "dp_cos_s"], [57, 0, 1, "c.dp_cum_sum_p", "dp_cum_sum_p"], [57, 0, 1, "c.dp_cum_sum_s", "dp_cum_sum_s"], [64, 0, 1, "c.dp_depthtospace_p", "dp_depthtospace_p"], [64, 0, 1, "c.dp_depthtospace_s", "dp_depthtospace_s"], [66, 0, 1, "c.dp_div_p", "dp_div_p"], [66, 0, 1, "c.dp_div_s", "dp_div_s"], [72, 0, 1, "c.dp_eltwise_p", "dp_eltwise_p"], [72, 0, 1, "c.dp_eltwise_s", "dp_eltwise_s"], [75, 0, 1, "c.dp_equal_p", "dp_equal_p"], [75, 0, 1, "c.dp_equal_s", "dp_equal_s"], [76, 0, 1, "c.dp_erf_p", "dp_erf_p"], [76, 0, 1, "c.dp_erf_s", "dp_erf_s"], [78, 0, 1, "c.dp_exp_p", "dp_exp_p"], [78, 0, 1, "c.dp_exp_s", "dp_exp_s"], [59, 0, 1, "c.dp_extract_features_p", "dp_extract_features_p"], [59, 0, 1, "c.dp_extract_features_s", "dp_extract_features_s"], [83, 0, 1, "c.dp_fill_p", "dp_fill_p"], [83, 0, 1, "c.dp_fill_s", "dp_fill_s"], [89, 0, 1, "c.dp_floor_div_p", "dp_floor_div_p"], [89, 0, 1, "c.dp_floor_div_s", "dp_floor_div_s"], [88, 0, 1, "c.dp_floor_mod_p", "dp_floor_mod_p"], [88, 0, 1, "c.dp_floor_mod_s", "dp_floor_mod_s"], [87, 0, 1, "c.dp_floor_p", "dp_floor_p"], [87, 0, 1, "c.dp_floor_s", "dp_floor_s"], [90, 0, 1, "c.dp_format_transpose_p", "dp_format_transpose_p"], [90, 0, 1, "c.dp_format_transpose_s", "dp_format_transpose_s"], [95, 0, 1, "c.dp_gather_d_p", "dp_gather_d_p"], [95, 0, 1, "c.dp_gather_d_s", "dp_gather_d_s"], [94, 0, 1, "c.dp_gather_nd_p", "dp_gather_nd_p"], [94, 0, 1, "c.dp_gather_nd_s", "dp_gather_nd_s"], [93, 0, 1, "c.dp_gather_p", "dp_gather_p"], [93, 0, 1, "c.dp_gather_s", "dp_gather_s"], [99, 0, 1, "c.dp_greater_equal_s", "dp_greater_equal_s"], [98, 0, 1, "c.dp_greater_p", "dp_greater_p"], [98, 0, 1, "c.dp_greater_s", "dp_greater_s"], [105, 0, 1, "c.dp_is_finite_p", "dp_is_finite_p"], [105, 0, 1, "c.dp_is_finite_s", "dp_is_finite_s"], [111, 0, 1, "c.dp_less_equal_p", "dp_less_equal_p"], [111, 0, 1, "c.dp_less_equal_s", "dp_less_equal_s"], [110, 0, 1, "c.dp_less_p", "dp_less_p"], [110, 0, 1, "c.dp_less_s", "dp_less_s"], [114, 0, 1, "c.dp_log1p_p", "dp_log1p_p"], [114, 0, 1, "c.dp_log1p_s", "dp_log1p_s"], [116, 0, 1, "c.dp_logical_and_p", "dp_logical_and_p"], [116, 0, 1, "c.dp_logical_and_s", "dp_logical_and_s"], [117, 0, 1, "c.dp_logical_not_p", "dp_logical_not_p"], [117, 0, 1, "c.dp_logical_not_s", "dp_logical_not_s"], [118, 0, 1, "c.dp_logical_or_p", "dp_logical_or_p"], [118, 0, 1, "c.dp_logical_or_s", "dp_logical_or_s"], [122, 0, 1, "c.dp_lsh_projection_p", "dp_lsh_projection_p"], [122, 0, 1, "c.dp_lsh_projection_s", "dp_lsh_projection_s"], [127, 0, 1, "c.dp_matmul_fusion_p", "dp_matmul_fusion_p"], [127, 0, 1, "c.dp_matmul_fusion_s", "dp_matmul_fusion_s"], [128, 0, 1, "c.dp_maximum_p", "dp_maximum_p"], [128, 0, 1, "c.dp_maximum_s", "dp_maximum_s"], [130, 0, 1, "c.dp_maxpool_fusion_p", "dp_maxpool_fusion_p"], [130, 0, 1, "c.dp_maxpool_fusion_s", "dp_maxpool_fusion_s"], [133, 0, 1, "c.dp_minimum_p", "dp_minimum_p"], [133, 0, 1, "c.dp_minimum_s", "dp_minimum_s"], [135, 0, 1, "c.dp_mod_p", "dp_mod_p"], [135, 0, 1, "c.dp_mod_s", "dp_mod_s"], [136, 0, 1, "c.dp_mul_p", "dp_mul_p"], [136, 0, 1, "c.dp_mul_s", "dp_mul_s"], [139, 0, 1, "c.dp_neg_grad_p", "dp_neg_grad_p"], [139, 0, 1, "c.dp_neg_grad_s", "dp_neg_grad_s"], [138, 0, 1, "c.dp_neg_p", "dp_neg_p"], [138, 0, 1, "c.dp_neg_s", "dp_neg_s"], [143, 0, 1, "c.dp_nonzero_p", "dp_nonzero_p"], [143, 0, 1, "c.dp_nonzero_s", "dp_nonzero_s"], [144, 0, 1, "c.dp_not_equal_p", "dp_not_equal_p"], [144, 0, 1, "c.dp_not_equal_s", "dp_not_equal_s"], [145, 0, 1, "c.dp_onehot_p", "dp_onehot_p"], [145, 0, 1, "c.dp_onehot_s", "dp_onehot_s"], [146, 0, 1, "c.dp_ones_like_p", "dp_ones_like_p"], [146, 0, 1, "c.dp_ones_like_s", "dp_ones_like_s"], [147, 0, 1, "c.dp_padfusion_p", "dp_padfusion_p"], [147, 0, 1, "c.dp_padfusion_s", "dp_padfusion_s"], [149, 0, 1, "c.dp_pow_fusion_p", "dp_pow_fusion_p"], [149, 0, 1, "c.dp_pow_fusion_s", "dp_pow_fusion_s"], [154, 0, 1, "c.dp_ragged_range_p", "dp_ragged_range_p"], [154, 0, 1, "c.dp_ragged_range_s", "dp_ragged_range_s"], [157, 0, 1, "c.dp_range_p", "dp_range_p"], [157, 0, 1, "c.dp_range_s", "dp_range_s"], [159, 0, 1, "c.dp_real_div_p", "dp_real_div_p"], [159, 0, 1, "c.dp_real_div_s", "dp_real_div_s"], [160, 0, 1, "c.dp_reciprocal_p", "dp_reciprocal_p"], [160, 0, 1, "c.dp_reciprocal_s", "dp_reciprocal_s"], [23, 0, 1, "c.dp_reduce_all_p", "dp_reduce_all_p"], [23, 0, 1, "c.dp_reduce_all_s", "dp_reduce_all_s"], [161, 0, 1, "c.dp_reduce_p", "dp_reduce_p"], [161, 0, 1, "c.dp_reduce_s", "dp_reduce_s"], [162, 0, 1, "c.dp_reducescatter_p", "dp_reducescatter_p"], [162, 0, 1, "c.dp_reducescatter_s", "dp_reducescatter_s"], [163, 0, 1, "c.dp_reshape_p", "dp_reshape_p"], [163, 0, 1, "c.dp_reshape_s", "dp_reshape_s"], [170, 0, 1, "c.dp_round_p", "dp_round_p"], [170, 0, 1, "c.dp_round_s", "dp_round_s"], [171, 0, 1, "c.dp_rsqrt_p", "dp_rsqrt_p"], [171, 0, 1, "c.dp_rsqrt_s", "dp_rsqrt_s"], [173, 0, 1, "c.dp_scale_fusion_p", "dp_scale_fusion_p"], [173, 0, 1, "c.dp_scale_fusion_s", "dp_scale_fusion_s"], [174, 0, 1, "c.dp_scatter_elements_p", "dp_scatter_elements_p"], [174, 0, 1, "c.dp_scatter_elements_s", "dp_scatter_elements_s"], [175, 0, 1, "c.dp_scatter_nd_p", "dp_scatter_nd_p"], [175, 0, 1, "c.dp_scatter_nd_s", "dp_scatter_nd_s"], [176, 0, 1, "c.dp_scatter_nd_update_p", "dp_scatter_nd_update_p"], [176, 0, 1, "c.dp_scatter_nd_update_s", "dp_scatter_nd_update_s"], [177, 0, 1, "c.dp_select_p", "dp_select_p"], [177, 0, 1, "c.dp_select_s", "dp_select_s"], [182, 0, 1, "c.dp_sin_p", "dp_sin_p"], [182, 0, 1, "c.dp_sin_s", "dp_sin_s"], [185, 0, 1, "c.dp_slice_p", "dp_slice_p"], [185, 0, 1, "c.dp_slice_s", "dp_slice_s"], [190, 0, 1, "c.dp_spacetobatch_p", "dp_spacetobatch_p"], [190, 0, 1, "c.dp_spacetobatch_s", "dp_spacetobatch_s"], [191, 0, 1, "c.dp_spacetobatchnd_p", "dp_spacetobatchnd_p"], [191, 0, 1, "c.dp_spacetobatchnd_s", "dp_spacetobatchnd_s"], [192, 0, 1, "c.dp_spacetodepth_p", "dp_spacetodepth_p"], [192, 0, 1, "c.dp_spacetodepth_s", "dp_spacetodepth_s"], [194, 0, 1, "c.dp_sparse_fill_empty_rows_p", "dp_sparse_fill_empty_rows_p"], [194, 0, 1, "c.dp_sparse_fill_empty_rows_s", "dp_sparse_fill_empty_rows_s"], [197, 0, 1, "c.dp_sparse_to_dense_p", "dp_sparse_to_dense_p"], [197, 0, 1, "c.dp_sparse_to_dense_s", "dp_sparse_to_dense_s"], [196, 0, 1, "c.dp_sparsesegmentsum_p", "dp_sparsesegmentsum_p"], [196, 0, 1, "c.dp_sparsesegmentsum_s", "dp_sparsesegmentsum_s"], [198, 0, 1, "c.dp_splice_p", "dp_splice_p"], [198, 0, 1, "c.dp_splice_s", "dp_splice_s"], [199, 0, 1, "c.dp_split_p", "dp_split_p"], [199, 0, 1, "c.dp_split_s", "dp_split_s"], [200, 0, 1, "c.dp_split_with_overlap_p", "dp_split_with_overlap_p"], [200, 0, 1, "c.dp_split_with_overlap_s", "dp_split_with_overlap_s"], [201, 0, 1, "c.dp_sqrt_p", "dp_sqrt_p"], [201, 0, 1, "c.dp_sqrt_s", "dp_sqrt_s"], [204, 0, 1, "c.dp_square_difference_p", "dp_square_difference_p"], [204, 0, 1, "c.dp_square_difference_s", "dp_square_difference_s"], [203, 0, 1, "c.dp_square_p", "dp_square_p"], [203, 0, 1, "c.dp_square_s", "dp_square_s"], [206, 0, 1, "c.dp_stack_p", "dp_stack_p"], [206, 0, 1, "c.dp_stack_s", "dp_stack_s"], [209, 0, 1, "c.dp_sub_p", "dp_sub_p"], [209, 0, 1, "c.dp_sub_s", "dp_sub_s"], [213, 0, 1, "c.dp_tensor_scatter_add_p", "dp_tensor_scatter_add_p"], [213, 0, 1, "c.dp_tensor_scatter_add_s", "dp_tensor_scatter_add_s"], [215, 0, 1, "c.dp_tensorarrayread_p", "dp_tensorarrayread_p"], [215, 0, 1, "c.dp_tensorarrayread_s", "dp_tensorarrayread_s"], [217, 0, 1, "c.dp_tensorlist_from_tensor_p", "dp_tensorlist_from_tensor_p"], [217, 0, 1, "c.dp_tensorlist_from_tensor_s", "dp_tensorlist_from_tensor_s"], [222, 0, 1, "c.dp_tile_p", "dp_tile_p"], [222, 0, 1, "c.dp_tile_s", "dp_tile_s"], [224, 0, 1, "c.dp_transpose_p", "dp_transpose_p"], [224, 0, 1, "c.dp_transpose_s", "dp_transpose_s"], [225, 0, 1, "c.dp_tril_p", "dp_tril_p"], [225, 0, 1, "c.dp_tril_s", "dp_tril_s"], [226, 0, 1, "c.dp_triu_p", "dp_triu_p"], [226, 0, 1, "c.dp_triu_s", "dp_triu_s"], [229, 0, 1, "c.dp_unsorted_segment_sum_p", "dp_unsorted_segment_sum_p"], [229, 0, 1, "c.dp_unsorted_segment_sum_s", "dp_unsorted_segment_sum_s"], [232, 0, 1, "c.dp_where_p", "dp_where_p"], [232, 0, 1, "c.dp_where_s", "dp_where_s"], [233, 0, 1, "c.dp_zerolike_p", "dp_zerolike_p"], [233, 0, 1, "c.dp_zerolike_s", "dp_zerolike_s"], [101, 0, 1, "c.fp_Gru_p", "fp_Gru_p"], [101, 0, 1, "c.fp_Gru_s", "fp_Gru_s"], [228, 0, 1, "c.fp_Unique_p", "fp_Unique_p"], [228, 0, 1, "c.fp_Unique_s", "fp_Unique_s"], [13, 0, 1, "c.fp_abs_grad_p", "fp_abs_grad_p"], [13, 0, 1, "c.fp_abs_grad_s", "fp_abs_grad_s"], [12, 0, 1, "c.fp_abs_p", "fp_abs_p"], [12, 0, 1, "c.fp_abs_s", "fp_abs_s"], [16, 0, 1, "c.fp_adam_p", "fp_adam_p"], [16, 0, 1, "c.fp_adam_s", "fp_adam_s"], [17, 0, 1, "c.fp_adamweightdecay_p", "fp_adamweightdecay_p"], [17, 0, 1, "c.fp_adamweightdecay_s", "fp_adamweightdecay_s"], [19, 0, 1, "c.fp_add_grad_p", "fp_add_grad_p"], [19, 0, 1, "c.fp_add_grad_s", "fp_add_grad_s"], [18, 0, 1, "c.fp_add_p", "fp_add_p"], [18, 0, 1, "c.fp_add_s", "fp_add_s"], [20, 0, 1, "c.fp_adder_p", "fp_adder_p"], [20, 0, 1, "c.fp_adder_s", "fp_adder_s"], [21, 0, 1, "c.fp_addn_p", "fp_addn_p"], [21, 0, 1, "c.fp_addn_s", "fp_addn_s"], [22, 0, 1, "c.fp_affine_p", "fp_affine_p"], [22, 0, 1, "c.fp_affine_s", "fp_affine_s"], [24, 0, 1, "c.fp_all_gather_p", "fp_all_gather_p"], [24, 0, 1, "c.fp_all_gather_s", "fp_all_gather_s"], [25, 0, 1, "c.fp_apply_momentum_p", "fp_apply_momentum_p"], [25, 0, 1, "c.fp_apply_momentum_s", "fp_apply_momentum_s"], [26, 0, 1, "c.fp_arg_max_p", "fp_arg_max_p"], [26, 0, 1, "c.fp_arg_max_s", "fp_arg_max_s"], [27, 0, 1, "c.fp_arg_min_p", "fp_arg_min_p"], [27, 0, 1, "c.fp_arg_min_s", "fp_arg_min_s"], [28, 0, 1, "c.fp_assert_p", "fp_assert_p"], [28, 0, 1, "c.fp_assert_s", "fp_assert_s"], [30, 0, 1, "c.fp_assign_add_p", "fp_assign_add_p"], [30, 0, 1, "c.fp_assign_add_s", "fp_assign_add_s"], [29, 0, 1, "c.fp_assign_p", "fp_assign_p"], [29, 0, 1, "c.fp_assign_s", "fp_assign_s"], [31, 0, 1, "c.fp_attention_p", "fp_attention_p"], [31, 0, 1, "c.fp_attention_s", "fp_attention_s"], [32, 0, 1, "c.fp_audio_spectrogram_p", "fp_audio_spectrogram_p"], [32, 0, 1, "c.fp_audio_spectrogram_s", "fp_audio_spectrogram_s"], [33, 0, 1, "c.fp_avg_pool_grad_p", "fp_avg_pool_grad_p"], [33, 0, 1, "c.fp_avg_pool_grad_s", "fp_avg_pool_grad_s"], [34, 0, 1, "c.fp_avgpool_fusion_p", "fp_avgpool_fusion_p"], [34, 0, 1, "c.fp_avgpool_fusion_s", "fp_avgpool_fusion_s"], [37, 0, 1, "c.fp_batch_norm_grad_p", "fp_batch_norm_grad_p"], [37, 0, 1, "c.fp_batch_norm_grad_s", "fp_batch_norm_grad_s"], [36, 0, 1, "c.fp_batch_norm_p", "fp_batch_norm_p"], [36, 0, 1, "c.fp_batch_norm_s", "fp_batch_norm_s"], [35, 0, 1, "c.fp_batch_to_space_p", "fp_batch_to_space_p"], [35, 0, 1, "c.fp_batch_to_space_s", "fp_batch_to_space_s"], [38, 0, 1, "c.fp_batchtospacend_p", "fp_batchtospacend_p"], [38, 0, 1, "c.fp_batchtospacend_s", "fp_batchtospacend_s"], [40, 0, 1, "c.fp_bias_add_grad_p", "fp_bias_add_grad_p"], [40, 0, 1, "c.fp_bias_add_grad_s", "fp_bias_add_grad_s"], [39, 0, 1, "c.fp_bias_add_p", "fp_bias_add_p"], [39, 0, 1, "c.fp_bias_add_s", "fp_bias_add_s"], [41, 0, 1, "c.fp_binary_cross_entropy_grad_p", "fp_binary_cross_entropy_grad_p"], [41, 0, 1, "c.fp_binary_cross_entropy_grad_s", "fp_binary_cross_entropy_grad_s"], [42, 0, 1, "c.fp_binary_cross_entropy_p", "fp_binary_cross_entropy_p"], [42, 0, 1, "c.fp_binary_cross_entropy_s", "fp_binary_cross_entropy_s"], [43, 0, 1, "c.fp_broadcastto_p", "fp_broadcastto_p"], [43, 0, 1, "c.fp_broadcastto_s", "fp_broadcastto_s"], [45, 0, 1, "c.fp_cast_to_fp16_p", "fp_cast_to_fp16_p"], [45, 0, 1, "c.fp_cast_to_fp16_s", "fp_cast_to_fp16_s"], [45, 0, 1, "c.fp_cast_to_fp_p", "fp_cast_to_fp_p"], [45, 0, 1, "c.fp_cast_to_fp_s", "fp_cast_to_fp_s"], [45, 0, 1, "c.fp_cast_to_int16_p", "fp_cast_to_int16_p"], [45, 0, 1, "c.fp_cast_to_int16_p", "fp_cast_to_int16_p"], [45, 0, 1, "c.fp_cast_to_int16_s", "fp_cast_to_int16_s"], [45, 0, 1, "c.fp_cast_to_int16_s", "fp_cast_to_int16_s"], [45, 0, 1, "c.fp_cast_to_int32_p", "fp_cast_to_int32_p"], [45, 0, 1, "c.fp_cast_to_int32_p", "fp_cast_to_int32_p"], [45, 0, 1, "c.fp_cast_to_int32_s", "fp_cast_to_int32_s"], [45, 0, 1, "c.fp_cast_to_int32_s", "fp_cast_to_int32_s"], [45, 0, 1, "c.fp_cast_to_int8_p", "fp_cast_to_int8_p"], [45, 0, 1, "c.fp_cast_to_int8_s", "fp_cast_to_int8_s"], [46, 0, 1, "c.fp_ceil_p", "fp_ceil_p"], [46, 0, 1, "c.fp_ceil_s", "fp_ceil_s"], [14, 0, 1, "c.fp_celu_p", "fp_celu_p"], [14, 0, 1, "c.fp_celu_s", "fp_celu_s"], [14, 0, 1, "c.fp_clip_p", "fp_clip_p"], [47, 0, 1, "c.fp_clip_p", "fp_clip_p"], [14, 0, 1, "c.fp_clip_s", "fp_clip_s"], [47, 0, 1, "c.fp_clip_s", "fp_clip_s"], [48, 0, 1, "c.fp_concat_p", "fp_concat_p"], [48, 0, 1, "c.fp_concat_s", "fp_concat_s"], [49, 0, 1, "c.fp_constant_of_shape_p", "fp_constant_of_shape_p"], [49, 0, 1, "c.fp_constant_of_shape_s", "fp_constant_of_shape_s"], [50, 0, 1, "c.fp_conv2d_p", "fp_conv2d_p"], [50, 0, 1, "c.fp_conv2d_s", "fp_conv2d_s"], [52, 0, 1, "c.fp_conv2dbackpropfilterfusion_p", "fp_conv2dbackpropfilterfusion_p"], [52, 0, 1, "c.fp_conv2dbackpropfilterfusion_s", "fp_conv2dbackpropfilterfusion_s"], [53, 0, 1, "c.fp_conv2dbackpropinputfusion_p", "fp_conv2dbackpropinputfusion_p"], [53, 0, 1, "c.fp_conv2dbackpropinputfusion_s", "fp_conv2dbackpropinputfusion_s"], [51, 0, 1, "c.fp_convtranspose_p", "fp_convtranspose_p"], [51, 0, 1, "c.fp_convtranspose_s", "fp_convtranspose_s"], [54, 0, 1, "c.fp_cos_p", "fp_cos_p"], [54, 0, 1, "c.fp_cos_s", "fp_cos_s"], [56, 0, 1, "c.fp_crop_and_resize_anycore", "fp_crop_and_resize_anycore"], [57, 0, 1, "c.fp_cum_sum_p", "fp_cum_sum_p"], [57, 0, 1, "c.fp_cum_sum_s", "fp_cum_sum_s"], [62, 0, 1, "c.fp_deconv_grad_filter_p", "fp_deconv_grad_filter_p"], [62, 0, 1, "c.fp_deconv_grad_filter_s", "fp_deconv_grad_filter_s"], [64, 0, 1, "c.fp_depthtospace_p", "fp_depthtospace_p"], [64, 0, 1, "c.fp_depthtospace_s", "fp_depthtospace_s"], [65, 0, 1, "c.fp_detection_post_process_p", "fp_detection_post_process_p"], [65, 0, 1, "c.fp_detection_post_process_s", "fp_detection_post_process_s"], [67, 0, 1, "c.fp_div_grad_p", "fp_div_grad_p"], [67, 0, 1, "c.fp_div_grad_s", "fp_div_grad_s"], [66, 0, 1, "c.fp_div_p", "fp_div_p"], [66, 0, 1, "c.fp_div_s", "fp_div_s"], [69, 0, 1, "c.fp_dropout_grad_p", "fp_dropout_grad_p"], [69, 0, 1, "c.fp_dropout_grad_s", "fp_dropout_grad_s"], [68, 0, 1, "c.fp_dropout_p", "fp_dropout_p"], [68, 0, 1, "c.fp_dropout_s", "fp_dropout_s"], [71, 0, 1, "c.fp_dynamic_quant_p", "fp_dynamic_quant_p"], [71, 0, 1, "c.fp_dynamic_quant_s", "fp_dynamic_quant_s"], [72, 0, 1, "c.fp_eltwise_p", "fp_eltwise_p"], [72, 0, 1, "c.fp_eltwise_s", "fp_eltwise_s"], [15, 0, 1, "c.fp_elu_grad_p", "fp_elu_grad_p"], [15, 0, 1, "c.fp_elu_grad_s", "fp_elu_grad_s"], [14, 0, 1, "c.fp_elu_p", "fp_elu_p"], [73, 0, 1, "c.fp_elu_p", "fp_elu_p"], [14, 0, 1, "c.fp_elu_s", "fp_elu_s"], [73, 0, 1, "c.fp_elu_s", "fp_elu_s"], [74, 0, 1, "c.fp_embedding_lookup_p", "fp_embedding_lookup_p"], [74, 0, 1, "c.fp_embedding_lookup_s", "fp_embedding_lookup_s"], [75, 0, 1, "c.fp_equal_p", "fp_equal_p"], [75, 0, 1, "c.fp_equal_s", "fp_equal_s"], [76, 0, 1, "c.fp_erf_p", "fp_erf_p"], [76, 0, 1, "c.fp_erf_s", "fp_erf_s"], [78, 0, 1, "c.fp_exp_p", "fp_exp_p"], [78, 0, 1, "c.fp_exp_s", "fp_exp_s"], [59, 0, 1, "c.fp_extract_features_p", "fp_extract_features_p"], [59, 0, 1, "c.fp_extract_features_s", "fp_extract_features_s"], [79, 0, 1, "c.fp_fake_quant_with_min_max_vars_p", "fp_fake_quant_with_min_max_vars_p"], [80, 0, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "fp_fake_quant_with_min_max_vars_per_channel_p"], [80, 0, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "fp_fake_quant_with_min_max_vars_per_channel_s"], [79, 0, 1, "c.fp_fake_quant_with_min_max_vars_s", "fp_fake_quant_with_min_max_vars_s"], [83, 0, 1, "c.fp_fill_p", "fp_fill_p"], [83, 0, 1, "c.fp_fill_s", "fp_fill_s"], [86, 0, 1, "c.fp_flatten_grad_p", "fp_flatten_grad_p"], [86, 0, 1, "c.fp_flatten_grad_s", "fp_flatten_grad_s"], [89, 0, 1, "c.fp_floor_div_p", "fp_floor_div_p"], [89, 0, 1, "c.fp_floor_div_s", "fp_floor_div_s"], [88, 0, 1, "c.fp_floor_mod_p", "fp_floor_mod_p"], [88, 0, 1, "c.fp_floor_mod_s", "fp_floor_mod_s"], [87, 0, 1, "c.fp_floor_p", "fp_floor_p"], [87, 0, 1, "c.fp_floor_s", "fp_floor_s"], [90, 0, 1, "c.fp_format_transpose_p", "fp_format_transpose_p"], [90, 0, 1, "c.fp_format_transpose_s", "fp_format_transpose_s"], [91, 0, 1, "c.fp_full_connection_p", "fp_full_connection_p"], [91, 0, 1, "c.fp_full_connection_s", "fp_full_connection_s"], [92, 0, 1, "c.fp_fusedbatchnorm_p", "fp_fusedbatchnorm_p"], [92, 0, 1, "c.fp_fusedbatchnorm_s", "fp_fusedbatchnorm_s"], [95, 0, 1, "c.fp_gather_d_p", "fp_gather_d_p"], [95, 0, 1, "c.fp_gather_d_s", "fp_gather_d_s"], [94, 0, 1, "c.fp_gather_nd_p", "fp_gather_nd_p"], [94, 0, 1, "c.fp_gather_nd_s", "fp_gather_nd_s"], [93, 0, 1, "c.fp_gather_p", "fp_gather_p"], [93, 0, 1, "c.fp_gather_s", "fp_gather_s"], [15, 0, 1, "c.fp_gelu_grad_p", "fp_gelu_grad_p"], [15, 0, 1, "c.fp_gelu_grad_s", "fp_gelu_grad_s"], [14, 0, 1, "c.fp_gelu_p", "fp_gelu_p"], [14, 0, 1, "c.fp_gelu_s", "fp_gelu_s"], [97, 0, 1, "c.fp_glu_p", "fp_glu_p"], [97, 0, 1, "c.fp_glu_s", "fp_glu_s"], [99, 0, 1, "c.fp_greater_equal_p", "fp_greater_equal_p"], [99, 0, 1, "c.fp_greater_equal_s", "fp_greater_equal_s"], [98, 0, 1, "c.fp_greater_p", "fp_greater_p"], [98, 0, 1, "c.fp_greater_s", "fp_greater_s"], [100, 0, 1, "c.fp_groupnormfusion_p", "fp_groupnormfusion_p"], [100, 0, 1, "c.fp_groupnormfusion_s", "fp_groupnormfusion_s"], [15, 0, 1, "c.fp_h_sigmoid_grad_p", "fp_h_sigmoid_grad_p"], [15, 0, 1, "c.fp_h_sigmoid_grad_s", "fp_h_sigmoid_grad_s"], [15, 0, 1, "c.fp_h_swish_grad_p", "fp_h_swish_grad_p"], [15, 0, 1, "c.fp_h_swish_grad_s", "fp_h_swish_grad_s"], [15, 0, 1, "c.fp_hard_shrink_grad_p", "fp_hard_shrink_grad_p"], [15, 0, 1, "c.fp_hard_shrink_grad_s", "fp_hard_shrink_grad_s"], [14, 0, 1, "c.fp_hardshrink_p", "fp_hardshrink_p"], [14, 0, 1, "c.fp_hardshrink_s", "fp_hardshrink_s"], [14, 0, 1, "c.fp_hardtanh_p", "fp_hardtanh_p"], [14, 0, 1, "c.fp_hardtanh_s", "fp_hardtanh_s"], [14, 0, 1, "c.fp_hsigmoid_p", "fp_hsigmoid_p"], [14, 0, 1, "c.fp_hsigmoid_s", "fp_hsigmoid_s"], [14, 0, 1, "c.fp_hswish_p", "fp_hswish_p"], [14, 0, 1, "c.fp_hswish_s", "fp_hswish_s"], [103, 0, 1, "c.fp_instance_norm_p", "fp_instance_norm_p"], [103, 0, 1, "c.fp_instance_norm_s", "fp_instance_norm_s"], [105, 0, 1, "c.fp_is_finite_p", "fp_is_finite_p"], [105, 0, 1, "c.fp_is_finite_s", "fp_is_finite_s"], [106, 0, 1, "c.fp_l2norm_p", "fp_l2norm_p"], [106, 0, 1, "c.fp_l2norm_s", "fp_l2norm_s"], [15, 0, 1, "c.fp_l_relu_grad_p", "fp_l_relu_grad_p"], [15, 0, 1, "c.fp_l_relu_grad_s", "fp_l_relu_grad_s"], [108, 0, 1, "c.fp_layer_norm_grad_p", "fp_layer_norm_grad_p"], [108, 0, 1, "c.fp_layer_norm_grad_s", "fp_layer_norm_grad_s"], [107, 0, 1, "c.fp_layernormfusion_p", "fp_layernormfusion_p"], [107, 0, 1, "c.fp_layernormfusion_s", "fp_layernormfusion_s"], [109, 0, 1, "c.fp_leaky_relu_p", "fp_leaky_relu_p"], [109, 0, 1, "c.fp_leaky_relu_s", "fp_leaky_relu_s"], [111, 0, 1, "c.fp_less_equal_p", "fp_less_equal_p"], [111, 0, 1, "c.fp_less_equal_s", "fp_less_equal_s"], [110, 0, 1, "c.fp_less_p", "fp_less_p"], [110, 0, 1, "c.fp_less_s", "fp_less_s"], [112, 0, 1, "c.fp_linspace_p", "fp_linspace_p"], [112, 0, 1, "c.fp_linspace_s", "fp_linspace_s"], [114, 0, 1, "c.fp_log1p_p", "fp_log1p_p"], [114, 0, 1, "c.fp_log1p_s", "fp_log1p_s"], [115, 0, 1, "c.fp_log_grad_p", "fp_log_grad_p"], [115, 0, 1, "c.fp_log_grad_s", "fp_log_grad_s"], [113, 0, 1, "c.fp_log_p", "fp_log_p"], [113, 0, 1, "c.fp_log_s", "fp_log_s"], [116, 0, 1, "c.fp_logical_and_p", "fp_logical_and_p"], [116, 0, 1, "c.fp_logical_and_s", "fp_logical_and_s"], [117, 0, 1, "c.fp_logical_not_p", "fp_logical_not_p"], [117, 0, 1, "c.fp_logical_not_s", "fp_logical_not_s"], [118, 0, 1, "c.fp_logical_or_p", "fp_logical_or_p"], [118, 0, 1, "c.fp_logical_or_s", "fp_logical_or_s"], [119, 0, 1, "c.fp_logsoftmax_p", "fp_logsoftmax_p"], [119, 0, 1, "c.fp_logsoftmax_s", "fp_logsoftmax_s"], [120, 0, 1, "c.fp_lp_norm_p", "fp_lp_norm_p"], [120, 0, 1, "c.fp_lp_norm_s", "fp_lp_norm_s"], [14, 0, 1, "c.fp_lrelu_p", "fp_lrelu_p"], [14, 0, 1, "c.fp_lrelu_s", "fp_lrelu_s"], [121, 0, 1, "c.fp_lrn_p", "fp_lrn_p"], [121, 0, 1, "c.fp_lrn_s", "fp_lrn_s"], [122, 0, 1, "c.fp_lsh_projection_p", "fp_lsh_projection_p"], [122, 0, 1, "c.fp_lsh_projection_s", "fp_lsh_projection_s"], [123, 0, 1, "c.fp_lstm_p", "fp_lstm_p"], [123, 0, 1, "c.fp_lstm_s", "fp_lstm_s"], [124, 0, 1, "c.fp_lstmgrad_p", "fp_lstmgrad_p"], [124, 0, 1, "c.fp_lstmgrad_s", "fp_lstmgrad_s"], [125, 0, 1, "c.fp_lstmgraddata_p", "fp_lstmgraddata_p"], [125, 0, 1, "c.fp_lstmgraddata_s", "fp_lstmgraddata_s"], [126, 0, 1, "c.fp_lstmgradweight_p", "fp_lstmgradweight_p"], [126, 0, 1, "c.fp_lstmgradweight_s", "fp_lstmgradweight_s"], [127, 0, 1, "c.fp_matmul_fusion_p", "fp_matmul_fusion_p"], [127, 0, 1, "c.fp_matmul_fusion_s", "fp_matmul_fusion_s"], [129, 0, 1, "c.fp_maximum_grad_p", "fp_maximum_grad_p"], [129, 0, 1, "c.fp_maximum_grad_s", "fp_maximum_grad_s"], [128, 0, 1, "c.fp_maximum_p", "fp_maximum_p"], [128, 0, 1, "c.fp_maximum_s", "fp_maximum_s"], [130, 0, 1, "c.fp_maxpool_fusion_p", "fp_maxpool_fusion_p"], [130, 0, 1, "c.fp_maxpool_fusion_s", "fp_maxpool_fusion_s"], [131, 0, 1, "c.fp_maxpool_grad_p", "fp_maxpool_grad_p"], [131, 0, 1, "c.fp_maxpool_grad_s", "fp_maxpool_grad_s"], [132, 0, 1, "c.fp_mfcc_p", "fp_mfcc_p"], [132, 0, 1, "c.fp_mfcc_s", "fp_mfcc_s"], [133, 0, 1, "c.fp_minimum_p", "fp_minimum_p"], [133, 0, 1, "c.fp_minimum_s", "fp_minimum_s"], [134, 0, 1, "c.fp_minimumgrad_p", "fp_minimumgrad_p"], [134, 0, 1, "c.fp_minimumgrad_s", "fp_minimumgrad_s"], [135, 0, 1, "c.fp_mod_p", "fp_mod_p"], [135, 0, 1, "c.fp_mod_s", "fp_mod_s"], [137, 0, 1, "c.fp_mul_grad_p", "fp_mul_grad_p"], [137, 0, 1, "c.fp_mul_grad_s", "fp_mul_grad_s"], [136, 0, 1, "c.fp_mul_p", "fp_mul_p"], [136, 0, 1, "c.fp_mul_s", "fp_mul_s"], [139, 0, 1, "c.fp_neg_grad_p", "fp_neg_grad_p"], [139, 0, 1, "c.fp_neg_grad_s", "fp_neg_grad_s"], [138, 0, 1, "c.fp_neg_p", "fp_neg_p"], [138, 0, 1, "c.fp_neg_s", "fp_neg_s"], [140, 0, 1, "c.fp_nllloss_p", "fp_nllloss_p"], [140, 0, 1, "c.fp_nllloss_s", "fp_nllloss_s"], [141, 0, 1, "c.fp_nlllossgrad_p", "fp_nlllossgrad_p"], [141, 0, 1, "c.fp_nlllossgrad_s", "fp_nlllossgrad_s"], [142, 0, 1, "c.fp_non_max_suppression_p", "fp_non_max_suppression_p"], [142, 0, 1, "c.fp_non_max_suppression_s", "fp_non_max_suppression_s"], [143, 0, 1, "c.fp_nonzero_p", "fp_nonzero_p"], [143, 0, 1, "c.fp_nonzero_s", "fp_nonzero_s"], [144, 0, 1, "c.fp_not_equal_p", "fp_not_equal_p"], [144, 0, 1, "c.fp_not_equal_s", "fp_not_equal_s"], [145, 0, 1, "c.fp_onehot_p", "fp_onehot_p"], [145, 0, 1, "c.fp_onehot_s", "fp_onehot_s"], [146, 0, 1, "c.fp_ones_like_p", "fp_ones_like_p"], [146, 0, 1, "c.fp_ones_like_s", "fp_ones_like_s"], [147, 0, 1, "c.fp_padfusion_p", "fp_padfusion_p"], [147, 0, 1, "c.fp_padfusion_s", "fp_padfusion_s"], [149, 0, 1, "c.fp_pow_fusion_p", "fp_pow_fusion_p"], [149, 0, 1, "c.fp_pow_fusion_s", "fp_pow_fusion_s"], [150, 0, 1, "c.fp_power_grad_p", "fp_power_grad_p"], [150, 0, 1, "c.fp_power_grad_s", "fp_power_grad_s"], [151, 0, 1, "c.fp_prelufusion_p", "fp_prelufusion_p"], [151, 0, 1, "c.fp_prelufusion_s", "fp_prelufusion_s"], [152, 0, 1, "c.fp_priorbox_p", "fp_priorbox_p"], [152, 0, 1, "c.fp_priorbox_s", "fp_priorbox_s"], [154, 0, 1, "c.fp_ragged_range_p", "fp_ragged_range_p"], [154, 0, 1, "c.fp_ragged_range_s", "fp_ragged_range_s"], [155, 0, 1, "c.fp_random_normal_p", "fp_random_normal_p"], [155, 0, 1, "c.fp_random_normal_s", "fp_random_normal_s"], [156, 0, 1, "c.fp_random_standard_normal_p", "fp_random_standard_normal_p"], [156, 0, 1, "c.fp_random_standard_normal_s", "fp_random_standard_normal_s"], [157, 0, 1, "c.fp_range_p", "fp_range_p"], [157, 0, 1, "c.fp_range_s", "fp_range_s"], [159, 0, 1, "c.fp_real_div_p", "fp_real_div_p"], [159, 0, 1, "c.fp_real_div_s", "fp_real_div_s"], [160, 0, 1, "c.fp_reciprocal_p", "fp_reciprocal_p"], [160, 0, 1, "c.fp_reciprocal_s", "fp_reciprocal_s"], [23, 0, 1, "c.fp_reduce_all_p", "fp_reduce_all_p"], [23, 0, 1, "c.fp_reduce_all_s", "fp_reduce_all_s"], [161, 0, 1, "c.fp_reduce_p", "fp_reduce_p"], [161, 0, 1, "c.fp_reduce_s", "fp_reduce_s"], [162, 0, 1, "c.fp_reducescatter_p", "fp_reducescatter_p"], [162, 0, 1, "c.fp_reducescatter_s", "fp_reducescatter_s"], [15, 0, 1, "c.fp_relu6_grad_p", "fp_relu6_grad_p"], [15, 0, 1, "c.fp_relu6_grad_s", "fp_relu6_grad_s"], [14, 0, 1, "c.fp_relu6_p", "fp_relu6_p"], [14, 0, 1, "c.fp_relu6_s", "fp_relu6_s"], [15, 0, 1, "c.fp_relu_grad_p", "fp_relu_grad_p"], [15, 0, 1, "c.fp_relu_grad_s", "fp_relu_grad_s"], [14, 0, 1, "c.fp_relu_p", "fp_relu_p"], [14, 0, 1, "c.fp_relu_s", "fp_relu_s"], [163, 0, 1, "c.fp_reshape_p", "fp_reshape_p"], [163, 0, 1, "c.fp_reshape_s", "fp_reshape_s"], [164, 0, 1, "c.fp_resize_anycore", "fp_resize_anycore"], [165, 0, 1, "c.fp_resizebilineargrad_p", "fp_resizebilineargrad_p"], [165, 0, 1, "c.fp_resizebilineargrad_s", "fp_resizebilineargrad_s"], [165, 0, 1, "c.fp_resizenearestneighborgrad_p", "fp_resizenearestneighborgrad_p"], [165, 0, 1, "c.fp_resizenearestneighborgrad_s", "fp_resizenearestneighborgrad_s"], [169, 0, 1, "c.fp_roipooling_p", "fp_roipooling_p"], [169, 0, 1, "c.fp_roipooling_s", "fp_roipooling_s"], [170, 0, 1, "c.fp_round_p", "fp_round_p"], [170, 0, 1, "c.fp_round_s", "fp_round_s"], [172, 0, 1, "c.fp_rsqrt_grad_p", "fp_rsqrt_grad_p"], [172, 0, 1, "c.fp_rsqrt_grad_s", "fp_rsqrt_grad_s"], [171, 0, 1, "c.fp_rsqrt_p", "fp_rsqrt_p"], [171, 0, 1, "c.fp_rsqrt_s", "fp_rsqrt_s"], [173, 0, 1, "c.fp_scale_fusion_p", "fp_scale_fusion_p"], [173, 0, 1, "c.fp_scale_fusion_s", "fp_scale_fusion_s"], [174, 0, 1, "c.fp_scatter_elements_p", "fp_scatter_elements_p"], [174, 0, 1, "c.fp_scatter_elements_s", "fp_scatter_elements_s"], [175, 0, 1, "c.fp_scatter_nd_p", "fp_scatter_nd_p"], [175, 0, 1, "c.fp_scatter_nd_s", "fp_scatter_nd_s"], [176, 0, 1, "c.fp_scatter_nd_update_p", "fp_scatter_nd_update_p"], [176, 0, 1, "c.fp_scatter_nd_update_s", "fp_scatter_nd_update_s"], [177, 0, 1, "c.fp_select_p", "fp_select_p"], [177, 0, 1, "c.fp_select_s", "fp_select_s"], [178, 0, 1, "c.fp_sgd_p", "fp_sgd_p"], [178, 0, 1, "c.fp_sgd_s", "fp_sgd_s"], [15, 0, 1, "c.fp_sigmoid_grad_p", "fp_sigmoid_grad_p"], [15, 0, 1, "c.fp_sigmoid_grad_s", "fp_sigmoid_grad_s"], [14, 0, 1, "c.fp_sigmoid_p", "fp_sigmoid_p"], [14, 0, 1, "c.fp_sigmoid_s", "fp_sigmoid_s"], [180, 0, 1, "c.fp_sigmoidcrossentropywithlogits_p", "fp_sigmoidcrossentropywithlogits_p"], [180, 0, 1, "c.fp_sigmoidcrossentropywithlogits_s", "fp_sigmoidcrossentropywithlogits_s"], [181, 0, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "fp_sigmoidcrossentropywithlogitsgrad_p"], [181, 0, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "fp_sigmoidcrossentropywithlogitsgrad_s"], [182, 0, 1, "c.fp_sin_p", "fp_sin_p"], [182, 0, 1, "c.fp_sin_s", "fp_sin_s"], [185, 0, 1, "c.fp_slice_p", "fp_slice_p"], [185, 0, 1, "c.fp_slice_s", "fp_slice_s"], [186, 0, 1, "c.fp_smoothl1loss_p", "fp_smoothl1loss_p"], [186, 0, 1, "c.fp_smoothl1loss_s", "fp_smoothl1loss_s"], [187, 0, 1, "c.fp_smoothl1lossgrad_p", "fp_smoothl1lossgrad_p"], [187, 0, 1, "c.fp_smoothl1lossgrad_s", "fp_smoothl1lossgrad_s"], [189, 0, 1, "c.fp_softmax_cross_entropy_with_logits_p", "fp_softmax_cross_entropy_with_logits_p"], [189, 0, 1, "c.fp_softmax_cross_entropy_with_logits_s", "fp_softmax_cross_entropy_with_logits_s"], [188, 0, 1, "c.fp_softmax_p", "fp_softmax_p"], [188, 0, 1, "c.fp_softmax_s", "fp_softmax_s"], [15, 0, 1, "c.fp_softplus_grad_p", "fp_softplus_grad_p"], [15, 0, 1, "c.fp_softplus_grad_s", "fp_softplus_grad_s"], [14, 0, 1, "c.fp_softplus_p", "fp_softplus_p"], [14, 0, 1, "c.fp_softplus_s", "fp_softplus_s"], [15, 0, 1, "c.fp_softshrink_grad_p", "fp_softshrink_grad_p"], [15, 0, 1, "c.fp_softshrink_grad_s", "fp_softshrink_grad_s"], [14, 0, 1, "c.fp_softshrink_p", "fp_softshrink_p"], [14, 0, 1, "c.fp_softshrink_s", "fp_softshrink_s"], [14, 0, 1, "c.fp_softsignopt_p", "fp_softsignopt_p"], [14, 0, 1, "c.fp_softsignopt_s", "fp_softsignopt_s"], [190, 0, 1, "c.fp_spacetobatch_p", "fp_spacetobatch_p"], [190, 0, 1, "c.fp_spacetobatch_s", "fp_spacetobatch_s"], [191, 0, 1, "c.fp_spacetobatchnd_p", "fp_spacetobatchnd_p"], [191, 0, 1, "c.fp_spacetobatchnd_s", "fp_spacetobatchnd_s"], [192, 0, 1, "c.fp_spacetodepth_p", "fp_spacetodepth_p"], [192, 0, 1, "c.fp_spacetodepth_s", "fp_spacetodepth_s"], [194, 0, 1, "c.fp_sparse_fill_empty_rows_p", "fp_sparse_fill_empty_rows_p"], [194, 0, 1, "c.fp_sparse_fill_empty_rows_s", "fp_sparse_fill_empty_rows_s"], [195, 0, 1, "c.fp_sparse_reshape_p", "fp_sparse_reshape_p"], [195, 0, 1, "c.fp_sparse_reshape_s", "fp_sparse_reshape_s"], [193, 0, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "fp_sparse_softmax_cross_entropy_with_logits_p"], [193, 0, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "fp_sparse_softmax_cross_entropy_with_logits_s"], [197, 0, 1, "c.fp_sparse_to_dense_p", "fp_sparse_to_dense_p"], [197, 0, 1, "c.fp_sparse_to_dense_s", "fp_sparse_to_dense_s"], [196, 0, 1, "c.fp_sparsesegmentsum_p", "fp_sparsesegmentsum_p"], [196, 0, 1, "c.fp_sparsesegmentsum_s", "fp_sparsesegmentsum_s"], [198, 0, 1, "c.fp_splice_p", "fp_splice_p"], [198, 0, 1, "c.fp_splice_s", "fp_splice_s"], [199, 0, 1, "c.fp_split_p", "fp_split_p"], [199, 0, 1, "c.fp_split_s", "fp_split_s"], [200, 0, 1, "c.fp_split_with_overlap_p", "fp_split_with_overlap_p"], [200, 0, 1, "c.fp_split_with_overlap_s", "fp_split_with_overlap_s"], [202, 0, 1, "c.fp_sqrt_grad_p", "fp_sqrt_grad_p"], [202, 0, 1, "c.fp_sqrt_grad_s", "fp_sqrt_grad_s"], [201, 0, 1, "c.fp_sqrt_p", "fp_sqrt_p"], [201, 0, 1, "c.fp_sqrt_s", "fp_sqrt_s"], [204, 0, 1, "c.fp_square_difference_p", "fp_square_difference_p"], [204, 0, 1, "c.fp_square_difference_s", "fp_square_difference_s"], [203, 0, 1, "c.fp_square_p", "fp_square_p"], [203, 0, 1, "c.fp_square_s", "fp_square_s"], [206, 0, 1, "c.fp_stack_p", "fp_stack_p"], [206, 0, 1, "c.fp_stack_s", "fp_stack_s"], [208, 0, 1, "c.fp_stridedslicegrad_p", "fp_stridedslicegrad_p"], [208, 0, 1, "c.fp_stridedslicegrad_s", "fp_stridedslicegrad_s"], [210, 0, 1, "c.fp_sub_grad_p", "fp_sub_grad_p"], [210, 0, 1, "c.fp_sub_grad_s", "fp_sub_grad_s"], [209, 0, 1, "c.fp_sub_p", "fp_sub_p"], [209, 0, 1, "c.fp_sub_s", "fp_sub_s"], [14, 0, 1, "c.fp_swish_p", "fp_swish_p"], [14, 0, 1, "c.fp_swish_s", "fp_swish_s"], [15, 0, 1, "c.fp_tanh_grad_p", "fp_tanh_grad_p"], [15, 0, 1, "c.fp_tanh_grad_s", "fp_tanh_grad_s"], [14, 0, 1, "c.fp_tanh_p", "fp_tanh_p"], [14, 0, 1, "c.fp_tanh_s", "fp_tanh_s"], [213, 0, 1, "c.fp_tensor_scatter_add_p", "fp_tensor_scatter_add_p"], [213, 0, 1, "c.fp_tensor_scatter_add_s", "fp_tensor_scatter_add_s"], [215, 0, 1, "c.fp_tensorarrayread_p", "fp_tensorarrayread_p"], [215, 0, 1, "c.fp_tensorarrayread_s", "fp_tensorarrayread_s"], [217, 0, 1, "c.fp_tensorlist_from_tensor_p", "fp_tensorlist_from_tensor_p"], [217, 0, 1, "c.fp_tensorlist_from_tensor_s", "fp_tensorlist_from_tensor_s"], [221, 0, 1, "c.fp_tensorlist_stack_p", "fp_tensorlist_stack_p"], [221, 0, 1, "c.fp_tensorlist_stack_s", "fp_tensorlist_stack_s"], [222, 0, 1, "c.fp_tile_p", "fp_tile_p"], [222, 0, 1, "c.fp_tile_s", "fp_tile_s"], [153, 0, 1, "c.fp_to_i8_quant_p", "fp_to_i8_quant_p"], [153, 0, 1, "c.fp_to_i8_quant_s", "fp_to_i8_quant_s"], [223, 0, 1, "c.fp_top_k_fusion_p", "fp_top_k_fusion_p"], [223, 0, 1, "c.fp_top_k_fusion_s", "fp_top_k_fusion_s"], [224, 0, 1, "c.fp_transpose_p", "fp_transpose_p"], [224, 0, 1, "c.fp_transpose_s", "fp_transpose_s"], [225, 0, 1, "c.fp_tril_p", "fp_tril_p"], [225, 0, 1, "c.fp_tril_s", "fp_tril_s"], [226, 0, 1, "c.fp_triu_p", "fp_triu_p"], [226, 0, 1, "c.fp_triu_s", "fp_triu_s"], [227, 0, 1, "c.fp_uniform_real_p", "fp_uniform_real_p"], [227, 0, 1, "c.fp_uniform_real_s", "fp_uniform_real_s"], [229, 0, 1, "c.fp_unsorted_segment_sum_p", "fp_unsorted_segment_sum_p"], [229, 0, 1, "c.fp_unsorted_segment_sum_s", "fp_unsorted_segment_sum_s"], [232, 0, 1, "c.fp_where_p", "fp_where_p"], [232, 0, 1, "c.fp_where_s", "fp_where_s"], [233, 0, 1, "c.fp_zerolike_p", "fp_zerolike_p"], [233, 0, 1, "c.fp_zerolike_s", "fp_zerolike_s"], [101, 0, 1, "c.hp_Gru_p", "hp_Gru_p"], [101, 0, 1, "c.hp_Gru_s", "hp_Gru_s"], [228, 0, 1, "c.hp_Unique_p", "hp_Unique_p"], [228, 0, 1, "c.hp_Unique_s", "hp_Unique_s"], [13, 0, 1, "c.hp_abs_grad_p", "hp_abs_grad_p"], [13, 0, 1, "c.hp_abs_grad_s", "hp_abs_grad_s"], [12, 0, 1, "c.hp_abs_p", "hp_abs_p"], [12, 0, 1, "c.hp_abs_s", "hp_abs_s"], [17, 0, 1, "c.hp_adamweightdecay_p", "hp_adamweightdecay_p"], [17, 0, 1, "c.hp_adamweightdecay_s", "hp_adamweightdecay_s"], [19, 0, 1, "c.hp_add_grad_p", "hp_add_grad_p"], [19, 0, 1, "c.hp_add_grad_s", "hp_add_grad_s"], [18, 0, 1, "c.hp_add_p", "hp_add_p"], [18, 0, 1, "c.hp_add_s", "hp_add_s"], [20, 0, 1, "c.hp_adder_p", "hp_adder_p"], [20, 0, 1, "c.hp_adder_s", "hp_adder_s"], [21, 0, 1, "c.hp_addn_p", "hp_addn_p"], [21, 0, 1, "c.hp_addn_s", "hp_addn_s"], [22, 0, 1, "c.hp_affine_p", "hp_affine_p"], [22, 0, 1, "c.hp_affine_s", "hp_affine_s"], [25, 0, 1, "c.hp_apply_momentum_p", "hp_apply_momentum_p"], [25, 0, 1, "c.hp_apply_momentum_s", "hp_apply_momentum_s"], [26, 0, 1, "c.hp_arg_max_p", "hp_arg_max_p"], [26, 0, 1, "c.hp_arg_max_s", "hp_arg_max_s"], [27, 0, 1, "c.hp_arg_min_p", "hp_arg_min_p"], [27, 0, 1, "c.hp_arg_min_s", "hp_arg_min_s"], [28, 0, 1, "c.hp_assert_p", "hp_assert_p"], [28, 0, 1, "c.hp_assert_s", "hp_assert_s"], [30, 0, 1, "c.hp_assign_add_p", "hp_assign_add_p"], [30, 0, 1, "c.hp_assign_add_s", "hp_assign_add_s"], [29, 0, 1, "c.hp_assign_p", "hp_assign_p"], [29, 0, 1, "c.hp_assign_s", "hp_assign_s"], [33, 0, 1, "c.hp_avg_pool_grad_p", "hp_avg_pool_grad_p"], [33, 0, 1, "c.hp_avg_pool_grad_s", "hp_avg_pool_grad_s"], [34, 0, 1, "c.hp_avgpool_fusion_p", "hp_avgpool_fusion_p"], [34, 0, 1, "c.hp_avgpool_fusion_s", "hp_avgpool_fusion_s"], [37, 0, 1, "c.hp_batch_norm_grad_p", "hp_batch_norm_grad_p"], [37, 0, 1, "c.hp_batch_norm_grad_s", "hp_batch_norm_grad_s"], [36, 0, 1, "c.hp_batch_norm_p", "hp_batch_norm_p"], [36, 0, 1, "c.hp_batch_norm_s", "hp_batch_norm_s"], [35, 0, 1, "c.hp_batch_to_space_p", "hp_batch_to_space_p"], [35, 0, 1, "c.hp_batch_to_space_s", "hp_batch_to_space_s"], [38, 0, 1, "c.hp_batchtospacend_p", "hp_batchtospacend_p"], [38, 0, 1, "c.hp_batchtospacend_s", "hp_batchtospacend_s"], [40, 0, 1, "c.hp_bias_add_grad_p", "hp_bias_add_grad_p"], [40, 0, 1, "c.hp_bias_add_grad_s", "hp_bias_add_grad_s"], [39, 0, 1, "c.hp_bias_add_p", "hp_bias_add_p"], [39, 0, 1, "c.hp_bias_add_s", "hp_bias_add_s"], [41, 0, 1, "c.hp_binary_cross_entropy_grad_p", "hp_binary_cross_entropy_grad_p"], [41, 0, 1, "c.hp_binary_cross_entropy_grad_s", "hp_binary_cross_entropy_grad_s"], [42, 0, 1, "c.hp_binary_cross_entropy_p", "hp_binary_cross_entropy_p"], [42, 0, 1, "c.hp_binary_cross_entropy_s", "hp_binary_cross_entropy_s"], [43, 0, 1, "c.hp_broadcastto_p", "hp_broadcastto_p"], [43, 0, 1, "c.hp_broadcastto_s", "hp_broadcastto_s"], [46, 0, 1, "c.hp_ceil_p", "hp_ceil_p"], [46, 0, 1, "c.hp_ceil_s", "hp_ceil_s"], [14, 0, 1, "c.hp_celu_p", "hp_celu_p"], [14, 0, 1, "c.hp_celu_s", "hp_celu_s"], [14, 0, 1, "c.hp_clip_p", "hp_clip_p"], [47, 0, 1, "c.hp_clip_p", "hp_clip_p"], [14, 0, 1, "c.hp_clip_s", "hp_clip_s"], [47, 0, 1, "c.hp_clip_s", "hp_clip_s"], [48, 0, 1, "c.hp_concat_p", "hp_concat_p"], [48, 0, 1, "c.hp_concat_s", "hp_concat_s"], [50, 0, 1, "c.hp_conv2d_p", "hp_conv2d_p"], [50, 0, 1, "c.hp_conv2d_s", "hp_conv2d_s"], [52, 0, 1, "c.hp_conv2dbackpropfilterfusion_p", "hp_conv2dbackpropfilterfusion_p"], [52, 0, 1, "c.hp_conv2dbackpropfilterfusion_s", "hp_conv2dbackpropfilterfusion_s"], [53, 0, 1, "c.hp_conv2dbackpropinputfusion_p", "hp_conv2dbackpropinputfusion_p"], [53, 0, 1, "c.hp_conv2dbackpropinputfusion_s", "hp_conv2dbackpropinputfusion_s"], [51, 0, 1, "c.hp_convtranspose_p", "hp_convtranspose_p"], [51, 0, 1, "c.hp_convtranspose_s", "hp_convtranspose_s"], [54, 0, 1, "c.hp_cos_p", "hp_cos_p"], [54, 0, 1, "c.hp_cos_s", "hp_cos_s"], [56, 0, 1, "c.hp_crop_and_resize_anycore", "hp_crop_and_resize_anycore"], [57, 0, 1, "c.hp_cum_sum_p", "hp_cum_sum_p"], [57, 0, 1, "c.hp_cum_sum_s", "hp_cum_sum_s"], [62, 0, 1, "c.hp_deconv_grad_filter_p", "hp_deconv_grad_filter_p"], [62, 0, 1, "c.hp_deconv_grad_filter_s", "hp_deconv_grad_filter_s"], [64, 0, 1, "c.hp_depthtospace_p", "hp_depthtospace_p"], [64, 0, 1, "c.hp_depthtospace_s", "hp_depthtospace_s"], [65, 0, 1, "c.hp_detection_post_process_p", "hp_detection_post_process_p"], [65, 0, 1, "c.hp_detection_post_process_s", "hp_detection_post_process_s"], [67, 0, 1, "c.hp_div_grad_p", "hp_div_grad_p"], [67, 0, 1, "c.hp_div_grad_s", "hp_div_grad_s"], [66, 0, 1, "c.hp_div_p", "hp_div_p"], [66, 0, 1, "c.hp_div_s", "hp_div_s"], [69, 0, 1, "c.hp_dropout_grad_p", "hp_dropout_grad_p"], [69, 0, 1, "c.hp_dropout_grad_s", "hp_dropout_grad_s"], [68, 0, 1, "c.hp_dropout_p", "hp_dropout_p"], [68, 0, 1, "c.hp_dropout_s", "hp_dropout_s"], [71, 0, 1, "c.hp_dynamic_quant_p", "hp_dynamic_quant_p"], [71, 0, 1, "c.hp_dynamic_quant_s", "hp_dynamic_quant_s"], [72, 0, 1, "c.hp_eltwise_p", "hp_eltwise_p"], [72, 0, 1, "c.hp_eltwise_s", "hp_eltwise_s"], [14, 0, 1, "c.hp_elu_p", "hp_elu_p"], [73, 0, 1, "c.hp_elu_p", "hp_elu_p"], [14, 0, 1, "c.hp_elu_s", "hp_elu_s"], [73, 0, 1, "c.hp_elu_s", "hp_elu_s"], [74, 0, 1, "c.hp_embedding_lookup_p", "hp_embedding_lookup_p"], [74, 0, 1, "c.hp_embedding_lookup_s", "hp_embedding_lookup_s"], [75, 0, 1, "c.hp_equal_p", "hp_equal_p"], [75, 0, 1, "c.hp_equal_s", "hp_equal_s"], [76, 0, 1, "c.hp_erf_p", "hp_erf_p"], [76, 0, 1, "c.hp_erf_s", "hp_erf_s"], [78, 0, 1, "c.hp_exp_p", "hp_exp_p"], [78, 0, 1, "c.hp_exp_s", "hp_exp_s"], [79, 0, 1, "c.hp_fake_quant_with_min_max_vars_p", "hp_fake_quant_with_min_max_vars_p"], [80, 0, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "hp_fake_quant_with_min_max_vars_per_channel_p"], [80, 0, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "hp_fake_quant_with_min_max_vars_per_channel_s"], [79, 0, 1, "c.hp_fake_quant_with_min_max_vars_s", "hp_fake_quant_with_min_max_vars_s"], [83, 0, 1, "c.hp_fill_p", "hp_fill_p"], [83, 0, 1, "c.hp_fill_s", "hp_fill_s"], [86, 0, 1, "c.hp_flatten_grad_p", "hp_flatten_grad_p"], [86, 0, 1, "c.hp_flatten_grad_s", "hp_flatten_grad_s"], [89, 0, 1, "c.hp_floor_div_p", "hp_floor_div_p"], [89, 0, 1, "c.hp_floor_div_s", "hp_floor_div_s"], [88, 0, 1, "c.hp_floor_mod_p", "hp_floor_mod_p"], [88, 0, 1, "c.hp_floor_mod_s", "hp_floor_mod_s"], [87, 0, 1, "c.hp_floor_p", "hp_floor_p"], [87, 0, 1, "c.hp_floor_s", "hp_floor_s"], [90, 0, 1, "c.hp_format_transpose_p", "hp_format_transpose_p"], [90, 0, 1, "c.hp_format_transpose_s", "hp_format_transpose_s"], [91, 0, 1, "c.hp_full_connection_p", "hp_full_connection_p"], [91, 0, 1, "c.hp_full_connection_s", "hp_full_connection_s"], [92, 0, 1, "c.hp_fusedbatchnorm_p", "hp_fusedbatchnorm_p"], [92, 0, 1, "c.hp_fusedbatchnorm_s", "hp_fusedbatchnorm_s"], [94, 0, 1, "c.hp_gather_nd_p", "hp_gather_nd_p"], [94, 0, 1, "c.hp_gather_nd_s", "hp_gather_nd_s"], [93, 0, 1, "c.hp_gather_p", "hp_gather_p"], [93, 0, 1, "c.hp_gather_s", "hp_gather_s"], [14, 0, 1, "c.hp_gelu_p", "hp_gelu_p"], [14, 0, 1, "c.hp_gelu_s", "hp_gelu_s"], [97, 0, 1, "c.hp_glu_p", "hp_glu_p"], [97, 0, 1, "c.hp_glu_s", "hp_glu_s"], [99, 0, 1, "c.hp_greater_equal_p", "hp_greater_equal_p"], [99, 0, 1, "c.hp_greater_equal_s", "hp_greater_equal_s"], [98, 0, 1, "c.hp_greater_p", "hp_greater_p"], [98, 0, 1, "c.hp_greater_s", "hp_greater_s"], [100, 0, 1, "c.hp_groupnormfusion_p", "hp_groupnormfusion_p"], [100, 0, 1, "c.hp_groupnormfusion_s", "hp_groupnormfusion_s"], [14, 0, 1, "c.hp_hardshrink_p", "hp_hardshrink_p"], [14, 0, 1, "c.hp_hardshrink_s", "hp_hardshrink_s"], [14, 0, 1, "c.hp_hardtanh_p", "hp_hardtanh_p"], [14, 0, 1, "c.hp_hardtanh_s", "hp_hardtanh_s"], [14, 0, 1, "c.hp_hsigmoid_p", "hp_hsigmoid_p"], [14, 0, 1, "c.hp_hsigmoid_s", "hp_hsigmoid_s"], [14, 0, 1, "c.hp_hswish_p", "hp_hswish_p"], [14, 0, 1, "c.hp_hswish_s", "hp_hswish_s"], [103, 0, 1, "c.hp_instance_norm_p", "hp_instance_norm_p"], [103, 0, 1, "c.hp_instance_norm_s", "hp_instance_norm_s"], [105, 0, 1, "c.hp_is_finite_p", "hp_is_finite_p"], [105, 0, 1, "c.hp_is_finite_s", "hp_is_finite_s"], [106, 0, 1, "c.hp_l2norm_p", "hp_l2norm_p"], [106, 0, 1, "c.hp_l2norm_s", "hp_l2norm_s"], [108, 0, 1, "c.hp_layer_norm_grad_p", "hp_layer_norm_grad_p"], [108, 0, 1, "c.hp_layer_norm_grad_s", "hp_layer_norm_grad_s"], [107, 0, 1, "c.hp_layernormfusion_p", "hp_layernormfusion_p"], [107, 0, 1, "c.hp_layernormfusion_s", "hp_layernormfusion_s"], [109, 0, 1, "c.hp_leaky_relu_p", "hp_leaky_relu_p"], [109, 0, 1, "c.hp_leaky_relu_s", "hp_leaky_relu_s"], [111, 0, 1, "c.hp_less_equal_p", "hp_less_equal_p"], [111, 0, 1, "c.hp_less_equal_s", "hp_less_equal_s"], [110, 0, 1, "c.hp_less_p", "hp_less_p"], [110, 0, 1, "c.hp_less_s", "hp_less_s"], [112, 0, 1, "c.hp_linspace_p", "hp_linspace_p"], [112, 0, 1, "c.hp_linspace_s", "hp_linspace_s"], [114, 0, 1, "c.hp_log1p_p", "hp_log1p_p"], [114, 0, 1, "c.hp_log1p_s", "hp_log1p_s"], [115, 0, 1, "c.hp_log_grad_p", "hp_log_grad_p"], [115, 0, 1, "c.hp_log_grad_s", "hp_log_grad_s"], [113, 0, 1, "c.hp_log_p", "hp_log_p"], [113, 0, 1, "c.hp_log_s", "hp_log_s"], [116, 0, 1, "c.hp_logical_and_p", "hp_logical_and_p"], [116, 0, 1, "c.hp_logical_and_s", "hp_logical_and_s"], [117, 0, 1, "c.hp_logical_not_p", "hp_logical_not_p"], [117, 0, 1, "c.hp_logical_not_s", "hp_logical_not_s"], [118, 0, 1, "c.hp_logical_or_p", "hp_logical_or_p"], [118, 0, 1, "c.hp_logical_or_s", "hp_logical_or_s"], [119, 0, 1, "c.hp_logsoftmax_p", "hp_logsoftmax_p"], [119, 0, 1, "c.hp_logsoftmax_s", "hp_logsoftmax_s"], [120, 0, 1, "c.hp_lp_norm_p", "hp_lp_norm_p"], [120, 0, 1, "c.hp_lp_norm_s", "hp_lp_norm_s"], [14, 0, 1, "c.hp_lrelu_p", "hp_lrelu_p"], [14, 0, 1, "c.hp_lrelu_s", "hp_lrelu_s"], [121, 0, 1, "c.hp_lrn_p", "hp_lrn_p"], [121, 0, 1, "c.hp_lrn_s", "hp_lrn_s"], [122, 0, 1, "c.hp_lsh_projection_p", "hp_lsh_projection_p"], [122, 0, 1, "c.hp_lsh_projection_s", "hp_lsh_projection_s"], [123, 0, 1, "c.hp_lstm_p", "hp_lstm_p"], [123, 0, 1, "c.hp_lstm_s", "hp_lstm_s"], [124, 0, 1, "c.hp_lstmgrad_p", "hp_lstmgrad_p"], [124, 0, 1, "c.hp_lstmgrad_s", "hp_lstmgrad_s"], [125, 0, 1, "c.hp_lstmgraddata_p", "hp_lstmgraddata_p"], [125, 0, 1, "c.hp_lstmgraddata_s", "hp_lstmgraddata_s"], [126, 0, 1, "c.hp_lstmgradweight_p", "hp_lstmgradweight_p"], [126, 0, 1, "c.hp_lstmgradweight_s", "hp_lstmgradweight_s"], [127, 0, 1, "c.hp_matmul_fusion_p", "hp_matmul_fusion_p"], [127, 0, 1, "c.hp_matmul_fusion_s", "hp_matmul_fusion_s"], [129, 0, 1, "c.hp_maximum_grad_p", "hp_maximum_grad_p"], [129, 0, 1, "c.hp_maximum_grad_s", "hp_maximum_grad_s"], [128, 0, 1, "c.hp_maximum_p", "hp_maximum_p"], [128, 0, 1, "c.hp_maximum_s", "hp_maximum_s"], [130, 0, 1, "c.hp_maxpool_fusion_p", "hp_maxpool_fusion_p"], [130, 0, 1, "c.hp_maxpool_fusion_s", "hp_maxpool_fusion_s"], [131, 0, 1, "c.hp_maxpool_grad_p", "hp_maxpool_grad_p"], [131, 0, 1, "c.hp_maxpool_grad_s", "hp_maxpool_grad_s"], [132, 0, 1, "c.hp_mfcc_p", "hp_mfcc_p"], [132, 0, 1, "c.hp_mfcc_s", "hp_mfcc_s"], [133, 0, 1, "c.hp_minimum_p", "hp_minimum_p"], [133, 0, 1, "c.hp_minimum_s", "hp_minimum_s"], [134, 0, 1, "c.hp_minimumgrad_p", "hp_minimumgrad_p"], [134, 0, 1, "c.hp_minimumgrad_s", "hp_minimumgrad_s"], [135, 0, 1, "c.hp_mod_p", "hp_mod_p"], [135, 0, 1, "c.hp_mod_s", "hp_mod_s"], [137, 0, 1, "c.hp_mul_grad_p", "hp_mul_grad_p"], [137, 0, 1, "c.hp_mul_grad_s", "hp_mul_grad_s"], [136, 0, 1, "c.hp_mul_p", "hp_mul_p"], [136, 0, 1, "c.hp_mul_s", "hp_mul_s"], [139, 0, 1, "c.hp_neg_grad_p", "hp_neg_grad_p"], [139, 0, 1, "c.hp_neg_grad_s", "hp_neg_grad_s"], [138, 0, 1, "c.hp_neg_p", "hp_neg_p"], [138, 0, 1, "c.hp_neg_s", "hp_neg_s"], [140, 0, 1, "c.hp_nllloss_p", "hp_nllloss_p"], [140, 0, 1, "c.hp_nllloss_s", "hp_nllloss_s"], [141, 0, 1, "c.hp_nlllossgrad_p", "hp_nlllossgrad_p"], [141, 0, 1, "c.hp_nlllossgrad_s", "hp_nlllossgrad_s"], [142, 0, 1, "c.hp_non_max_suppression_p", "hp_non_max_suppression_p"], [142, 0, 1, "c.hp_non_max_suppression_s", "hp_non_max_suppression_s"], [144, 0, 1, "c.hp_not_equal_p", "hp_not_equal_p"], [144, 0, 1, "c.hp_not_equal_s", "hp_not_equal_s"], [145, 0, 1, "c.hp_onehot_p", "hp_onehot_p"], [145, 0, 1, "c.hp_onehot_s", "hp_onehot_s"], [146, 0, 1, "c.hp_ones_like_p", "hp_ones_like_p"], [146, 0, 1, "c.hp_ones_like_s", "hp_ones_like_s"], [147, 0, 1, "c.hp_padfusion_p", "hp_padfusion_p"], [147, 0, 1, "c.hp_padfusion_s", "hp_padfusion_s"], [149, 0, 1, "c.hp_pow_fusion_p", "hp_pow_fusion_p"], [149, 0, 1, "c.hp_pow_fusion_s", "hp_pow_fusion_s"], [150, 0, 1, "c.hp_power_grad_p", "hp_power_grad_p"], [150, 0, 1, "c.hp_power_grad_s", "hp_power_grad_s"], [151, 0, 1, "c.hp_prelufusion_p", "hp_prelufusion_p"], [151, 0, 1, "c.hp_prelufusion_s", "hp_prelufusion_s"], [152, 0, 1, "c.hp_priorbox_p", "hp_priorbox_p"], [152, 0, 1, "c.hp_priorbox_s", "hp_priorbox_s"], [154, 0, 1, "c.hp_ragged_range_p", "hp_ragged_range_p"], [154, 0, 1, "c.hp_ragged_range_s", "hp_ragged_range_s"], [155, 0, 1, "c.hp_random_normal_p", "hp_random_normal_p"], [155, 0, 1, "c.hp_random_normal_s", "hp_random_normal_s"], [156, 0, 1, "c.hp_random_standard_normal_p", "hp_random_standard_normal_p"], [156, 0, 1, "c.hp_random_standard_normal_s", "hp_random_standard_normal_s"], [159, 0, 1, "c.hp_real_div_p", "hp_real_div_p"], [159, 0, 1, "c.hp_real_div_s", "hp_real_div_s"], [160, 0, 1, "c.hp_reciprocal_p", "hp_reciprocal_p"], [160, 0, 1, "c.hp_reciprocal_s", "hp_reciprocal_s"], [23, 0, 1, "c.hp_reduce_all_p", "hp_reduce_all_p"], [23, 0, 1, "c.hp_reduce_all_s", "hp_reduce_all_s"], [161, 0, 1, "c.hp_reduce_p", "hp_reduce_p"], [161, 0, 1, "c.hp_reduce_s", "hp_reduce_s"], [162, 0, 1, "c.hp_reducescatter_p", "hp_reducescatter_p"], [162, 0, 1, "c.hp_reducescatter_s", "hp_reducescatter_s"], [14, 0, 1, "c.hp_relu6_p", "hp_relu6_p"], [14, 0, 1, "c.hp_relu6_s", "hp_relu6_s"], [15, 0, 1, "c.hp_relu_grad_p", "hp_relu_grad_p"], [15, 0, 1, "c.hp_relu_grad_s", "hp_relu_grad_s"], [14, 0, 1, "c.hp_relu_p", "hp_relu_p"], [14, 0, 1, "c.hp_relu_s", "hp_relu_s"], [163, 0, 1, "c.hp_reshape_p", "hp_reshape_p"], [163, 0, 1, "c.hp_reshape_s", "hp_reshape_s"], [164, 0, 1, "c.hp_resize_anycore", "hp_resize_anycore"], [165, 0, 1, "c.hp_resizebilineargrad_p", "hp_resizebilineargrad_p"], [165, 0, 1, "c.hp_resizebilineargrad_s", "hp_resizebilineargrad_s"], [165, 0, 1, "c.hp_resizenearestneighborgrad_p", "hp_resizenearestneighborgrad_p"], [165, 0, 1, "c.hp_resizenearestneighborgrad_s", "hp_resizenearestneighborgrad_s"], [169, 0, 1, "c.hp_roipooling_p", "hp_roipooling_p"], [169, 0, 1, "c.hp_roipooling_s", "hp_roipooling_s"], [170, 0, 1, "c.hp_round_p", "hp_round_p"], [170, 0, 1, "c.hp_round_s", "hp_round_s"], [172, 0, 1, "c.hp_rsqrt_grad_p", "hp_rsqrt_grad_p"], [172, 0, 1, "c.hp_rsqrt_grad_s", "hp_rsqrt_grad_s"], [171, 0, 1, "c.hp_rsqrt_p", "hp_rsqrt_p"], [171, 0, 1, "c.hp_rsqrt_s", "hp_rsqrt_s"], [173, 0, 1, "c.hp_scale_fusion_p", "hp_scale_fusion_p"], [173, 0, 1, "c.hp_scale_fusion_s", "hp_scale_fusion_s"], [174, 0, 1, "c.hp_scatter_elements_p", "hp_scatter_elements_p"], [174, 0, 1, "c.hp_scatter_elements_s", "hp_scatter_elements_s"], [175, 0, 1, "c.hp_scatter_nd_p", "hp_scatter_nd_p"], [175, 0, 1, "c.hp_scatter_nd_s", "hp_scatter_nd_s"], [176, 0, 1, "c.hp_scatter_nd_update_p", "hp_scatter_nd_update_p"], [176, 0, 1, "c.hp_scatter_nd_update_s", "hp_scatter_nd_update_s"], [177, 0, 1, "c.hp_select_p", "hp_select_p"], [177, 0, 1, "c.hp_select_s", "hp_select_s"], [178, 0, 1, "c.hp_sgd_p", "hp_sgd_p"], [178, 0, 1, "c.hp_sgd_s", "hp_sgd_s"], [14, 0, 1, "c.hp_sigmoid_p", "hp_sigmoid_p"], [14, 0, 1, "c.hp_sigmoid_s", "hp_sigmoid_s"], [180, 0, 1, "c.hp_sigmoidcrossentropywithlogits_p", "hp_sigmoidcrossentropywithlogits_p"], [180, 0, 1, "c.hp_sigmoidcrossentropywithlogits_s", "hp_sigmoidcrossentropywithlogits_s"], [181, 0, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "hp_sigmoidcrossentropywithlogitsgrad_p"], [181, 0, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "hp_sigmoidcrossentropywithlogitsgrad_s"], [182, 0, 1, "c.hp_sin_p", "hp_sin_p"], [182, 0, 1, "c.hp_sin_s", "hp_sin_s"], [185, 0, 1, "c.hp_slice_p", "hp_slice_p"], [185, 0, 1, "c.hp_slice_s", "hp_slice_s"], [186, 0, 1, "c.hp_smoothl1loss_p", "hp_smoothl1loss_p"], [186, 0, 1, "c.hp_smoothl1loss_s", "hp_smoothl1loss_s"], [187, 0, 1, "c.hp_smoothl1lossgrad_p", "hp_smoothl1lossgrad_p"], [187, 0, 1, "c.hp_smoothl1lossgrad_s", "hp_smoothl1lossgrad_s"], [189, 0, 1, "c.hp_softmax_cross_entropy_with_logits_p", "hp_softmax_cross_entropy_with_logits_p"], [189, 0, 1, "c.hp_softmax_cross_entropy_with_logits_s", "hp_softmax_cross_entropy_with_logits_s"], [188, 0, 1, "c.hp_softmax_p", "hp_softmax_p"], [188, 0, 1, "c.hp_softmax_s", "hp_softmax_s"], [14, 0, 1, "c.hp_softplus_p", "hp_softplus_p"], [14, 0, 1, "c.hp_softplus_s", "hp_softplus_s"], [14, 0, 1, "c.hp_softshrink_p", "hp_softshrink_p"], [14, 0, 1, "c.hp_softshrink_s", "hp_softshrink_s"], [14, 0, 1, "c.hp_softsignopt_p", "hp_softsignopt_p"], [14, 0, 1, "c.hp_softsignopt_s", "hp_softsignopt_s"], [190, 0, 1, "c.hp_spacetobatch_p", "hp_spacetobatch_p"], [190, 0, 1, "c.hp_spacetobatch_s", "hp_spacetobatch_s"], [191, 0, 1, "c.hp_spacetobatchnd_p", "hp_spacetobatchnd_p"], [191, 0, 1, "c.hp_spacetobatchnd_s", "hp_spacetobatchnd_s"], [192, 0, 1, "c.hp_spacetodepth_p", "hp_spacetodepth_p"], [192, 0, 1, "c.hp_spacetodepth_s", "hp_spacetodepth_s"], [194, 0, 1, "c.hp_sparse_fill_empty_rows_p", "hp_sparse_fill_empty_rows_p"], [194, 0, 1, "c.hp_sparse_fill_empty_rows_s", "hp_sparse_fill_empty_rows_s"], [195, 0, 1, "c.hp_sparse_reshape_p", "hp_sparse_reshape_p"], [195, 0, 1, "c.hp_sparse_reshape_s", "hp_sparse_reshape_s"], [193, 0, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "hp_sparse_softmax_cross_entropy_with_logits_p"], [193, 0, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "hp_sparse_softmax_cross_entropy_with_logits_s"], [197, 0, 1, "c.hp_sparse_to_dense_p", "hp_sparse_to_dense_p"], [197, 0, 1, "c.hp_sparse_to_dense_s", "hp_sparse_to_dense_s"], [196, 0, 1, "c.hp_sparsesegmentsum_p", "hp_sparsesegmentsum_p"], [196, 0, 1, "c.hp_sparsesegmentsum_s", "hp_sparsesegmentsum_s"], [198, 0, 1, "c.hp_splice_p", "hp_splice_p"], [198, 0, 1, "c.hp_splice_s", "hp_splice_s"], [199, 0, 1, "c.hp_split_p", "hp_split_p"], [199, 0, 1, "c.hp_split_s", "hp_split_s"], [200, 0, 1, "c.hp_split_with_overlap_p", "hp_split_with_overlap_p"], [200, 0, 1, "c.hp_split_with_overlap_s", "hp_split_with_overlap_s"], [202, 0, 1, "c.hp_sqrt_grad_p", "hp_sqrt_grad_p"], [202, 0, 1, "c.hp_sqrt_grad_s", "hp_sqrt_grad_s"], [201, 0, 1, "c.hp_sqrt_p", "hp_sqrt_p"], [201, 0, 1, "c.hp_sqrt_s", "hp_sqrt_s"], [204, 0, 1, "c.hp_square_difference_p", "hp_square_difference_p"], [204, 0, 1, "c.hp_square_difference_s", "hp_square_difference_s"], [203, 0, 1, "c.hp_square_p", "hp_square_p"], [203, 0, 1, "c.hp_square_s", "hp_square_s"], [206, 0, 1, "c.hp_stack_p", "hp_stack_p"], [206, 0, 1, "c.hp_stack_s", "hp_stack_s"], [208, 0, 1, "c.hp_stridedslicegrad_p", "hp_stridedslicegrad_p"], [208, 0, 1, "c.hp_stridedslicegrad_s", "hp_stridedslicegrad_s"], [210, 0, 1, "c.hp_sub_grad_p", "hp_sub_grad_p"], [210, 0, 1, "c.hp_sub_grad_s", "hp_sub_grad_s"], [209, 0, 1, "c.hp_sub_p", "hp_sub_p"], [209, 0, 1, "c.hp_sub_s", "hp_sub_s"], [14, 0, 1, "c.hp_swish_p", "hp_swish_p"], [14, 0, 1, "c.hp_swish_s", "hp_swish_s"], [14, 0, 1, "c.hp_tanh_p", "hp_tanh_p"], [14, 0, 1, "c.hp_tanh_s", "hp_tanh_s"], [213, 0, 1, "c.hp_tensor_scatter_add_p", "hp_tensor_scatter_add_p"], [213, 0, 1, "c.hp_tensor_scatter_add_s", "hp_tensor_scatter_add_s"], [215, 0, 1, "c.hp_tensorarrayread_p", "hp_tensorarrayread_p"], [215, 0, 1, "c.hp_tensorarrayread_s", "hp_tensorarrayread_s"], [217, 0, 1, "c.hp_tensorlist_from_tensor_p", "hp_tensorlist_from_tensor_p"], [217, 0, 1, "c.hp_tensorlist_from_tensor_s", "hp_tensorlist_from_tensor_s"], [221, 0, 1, "c.hp_tensorlist_stack_p", "hp_tensorlist_stack_p"], [221, 0, 1, "c.hp_tensorlist_stack_s", "hp_tensorlist_stack_s"], [222, 0, 1, "c.hp_tile_p", "hp_tile_p"], [222, 0, 1, "c.hp_tile_s", "hp_tile_s"], [153, 0, 1, "c.hp_to_i8_quant_p", "hp_to_i8_quant_p"], [153, 0, 1, "c.hp_to_i8_quant_s", "hp_to_i8_quant_s"], [223, 0, 1, "c.hp_top_k_fusion_p", "hp_top_k_fusion_p"], [223, 0, 1, "c.hp_top_k_fusion_s", "hp_top_k_fusion_s"], [224, 0, 1, "c.hp_transpose_p", "hp_transpose_p"], [224, 0, 1, "c.hp_transpose_s", "hp_transpose_s"], [225, 0, 1, "c.hp_tril_p", "hp_tril_p"], [225, 0, 1, "c.hp_tril_s", "hp_tril_s"], [226, 0, 1, "c.hp_triu_p", "hp_triu_p"], [226, 0, 1, "c.hp_triu_s", "hp_triu_s"], [227, 0, 1, "c.hp_uniform_real_p", "hp_uniform_real_p"], [227, 0, 1, "c.hp_uniform_real_s", "hp_uniform_real_s"], [232, 0, 1, "c.hp_where_p", "hp_where_p"], [232, 0, 1, "c.hp_where_s", "hp_where_s"], [233, 0, 1, "c.hp_zerolike_p", "hp_zerolike_p"], [233, 0, 1, "c.hp_zerolike_s", "hp_zerolike_s"], [228, 0, 1, "c.i16_Unique_p", "i16_Unique_p"], [228, 0, 1, "c.i16_Unique_s", "i16_Unique_s"], [12, 0, 1, "c.i16_abs_p", "i16_abs_p"], [12, 0, 1, "c.i16_abs_s", "i16_abs_s"], [18, 0, 1, "c.i16_add_p", "i16_add_p"], [18, 0, 1, "c.i16_add_s", "i16_add_s"], [21, 0, 1, "c.i16_addn_p", "i16_addn_p"], [21, 0, 1, "c.i16_addn_s", "i16_addn_s"], [24, 0, 1, "c.i16_all_gather_p", "i16_all_gather_p"], [24, 0, 1, "c.i16_all_gather_s", "i16_all_gather_s"], [28, 0, 1, "c.i16_assert_p", "i16_assert_p"], [28, 0, 1, "c.i16_assert_s", "i16_assert_s"], [30, 0, 1, "c.i16_assign_add_p", "i16_assign_add_p"], [30, 0, 1, "c.i16_assign_add_s", "i16_assign_add_s"], [29, 0, 1, "c.i16_assign_p", "i16_assign_p"], [29, 0, 1, "c.i16_assign_s", "i16_assign_s"], [35, 0, 1, "c.i16_batch_to_space_p", "i16_batch_to_space_p"], [35, 0, 1, "c.i16_batch_to_space_s", "i16_batch_to_space_s"], [38, 0, 1, "c.i16_batchtospacend_p", "i16_batchtospacend_p"], [38, 0, 1, "c.i16_batchtospacend_s", "i16_batchtospacend_s"], [39, 0, 1, "c.i16_bias_add_p", "i16_bias_add_p"], [39, 0, 1, "c.i16_bias_add_s", "i16_bias_add_s"], [43, 0, 1, "c.i16_broadcastto_p", "i16_broadcastto_p"], [43, 0, 1, "c.i16_broadcastto_s", "i16_broadcastto_s"], [45, 0, 1, "c.i16_cast_to_fp_p", "i16_cast_to_fp_p"], [45, 0, 1, "c.i16_cast_to_fp_s", "i16_cast_to_fp_s"], [45, 0, 1, "c.i16_cast_to_i16_p", "i16_cast_to_i16_p"], [45, 0, 1, "c.i16_cast_to_i16_s", "i16_cast_to_i16_s"], [45, 0, 1, "c.i16_cast_to_i32_p", "i16_cast_to_i32_p"], [45, 0, 1, "c.i16_cast_to_i32_s", "i16_cast_to_i32_s"], [45, 0, 1, "c.i16_cast_to_i8_p", "i16_cast_to_i8_p"], [45, 0, 1, "c.i16_cast_to_i8_s", "i16_cast_to_i8_s"], [47, 0, 1, "c.i16_clip_p", "i16_clip_p"], [47, 0, 1, "c.i16_clip_s", "i16_clip_s"], [48, 0, 1, "c.i16_concat_p", "i16_concat_p"], [48, 0, 1, "c.i16_concat_s", "i16_concat_s"], [49, 0, 1, "c.i16_constant_of_shape_p", "i16_constant_of_shape_p"], [49, 0, 1, "c.i16_constant_of_shape_s", "i16_constant_of_shape_s"], [54, 0, 1, "c.i16_cos_p", "i16_cos_p"], [54, 0, 1, "c.i16_cos_s", "i16_cos_s"], [57, 0, 1, "c.i16_cum_sum_p", "i16_cum_sum_p"], [57, 0, 1, "c.i16_cum_sum_s", "i16_cum_sum_s"], [64, 0, 1, "c.i16_depthtospace_p", "i16_depthtospace_p"], [64, 0, 1, "c.i16_depthtospace_s", "i16_depthtospace_s"], [66, 0, 1, "c.i16_div_p", "i16_div_p"], [66, 0, 1, "c.i16_div_s", "i16_div_s"], [72, 0, 1, "c.i16_eltwise_p", "i16_eltwise_p"], [72, 0, 1, "c.i16_eltwise_s", "i16_eltwise_s"], [75, 0, 1, "c.i16_equal_p", "i16_equal_p"], [75, 0, 1, "c.i16_equal_s", "i16_equal_s"], [78, 0, 1, "c.i16_exp_p", "i16_exp_p"], [78, 0, 1, "c.i16_exp_s", "i16_exp_s"], [59, 0, 1, "c.i16_extract_features_p", "i16_extract_features_p"], [59, 0, 1, "c.i16_extract_features_s", "i16_extract_features_s"], [83, 0, 1, "c.i16_fill_p", "i16_fill_p"], [83, 0, 1, "c.i16_fill_s", "i16_fill_s"], [90, 0, 1, "c.i16_format_transpose_p", "i16_format_transpose_p"], [90, 0, 1, "c.i16_format_transpose_s", "i16_format_transpose_s"], [95, 0, 1, "c.i16_gather_d_p", "i16_gather_d_p"], [95, 0, 1, "c.i16_gather_d_s", "i16_gather_d_s"], [94, 0, 1, "c.i16_gather_nd_p", "i16_gather_nd_p"], [94, 0, 1, "c.i16_gather_nd_s", "i16_gather_nd_s"], [93, 0, 1, "c.i16_gather_p", "i16_gather_p"], [93, 0, 1, "c.i16_gather_s", "i16_gather_s"], [99, 0, 1, "c.i16_greater_equal_p", "i16_greater_equal_p"], [99, 0, 1, "c.i16_greater_equal_s", "i16_greater_equal_s"], [98, 0, 1, "c.i16_greater_p", "i16_greater_p"], [98, 0, 1, "c.i16_greater_s", "i16_greater_s"], [104, 0, 1, "c.i16_invert_permutation_p", "i16_invert_permutation_p"], [104, 0, 1, "c.i16_invert_permutation_s", "i16_invert_permutation_s"], [105, 0, 1, "c.i16_is_finite_p", "i16_is_finite_p"], [105, 0, 1, "c.i16_is_finite_s", "i16_is_finite_s"], [111, 0, 1, "c.i16_less_equal_p", "i16_less_equal_p"], [111, 0, 1, "c.i16_less_equal_s", "i16_less_equal_s"], [110, 0, 1, "c.i16_less_p", "i16_less_p"], [110, 0, 1, "c.i16_less_s", "i16_less_s"], [114, 0, 1, "c.i16_log1p_p", "i16_log1p_p"], [114, 0, 1, "c.i16_log1p_s", "i16_log1p_s"], [113, 0, 1, "c.i16_log_p", "i16_log_p"], [113, 0, 1, "c.i16_log_s", "i16_log_s"], [116, 0, 1, "c.i16_logical_and_p", "i16_logical_and_p"], [116, 0, 1, "c.i16_logical_and_s", "i16_logical_and_s"], [117, 0, 1, "c.i16_logical_not_p", "i16_logical_not_p"], [117, 0, 1, "c.i16_logical_not_s", "i16_logical_not_s"], [118, 0, 1, "c.i16_logical_or_p", "i16_logical_or_p"], [118, 0, 1, "c.i16_logical_or_s", "i16_logical_or_s"], [122, 0, 1, "c.i16_lsh_projection_p", "i16_lsh_projection_p"], [122, 0, 1, "c.i16_lsh_projection_s", "i16_lsh_projection_s"], [127, 0, 1, "c.i16_matmul_fusion_p", "i16_matmul_fusion_p"], [127, 0, 1, "c.i16_matmul_fusion_s", "i16_matmul_fusion_s"], [128, 0, 1, "c.i16_maximum_p", "i16_maximum_p"], [128, 0, 1, "c.i16_maximum_s", "i16_maximum_s"], [133, 0, 1, "c.i16_minimum_p", "i16_minimum_p"], [133, 0, 1, "c.i16_minimum_s", "i16_minimum_s"], [135, 0, 1, "c.i16_mod_p", "i16_mod_p"], [135, 0, 1, "c.i16_mod_s", "i16_mod_s"], [136, 0, 1, "c.i16_mul_p", "i16_mul_p"], [136, 0, 1, "c.i16_mul_s", "i16_mul_s"], [139, 0, 1, "c.i16_neg_grad_p", "i16_neg_grad_p"], [139, 0, 1, "c.i16_neg_grad_s", "i16_neg_grad_s"], [138, 0, 1, "c.i16_neg_p", "i16_neg_p"], [138, 0, 1, "c.i16_neg_s", "i16_neg_s"], [143, 0, 1, "c.i16_nonzero_p", "i16_nonzero_p"], [143, 0, 1, "c.i16_nonzero_s", "i16_nonzero_s"], [144, 0, 1, "c.i16_not_equal_p", "i16_not_equal_p"], [144, 0, 1, "c.i16_not_equal_s", "i16_not_equal_s"], [145, 0, 1, "c.i16_onehot_p", "i16_onehot_p"], [145, 0, 1, "c.i16_onehot_s", "i16_onehot_s"], [146, 0, 1, "c.i16_ones_like_p", "i16_ones_like_p"], [146, 0, 1, "c.i16_ones_like_s", "i16_ones_like_s"], [147, 0, 1, "c.i16_padfusion_p", "i16_padfusion_p"], [147, 0, 1, "c.i16_padfusion_s", "i16_padfusion_s"], [149, 0, 1, "c.i16_pow_fusion_p", "i16_pow_fusion_p"], [149, 0, 1, "c.i16_pow_fusion_s", "i16_pow_fusion_s"], [154, 0, 1, "c.i16_ragged_range_p", "i16_ragged_range_p"], [154, 0, 1, "c.i16_ragged_range_s", "i16_ragged_range_s"], [157, 0, 1, "c.i16_range_p", "i16_range_p"], [157, 0, 1, "c.i16_range_s", "i16_range_s"], [159, 0, 1, "c.i16_real_div_p", "i16_real_div_p"], [159, 0, 1, "c.i16_real_div_s", "i16_real_div_s"], [160, 0, 1, "c.i16_reciprocal_p", "i16_reciprocal_p"], [160, 0, 1, "c.i16_reciprocal_s", "i16_reciprocal_s"], [23, 0, 1, "c.i16_reduce_all_p", "i16_reduce_all_p"], [23, 0, 1, "c.i16_reduce_all_s", "i16_reduce_all_s"], [161, 0, 1, "c.i16_reduce_p", "i16_reduce_p"], [161, 0, 1, "c.i16_reduce_s", "i16_reduce_s"], [162, 0, 1, "c.i16_reducescatter_p", "i16_reducescatter_p"], [162, 0, 1, "c.i16_reducescatter_s", "i16_reducescatter_s"], [163, 0, 1, "c.i16_reshape_p", "i16_reshape_p"], [163, 0, 1, "c.i16_reshape_s", "i16_reshape_s"], [171, 0, 1, "c.i16_rsqrt_p", "i16_rsqrt_p"], [171, 0, 1, "c.i16_rsqrt_s", "i16_rsqrt_s"], [173, 0, 1, "c.i16_scale_fusion_p", "i16_scale_fusion_p"], [173, 0, 1, "c.i16_scale_fusion_s", "i16_scale_fusion_s"], [174, 0, 1, "c.i16_scatter_elements_p", "i16_scatter_elements_p"], [174, 0, 1, "c.i16_scatter_elements_s", "i16_scatter_elements_s"], [175, 0, 1, "c.i16_scatter_nd_p", "i16_scatter_nd_p"], [175, 0, 1, "c.i16_scatter_nd_s", "i16_scatter_nd_s"], [176, 0, 1, "c.i16_scatter_nd_update_p", "i16_scatter_nd_update_p"], [176, 0, 1, "c.i16_scatter_nd_update_s", "i16_scatter_nd_update_s"], [177, 0, 1, "c.i16_select_p", "i16_select_p"], [177, 0, 1, "c.i16_select_s", "i16_select_s"], [182, 0, 1, "c.i16_sin_p", "i16_sin_p"], [182, 0, 1, "c.i16_sin_s", "i16_sin_s"], [185, 0, 1, "c.i16_slice_p", "i16_slice_p"], [185, 0, 1, "c.i16_slice_s", "i16_slice_s"], [190, 0, 1, "c.i16_spacetobatch_p", "i16_spacetobatch_p"], [190, 0, 1, "c.i16_spacetobatch_s", "i16_spacetobatch_s"], [191, 0, 1, "c.i16_spacetobatchnd_p", "i16_spacetobatchnd_p"], [191, 0, 1, "c.i16_spacetobatchnd_s", "i16_spacetobatchnd_s"], [192, 0, 1, "c.i16_spacetodepth_p", "i16_spacetodepth_p"], [192, 0, 1, "c.i16_spacetodepth_s", "i16_spacetodepth_s"], [194, 0, 1, "c.i16_sparse_fill_empty_rows_p", "i16_sparse_fill_empty_rows_p"], [194, 0, 1, "c.i16_sparse_fill_empty_rows_s", "i16_sparse_fill_empty_rows_s"], [195, 0, 1, "c.i16_sparse_reshape_p", "i16_sparse_reshape_p"], [195, 0, 1, "c.i16_sparse_reshape_s", "i16_sparse_reshape_s"], [197, 0, 1, "c.i16_sparse_to_dense_p", "i16_sparse_to_dense_p"], [197, 0, 1, "c.i16_sparse_to_dense_s", "i16_sparse_to_dense_s"], [196, 0, 1, "c.i16_sparsesegmentsum_p", "i16_sparsesegmentsum_p"], [196, 0, 1, "c.i16_sparsesegmentsum_s", "i16_sparsesegmentsum_s"], [198, 0, 1, "c.i16_splice_p", "i16_splice_p"], [198, 0, 1, "c.i16_splice_s", "i16_splice_s"], [199, 0, 1, "c.i16_split_p", "i16_split_p"], [199, 0, 1, "c.i16_split_s", "i16_split_s"], [200, 0, 1, "c.i16_split_with_overlap_p", "i16_split_with_overlap_p"], [200, 0, 1, "c.i16_split_with_overlap_s", "i16_split_with_overlap_s"], [201, 0, 1, "c.i16_sqrt_p", "i16_sqrt_p"], [201, 0, 1, "c.i16_sqrt_s", "i16_sqrt_s"], [204, 0, 1, "c.i16_square_difference_p", "i16_square_difference_p"], [204, 0, 1, "c.i16_square_difference_s", "i16_square_difference_s"], [203, 0, 1, "c.i16_square_p", "i16_square_p"], [203, 0, 1, "c.i16_square_s", "i16_square_s"], [206, 0, 1, "c.i16_stack_p", "i16_stack_p"], [206, 0, 1, "c.i16_stack_s", "i16_stack_s"], [209, 0, 1, "c.i16_sub_p", "i16_sub_p"], [209, 0, 1, "c.i16_sub_s", "i16_sub_s"], [213, 0, 1, "c.i16_tensor_scatter_add_p", "i16_tensor_scatter_add_p"], [213, 0, 1, "c.i16_tensor_scatter_add_s", "i16_tensor_scatter_add_s"], [215, 0, 1, "c.i16_tensorarrayread_p", "i16_tensorarrayread_p"], [215, 0, 1, "c.i16_tensorarrayread_s", "i16_tensorarrayread_s"], [217, 0, 1, "c.i16_tensorlist_from_tensor_p", "i16_tensorlist_from_tensor_p"], [217, 0, 1, "c.i16_tensorlist_from_tensor_s", "i16_tensorlist_from_tensor_s"], [221, 0, 1, "c.i16_tensorlist_stack_p", "i16_tensorlist_stack_p"], [221, 0, 1, "c.i16_tensorlist_stack_s", "i16_tensorlist_stack_s"], [222, 0, 1, "c.i16_tile_p", "i16_tile_p"], [222, 0, 1, "c.i16_tile_s", "i16_tile_s"], [224, 0, 1, "c.i16_transpose_p", "i16_transpose_p"], [224, 0, 1, "c.i16_transpose_s", "i16_transpose_s"], [225, 0, 1, "c.i16_tril_p", "i16_tril_p"], [225, 0, 1, "c.i16_tril_s", "i16_tril_s"], [226, 0, 1, "c.i16_triu_p", "i16_triu_p"], [226, 0, 1, "c.i16_triu_s", "i16_triu_s"], [229, 0, 1, "c.i16_unsorted_segment_sum_p", "i16_unsorted_segment_sum_p"], [229, 0, 1, "c.i16_unsorted_segment_sum_s", "i16_unsorted_segment_sum_s"], [232, 0, 1, "c.i16_where_p", "i16_where_p"], [232, 0, 1, "c.i16_where_s", "i16_where_s"], [233, 0, 1, "c.i16_zerolike_p", "i16_zerolike_p"], [233, 0, 1, "c.i16_zerolike_s", "i16_zerolike_s"], [228, 0, 1, "c.i32_Unique_p", "i32_Unique_p"], [228, 0, 1, "c.i32_Unique_s", "i32_Unique_s"], [12, 0, 1, "c.i32_abs_p", "i32_abs_p"], [12, 0, 1, "c.i32_abs_s", "i32_abs_s"], [18, 0, 1, "c.i32_add_p", "i32_add_p"], [18, 0, 1, "c.i32_add_s", "i32_add_s"], [21, 0, 1, "c.i32_addn_p", "i32_addn_p"], [21, 0, 1, "c.i32_addn_s", "i32_addn_s"], [24, 0, 1, "c.i32_all_gather_p", "i32_all_gather_p"], [24, 0, 1, "c.i32_all_gather_s", "i32_all_gather_s"], [28, 0, 1, "c.i32_assert_p", "i32_assert_p"], [28, 0, 1, "c.i32_assert_s", "i32_assert_s"], [30, 0, 1, "c.i32_assign_add_p", "i32_assign_add_p"], [30, 0, 1, "c.i32_assign_add_s", "i32_assign_add_s"], [29, 0, 1, "c.i32_assign_p", "i32_assign_p"], [29, 0, 1, "c.i32_assign_s", "i32_assign_s"], [35, 0, 1, "c.i32_batch_to_space_p", "i32_batch_to_space_p"], [35, 0, 1, "c.i32_batch_to_space_s", "i32_batch_to_space_s"], [38, 0, 1, "c.i32_batchtospacend_p", "i32_batchtospacend_p"], [38, 0, 1, "c.i32_batchtospacend_s", "i32_batchtospacend_s"], [39, 0, 1, "c.i32_bias_add_p", "i32_bias_add_p"], [39, 0, 1, "c.i32_bias_add_s", "i32_bias_add_s"], [43, 0, 1, "c.i32_broadcastto_p", "i32_broadcastto_p"], [43, 0, 1, "c.i32_broadcastto_s", "i32_broadcastto_s"], [45, 0, 1, "c.i32_cast_to_fp_p", "i32_cast_to_fp_p"], [45, 0, 1, "c.i32_cast_to_fp_s", "i32_cast_to_fp_s"], [45, 0, 1, "c.i32_cast_to_i16_p", "i32_cast_to_i16_p"], [45, 0, 1, "c.i32_cast_to_i16_s", "i32_cast_to_i16_s"], [45, 0, 1, "c.i32_cast_to_i32_p", "i32_cast_to_i32_p"], [45, 0, 1, "c.i32_cast_to_i32_s", "i32_cast_to_i32_s"], [45, 0, 1, "c.i32_cast_to_i8_p", "i32_cast_to_i8_p"], [45, 0, 1, "c.i32_cast_to_i8_s", "i32_cast_to_i8_s"], [47, 0, 1, "c.i32_clip_p", "i32_clip_p"], [47, 0, 1, "c.i32_clip_s", "i32_clip_s"], [48, 0, 1, "c.i32_concat_p", "i32_concat_p"], [48, 0, 1, "c.i32_concat_s", "i32_concat_s"], [49, 0, 1, "c.i32_constant_of_shape_p", "i32_constant_of_shape_p"], [49, 0, 1, "c.i32_constant_of_shape_s", "i32_constant_of_shape_s"], [54, 0, 1, "c.i32_cos_p", "i32_cos_p"], [54, 0, 1, "c.i32_cos_s", "i32_cos_s"], [57, 0, 1, "c.i32_cum_sum_p", "i32_cum_sum_p"], [57, 0, 1, "c.i32_cum_sum_s", "i32_cum_sum_s"], [64, 0, 1, "c.i32_depthtospace_p", "i32_depthtospace_p"], [64, 0, 1, "c.i32_depthtospace_s", "i32_depthtospace_s"], [66, 0, 1, "c.i32_div_p", "i32_div_p"], [66, 0, 1, "c.i32_div_s", "i32_div_s"], [72, 0, 1, "c.i32_eltwise_p", "i32_eltwise_p"], [72, 0, 1, "c.i32_eltwise_s", "i32_eltwise_s"], [75, 0, 1, "c.i32_equal_p", "i32_equal_p"], [75, 0, 1, "c.i32_equal_s", "i32_equal_s"], [78, 0, 1, "c.i32_exp_p", "i32_exp_p"], [78, 0, 1, "c.i32_exp_s", "i32_exp_s"], [59, 0, 1, "c.i32_extract_features_p", "i32_extract_features_p"], [59, 0, 1, "c.i32_extract_features_s", "i32_extract_features_s"], [83, 0, 1, "c.i32_fill_p", "i32_fill_p"], [83, 0, 1, "c.i32_fill_s", "i32_fill_s"], [90, 0, 1, "c.i32_format_transpose_p", "i32_format_transpose_p"], [90, 0, 1, "c.i32_format_transpose_s", "i32_format_transpose_s"], [95, 0, 1, "c.i32_gather_d_p", "i32_gather_d_p"], [95, 0, 1, "c.i32_gather_d_s", "i32_gather_d_s"], [94, 0, 1, "c.i32_gather_nd_p", "i32_gather_nd_p"], [94, 0, 1, "c.i32_gather_nd_s", "i32_gather_nd_s"], [93, 0, 1, "c.i32_gather_p", "i32_gather_p"], [93, 0, 1, "c.i32_gather_s", "i32_gather_s"], [99, 0, 1, "c.i32_greater_equal_p", "i32_greater_equal_p"], [99, 0, 1, "c.i32_greater_equal_s", "i32_greater_equal_s"], [98, 0, 1, "c.i32_greater_p", "i32_greater_p"], [98, 0, 1, "c.i32_greater_s", "i32_greater_s"], [102, 0, 1, "c.i32_hashtablelookup_p", "i32_hashtablelookup_p"], [102, 0, 1, "c.i32_hashtablelookup_s", "i32_hashtablelookup_s"], [104, 0, 1, "c.i32_invert_permutation_p", "i32_invert_permutation_p"], [104, 0, 1, "c.i32_invert_permutation_s", "i32_invert_permutation_s"], [105, 0, 1, "c.i32_is_finite_p", "i32_is_finite_p"], [105, 0, 1, "c.i32_is_finite_s", "i32_is_finite_s"], [111, 0, 1, "c.i32_less_equal_p", "i32_less_equal_p"], [111, 0, 1, "c.i32_less_equal_s", "i32_less_equal_s"], [110, 0, 1, "c.i32_less_p", "i32_less_p"], [110, 0, 1, "c.i32_less_s", "i32_less_s"], [114, 0, 1, "c.i32_log1p_p", "i32_log1p_p"], [114, 0, 1, "c.i32_log1p_s", "i32_log1p_s"], [113, 0, 1, "c.i32_log_p", "i32_log_p"], [113, 0, 1, "c.i32_log_s", "i32_log_s"], [116, 0, 1, "c.i32_logical_and_p", "i32_logical_and_p"], [116, 0, 1, "c.i32_logical_and_s", "i32_logical_and_s"], [117, 0, 1, "c.i32_logical_not_p", "i32_logical_not_p"], [117, 0, 1, "c.i32_logical_not_s", "i32_logical_not_s"], [118, 0, 1, "c.i32_logical_or_p", "i32_logical_or_p"], [118, 0, 1, "c.i32_logical_or_s", "i32_logical_or_s"], [122, 0, 1, "c.i32_lsh_projection_p", "i32_lsh_projection_p"], [122, 0, 1, "c.i32_lsh_projection_s", "i32_lsh_projection_s"], [127, 0, 1, "c.i32_matmul_fusion_p", "i32_matmul_fusion_p"], [127, 0, 1, "c.i32_matmul_fusion_s", "i32_matmul_fusion_s"], [128, 0, 1, "c.i32_maximum_p", "i32_maximum_p"], [128, 0, 1, "c.i32_maximum_s", "i32_maximum_s"], [133, 0, 1, "c.i32_minimum_p", "i32_minimum_p"], [133, 0, 1, "c.i32_minimum_s", "i32_minimum_s"], [135, 0, 1, "c.i32_mod_p", "i32_mod_p"], [135, 0, 1, "c.i32_mod_s", "i32_mod_s"], [136, 0, 1, "c.i32_mul_p", "i32_mul_p"], [136, 0, 1, "c.i32_mul_s", "i32_mul_s"], [139, 0, 1, "c.i32_neg_grad_p", "i32_neg_grad_p"], [139, 0, 1, "c.i32_neg_grad_s", "i32_neg_grad_s"], [138, 0, 1, "c.i32_neg_p", "i32_neg_p"], [138, 0, 1, "c.i32_neg_s", "i32_neg_s"], [143, 0, 1, "c.i32_nonzero_p", "i32_nonzero_p"], [143, 0, 1, "c.i32_nonzero_s", "i32_nonzero_s"], [144, 0, 1, "c.i32_not_equal_p", "i32_not_equal_p"], [144, 0, 1, "c.i32_not_equal_s", "i32_not_equal_s"], [145, 0, 1, "c.i32_onehot_p", "i32_onehot_p"], [145, 0, 1, "c.i32_onehot_s", "i32_onehot_s"], [146, 0, 1, "c.i32_ones_like_p", "i32_ones_like_p"], [146, 0, 1, "c.i32_ones_like_s", "i32_ones_like_s"], [147, 0, 1, "c.i32_padfusion_p", "i32_padfusion_p"], [147, 0, 1, "c.i32_padfusion_s", "i32_padfusion_s"], [149, 0, 1, "c.i32_pow_fusion_p", "i32_pow_fusion_p"], [149, 0, 1, "c.i32_pow_fusion_s", "i32_pow_fusion_s"], [154, 0, 1, "c.i32_ragged_range_p", "i32_ragged_range_p"], [154, 0, 1, "c.i32_ragged_range_s", "i32_ragged_range_s"], [157, 0, 1, "c.i32_range_p", "i32_range_p"], [157, 0, 1, "c.i32_range_s", "i32_range_s"], [159, 0, 1, "c.i32_real_div_p", "i32_real_div_p"], [159, 0, 1, "c.i32_real_div_s", "i32_real_div_s"], [160, 0, 1, "c.i32_reciprocal_p", "i32_reciprocal_p"], [160, 0, 1, "c.i32_reciprocal_s", "i32_reciprocal_s"], [23, 0, 1, "c.i32_reduce_all_p", "i32_reduce_all_p"], [23, 0, 1, "c.i32_reduce_all_s", "i32_reduce_all_s"], [161, 0, 1, "c.i32_reduce_p", "i32_reduce_p"], [161, 0, 1, "c.i32_reduce_s", "i32_reduce_s"], [162, 0, 1, "c.i32_reducescatter_p", "i32_reducescatter_p"], [162, 0, 1, "c.i32_reducescatter_s", "i32_reducescatter_s"], [163, 0, 1, "c.i32_reshape_p", "i32_reshape_p"], [163, 0, 1, "c.i32_reshape_s", "i32_reshape_s"], [171, 0, 1, "c.i32_rsqrt_p", "i32_rsqrt_p"], [171, 0, 1, "c.i32_rsqrt_s", "i32_rsqrt_s"], [173, 0, 1, "c.i32_scale_fusion_p", "i32_scale_fusion_p"], [173, 0, 1, "c.i32_scale_fusion_s", "i32_scale_fusion_s"], [174, 0, 1, "c.i32_scatter_elements_p", "i32_scatter_elements_p"], [174, 0, 1, "c.i32_scatter_elements_s", "i32_scatter_elements_s"], [175, 0, 1, "c.i32_scatter_nd_p", "i32_scatter_nd_p"], [175, 0, 1, "c.i32_scatter_nd_s", "i32_scatter_nd_s"], [176, 0, 1, "c.i32_scatter_nd_update_p", "i32_scatter_nd_update_p"], [176, 0, 1, "c.i32_scatter_nd_update_s", "i32_scatter_nd_update_s"], [177, 0, 1, "c.i32_select_p", "i32_select_p"], [177, 0, 1, "c.i32_select_s", "i32_select_s"], [182, 0, 1, "c.i32_sin_p", "i32_sin_p"], [182, 0, 1, "c.i32_sin_s", "i32_sin_s"], [185, 0, 1, "c.i32_slice_p", "i32_slice_p"], [185, 0, 1, "c.i32_slice_s", "i32_slice_s"], [190, 0, 1, "c.i32_spacetobatch_p", "i32_spacetobatch_p"], [190, 0, 1, "c.i32_spacetobatch_s", "i32_spacetobatch_s"], [191, 0, 1, "c.i32_spacetobatchnd_p", "i32_spacetobatchnd_p"], [191, 0, 1, "c.i32_spacetobatchnd_s", "i32_spacetobatchnd_s"], [192, 0, 1, "c.i32_spacetodepth_p", "i32_spacetodepth_p"], [192, 0, 1, "c.i32_spacetodepth_s", "i32_spacetodepth_s"], [194, 0, 1, "c.i32_sparse_fill_empty_rows_p", "i32_sparse_fill_empty_rows_p"], [194, 0, 1, "c.i32_sparse_fill_empty_rows_s", "i32_sparse_fill_empty_rows_s"], [195, 0, 1, "c.i32_sparse_reshape_p", "i32_sparse_reshape_p"], [195, 0, 1, "c.i32_sparse_reshape_s", "i32_sparse_reshape_s"], [197, 0, 1, "c.i32_sparse_to_dense_p", "i32_sparse_to_dense_p"], [197, 0, 1, "c.i32_sparse_to_dense_s", "i32_sparse_to_dense_s"], [196, 0, 1, "c.i32_sparsesegmentsum_p", "i32_sparsesegmentsum_p"], [196, 0, 1, "c.i32_sparsesegmentsum_s", "i32_sparsesegmentsum_s"], [198, 0, 1, "c.i32_splice_p", "i32_splice_p"], [198, 0, 1, "c.i32_splice_s", "i32_splice_s"], [199, 0, 1, "c.i32_split_p", "i32_split_p"], [199, 0, 1, "c.i32_split_s", "i32_split_s"], [200, 0, 1, "c.i32_split_with_overlap_p", "i32_split_with_overlap_p"], [200, 0, 1, "c.i32_split_with_overlap_s", "i32_split_with_overlap_s"], [201, 0, 1, "c.i32_sqrt_p", "i32_sqrt_p"], [201, 0, 1, "c.i32_sqrt_s", "i32_sqrt_s"], [204, 0, 1, "c.i32_square_difference_p", "i32_square_difference_p"], [204, 0, 1, "c.i32_square_difference_s", "i32_square_difference_s"], [203, 0, 1, "c.i32_square_p", "i32_square_p"], [203, 0, 1, "c.i32_square_s", "i32_square_s"], [206, 0, 1, "c.i32_stack_p", "i32_stack_p"], [206, 0, 1, "c.i32_stack_s", "i32_stack_s"], [209, 0, 1, "c.i32_sub_p", "i32_sub_p"], [209, 0, 1, "c.i32_sub_s", "i32_sub_s"], [213, 0, 1, "c.i32_tensor_scatter_add_p", "i32_tensor_scatter_add_p"], [213, 0, 1, "c.i32_tensor_scatter_add_s", "i32_tensor_scatter_add_s"], [215, 0, 1, "c.i32_tensorarrayread_p", "i32_tensorarrayread_p"], [215, 0, 1, "c.i32_tensorarrayread_s", "i32_tensorarrayread_s"], [217, 0, 1, "c.i32_tensorlist_from_tensor_p", "i32_tensorlist_from_tensor_p"], [217, 0, 1, "c.i32_tensorlist_from_tensor_s", "i32_tensorlist_from_tensor_s"], [221, 0, 1, "c.i32_tensorlist_stack_p", "i32_tensorlist_stack_p"], [221, 0, 1, "c.i32_tensorlist_stack_s", "i32_tensorlist_stack_s"], [222, 0, 1, "c.i32_tile_p", "i32_tile_p"], [222, 0, 1, "c.i32_tile_s", "i32_tile_s"], [224, 0, 1, "c.i32_transpose_p", "i32_transpose_p"], [224, 0, 1, "c.i32_transpose_s", "i32_transpose_s"], [225, 0, 1, "c.i32_tril_p", "i32_tril_p"], [225, 0, 1, "c.i32_tril_s", "i32_tril_s"], [226, 0, 1, "c.i32_triu_p", "i32_triu_p"], [226, 0, 1, "c.i32_triu_s", "i32_triu_s"], [229, 0, 1, "c.i32_unsorted_segment_sum_p", "i32_unsorted_segment_sum_p"], [229, 0, 1, "c.i32_unsorted_segment_sum_s", "i32_unsorted_segment_sum_s"], [232, 0, 1, "c.i32_where_p", "i32_where_p"], [232, 0, 1, "c.i32_where_s", "i32_where_s"], [233, 0, 1, "c.i32_zerolike_p", "i32_zerolike_p"], [233, 0, 1, "c.i32_zerolike_s", "i32_zerolike_s"], [101, 0, 1, "c.i8_Gru_p", "i8_Gru_p"], [101, 0, 1, "c.i8_Gru_s", "i8_Gru_s"], [228, 0, 1, "c.i8_Unique_p", "i8_Unique_p"], [228, 0, 1, "c.i8_Unique_s", "i8_Unique_s"], [12, 0, 1, "c.i8_abs_p", "i8_abs_p"], [12, 0, 1, "c.i8_abs_s", "i8_abs_s"], [18, 0, 1, "c.i8_add_p", "i8_add_p"], [18, 0, 1, "c.i8_add_s", "i8_add_s"], [20, 0, 1, "c.i8_adder_p", "i8_adder_p"], [20, 0, 1, "c.i8_adder_s", "i8_adder_s"], [21, 0, 1, "c.i8_addn_p", "i8_addn_p"], [21, 0, 1, "c.i8_addn_s", "i8_addn_s"], [22, 0, 1, "c.i8_affine_p", "i8_affine_p"], [22, 0, 1, "c.i8_affine_s", "i8_affine_s"], [24, 0, 1, "c.i8_all_gather_p", "i8_all_gather_p"], [24, 0, 1, "c.i8_all_gather_s", "i8_all_gather_s"], [28, 0, 1, "c.i8_assert_p", "i8_assert_p"], [28, 0, 1, "c.i8_assert_s", "i8_assert_s"], [30, 0, 1, "c.i8_assign_add_p", "i8_assign_add_p"], [30, 0, 1, "c.i8_assign_add_s", "i8_assign_add_s"], [29, 0, 1, "c.i8_assign_p", "i8_assign_p"], [29, 0, 1, "c.i8_assign_s", "i8_assign_s"], [34, 0, 1, "c.i8_avgpool_fusion_p", "i8_avgpool_fusion_p"], [34, 0, 1, "c.i8_avgpool_fusion_s", "i8_avgpool_fusion_s"], [36, 0, 1, "c.i8_batch_norm_p", "i8_batch_norm_p"], [36, 0, 1, "c.i8_batch_norm_s", "i8_batch_norm_s"], [35, 0, 1, "c.i8_batch_to_space_p", "i8_batch_to_space_p"], [35, 0, 1, "c.i8_batch_to_space_s", "i8_batch_to_space_s"], [38, 0, 1, "c.i8_batchtospacend_p", "i8_batchtospacend_p"], [38, 0, 1, "c.i8_batchtospacend_s", "i8_batchtospacend_s"], [39, 0, 1, "c.i8_bias_add_p", "i8_bias_add_p"], [39, 0, 1, "c.i8_bias_add_s", "i8_bias_add_s"], [42, 0, 1, "c.i8_binary_cross_entropy_p", "i8_binary_cross_entropy_p"], [42, 0, 1, "c.i8_binary_cross_entropy_s", "i8_binary_cross_entropy_s"], [43, 0, 1, "c.i8_broadcastto_p", "i8_broadcastto_p"], [43, 0, 1, "c.i8_broadcastto_s", "i8_broadcastto_s"], [45, 0, 1, "c.i8_cast_to_fp_p", "i8_cast_to_fp_p"], [45, 0, 1, "c.i8_cast_to_fp_s", "i8_cast_to_fp_s"], [45, 0, 1, "c.i8_cast_to_i16_p", "i8_cast_to_i16_p"], [45, 0, 1, "c.i8_cast_to_i16_s", "i8_cast_to_i16_s"], [45, 0, 1, "c.i8_cast_to_i32_p", "i8_cast_to_i32_p"], [45, 0, 1, "c.i8_cast_to_i32_s", "i8_cast_to_i32_s"], [45, 0, 1, "c.i8_cast_to_i8_p", "i8_cast_to_i8_p"], [45, 0, 1, "c.i8_cast_to_i8_s", "i8_cast_to_i8_s"], [14, 0, 1, "c.i8_celu_p", "i8_celu_p"], [14, 0, 1, "c.i8_celu_s", "i8_celu_s"], [14, 0, 1, "c.i8_clip_p", "i8_clip_p"], [47, 0, 1, "c.i8_clip_p", "i8_clip_p"], [14, 0, 1, "c.i8_clip_s", "i8_clip_s"], [47, 0, 1, "c.i8_clip_s", "i8_clip_s"], [48, 0, 1, "c.i8_concat_p", "i8_concat_p"], [48, 0, 1, "c.i8_concat_s", "i8_concat_s"], [49, 0, 1, "c.i8_constant_of_shape_p", "i8_constant_of_shape_p"], [49, 0, 1, "c.i8_constant_of_shape_s", "i8_constant_of_shape_s"], [50, 0, 1, "c.i8_conv2d_p", "i8_conv2d_p"], [50, 0, 1, "c.i8_conv2d_s", "i8_conv2d_s"], [51, 0, 1, "c.i8_convtranspose_p", "i8_convtranspose_p"], [51, 0, 1, "c.i8_convtranspose_s", "i8_convtranspose_s"], [54, 0, 1, "c.i8_cos_p", "i8_cos_p"], [54, 0, 1, "c.i8_cos_s", "i8_cos_s"], [56, 0, 1, "c.i8_crop_and_resize_anycore", "i8_crop_and_resize_anycore"], [57, 0, 1, "c.i8_cum_sum_p", "i8_cum_sum_p"], [57, 0, 1, "c.i8_cum_sum_s", "i8_cum_sum_s"], [64, 0, 1, "c.i8_depthtospace_p", "i8_depthtospace_p"], [64, 0, 1, "c.i8_depthtospace_s", "i8_depthtospace_s"], [65, 0, 1, "c.i8_detection_post_process_p", "i8_detection_post_process_p"], [65, 0, 1, "c.i8_detection_post_process_s", "i8_detection_post_process_s"], [66, 0, 1, "c.i8_div_p", "i8_div_p"], [66, 0, 1, "c.i8_div_s", "i8_div_s"], [72, 0, 1, "c.i8_eltwise_p", "i8_eltwise_p"], [72, 0, 1, "c.i8_eltwise_s", "i8_eltwise_s"], [14, 0, 1, "c.i8_elu_p", "i8_elu_p"], [73, 0, 1, "c.i8_elu_p", "i8_elu_p"], [14, 0, 1, "c.i8_elu_s", "i8_elu_s"], [73, 0, 1, "c.i8_elu_s", "i8_elu_s"], [75, 0, 1, "c.i8_equal_p", "i8_equal_p"], [75, 0, 1, "c.i8_equal_s", "i8_equal_s"], [78, 0, 1, "c.i8_exp_p", "i8_exp_p"], [78, 0, 1, "c.i8_exp_s", "i8_exp_s"], [59, 0, 1, "c.i8_extract_features_p", "i8_extract_features_p"], [59, 0, 1, "c.i8_extract_features_s", "i8_extract_features_s"], [83, 0, 1, "c.i8_fill_p", "i8_fill_p"], [83, 0, 1, "c.i8_fill_s", "i8_fill_s"], [90, 0, 1, "c.i8_format_transpose_p", "i8_format_transpose_p"], [90, 0, 1, "c.i8_format_transpose_s", "i8_format_transpose_s"], [91, 0, 1, "c.i8_full_connection_p", "i8_full_connection_p"], [91, 0, 1, "c.i8_full_connection_s", "i8_full_connection_s"], [95, 0, 1, "c.i8_gather_d_p", "i8_gather_d_p"], [95, 0, 1, "c.i8_gather_d_s", "i8_gather_d_s"], [94, 0, 1, "c.i8_gather_nd_p", "i8_gather_nd_p"], [94, 0, 1, "c.i8_gather_nd_s", "i8_gather_nd_s"], [93, 0, 1, "c.i8_gather_p", "i8_gather_p"], [93, 0, 1, "c.i8_gather_s", "i8_gather_s"], [14, 0, 1, "c.i8_gelu_p", "i8_gelu_p"], [14, 0, 1, "c.i8_gelu_s", "i8_gelu_s"], [97, 0, 1, "c.i8_glu_p", "i8_glu_p"], [97, 0, 1, "c.i8_glu_s", "i8_glu_s"], [99, 0, 1, "c.i8_greater_equal_p", "i8_greater_equal_p"], [99, 0, 1, "c.i8_greater_equal_s", "i8_greater_equal_s"], [98, 0, 1, "c.i8_greater_p", "i8_greater_p"], [98, 0, 1, "c.i8_greater_s", "i8_greater_s"], [14, 0, 1, "c.i8_hardshrink_p", "i8_hardshrink_p"], [14, 0, 1, "c.i8_hardshrink_s", "i8_hardshrink_s"], [14, 0, 1, "c.i8_hardtanh_p", "i8_hardtanh_p"], [14, 0, 1, "c.i8_hardtanh_s", "i8_hardtanh_s"], [14, 0, 1, "c.i8_hsigmoid_p", "i8_hsigmoid_p"], [14, 0, 1, "c.i8_hsigmoid_s", "i8_hsigmoid_s"], [14, 0, 1, "c.i8_hswish_p", "i8_hswish_p"], [14, 0, 1, "c.i8_hswish_s", "i8_hswish_s"], [104, 0, 1, "c.i8_invert_permutation_p", "i8_invert_permutation_p"], [104, 0, 1, "c.i8_invert_permutation_s", "i8_invert_permutation_s"], [105, 0, 1, "c.i8_is_finite_p", "i8_is_finite_p"], [105, 0, 1, "c.i8_is_finite_s", "i8_is_finite_s"], [107, 0, 1, "c.i8_layernormfusion_p", "i8_layernormfusion_p"], [107, 0, 1, "c.i8_layernormfusion_s", "i8_layernormfusion_s"], [109, 0, 1, "c.i8_leaky_relu_p", "i8_leaky_relu_p"], [109, 0, 1, "c.i8_leaky_relu_s", "i8_leaky_relu_s"], [111, 0, 1, "c.i8_less_equal_p", "i8_less_equal_p"], [111, 0, 1, "c.i8_less_equal_s", "i8_less_equal_s"], [110, 0, 1, "c.i8_less_p", "i8_less_p"], [110, 0, 1, "c.i8_less_s", "i8_less_s"], [114, 0, 1, "c.i8_log1p_p", "i8_log1p_p"], [114, 0, 1, "c.i8_log1p_s", "i8_log1p_s"], [116, 0, 1, "c.i8_logical_and_p", "i8_logical_and_p"], [116, 0, 1, "c.i8_logical_and_s", "i8_logical_and_s"], [117, 0, 1, "c.i8_logical_not_p", "i8_logical_not_p"], [117, 0, 1, "c.i8_logical_not_s", "i8_logical_not_s"], [118, 0, 1, "c.i8_logical_or_p", "i8_logical_or_p"], [118, 0, 1, "c.i8_logical_or_s", "i8_logical_or_s"], [119, 0, 1, "c.i8_logsoftmax_p", "i8_logsoftmax_p"], [119, 0, 1, "c.i8_logsoftmax_s", "i8_logsoftmax_s"], [14, 0, 1, "c.i8_lrelu_p", "i8_lrelu_p"], [14, 0, 1, "c.i8_lrelu_s", "i8_lrelu_s"], [122, 0, 1, "c.i8_lsh_projection_p", "i8_lsh_projection_p"], [122, 0, 1, "c.i8_lsh_projection_s", "i8_lsh_projection_s"], [127, 0, 1, "c.i8_matmul_fusion_p", "i8_matmul_fusion_p"], [127, 0, 1, "c.i8_matmul_fusion_s", "i8_matmul_fusion_s"], [128, 0, 1, "c.i8_maximum_p", "i8_maximum_p"], [128, 0, 1, "c.i8_maximum_s", "i8_maximum_s"], [133, 0, 1, "c.i8_minimum_p", "i8_minimum_p"], [133, 0, 1, "c.i8_minimum_s", "i8_minimum_s"], [135, 0, 1, "c.i8_mod_p", "i8_mod_p"], [135, 0, 1, "c.i8_mod_s", "i8_mod_s"], [136, 0, 1, "c.i8_mul_p", "i8_mul_p"], [136, 0, 1, "c.i8_mul_s", "i8_mul_s"], [139, 0, 1, "c.i8_neg_grad_p", "i8_neg_grad_p"], [139, 0, 1, "c.i8_neg_grad_s", "i8_neg_grad_s"], [138, 0, 1, "c.i8_neg_p", "i8_neg_p"], [138, 0, 1, "c.i8_neg_s", "i8_neg_s"], [140, 0, 1, "c.i8_nllloss_p", "i8_nllloss_p"], [140, 0, 1, "c.i8_nllloss_s", "i8_nllloss_s"], [142, 0, 1, "c.i8_non_max_suppression_p", "i8_non_max_suppression_p"], [142, 0, 1, "c.i8_non_max_suppression_s", "i8_non_max_suppression_s"], [143, 0, 1, "c.i8_nonzero_p", "i8_nonzero_p"], [143, 0, 1, "c.i8_nonzero_s", "i8_nonzero_s"], [144, 0, 1, "c.i8_not_equal_p", "i8_not_equal_p"], [144, 0, 1, "c.i8_not_equal_s", "i8_not_equal_s"], [145, 0, 1, "c.i8_onehot_p", "i8_onehot_p"], [145, 0, 1, "c.i8_onehot_s", "i8_onehot_s"], [146, 0, 1, "c.i8_ones_like_p", "i8_ones_like_p"], [146, 0, 1, "c.i8_ones_like_s", "i8_ones_like_s"], [147, 0, 1, "c.i8_padfusion_p", "i8_padfusion_p"], [147, 0, 1, "c.i8_padfusion_s", "i8_padfusion_s"], [149, 0, 1, "c.i8_pow_fusion_p", "i8_pow_fusion_p"], [149, 0, 1, "c.i8_pow_fusion_s", "i8_pow_fusion_s"], [151, 0, 1, "c.i8_prelufusion_p", "i8_prelufusion_p"], [151, 0, 1, "c.i8_prelufusion_s", "i8_prelufusion_s"], [154, 0, 1, "c.i8_ragged_range_p", "i8_ragged_range_p"], [154, 0, 1, "c.i8_ragged_range_s", "i8_ragged_range_s"], [157, 0, 1, "c.i8_range_p", "i8_range_p"], [157, 0, 1, "c.i8_range_s", "i8_range_s"], [159, 0, 1, "c.i8_real_div_p", "i8_real_div_p"], [159, 0, 1, "c.i8_real_div_s", "i8_real_div_s"], [160, 0, 1, "c.i8_reciprocal_p", "i8_reciprocal_p"], [160, 0, 1, "c.i8_reciprocal_s", "i8_reciprocal_s"], [23, 0, 1, "c.i8_reduce_all_p", "i8_reduce_all_p"], [23, 0, 1, "c.i8_reduce_all_s", "i8_reduce_all_s"], [161, 0, 1, "c.i8_reduce_p", "i8_reduce_p"], [161, 0, 1, "c.i8_reduce_s", "i8_reduce_s"], [162, 0, 1, "c.i8_reducescatter_p", "i8_reducescatter_p"], [162, 0, 1, "c.i8_reducescatter_s", "i8_reducescatter_s"], [14, 0, 1, "c.i8_relu6_p", "i8_relu6_p"], [14, 0, 1, "c.i8_relu6_s", "i8_relu6_s"], [14, 0, 1, "c.i8_relu_p", "i8_relu_p"], [14, 0, 1, "c.i8_relu_s", "i8_relu_s"], [163, 0, 1, "c.i8_reshape_p", "i8_reshape_p"], [163, 0, 1, "c.i8_reshape_s", "i8_reshape_s"], [164, 0, 1, "c.i8_resize_anycore", "i8_resize_anycore"], [169, 0, 1, "c.i8_roipooling_p", "i8_roipooling_p"], [169, 0, 1, "c.i8_roipooling_s", "i8_roipooling_s"], [171, 0, 1, "c.i8_rsqrt_p", "i8_rsqrt_p"], [171, 0, 1, "c.i8_rsqrt_s", "i8_rsqrt_s"], [173, 0, 1, "c.i8_scale_fusion_p", "i8_scale_fusion_p"], [173, 0, 1, "c.i8_scale_fusion_s", "i8_scale_fusion_s"], [174, 0, 1, "c.i8_scatter_elements_p", "i8_scatter_elements_p"], [174, 0, 1, "c.i8_scatter_elements_s", "i8_scatter_elements_s"], [175, 0, 1, "c.i8_scatter_nd_p", "i8_scatter_nd_p"], [175, 0, 1, "c.i8_scatter_nd_s", "i8_scatter_nd_s"], [176, 0, 1, "c.i8_scatter_nd_update_p", "i8_scatter_nd_update_p"], [176, 0, 1, "c.i8_scatter_nd_update_s", "i8_scatter_nd_update_s"], [177, 0, 1, "c.i8_select_p", "i8_select_p"], [177, 0, 1, "c.i8_select_s", "i8_select_s"], [14, 0, 1, "c.i8_sigmoid_p", "i8_sigmoid_p"], [14, 0, 1, "c.i8_sigmoid_s", "i8_sigmoid_s"], [180, 0, 1, "c.i8_sigmoidcrossentropywithlogits_p", "i8_sigmoidcrossentropywithlogits_p"], [180, 0, 1, "c.i8_sigmoidcrossentropywithlogits_s", "i8_sigmoidcrossentropywithlogits_s"], [182, 0, 1, "c.i8_sin_p", "i8_sin_p"], [182, 0, 1, "c.i8_sin_s", "i8_sin_s"], [185, 0, 1, "c.i8_slice_p", "i8_slice_p"], [185, 0, 1, "c.i8_slice_s", "i8_slice_s"], [186, 0, 1, "c.i8_smoothl1loss_p", "i8_smoothl1loss_p"], [186, 0, 1, "c.i8_smoothl1loss_s", "i8_smoothl1loss_s"], [189, 0, 1, "c.i8_softmax_cross_entropy_with_logits_p", "i8_softmax_cross_entropy_with_logits_p"], [189, 0, 1, "c.i8_softmax_cross_entropy_with_logits_s", "i8_softmax_cross_entropy_with_logits_s"], [188, 0, 1, "c.i8_softmax_p", "i8_softmax_p"], [188, 0, 1, "c.i8_softmax_s", "i8_softmax_s"], [14, 0, 1, "c.i8_softplus_p", "i8_softplus_p"], [14, 0, 1, "c.i8_softplus_s", "i8_softplus_s"], [14, 0, 1, "c.i8_softshrink_p", "i8_softshrink_p"], [14, 0, 1, "c.i8_softshrink_s", "i8_softshrink_s"], [14, 0, 1, "c.i8_softsignopt_p", "i8_softsignopt_p"], [14, 0, 1, "c.i8_softsignopt_s", "i8_softsignopt_s"], [190, 0, 1, "c.i8_spacetobatch_p", "i8_spacetobatch_p"], [190, 0, 1, "c.i8_spacetobatch_s", "i8_spacetobatch_s"], [191, 0, 1, "c.i8_spacetobatchnd_p", "i8_spacetobatchnd_p"], [191, 0, 1, "c.i8_spacetobatchnd_s", "i8_spacetobatchnd_s"], [192, 0, 1, "c.i8_spacetodepth_p", "i8_spacetodepth_p"], [192, 0, 1, "c.i8_spacetodepth_s", "i8_spacetodepth_s"], [194, 0, 1, "c.i8_sparse_fill_empty_rows_p", "i8_sparse_fill_empty_rows_p"], [194, 0, 1, "c.i8_sparse_fill_empty_rows_s", "i8_sparse_fill_empty_rows_s"], [197, 0, 1, "c.i8_sparse_to_dense_p", "i8_sparse_to_dense_p"], [197, 0, 1, "c.i8_sparse_to_dense_s", "i8_sparse_to_dense_s"], [198, 0, 1, "c.i8_splice_p", "i8_splice_p"], [198, 0, 1, "c.i8_splice_s", "i8_splice_s"], [199, 0, 1, "c.i8_split_p", "i8_split_p"], [199, 0, 1, "c.i8_split_s", "i8_split_s"], [200, 0, 1, "c.i8_split_with_overlap_p", "i8_split_with_overlap_p"], [200, 0, 1, "c.i8_split_with_overlap_s", "i8_split_with_overlap_s"], [201, 0, 1, "c.i8_sqrt_p", "i8_sqrt_p"], [201, 0, 1, "c.i8_sqrt_s", "i8_sqrt_s"], [204, 0, 1, "c.i8_square_difference_p", "i8_square_difference_p"], [204, 0, 1, "c.i8_square_difference_s", "i8_square_difference_s"], [203, 0, 1, "c.i8_square_p", "i8_square_p"], [203, 0, 1, "c.i8_square_s", "i8_square_s"], [206, 0, 1, "c.i8_stack_p", "i8_stack_p"], [206, 0, 1, "c.i8_stack_s", "i8_stack_s"], [209, 0, 1, "c.i8_sub_p", "i8_sub_p"], [209, 0, 1, "c.i8_sub_s", "i8_sub_s"], [14, 0, 1, "c.i8_swish_p", "i8_swish_p"], [14, 0, 1, "c.i8_swish_s", "i8_swish_s"], [14, 0, 1, "c.i8_tanh_p", "i8_tanh_p"], [14, 0, 1, "c.i8_tanh_s", "i8_tanh_s"], [213, 0, 1, "c.i8_tensor_scatter_add_p", "i8_tensor_scatter_add_p"], [213, 0, 1, "c.i8_tensor_scatter_add_s", "i8_tensor_scatter_add_s"], [215, 0, 1, "c.i8_tensorarrayread_p", "i8_tensorarrayread_p"], [215, 0, 1, "c.i8_tensorarrayread_s", "i8_tensorarrayread_s"], [217, 0, 1, "c.i8_tensorlist_from_tensor_p", "i8_tensorlist_from_tensor_p"], [217, 0, 1, "c.i8_tensorlist_from_tensor_s", "i8_tensorlist_from_tensor_s"], [222, 0, 1, "c.i8_tile_p", "i8_tile_p"], [222, 0, 1, "c.i8_tile_s", "i8_tile_s"], [153, 0, 1, "c.i8_to_fp_dequant_p", "i8_to_fp_dequant_p"], [153, 0, 1, "c.i8_to_fp_dequant_s", "i8_to_fp_dequant_s"], [153, 0, 1, "c.i8_to_hp_dequant_p", "i8_to_hp_dequant_p"], [153, 0, 1, "c.i8_to_hp_dequant_s", "i8_to_hp_dequant_s"], [224, 0, 1, "c.i8_transpose_p", "i8_transpose_p"], [224, 0, 1, "c.i8_transpose_s", "i8_transpose_s"], [225, 0, 1, "c.i8_tril_p", "i8_tril_p"], [225, 0, 1, "c.i8_tril_s", "i8_tril_s"], [226, 0, 1, "c.i8_triu_p", "i8_triu_p"], [226, 0, 1, "c.i8_triu_s", "i8_triu_s"], [229, 0, 1, "c.i8_unsorted_segment_sum_p", "i8_unsorted_segment_sum_p"], [229, 0, 1, "c.i8_unsorted_segment_sum_s", "i8_unsorted_segment_sum_s"], [232, 0, 1, "c.i8_where_p", "i8_where_p"], [232, 0, 1, "c.i8_where_s", "i8_where_s"], [233, 0, 1, "c.i8_zerolike_p", "i8_zerolike_p"], [233, 0, 1, "c.i8_zerolike_s", "i8_zerolike_s"], [158, 0, 1, "c.rank_p", "rank_p"], [158, 0, 1, "c.rank_s", "rank_s"], [179, 0, 1, "c.shape", "shape"], [183, 0, 1, "c.size_p", "size_p"], [183, 0, 1, "c.size_s", "size_s"], [184, 0, 1, "c.skipgram_p", "skipgram_p"], [184, 0, 1, "c.skipgram_s", "skipgram_s"], [207, 0, 1, "c.stridedslice", "stridedslice"], [207, 0, 1, "c.stridedslice", "stridedslice"], [211, 0, 1, "c.switch_p", "switch_p"], [211, 0, 1, "c.switch_s", "switch_s"], [212, 0, 1, "c.switchlayer_p", "switchlayer_p"], [212, 0, 1, "c.switchlayer_s", "switchlayer_s"], [214, 0, 1, "c.tensorarrayread_p", "tensorarrayread_p"], [214, 0, 1, "c.tensorarrayread_s", "tensorarrayread_s"], [214, 0, 1, "c.tensorarraywrite_p", "tensorarraywrite_p"], [214, 0, 1, "c.tensorarraywrite_s", "tensorarraywrite_s"], [218, 0, 1, "c.tensorlistgetitem_p", "tensorlistgetitem_p"], [218, 0, 1, "c.tensorlistgetitem_s", "tensorlistgetitem_s"], [220, 0, 1, "c.tensorlistsetitem_p", "tensorlistsetitem_p"], [220, 0, 1, "c.tensorlistsetitem_s", "tensorlistsetitem_s"], [231, 0, 1, "c.unstack_p", "unstack_p"], [231, 0, 1, "c.unstack_s", "unstack_s"]], "Flatten": [[85, 1, 1, "c.Flatten", "core_mask"], [85, 1, 1, "c.Flatten", "input"], [85, 1, 1, "c.Flatten", "output"], [85, 1, 1, "c.Flatten", "param"]], "anytype_crop_anycore": [[55, 1, 1, "c.anytype_crop_anycore", "axis"], [55, 1, 1, "c.anytype_crop_anycore", "core_mask"], [55, 1, 1, "c.anytype_crop_anycore", "in_shape"], [55, 1, 1, "c.anytype_crop_anycore", "input"], [55, 1, 1, "c.anytype_crop_anycore", "offset"], [55, 1, 1, "c.anytype_crop_anycore", "out_shape"], [55, 1, 1, "c.anytype_crop_anycore", "output"], [55, 1, 1, "c.anytype_crop_anycore", "type_size"]], "anytype_expand_dims_anycore": [[77, 1, 1, "c.anytype_expand_dims_anycore", "core_mask"], [77, 1, 1, "c.anytype_expand_dims_anycore", "dst"], [77, 1, 1, "c.anytype_expand_dims_anycore", "src"], [77, 1, 1, "c.anytype_expand_dims_anycore", "total_copy_size"]], "anytype_fillv2_p": [[84, 1, 1, "c.anytype_fillv2_p", "core_mask"], [84, 1, 1, "c.anytype_fillv2_p", "length"], [84, 1, 1, "c.anytype_fillv2_p", "output"], [84, 1, 1, "c.anytype_fillv2_p", "type_size"], [84, 1, 1, "c.anytype_fillv2_p", "value"]], "anytype_fillv2_s": [[84, 1, 1, "c.anytype_fillv2_s", "core_mask"], [84, 1, 1, "c.anytype_fillv2_s", "length"], [84, 1, 1, "c.anytype_fillv2_s", "output"], [84, 1, 1, "c.anytype_fillv2_s", "type_size"], [84, 1, 1, "c.anytype_fillv2_s", "value"]], "anytype_reverse_sequence_anycore": [[166, 1, 1, "c.anytype_reverse_sequence_anycore", "core_mask"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "dst"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "param"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "seq_lengths"], [166, 1, 1, "c.anytype_reverse_sequence_anycore", "src"]], "anytype_reversev2_anycore": [[167, 1, 1, "c.anytype_reversev2_anycore", "core_mask"], [167, 1, 1, "c.anytype_reversev2_anycore", "dst"], [167, 1, 1, "c.anytype_reversev2_anycore", "param"], [167, 1, 1, "c.anytype_reversev2_anycore", "src"]], "anytype_squeeze_anycore": [[205, 1, 1, "c.anytype_squeeze_anycore", "core_mask"], [205, 1, 1, "c.anytype_squeeze_anycore", "dst"], [205, 1, 1, "c.anytype_squeeze_anycore", "src"], [205, 1, 1, "c.anytype_squeeze_anycore", "total_copy_size"]], "anytype_unsqueeze_anycore": [[230, 1, 1, "c.anytype_unsqueeze_anycore", "core_mask"], [230, 1, 1, "c.anytype_unsqueeze_anycore", "dst"], [230, 1, 1, "c.anytype_unsqueeze_anycore", "src"], [230, 1, 1, "c.anytype_unsqueeze_anycore", "total_copy_size"]], "c128_Unique_p": [[228, 1, 1, "c.c128_Unique_p", "input"], [228, 1, 1, "c.c128_Unique_p", "input_len"], [228, 1, 1, "c.c128_Unique_p", "output0"], [228, 1, 1, "c.c128_Unique_p", "output0_len"]], "c128_Unique_s": [[228, 1, 1, "c.c128_Unique_s", "core_mask"], [228, 1, 1, "c.c128_Unique_s", "input"], [228, 1, 1, "c.c128_Unique_s", "input_len"], [228, 1, 1, "c.c128_Unique_s", "output0"], [228, 1, 1, "c.c128_Unique_s", "output0_len"]], "c128_abs_p": [[12, 1, 1, "c.c128_abs_p", "dst_data"], [12, 1, 1, "c.c128_abs_p", "length"], [12, 1, 1, "c.c128_abs_p", "src_data"]], "c128_abs_s": [[12, 1, 1, "c.c128_abs_s", "core_mask"], [12, 1, 1, "c.c128_abs_s", "dst_data"], [12, 1, 1, "c.c128_abs_s", "length"], [12, 1, 1, "c.c128_abs_s", "src_data"]], "c128_add_p": [[18, 1, 1, "c.c128_add_p", "input0"], [18, 1, 1, "c.c128_add_p", "input1"], [18, 1, 1, "c.c128_add_p", "output"], [18, 1, 1, "c.c128_add_p", "param"]], "c128_add_s": [[18, 1, 1, "c.c128_add_s", "core_mask"], [18, 1, 1, "c.c128_add_s", "input0"], [18, 1, 1, "c.c128_add_s", "input1"], [18, 1, 1, "c.c128_add_s", "output"], [18, 1, 1, "c.c128_add_s", "param"]], "c128_addn_p": [[21, 1, 1, "c.c128_addn_p", "element_nums"], [21, 1, 1, "c.c128_addn_p", "inputs"], [21, 1, 1, "c.c128_addn_p", "output"], [21, 1, 1, "c.c128_addn_p", "tensor_num"]], "c128_addn_s": [[21, 1, 1, "c.c128_addn_s", "core_mask"], [21, 1, 1, "c.c128_addn_s", "element_nums"], [21, 1, 1, "c.c128_addn_s", "inputs"], [21, 1, 1, "c.c128_addn_s", "output"], [21, 1, 1, "c.c128_addn_s", "tensor_num"]], "c128_all_gather_p": [[24, 1, 1, "c.c128_all_gather_p", "data_size"], [24, 1, 1, "c.c128_all_gather_p", "input"], [24, 1, 1, "c.c128_all_gather_p", "input_rank"], [24, 1, 1, "c.c128_all_gather_p", "output"], [24, 1, 1, "c.c128_all_gather_p", "output_rank"]], "c128_all_gather_s": [[24, 1, 1, "c.c128_all_gather_s", "core_mask"], [24, 1, 1, "c.c128_all_gather_s", "data_size"], [24, 1, 1, "c.c128_all_gather_s", "input"], [24, 1, 1, "c.c128_all_gather_s", "input_rank"], [24, 1, 1, "c.c128_all_gather_s", "output"], [24, 1, 1, "c.c128_all_gather_s", "output_rank"]], "c128_assert_p": [[28, 1, 1, "c.c128_assert_p", "input"], [28, 1, 1, "c.c128_assert_p", "output"]], "c128_assert_s": [[28, 1, 1, "c.c128_assert_s", "core_mask"], [28, 1, 1, "c.c128_assert_s", "input"], [28, 1, 1, "c.c128_assert_s", "output"]], "c128_assign_add_p": [[30, 1, 1, "c.c128_assign_add_p", "input"], [30, 1, 1, "c.c128_assign_add_p", "length"], [30, 1, 1, "c.c128_assign_add_p", "output"]], "c128_assign_add_s": [[30, 1, 1, "c.c128_assign_add_s", "core_mask"], [30, 1, 1, "c.c128_assign_add_s", "input"], [30, 1, 1, "c.c128_assign_add_s", "length"], [30, 1, 1, "c.c128_assign_add_s", "output"]], "c128_assign_p": [[29, 1, 1, "c.c128_assign_p", "dst"], [29, 1, 1, "c.c128_assign_p", "length"], [29, 1, 1, "c.c128_assign_p", "src"]], "c128_assign_s": [[29, 1, 1, "c.c128_assign_s", "core_mask"], [29, 1, 1, "c.c128_assign_s", "dst"], [29, 1, 1, "c.c128_assign_s", "length"], [29, 1, 1, "c.c128_assign_s", "src"]], "c128_batch_to_space_p": [[35, 1, 1, "c.c128_batch_to_space_p", "block"], [35, 1, 1, "c.c128_batch_to_space_p", "crops"], [35, 1, 1, "c.c128_batch_to_space_p", "in_shape"], [35, 1, 1, "c.c128_batch_to_space_p", "input"], [35, 1, 1, "c.c128_batch_to_space_p", "output"]], "c128_batch_to_space_s": [[35, 1, 1, "c.c128_batch_to_space_s", "block"], [35, 1, 1, "c.c128_batch_to_space_s", "core_mask"], [35, 1, 1, "c.c128_batch_to_space_s", "crops"], [35, 1, 1, "c.c128_batch_to_space_s", "in_shape"], [35, 1, 1, "c.c128_batch_to_space_s", "input"], [35, 1, 1, "c.c128_batch_to_space_s", "output"]], "c128_batchtospacend_p": [[38, 1, 1, "c.c128_batchtospacend_p", "block_size"], [38, 1, 1, "c.c128_batchtospacend_p", "crops"], [38, 1, 1, "c.c128_batchtospacend_p", "data_size"], [38, 1, 1, "c.c128_batchtospacend_p", "input"], [38, 1, 1, "c.c128_batchtospacend_p", "input_shape"], [38, 1, 1, "c.c128_batchtospacend_p", "output"]], "c128_batchtospacend_s": [[38, 1, 1, "c.c128_batchtospacend_s", "block_size"], [38, 1, 1, "c.c128_batchtospacend_s", "core_mask"], [38, 1, 1, "c.c128_batchtospacend_s", "crops"], [38, 1, 1, "c.c128_batchtospacend_s", "data_size"], [38, 1, 1, "c.c128_batchtospacend_s", "input"], [38, 1, 1, "c.c128_batchtospacend_s", "input_shape"], [38, 1, 1, "c.c128_batchtospacend_s", "output"]], "c128_bias_add_p": [[39, 1, 1, "c.c128_bias_add_p", "data_format"], [39, 1, 1, "c.c128_bias_add_p", "dims"], [39, 1, 1, "c.c128_bias_add_p", "input_bias"], [39, 1, 1, "c.c128_bias_add_p", "input_x"], [39, 1, 1, "c.c128_bias_add_p", "length"], [39, 1, 1, "c.c128_bias_add_p", "output"], [39, 1, 1, "c.c128_bias_add_p", "shape_size"]], "c128_bias_add_s": [[39, 1, 1, "c.c128_bias_add_s", "core_mask"], [39, 1, 1, "c.c128_bias_add_s", "data_format"], [39, 1, 1, "c.c128_bias_add_s", "dims"], [39, 1, 1, "c.c128_bias_add_s", "input_bias"], [39, 1, 1, "c.c128_bias_add_s", "input_x"], [39, 1, 1, "c.c128_bias_add_s", "length"], [39, 1, 1, "c.c128_bias_add_s", "output"], [39, 1, 1, "c.c128_bias_add_s", "shape_size"]], "c128_broadcastto_p": [[43, 1, 1, "c.c128_broadcastto_p", "data_size"], [43, 1, 1, "c.c128_broadcastto_p", "input"], [43, 1, 1, "c.c128_broadcastto_p", "input_shape"], [43, 1, 1, "c.c128_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.c128_broadcastto_p", "output"], [43, 1, 1, "c.c128_broadcastto_p", "output_shape"], [43, 1, 1, "c.c128_broadcastto_p", "output_shape_size"]], "c128_broadcastto_s": [[43, 1, 1, "c.c128_broadcastto_s", "core_mask"], [43, 1, 1, "c.c128_broadcastto_s", "data_size"], [43, 1, 1, "c.c128_broadcastto_s", "input"], [43, 1, 1, "c.c128_broadcastto_s", "input_shape"], [43, 1, 1, "c.c128_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.c128_broadcastto_s", "output"], [43, 1, 1, "c.c128_broadcastto_s", "output_shape"], [43, 1, 1, "c.c128_broadcastto_s", "output_shape_size"]], "c128_cast_to_c128_p": [[45, 1, 1, "c.c128_cast_to_c128_p", "input"], [45, 1, 1, "c.c128_cast_to_c128_p", "length"], [45, 1, 1, "c.c128_cast_to_c128_p", "output"]], "c128_cast_to_c128_s": [[45, 1, 1, "c.c128_cast_to_c128_s", "core_mask"], [45, 1, 1, "c.c128_cast_to_c128_s", "input"], [45, 1, 1, "c.c128_cast_to_c128_s", "length"], [45, 1, 1, "c.c128_cast_to_c128_s", "output"]], "c128_concat_p": [[48, 1, 1, "c.c128_concat_p", "axis"], [48, 1, 1, "c.c128_concat_p", "input_ndim"], [48, 1, 1, "c.c128_concat_p", "input_shapes"], [48, 1, 1, "c.c128_concat_p", "inputs"], [48, 1, 1, "c.c128_concat_p", "num_inputs"], [48, 1, 1, "c.c128_concat_p", "output"]], "c128_concat_s": [[48, 1, 1, "c.c128_concat_s", "axis"], [48, 1, 1, "c.c128_concat_s", "core_mask"], [48, 1, 1, "c.c128_concat_s", "input_ndim"], [48, 1, 1, "c.c128_concat_s", "input_shapes"], [48, 1, 1, "c.c128_concat_s", "inputs"], [48, 1, 1, "c.c128_concat_s", "num_inputs"], [48, 1, 1, "c.c128_concat_s", "output"]], "c128_constant_of_shape_p": [[49, 1, 1, "c.c128_constant_of_shape_p", "end"], [49, 1, 1, "c.c128_constant_of_shape_p", "output"], [49, 1, 1, "c.c128_constant_of_shape_p", "start"], [49, 1, 1, "c.c128_constant_of_shape_p", "value_imag"], [49, 1, 1, "c.c128_constant_of_shape_p", "value_real"]], "c128_constant_of_shape_s": [[49, 1, 1, "c.c128_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.c128_constant_of_shape_s", "end"], [49, 1, 1, "c.c128_constant_of_shape_s", "output"], [49, 1, 1, "c.c128_constant_of_shape_s", "start"], [49, 1, 1, "c.c128_constant_of_shape_s", "value_imag"], [49, 1, 1, "c.c128_constant_of_shape_s", "value_real"]], "c128_cum_sum_p": [[57, 1, 1, "c.c128_cum_sum_p", "axis_dim"], [57, 1, 1, "c.c128_cum_sum_p", "exclusive"], [57, 1, 1, "c.c128_cum_sum_p", "inner_dim"], [57, 1, 1, "c.c128_cum_sum_p", "input"], [57, 1, 1, "c.c128_cum_sum_p", "out_dim"], [57, 1, 1, "c.c128_cum_sum_p", "output"]], "c128_cum_sum_s": [[57, 1, 1, "c.c128_cum_sum_s", "axis_dim"], [57, 1, 1, "c.c128_cum_sum_s", "core_mask"], [57, 1, 1, "c.c128_cum_sum_s", "exclusive"], [57, 1, 1, "c.c128_cum_sum_s", "inner_dim"], [57, 1, 1, "c.c128_cum_sum_s", "input"], [57, 1, 1, "c.c128_cum_sum_s", "out_dim"], [57, 1, 1, "c.c128_cum_sum_s", "output"]], "c128_depthtospace_p": [[64, 1, 1, "c.c128_depthtospace_p", "block_size"], [64, 1, 1, "c.c128_depthtospace_p", "data_size"], [64, 1, 1, "c.c128_depthtospace_p", "in_shape"], [64, 1, 1, "c.c128_depthtospace_p", "input"], [64, 1, 1, "c.c128_depthtospace_p", "output"]], "c128_depthtospace_s": [[64, 1, 1, "c.c128_depthtospace_s", "block_size"], [64, 1, 1, "c.c128_depthtospace_s", "core_mask"], [64, 1, 1, "c.c128_depthtospace_s", "data_size"], [64, 1, 1, "c.c128_depthtospace_s", "in_shape"], [64, 1, 1, "c.c128_depthtospace_s", "input"], [64, 1, 1, "c.c128_depthtospace_s", "output"]], "c128_div_p": [[66, 1, 1, "c.c128_div_p", "input0"], [66, 1, 1, "c.c128_div_p", "input1"], [66, 1, 1, "c.c128_div_p", "output"], [66, 1, 1, "c.c128_div_p", "param"]], "c128_div_s": [[66, 1, 1, "c.c128_div_s", "core_mask"], [66, 1, 1, "c.c128_div_s", "input0"], [66, 1, 1, "c.c128_div_s", "input1"], [66, 1, 1, "c.c128_div_s", "output"], [66, 1, 1, "c.c128_div_s", "param"]], "c128_eltwise_p": [[72, 1, 1, "c.c128_eltwise_p", "Input0"], [72, 1, 1, "c.c128_eltwise_p", "Input1"], [72, 1, 1, "c.c128_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.c128_eltwise_p", "length"], [72, 1, 1, "c.c128_eltwise_p", "output"]], "c128_eltwise_s": [[72, 1, 1, "c.c128_eltwise_s", "Input0"], [72, 1, 1, "c.c128_eltwise_s", "Input1"], [72, 1, 1, "c.c128_eltwise_s", "core_mask"], [72, 1, 1, "c.c128_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.c128_eltwise_s", "length"], [72, 1, 1, "c.c128_eltwise_s", "output"]], "c128_equal_p": [[75, 1, 1, "c.c128_equal_p", "Input0"], [75, 1, 1, "c.c128_equal_p", "Input1"], [75, 1, 1, "c.c128_equal_p", "output"], [75, 1, 1, "c.c128_equal_p", "params"]], "c128_equal_s": [[75, 1, 1, "c.c128_equal_s", "Input0"], [75, 1, 1, "c.c128_equal_s", "Input1"], [75, 1, 1, "c.c128_equal_s", "core_mask"], [75, 1, 1, "c.c128_equal_s", "output"], [75, 1, 1, "c.c128_equal_s", "params"]], "c128_exp_p": [[78, 1, 1, "c.c128_exp_p", "dst_data"], [78, 1, 1, "c.c128_exp_p", "in_scale"], [78, 1, 1, "c.c128_exp_p", "length"], [78, 1, 1, "c.c128_exp_p", "out_scale"], [78, 1, 1, "c.c128_exp_p", "scale"], [78, 1, 1, "c.c128_exp_p", "src_data"]], "c128_exp_s": [[78, 1, 1, "c.c128_exp_s", "core_mask"], [78, 1, 1, "c.c128_exp_s", "dst_data"], [78, 1, 1, "c.c128_exp_s", "in_scale"], [78, 1, 1, "c.c128_exp_s", "length"], [78, 1, 1, "c.c128_exp_s", "out_scale"], [78, 1, 1, "c.c128_exp_s", "scale"], [78, 1, 1, "c.c128_exp_s", "src_data"]], "c128_extract_features_p": [[59, 1, 1, "c.c128_extract_features_p", "num_strings"], [59, 1, 1, "c.c128_extract_features_p", "output_labels"], [59, 1, 1, "c.c128_extract_features_p", "output_weights"], [59, 1, 1, "c.c128_extract_features_p", "string_lengths"], [59, 1, 1, "c.c128_extract_features_p", "string_pointers"]], "c128_extract_features_s": [[59, 1, 1, "c.c128_extract_features_s", "core_mask"], [59, 1, 1, "c.c128_extract_features_s", "num_strings"], [59, 1, 1, "c.c128_extract_features_s", "output_labels"], [59, 1, 1, "c.c128_extract_features_s", "output_weights"], [59, 1, 1, "c.c128_extract_features_s", "string_lengths"], [59, 1, 1, "c.c128_extract_features_s", "string_pointers"]], "c128_fill_p": [[83, 1, 1, "c.c128_fill_p", "output"], [83, 1, 1, "c.c128_fill_p", "param"], [83, 1, 1, "c.c128_fill_p", "value"]], "c128_fill_s": [[83, 1, 1, "c.c128_fill_s", "core_mask"], [83, 1, 1, "c.c128_fill_s", "output"], [83, 1, 1, "c.c128_fill_s", "param"], [83, 1, 1, "c.c128_fill_s", "value"]], "c128_format_transpose_p": [[90, 1, 1, "c.c128_format_transpose_p", "batch"], [90, 1, 1, "c.c128_format_transpose_p", "channel"], [90, 1, 1, "c.c128_format_transpose_p", "dst_data"], [90, 1, 1, "c.c128_format_transpose_p", "dst_format"], [90, 1, 1, "c.c128_format_transpose_p", "plane"], [90, 1, 1, "c.c128_format_transpose_p", "src_data"], [90, 1, 1, "c.c128_format_transpose_p", "src_format"]], "c128_format_transpose_s": [[90, 1, 1, "c.c128_format_transpose_s", "batch"], [90, 1, 1, "c.c128_format_transpose_s", "channel"], [90, 1, 1, "c.c128_format_transpose_s", "core_mask"], [90, 1, 1, "c.c128_format_transpose_s", "dst_data"], [90, 1, 1, "c.c128_format_transpose_s", "dst_format"], [90, 1, 1, "c.c128_format_transpose_s", "plane"], [90, 1, 1, "c.c128_format_transpose_s", "src_data"], [90, 1, 1, "c.c128_format_transpose_s", "src_format"]], "c128_gather_d_p": [[95, 1, 1, "c.c128_gather_d_p", "dim"], [95, 1, 1, "c.c128_gather_d_p", "index"], [95, 1, 1, "c.c128_gather_d_p", "index_shape"], [95, 1, 1, "c.c128_gather_d_p", "input_shape"], [95, 1, 1, "c.c128_gather_d_p", "input_shape_size"], [95, 1, 1, "c.c128_gather_d_p", "input_x"], [95, 1, 1, "c.c128_gather_d_p", "output"]], "c128_gather_d_s": [[95, 1, 1, "c.c128_gather_d_s", "core_mask"], [95, 1, 1, "c.c128_gather_d_s", "dim"], [95, 1, 1, "c.c128_gather_d_s", "index"], [95, 1, 1, "c.c128_gather_d_s", "index_shape"], [95, 1, 1, "c.c128_gather_d_s", "input_shape"], [95, 1, 1, "c.c128_gather_d_s", "input_shape_size"], [95, 1, 1, "c.c128_gather_d_s", "input_x"], [95, 1, 1, "c.c128_gather_d_s", "output"]], "c128_gather_nd_p": [[94, 1, 1, "c.c128_gather_nd_p", "input"], [94, 1, 1, "c.c128_gather_nd_p", "output"], [94, 1, 1, "c.c128_gather_nd_p", "params"]], "c128_gather_nd_s": [[94, 1, 1, "c.c128_gather_nd_s", "core_mask"], [94, 1, 1, "c.c128_gather_nd_s", "input"], [94, 1, 1, "c.c128_gather_nd_s", "output"], [94, 1, 1, "c.c128_gather_nd_s", "params"]], "c128_gather_p": [[93, 1, 1, "c.c128_gather_p", "indices"], [93, 1, 1, "c.c128_gather_p", "input"], [93, 1, 1, "c.c128_gather_p", "output"], [93, 1, 1, "c.c128_gather_p", "params"]], "c128_gather_s": [[93, 1, 1, "c.c128_gather_s", "core_mask"], [93, 1, 1, "c.c128_gather_s", "indices"], [93, 1, 1, "c.c128_gather_s", "input"], [93, 1, 1, "c.c128_gather_s", "output"], [93, 1, 1, "c.c128_gather_s", "params"]], "c128_is_finite_p": [[105, 1, 1, "c.c128_is_finite_p", "Input"], [105, 1, 1, "c.c128_is_finite_p", "length"], [105, 1, 1, "c.c128_is_finite_p", "output"]], "c128_is_finite_s": [[105, 1, 1, "c.c128_is_finite_s", "Input"], [105, 1, 1, "c.c128_is_finite_s", "core_mask"], [105, 1, 1, "c.c128_is_finite_s", "length"], [105, 1, 1, "c.c128_is_finite_s", "output"]], "c128_matmul_fusion_p": [[127, 1, 1, "c.c128_matmul_fusion_p", "A"], [127, 1, 1, "c.c128_matmul_fusion_p", "B"], [127, 1, 1, "c.c128_matmul_fusion_p", "C"], [127, 1, 1, "c.c128_matmul_fusion_p", "bias"], [127, 1, 1, "c.c128_matmul_fusion_p", "params"]], "c128_matmul_fusion_s": [[127, 1, 1, "c.c128_matmul_fusion_s", "A"], [127, 1, 1, "c.c128_matmul_fusion_s", "B"], [127, 1, 1, "c.c128_matmul_fusion_s", "C"], [127, 1, 1, "c.c128_matmul_fusion_s", "bias"], [127, 1, 1, "c.c128_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.c128_matmul_fusion_s", "params"]], "c128_mul_p": [[136, 1, 1, "c.c128_mul_p", "input0"], [136, 1, 1, "c.c128_mul_p", "input1"], [136, 1, 1, "c.c128_mul_p", "output"], [136, 1, 1, "c.c128_mul_p", "param"]], "c128_mul_s": [[136, 1, 1, "c.c128_mul_s", "core_mask"], [136, 1, 1, "c.c128_mul_s", "input0"], [136, 1, 1, "c.c128_mul_s", "input1"], [136, 1, 1, "c.c128_mul_s", "output"], [136, 1, 1, "c.c128_mul_s", "param"]], "c128_neg_grad_p": [[139, 1, 1, "c.c128_neg_grad_p", "Input"], [139, 1, 1, "c.c128_neg_grad_p", "length"], [139, 1, 1, "c.c128_neg_grad_p", "output"]], "c128_neg_grad_s": [[139, 1, 1, "c.c128_neg_grad_s", "Input"], [139, 1, 1, "c.c128_neg_grad_s", "core_mask"], [139, 1, 1, "c.c128_neg_grad_s", "length"], [139, 1, 1, "c.c128_neg_grad_s", "output"]], "c128_neg_p": [[138, 1, 1, "c.c128_neg_p", "Input"], [138, 1, 1, "c.c128_neg_p", "length"], [138, 1, 1, "c.c128_neg_p", "output"]], "c128_neg_s": [[138, 1, 1, "c.c128_neg_s", "Input"], [138, 1, 1, "c.c128_neg_s", "core_mask"], [138, 1, 1, "c.c128_neg_s", "length"], [138, 1, 1, "c.c128_neg_s", "output"]], "c128_nonzero_p": [[143, 1, 1, "c.c128_nonzero_p", "dim_strides"], [143, 1, 1, "c.c128_nonzero_p", "input"], [143, 1, 1, "c.c128_nonzero_p", "input_rank"], [143, 1, 1, "c.c128_nonzero_p", "length"], [143, 1, 1, "c.c128_nonzero_p", "non_zero_num"], [143, 1, 1, "c.c128_nonzero_p", "output"], [143, 1, 1, "c.c128_nonzero_p", "shape"]], "c128_nonzero_s": [[143, 1, 1, "c.c128_nonzero_s", "core_mask"], [143, 1, 1, "c.c128_nonzero_s", "dim_strides"], [143, 1, 1, "c.c128_nonzero_s", "input"], [143, 1, 1, "c.c128_nonzero_s", "input_rank"], [143, 1, 1, "c.c128_nonzero_s", "length"], [143, 1, 1, "c.c128_nonzero_s", "non_zero_num"], [143, 1, 1, "c.c128_nonzero_s", "output"], [143, 1, 1, "c.c128_nonzero_s", "shape"]], "c128_not_equal_p": [[144, 1, 1, "c.c128_not_equal_p", "Input0"], [144, 1, 1, "c.c128_not_equal_p", "Input1"], [144, 1, 1, "c.c128_not_equal_p", "length"], [144, 1, 1, "c.c128_not_equal_p", "output"]], "c128_not_equal_s": [[144, 1, 1, "c.c128_not_equal_s", "Input0"], [144, 1, 1, "c.c128_not_equal_s", "Input1"], [144, 1, 1, "c.c128_not_equal_s", "core_mask"], [144, 1, 1, "c.c128_not_equal_s", "length"], [144, 1, 1, "c.c128_not_equal_s", "output"]], "c128_onehot_p": [[145, 1, 1, "c.c128_onehot_p", "axis"], [145, 1, 1, "c.c128_onehot_p", "depth"], [145, 1, 1, "c.c128_onehot_p", "indices"], [145, 1, 1, "c.c128_onehot_p", "indices_shape"], [145, 1, 1, "c.c128_onehot_p", "indices_shape_size"], [145, 1, 1, "c.c128_onehot_p", "on_off"], [145, 1, 1, "c.c128_onehot_p", "output"], [145, 1, 1, "c.c128_onehot_p", "support_neg_index"]], "c128_onehot_s": [[145, 1, 1, "c.c128_onehot_s", "axis"], [145, 1, 1, "c.c128_onehot_s", "core_mask"], [145, 1, 1, "c.c128_onehot_s", "depth"], [145, 1, 1, "c.c128_onehot_s", "indices"], [145, 1, 1, "c.c128_onehot_s", "indices_shape"], [145, 1, 1, "c.c128_onehot_s", "indices_shape_size"], [145, 1, 1, "c.c128_onehot_s", "on_off"], [145, 1, 1, "c.c128_onehot_s", "output"], [145, 1, 1, "c.c128_onehot_s", "support_neg_index"]], "c128_ones_like_p": [[146, 1, 1, "c.c128_ones_like_p", "length"], [146, 1, 1, "c.c128_ones_like_p", "output"]], "c128_ones_like_s": [[146, 1, 1, "c.c128_ones_like_s", "core_mask"], [146, 1, 1, "c.c128_ones_like_s", "length"], [146, 1, 1, "c.c128_ones_like_s", "output"]], "c128_padfusion_p": [[147, 1, 1, "c.c128_padfusion_p", "params"]], "c128_padfusion_s": [[147, 1, 1, "c.c128_padfusion_s", "core_mask"], [147, 1, 1, "c.c128_padfusion_s", "params"]], "c128_real_div_p": [[159, 1, 1, "c.c128_real_div_p", "input0"], [159, 1, 1, "c.c128_real_div_p", "input1"], [159, 1, 1, "c.c128_real_div_p", "length"], [159, 1, 1, "c.c128_real_div_p", "output"]], "c128_real_div_s": [[159, 1, 1, "c.c128_real_div_s", "core_mask"], [159, 1, 1, "c.c128_real_div_s", "input0"], [159, 1, 1, "c.c128_real_div_s", "input1"], [159, 1, 1, "c.c128_real_div_s", "length"], [159, 1, 1, "c.c128_real_div_s", "output"]], "c128_reciprocal_p": [[160, 1, 1, "c.c128_reciprocal_p", "Input"], [160, 1, 1, "c.c128_reciprocal_p", "length"], [160, 1, 1, "c.c128_reciprocal_p", "output"]], "c128_reciprocal_s": [[160, 1, 1, "c.c128_reciprocal_s", "Input"], [160, 1, 1, "c.c128_reciprocal_s", "core_mask"], [160, 1, 1, "c.c128_reciprocal_s", "length"], [160, 1, 1, "c.c128_reciprocal_s", "output"]], "c128_reduce_all_p": [[23, 1, 1, "c.c128_reduce_all_p", "axis_size"], [23, 1, 1, "c.c128_reduce_all_p", "dst_data"], [23, 1, 1, "c.c128_reduce_all_p", "inner_size"], [23, 1, 1, "c.c128_reduce_all_p", "outer_size"], [23, 1, 1, "c.c128_reduce_all_p", "src_data"]], "c128_reduce_all_s": [[23, 1, 1, "c.c128_reduce_all_s", "axis_size"], [23, 1, 1, "c.c128_reduce_all_s", "core_mask"], [23, 1, 1, "c.c128_reduce_all_s", "dst_data"], [23, 1, 1, "c.c128_reduce_all_s", "inner_size"], [23, 1, 1, "c.c128_reduce_all_s", "outer_size"], [23, 1, 1, "c.c128_reduce_all_s", "src_data"]], "c128_reshape_p": [[163, 1, 1, "c.c128_reshape_p", "input"], [163, 1, 1, "c.c128_reshape_p", "length"], [163, 1, 1, "c.c128_reshape_p", "output"]], "c128_reshape_s": [[163, 1, 1, "c.c128_reshape_s", "core_mask"], [163, 1, 1, "c.c128_reshape_s", "input"], [163, 1, 1, "c.c128_reshape_s", "length"], [163, 1, 1, "c.c128_reshape_s", "output"]], "c128_rfft_p": [[168, 1, 1, "c.c128_rfft_p", "dir"], [168, 1, 1, "c.c128_rfft_p", "fft_size"], [168, 1, 1, "c.c128_rfft_p", "input"], [168, 1, 1, "c.c128_rfft_p", "output"], [168, 1, 1, "c.c128_rfft_p", "scratch_ptr"]], "c128_rfft_s": [[168, 1, 1, "c.c128_rfft_s", "core_mask"], [168, 1, 1, "c.c128_rfft_s", "dir"], [168, 1, 1, "c.c128_rfft_s", "fft_size1"], [168, 1, 1, "c.c128_rfft_s", "fft_size2"], [168, 1, 1, "c.c128_rfft_s", "input"], [168, 1, 1, "c.c128_rfft_s", "output"], [168, 1, 1, "c.c128_rfft_s", "scratch_ptr"], [168, 1, 1, "c.c128_rfft_s", "twiddle"]], "c128_rsqrt_p": [[171, 1, 1, "c.c128_rsqrt_p", "dst"], [171, 1, 1, "c.c128_rsqrt_p", "length"], [171, 1, 1, "c.c128_rsqrt_p", "src"]], "c128_rsqrt_s": [[171, 1, 1, "c.c128_rsqrt_s", "core_mask"], [171, 1, 1, "c.c128_rsqrt_s", "dst"], [171, 1, 1, "c.c128_rsqrt_s", "length"], [171, 1, 1, "c.c128_rsqrt_s", "src"]], "c128_scatter_elements_p": [[174, 1, 1, "c.c128_scatter_elements_p", "core_mask"], [174, 1, 1, "c.c128_scatter_elements_p", "indices"], [174, 1, 1, "c.c128_scatter_elements_p", "input"], [174, 1, 1, "c.c128_scatter_elements_p", "output"], [174, 1, 1, "c.c128_scatter_elements_p", "param"], [174, 1, 1, "c.c128_scatter_elements_p", "updates"]], "c128_scatter_elements_s": [[174, 1, 1, "c.c128_scatter_elements_s", "core_mask"], [174, 1, 1, "c.c128_scatter_elements_s", "indices"], [174, 1, 1, "c.c128_scatter_elements_s", "input"], [174, 1, 1, "c.c128_scatter_elements_s", "output"], [174, 1, 1, "c.c128_scatter_elements_s", "param"], [174, 1, 1, "c.c128_scatter_elements_s", "updates"]], "c128_scatter_nd_p": [[175, 1, 1, "c.c128_scatter_nd_p", "indices"], [175, 1, 1, "c.c128_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.c128_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.c128_scatter_nd_p", "output"], [175, 1, 1, "c.c128_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.c128_scatter_nd_p", "output_shape"], [175, 1, 1, "c.c128_scatter_nd_p", "updates"]], "c128_scatter_nd_s": [[175, 1, 1, "c.c128_scatter_nd_s", "core_mask"], [175, 1, 1, "c.c128_scatter_nd_s", "indices"], [175, 1, 1, "c.c128_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.c128_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.c128_scatter_nd_s", "output"], [175, 1, 1, "c.c128_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.c128_scatter_nd_s", "output_shape"], [175, 1, 1, "c.c128_scatter_nd_s", "updates"]], "c128_scatter_nd_update_p": [[176, 1, 1, "c.c128_scatter_nd_update_p", "indices"], [176, 1, 1, "c.c128_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.c128_scatter_nd_update_p", "output"], [176, 1, 1, "c.c128_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.c128_scatter_nd_update_p", "updates"]], "c128_scatter_nd_update_s": [[176, 1, 1, "c.c128_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.c128_scatter_nd_update_s", "indices"], [176, 1, 1, "c.c128_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.c128_scatter_nd_update_s", "output"], [176, 1, 1, "c.c128_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.c128_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.c128_scatter_nd_update_s", "updates"]], "c128_select_p": [[177, 1, 1, "c.c128_select_p", "condition"], [177, 1, 1, "c.c128_select_p", "input0"], [177, 1, 1, "c.c128_select_p", "input1"], [177, 1, 1, "c.c128_select_p", "output"], [177, 1, 1, "c.c128_select_p", "params"]], "c128_select_s": [[177, 1, 1, "c.c128_select_s", "condition"], [177, 1, 1, "c.c128_select_s", "core_mask"], [177, 1, 1, "c.c128_select_s", "input0"], [177, 1, 1, "c.c128_select_s", "input1"], [177, 1, 1, "c.c128_select_s", "output"], [177, 1, 1, "c.c128_select_s", "params"]], "c128_slice_p": [[185, 1, 1, "c.c128_slice_p", "begin"], [185, 1, 1, "c.c128_slice_p", "input"], [185, 1, 1, "c.c128_slice_p", "input_shape"], [185, 1, 1, "c.c128_slice_p", "ndim"], [185, 1, 1, "c.c128_slice_p", "output"], [185, 1, 1, "c.c128_slice_p", "size"]], "c128_slice_s": [[185, 1, 1, "c.c128_slice_s", "begin"], [185, 1, 1, "c.c128_slice_s", "core_mask"], [185, 1, 1, "c.c128_slice_s", "input"], [185, 1, 1, "c.c128_slice_s", "input_shape"], [185, 1, 1, "c.c128_slice_s", "ndim"], [185, 1, 1, "c.c128_slice_s", "output"], [185, 1, 1, "c.c128_slice_s", "size"]], "c128_spacetobatch_p": [[190, 1, 1, "c.c128_spacetobatch_p", "block_size"], [190, 1, 1, "c.c128_spacetobatch_p", "data_size"], [190, 1, 1, "c.c128_spacetobatch_p", "input"], [190, 1, 1, "c.c128_spacetobatch_p", "input_shape"], [190, 1, 1, "c.c128_spacetobatch_p", "output"], [190, 1, 1, "c.c128_spacetobatch_p", "paddings"]], "c128_spacetobatch_s": [[190, 1, 1, "c.c128_spacetobatch_s", "block_size"], [190, 1, 1, "c.c128_spacetobatch_s", "core_mask"], [190, 1, 1, "c.c128_spacetobatch_s", "data_size"], [190, 1, 1, "c.c128_spacetobatch_s", "input"], [190, 1, 1, "c.c128_spacetobatch_s", "input_shape"], [190, 1, 1, "c.c128_spacetobatch_s", "output"], [190, 1, 1, "c.c128_spacetobatch_s", "paddings"]], "c128_spacetobatchnd_p": [[191, 1, 1, "c.c128_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.c128_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.c128_spacetobatchnd_p", "input"], [191, 1, 1, "c.c128_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.c128_spacetobatchnd_p", "output"], [191, 1, 1, "c.c128_spacetobatchnd_p", "paddings"]], "c128_spacetobatchnd_s": [[191, 1, 1, "c.c128_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.c128_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.c128_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.c128_spacetobatchnd_s", "input"], [191, 1, 1, "c.c128_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.c128_spacetobatchnd_s", "output"], [191, 1, 1, "c.c128_spacetobatchnd_s", "paddings"]], "c128_spacetodepth_p": [[192, 1, 1, "c.c128_spacetodepth_p", "block"], [192, 1, 1, "c.c128_spacetodepth_p", "data_size"], [192, 1, 1, "c.c128_spacetodepth_p", "in_shape"], [192, 1, 1, "c.c128_spacetodepth_p", "input"], [192, 1, 1, "c.c128_spacetodepth_p", "output"]], "c128_spacetodepth_s": [[192, 1, 1, "c.c128_spacetodepth_s", "block"], [192, 1, 1, "c.c128_spacetodepth_s", "core_mask"], [192, 1, 1, "c.c128_spacetodepth_s", "data_size"], [192, 1, 1, "c.c128_spacetodepth_s", "in_shape"], [192, 1, 1, "c.c128_spacetodepth_s", "input"], [192, 1, 1, "c.c128_spacetodepth_s", "output"]], "c128_sparse_fill_empty_rows_p": [[194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_p", "values_ptr"]], "c128_sparse_fill_empty_rows_s": [[194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.c128_sparse_fill_empty_rows_s", "values_ptr"]], "c128_sparse_to_dense_p": [[197, 1, 1, "c.c128_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.c128_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.c128_sparse_to_dense_p", "output"], [197, 1, 1, "c.c128_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.c128_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.c128_sparse_to_dense_p", "sparse_values"]], "c128_sparse_to_dense_s": [[197, 1, 1, "c.c128_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.c128_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.c128_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.c128_sparse_to_dense_s", "output"], [197, 1, 1, "c.c128_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.c128_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.c128_sparse_to_dense_s", "sparse_values"]], "c128_sparsesegmentsum_p": [[196, 1, 1, "c.c128_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.c128_sparsesegmentsum_p", "out_data_shape"]], "c128_sparsesegmentsum_s": [[196, 1, 1, "c.c128_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.c128_sparsesegmentsum_s", "out_data_shape"]], "c128_splice_p": [[198, 1, 1, "c.c128_splice_p", "context_dim"], [198, 1, 1, "c.c128_splice_p", "dst_col"], [198, 1, 1, "c.c128_splice_p", "dst_data"], [198, 1, 1, "c.c128_splice_p", "dst_row"], [198, 1, 1, "c.c128_splice_p", "forward_indexes"], [198, 1, 1, "c.c128_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.c128_splice_p", "src_col"], [198, 1, 1, "c.c128_splice_p", "src_data"], [198, 1, 1, "c.c128_splice_p", "src_row"]], "c128_splice_s": [[198, 1, 1, "c.c128_splice_s", "context_dim"], [198, 1, 1, "c.c128_splice_s", "core_mask"], [198, 1, 1, "c.c128_splice_s", "dst_col"], [198, 1, 1, "c.c128_splice_s", "dst_data"], [198, 1, 1, "c.c128_splice_s", "dst_row"], [198, 1, 1, "c.c128_splice_s", "forward_indexes"], [198, 1, 1, "c.c128_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.c128_splice_s", "src_col"], [198, 1, 1, "c.c128_splice_s", "src_data"], [198, 1, 1, "c.c128_splice_s", "src_row"]], "c128_split_p": [[199, 1, 1, "c.c128_split_p", "axis"], [199, 1, 1, "c.c128_split_p", "input"], [199, 1, 1, "c.c128_split_p", "input_ndim"], [199, 1, 1, "c.c128_split_p", "input_shape"], [199, 1, 1, "c.c128_split_p", "num_split"], [199, 1, 1, "c.c128_split_p", "outputs"], [199, 1, 1, "c.c128_split_p", "split_sizes"]], "c128_split_s": [[199, 1, 1, "c.c128_split_s", "axis"], [199, 1, 1, "c.c128_split_s", "core_mask"], [199, 1, 1, "c.c128_split_s", "input"], [199, 1, 1, "c.c128_split_s", "input_ndim"], [199, 1, 1, "c.c128_split_s", "input_shape"], [199, 1, 1, "c.c128_split_s", "num_split"], [199, 1, 1, "c.c128_split_s", "outputs"], [199, 1, 1, "c.c128_split_s", "split_sizes"]], "c128_split_with_overlap_p": [[200, 1, 1, "c.c128_split_with_overlap_p", "axis"], [200, 1, 1, "c.c128_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.c128_split_with_overlap_p", "input"], [200, 1, 1, "c.c128_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.c128_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.c128_split_with_overlap_p", "num_split"], [200, 1, 1, "c.c128_split_with_overlap_p", "outputs"], [200, 1, 1, "c.c128_split_with_overlap_p", "start_indices"]], "c128_split_with_overlap_s": [[200, 1, 1, "c.c128_split_with_overlap_s", "axis"], [200, 1, 1, "c.c128_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.c128_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.c128_split_with_overlap_s", "input"], [200, 1, 1, "c.c128_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.c128_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.c128_split_with_overlap_s", "num_split"], [200, 1, 1, "c.c128_split_with_overlap_s", "outputs"], [200, 1, 1, "c.c128_split_with_overlap_s", "start_indices"]], "c128_sqrt_p": [[201, 1, 1, "c.c128_sqrt_p", "dst_data"], [201, 1, 1, "c.c128_sqrt_p", "length"], [201, 1, 1, "c.c128_sqrt_p", "src_data"]], "c128_sqrt_s": [[201, 1, 1, "c.c128_sqrt_s", "core_mask"], [201, 1, 1, "c.c128_sqrt_s", "dst_data"], [201, 1, 1, "c.c128_sqrt_s", "length"], [201, 1, 1, "c.c128_sqrt_s", "src_data"]], "c128_square_difference_p": [[204, 1, 1, "c.c128_square_difference_p", "input0"], [204, 1, 1, "c.c128_square_difference_p", "input1"], [204, 1, 1, "c.c128_square_difference_p", "output"], [204, 1, 1, "c.c128_square_difference_p", "params"]], "c128_square_difference_s": [[204, 1, 1, "c.c128_square_difference_s", "core_mask"], [204, 1, 1, "c.c128_square_difference_s", "input0"], [204, 1, 1, "c.c128_square_difference_s", "input1"], [204, 1, 1, "c.c128_square_difference_s", "output"], [204, 1, 1, "c.c128_square_difference_s", "params"]], "c128_square_p": [[203, 1, 1, "c.c128_square_p", "dst"], [203, 1, 1, "c.c128_square_p", "length"], [203, 1, 1, "c.c128_square_p", "src"]], "c128_square_s": [[203, 1, 1, "c.c128_square_s", "core_mask"], [203, 1, 1, "c.c128_square_s", "dst"], [203, 1, 1, "c.c128_square_s", "length"], [203, 1, 1, "c.c128_square_s", "src"]], "c128_stack_p": [[206, 1, 1, "c.c128_stack_p", "axis"], [206, 1, 1, "c.c128_stack_p", "input_ndim"], [206, 1, 1, "c.c128_stack_p", "input_shape"], [206, 1, 1, "c.c128_stack_p", "inputs"], [206, 1, 1, "c.c128_stack_p", "num_inputs"], [206, 1, 1, "c.c128_stack_p", "output"]], "c128_stack_s": [[206, 1, 1, "c.c128_stack_s", "axis"], [206, 1, 1, "c.c128_stack_s", "core_mask"], [206, 1, 1, "c.c128_stack_s", "input_ndim"], [206, 1, 1, "c.c128_stack_s", "input_shape"], [206, 1, 1, "c.c128_stack_s", "inputs"], [206, 1, 1, "c.c128_stack_s", "num_inputs"], [206, 1, 1, "c.c128_stack_s", "output"]], "c128_sub_p": [[209, 1, 1, "c.c128_sub_p", "input0"], [209, 1, 1, "c.c128_sub_p", "input1"], [209, 1, 1, "c.c128_sub_p", "output"], [209, 1, 1, "c.c128_sub_p", "param"]], "c128_sub_s": [[209, 1, 1, "c.c128_sub_s", "core_mask"], [209, 1, 1, "c.c128_sub_s", "input0"], [209, 1, 1, "c.c128_sub_s", "input1"], [209, 1, 1, "c.c128_sub_s", "output"], [209, 1, 1, "c.c128_sub_s", "param"]], "c128_tensor_scatter_add_p": [[213, 1, 1, "c.c128_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "input"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "output"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.c128_tensor_scatter_add_p", "updates"]], "c128_tensor_scatter_add_s": [[213, 1, 1, "c.c128_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "input"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "output"], [213, 1, 1, "c.c128_tensor_scatter_add_s", "updates"]], "c128_tensorarrayread_p": [[215, 1, 1, "c.c128_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.c128_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.c128_tensorarrayread_p", "index"], [215, 1, 1, "c.c128_tensorarrayread_p", "output_data"], [215, 1, 1, "c.c128_tensorarrayread_p", "output_size"]], "c128_tensorarrayread_s": [[215, 1, 1, "c.c128_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.c128_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.c128_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.c128_tensorarrayread_s", "index"], [215, 1, 1, "c.c128_tensorarrayread_s", "output_data"], [215, 1, 1, "c.c128_tensorarrayread_s", "output_size"]], "c128_tensorlist_from_tensor_p": [[217, 1, 1, "c.c128_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.c128_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.c128_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.c128_tensorlist_from_tensor_p", "output_tensors"]], "c128_tensorlist_from_tensor_s": [[217, 1, 1, "c.c128_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.c128_tensorlist_from_tensor_s", "output_tensors"]], "c128_tile_p": [[222, 1, 1, "c.c128_tile_p", "input"], [222, 1, 1, "c.c128_tile_p", "input_shape"], [222, 1, 1, "c.c128_tile_p", "output"], [222, 1, 1, "c.c128_tile_p", "stride"], [222, 1, 1, "c.c128_tile_p", "tile_dim"], [222, 1, 1, "c.c128_tile_p", "tile_num"]], "c128_tile_s": [[222, 1, 1, "c.c128_tile_s", "core_mask"], [222, 1, 1, "c.c128_tile_s", "input"], [222, 1, 1, "c.c128_tile_s", "input_shape"], [222, 1, 1, "c.c128_tile_s", "output"], [222, 1, 1, "c.c128_tile_s", "stride"], [222, 1, 1, "c.c128_tile_s", "tile_dim"], [222, 1, 1, "c.c128_tile_s", "tile_num"]], "c128_transpose_p": [[224, 1, 1, "c.c128_transpose_p", "in_data"], [224, 1, 1, "c.c128_transpose_p", "num_axes"], [224, 1, 1, "c.c128_transpose_p", "out_data"], [224, 1, 1, "c.c128_transpose_p", "out_strides"], [224, 1, 1, "c.c128_transpose_p", "output_shape"], [224, 1, 1, "c.c128_transpose_p", "perm"], [224, 1, 1, "c.c128_transpose_p", "strides"]], "c128_transpose_s": [[224, 1, 1, "c.c128_transpose_s", "core_mask"], [224, 1, 1, "c.c128_transpose_s", "in_data"], [224, 1, 1, "c.c128_transpose_s", "num_axes"], [224, 1, 1, "c.c128_transpose_s", "out_data"], [224, 1, 1, "c.c128_transpose_s", "out_strides"], [224, 1, 1, "c.c128_transpose_s", "output_shape"], [224, 1, 1, "c.c128_transpose_s", "perm"], [224, 1, 1, "c.c128_transpose_s", "strides"]], "c128_tril_p": [[225, 1, 1, "c.c128_tril_p", "dst"], [225, 1, 1, "c.c128_tril_p", "height"], [225, 1, 1, "c.c128_tril_p", "k"], [225, 1, 1, "c.c128_tril_p", "out_elems"], [225, 1, 1, "c.c128_tril_p", "src"], [225, 1, 1, "c.c128_tril_p", "width"]], "c128_tril_s": [[225, 1, 1, "c.c128_tril_s", "core_mask"], [225, 1, 1, "c.c128_tril_s", "dst"], [225, 1, 1, "c.c128_tril_s", "height"], [225, 1, 1, "c.c128_tril_s", "k"], [225, 1, 1, "c.c128_tril_s", "out_elems"], [225, 1, 1, "c.c128_tril_s", "src"], [225, 1, 1, "c.c128_tril_s", "width"]], "c128_triu_p": [[226, 1, 1, "c.c128_triu_p", "dst"], [226, 1, 1, "c.c128_triu_p", "height"], [226, 1, 1, "c.c128_triu_p", "k"], [226, 1, 1, "c.c128_triu_p", "out_elems"], [226, 1, 1, "c.c128_triu_p", "src"], [226, 1, 1, "c.c128_triu_p", "width"]], "c128_triu_s": [[226, 1, 1, "c.c128_triu_s", "core_mask"], [226, 1, 1, "c.c128_triu_s", "dst"], [226, 1, 1, "c.c128_triu_s", "height"], [226, 1, 1, "c.c128_triu_s", "k"], [226, 1, 1, "c.c128_triu_s", "out_elems"], [226, 1, 1, "c.c128_triu_s", "src"], [226, 1, 1, "c.c128_triu_s", "width"]], "c128_unsorted_segment_sum_p": [[229, 1, 1, "c.c128_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.c128_unsorted_segment_sum_p", "output"]], "c128_unsorted_segment_sum_s": [[229, 1, 1, "c.c128_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.c128_unsorted_segment_sum_s", "output"]], "c128_where_p": [[232, 1, 1, "c.c128_where_p", "condition"], [232, 1, 1, "c.c128_where_p", "input0"], [232, 1, 1, "c.c128_where_p", "input1"], [232, 1, 1, "c.c128_where_p", "length"], [232, 1, 1, "c.c128_where_p", "output"]], "c128_where_s": [[232, 1, 1, "c.c128_where_s", "condition"], [232, 1, 1, "c.c128_where_s", "core_mask"], [232, 1, 1, "c.c128_where_s", "input0"], [232, 1, 1, "c.c128_where_s", "input1"], [232, 1, 1, "c.c128_where_s", "length"], [232, 1, 1, "c.c128_where_s", "output"]], "c128_zerolike_p": [[233, 1, 1, "c.c128_zerolike_p", "length"], [233, 1, 1, "c.c128_zerolike_p", "output"]], "c128_zerolike_s": [[233, 1, 1, "c.c128_zerolike_s", "core_mask"], [233, 1, 1, "c.c128_zerolike_s", "length"], [233, 1, 1, "c.c128_zerolike_s", "output"]], "c64_Unique_p": [[228, 1, 1, "c.c64_Unique_p", "input"], [228, 1, 1, "c.c64_Unique_p", "input_len"], [228, 1, 1, "c.c64_Unique_p", "output0"], [228, 1, 1, "c.c64_Unique_p", "output0_len"]], "c64_Unique_s": [[228, 1, 1, "c.c64_Unique_s", "core_mask"], [228, 1, 1, "c.c64_Unique_s", "input"], [228, 1, 1, "c.c64_Unique_s", "input_len"], [228, 1, 1, "c.c64_Unique_s", "output0"], [228, 1, 1, "c.c64_Unique_s", "output0_len"]], "c64_abs_p": [[12, 1, 1, "c.c64_abs_p", "dst_data"], [12, 1, 1, "c.c64_abs_p", "length"], [12, 1, 1, "c.c64_abs_p", "src_data"]], "c64_abs_s": [[12, 1, 1, "c.c64_abs_s", "core_mask"], [12, 1, 1, "c.c64_abs_s", "dst_data"], [12, 1, 1, "c.c64_abs_s", "length"], [12, 1, 1, "c.c64_abs_s", "src_data"]], "c64_add_p": [[18, 1, 1, "c.c64_add_p", "input0"], [18, 1, 1, "c.c64_add_p", "input1"], [18, 1, 1, "c.c64_add_p", "output"], [18, 1, 1, "c.c64_add_p", "param"]], "c64_add_s": [[18, 1, 1, "c.c64_add_s", "core_mask"], [18, 1, 1, "c.c64_add_s", "input0"], [18, 1, 1, "c.c64_add_s", "input1"], [18, 1, 1, "c.c64_add_s", "output"], [18, 1, 1, "c.c64_add_s", "param"]], "c64_addn_p": [[21, 1, 1, "c.c64_addn_p", "element_nums"], [21, 1, 1, "c.c64_addn_p", "inputs"], [21, 1, 1, "c.c64_addn_p", "output"], [21, 1, 1, "c.c64_addn_p", "tensor_num"]], "c64_addn_s": [[21, 1, 1, "c.c64_addn_s", "core_mask"], [21, 1, 1, "c.c64_addn_s", "element_nums"], [21, 1, 1, "c.c64_addn_s", "inputs"], [21, 1, 1, "c.c64_addn_s", "output"], [21, 1, 1, "c.c64_addn_s", "tensor_num"]], "c64_all_gather_p": [[24, 1, 1, "c.c64_all_gather_p", "data_size"], [24, 1, 1, "c.c64_all_gather_p", "input"], [24, 1, 1, "c.c64_all_gather_p", "input_rank"], [24, 1, 1, "c.c64_all_gather_p", "output"], [24, 1, 1, "c.c64_all_gather_p", "output_rank"]], "c64_all_gather_s": [[24, 1, 1, "c.c64_all_gather_s", "core_mask"], [24, 1, 1, "c.c64_all_gather_s", "data_size"], [24, 1, 1, "c.c64_all_gather_s", "input"], [24, 1, 1, "c.c64_all_gather_s", "input_rank"], [24, 1, 1, "c.c64_all_gather_s", "output"], [24, 1, 1, "c.c64_all_gather_s", "output_rank"]], "c64_assert_p": [[28, 1, 1, "c.c64_assert_p", "input"], [28, 1, 1, "c.c64_assert_p", "output"]], "c64_assert_s": [[28, 1, 1, "c.c64_assert_s", "core_mask"], [28, 1, 1, "c.c64_assert_s", "input"], [28, 1, 1, "c.c64_assert_s", "output"]], "c64_assign_add_p": [[30, 1, 1, "c.c64_assign_add_p", "input"], [30, 1, 1, "c.c64_assign_add_p", "length"], [30, 1, 1, "c.c64_assign_add_p", "output"]], "c64_assign_add_s": [[30, 1, 1, "c.c64_assign_add_s", "core_mask"], [30, 1, 1, "c.c64_assign_add_s", "input"], [30, 1, 1, "c.c64_assign_add_s", "length"], [30, 1, 1, "c.c64_assign_add_s", "output"]], "c64_assign_p": [[29, 1, 1, "c.c64_assign_p", "dst"], [29, 1, 1, "c.c64_assign_p", "length"], [29, 1, 1, "c.c64_assign_p", "src"]], "c64_assign_s": [[29, 1, 1, "c.c64_assign_s", "core_mask"], [29, 1, 1, "c.c64_assign_s", "dst"], [29, 1, 1, "c.c64_assign_s", "length"], [29, 1, 1, "c.c64_assign_s", "src"]], "c64_batch_to_space_p": [[35, 1, 1, "c.c64_batch_to_space_p", "block"], [35, 1, 1, "c.c64_batch_to_space_p", "crops"], [35, 1, 1, "c.c64_batch_to_space_p", "in_shape"], [35, 1, 1, "c.c64_batch_to_space_p", "input"], [35, 1, 1, "c.c64_batch_to_space_p", "output"]], "c64_batch_to_space_s": [[35, 1, 1, "c.c64_batch_to_space_s", "block"], [35, 1, 1, "c.c64_batch_to_space_s", "core_mask"], [35, 1, 1, "c.c64_batch_to_space_s", "crops"], [35, 1, 1, "c.c64_batch_to_space_s", "in_shape"], [35, 1, 1, "c.c64_batch_to_space_s", "input"], [35, 1, 1, "c.c64_batch_to_space_s", "output"]], "c64_batchtospacend_p": [[38, 1, 1, "c.c64_batchtospacend_p", "block_size"], [38, 1, 1, "c.c64_batchtospacend_p", "crops"], [38, 1, 1, "c.c64_batchtospacend_p", "data_size"], [38, 1, 1, "c.c64_batchtospacend_p", "input"], [38, 1, 1, "c.c64_batchtospacend_p", "input_shape"], [38, 1, 1, "c.c64_batchtospacend_p", "output"]], "c64_batchtospacend_s": [[38, 1, 1, "c.c64_batchtospacend_s", "block_size"], [38, 1, 1, "c.c64_batchtospacend_s", "core_mask"], [38, 1, 1, "c.c64_batchtospacend_s", "crops"], [38, 1, 1, "c.c64_batchtospacend_s", "data_size"], [38, 1, 1, "c.c64_batchtospacend_s", "input"], [38, 1, 1, "c.c64_batchtospacend_s", "input_shape"], [38, 1, 1, "c.c64_batchtospacend_s", "output"]], "c64_bias_add_p": [[39, 1, 1, "c.c64_bias_add_p", "data_format"], [39, 1, 1, "c.c64_bias_add_p", "dims"], [39, 1, 1, "c.c64_bias_add_p", "input_bias"], [39, 1, 1, "c.c64_bias_add_p", "input_x"], [39, 1, 1, "c.c64_bias_add_p", "length"], [39, 1, 1, "c.c64_bias_add_p", "output"], [39, 1, 1, "c.c64_bias_add_p", "shape_size"]], "c64_bias_add_s": [[39, 1, 1, "c.c64_bias_add_s", "core_mask"], [39, 1, 1, "c.c64_bias_add_s", "data_format"], [39, 1, 1, "c.c64_bias_add_s", "dims"], [39, 1, 1, "c.c64_bias_add_s", "input_bias"], [39, 1, 1, "c.c64_bias_add_s", "input_x"], [39, 1, 1, "c.c64_bias_add_s", "length"], [39, 1, 1, "c.c64_bias_add_s", "output"], [39, 1, 1, "c.c64_bias_add_s", "shape_size"]], "c64_broadcastto_p": [[43, 1, 1, "c.c64_broadcastto_p", "data_size"], [43, 1, 1, "c.c64_broadcastto_p", "input"], [43, 1, 1, "c.c64_broadcastto_p", "input_shape"], [43, 1, 1, "c.c64_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.c64_broadcastto_p", "output"], [43, 1, 1, "c.c64_broadcastto_p", "output_shape"], [43, 1, 1, "c.c64_broadcastto_p", "output_shape_size"]], "c64_broadcastto_s": [[43, 1, 1, "c.c64_broadcastto_s", "core_mask"], [43, 1, 1, "c.c64_broadcastto_s", "data_size"], [43, 1, 1, "c.c64_broadcastto_s", "input"], [43, 1, 1, "c.c64_broadcastto_s", "input_shape"], [43, 1, 1, "c.c64_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.c64_broadcastto_s", "output"], [43, 1, 1, "c.c64_broadcastto_s", "output_shape"], [43, 1, 1, "c.c64_broadcastto_s", "output_shape_size"]], "c64_cast_to_c64_p": [[45, 1, 1, "c.c64_cast_to_c64_p", "input"], [45, 1, 1, "c.c64_cast_to_c64_p", "length"], [45, 1, 1, "c.c64_cast_to_c64_p", "output"]], "c64_cast_to_c64_s": [[45, 1, 1, "c.c64_cast_to_c64_s", "core_mask"], [45, 1, 1, "c.c64_cast_to_c64_s", "input"], [45, 1, 1, "c.c64_cast_to_c64_s", "length"], [45, 1, 1, "c.c64_cast_to_c64_s", "output"]], "c64_concat_p": [[48, 1, 1, "c.c64_concat_p", "axis"], [48, 1, 1, "c.c64_concat_p", "input_ndim"], [48, 1, 1, "c.c64_concat_p", "input_shapes"], [48, 1, 1, "c.c64_concat_p", "inputs"], [48, 1, 1, "c.c64_concat_p", "num_inputs"], [48, 1, 1, "c.c64_concat_p", "output"]], "c64_concat_s": [[48, 1, 1, "c.c64_concat_s", "axis"], [48, 1, 1, "c.c64_concat_s", "core_mask"], [48, 1, 1, "c.c64_concat_s", "input_ndim"], [48, 1, 1, "c.c64_concat_s", "input_shapes"], [48, 1, 1, "c.c64_concat_s", "inputs"], [48, 1, 1, "c.c64_concat_s", "num_inputs"], [48, 1, 1, "c.c64_concat_s", "output"]], "c64_constant_of_shape_p": [[49, 1, 1, "c.c64_constant_of_shape_p", "end"], [49, 1, 1, "c.c64_constant_of_shape_p", "output"], [49, 1, 1, "c.c64_constant_of_shape_p", "start"], [49, 1, 1, "c.c64_constant_of_shape_p", "value_imag"], [49, 1, 1, "c.c64_constant_of_shape_p", "value_real"]], "c64_constant_of_shape_s": [[49, 1, 1, "c.c64_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.c64_constant_of_shape_s", "end"], [49, 1, 1, "c.c64_constant_of_shape_s", "output"], [49, 1, 1, "c.c64_constant_of_shape_s", "start"], [49, 1, 1, "c.c64_constant_of_shape_s", "value_imag"], [49, 1, 1, "c.c64_constant_of_shape_s", "value_real"]], "c64_cum_sum_p": [[57, 1, 1, "c.c64_cum_sum_p", "axis_dim"], [57, 1, 1, "c.c64_cum_sum_p", "exclusive"], [57, 1, 1, "c.c64_cum_sum_p", "inner_dim"], [57, 1, 1, "c.c64_cum_sum_p", "input"], [57, 1, 1, "c.c64_cum_sum_p", "out_dim"], [57, 1, 1, "c.c64_cum_sum_p", "output"]], "c64_cum_sum_s": [[57, 1, 1, "c.c64_cum_sum_s", "axis_dim"], [57, 1, 1, "c.c64_cum_sum_s", "core_mask"], [57, 1, 1, "c.c64_cum_sum_s", "exclusive"], [57, 1, 1, "c.c64_cum_sum_s", "inner_dim"], [57, 1, 1, "c.c64_cum_sum_s", "input"], [57, 1, 1, "c.c64_cum_sum_s", "out_dim"], [57, 1, 1, "c.c64_cum_sum_s", "output"]], "c64_depthtospace_p": [[64, 1, 1, "c.c64_depthtospace_p", "block_size"], [64, 1, 1, "c.c64_depthtospace_p", "data_size"], [64, 1, 1, "c.c64_depthtospace_p", "in_shape"], [64, 1, 1, "c.c64_depthtospace_p", "input"], [64, 1, 1, "c.c64_depthtospace_p", "output"]], "c64_depthtospace_s": [[64, 1, 1, "c.c64_depthtospace_s", "block_size"], [64, 1, 1, "c.c64_depthtospace_s", "core_mask"], [64, 1, 1, "c.c64_depthtospace_s", "data_size"], [64, 1, 1, "c.c64_depthtospace_s", "in_shape"], [64, 1, 1, "c.c64_depthtospace_s", "input"], [64, 1, 1, "c.c64_depthtospace_s", "output"]], "c64_div_p": [[66, 1, 1, "c.c64_div_p", "input0"], [66, 1, 1, "c.c64_div_p", "input1"], [66, 1, 1, "c.c64_div_p", "output"], [66, 1, 1, "c.c64_div_p", "param"]], "c64_div_s": [[66, 1, 1, "c.c64_div_s", "core_mask"], [66, 1, 1, "c.c64_div_s", "input0"], [66, 1, 1, "c.c64_div_s", "input1"], [66, 1, 1, "c.c64_div_s", "output"], [66, 1, 1, "c.c64_div_s", "param"]], "c64_eltwise_p": [[72, 1, 1, "c.c64_eltwise_p", "Input0"], [72, 1, 1, "c.c64_eltwise_p", "Input1"], [72, 1, 1, "c.c64_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.c64_eltwise_p", "length"], [72, 1, 1, "c.c64_eltwise_p", "output"]], "c64_eltwise_s": [[72, 1, 1, "c.c64_eltwise_s", "Input0"], [72, 1, 1, "c.c64_eltwise_s", "Input1"], [72, 1, 1, "c.c64_eltwise_s", "core_mask"], [72, 1, 1, "c.c64_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.c64_eltwise_s", "length"], [72, 1, 1, "c.c64_eltwise_s", "output"]], "c64_equal_p": [[75, 1, 1, "c.c64_equal_p", "Input0"], [75, 1, 1, "c.c64_equal_p", "Input1"], [75, 1, 1, "c.c64_equal_p", "output"], [75, 1, 1, "c.c64_equal_p", "params"]], "c64_equal_s": [[75, 1, 1, "c.c64_equal_s", "Input0"], [75, 1, 1, "c.c64_equal_s", "Input1"], [75, 1, 1, "c.c64_equal_s", "core_mask"], [75, 1, 1, "c.c64_equal_s", "output"], [75, 1, 1, "c.c64_equal_s", "params"]], "c64_exp_p": [[78, 1, 1, "c.c64_exp_p", "dst_data"], [78, 1, 1, "c.c64_exp_p", "in_scale"], [78, 1, 1, "c.c64_exp_p", "length"], [78, 1, 1, "c.c64_exp_p", "out_scale"], [78, 1, 1, "c.c64_exp_p", "scale"], [78, 1, 1, "c.c64_exp_p", "src_data"]], "c64_exp_s": [[78, 1, 1, "c.c64_exp_s", "core_mask"], [78, 1, 1, "c.c64_exp_s", "dst_data"], [78, 1, 1, "c.c64_exp_s", "in_scale"], [78, 1, 1, "c.c64_exp_s", "length"], [78, 1, 1, "c.c64_exp_s", "out_scale"], [78, 1, 1, "c.c64_exp_s", "scale"], [78, 1, 1, "c.c64_exp_s", "src_data"]], "c64_extract_features_p": [[59, 1, 1, "c.c64_extract_features_p", "num_strings"], [59, 1, 1, "c.c64_extract_features_p", "output_labels"], [59, 1, 1, "c.c64_extract_features_p", "output_weights"], [59, 1, 1, "c.c64_extract_features_p", "string_lengths"], [59, 1, 1, "c.c64_extract_features_p", "string_pointers"]], "c64_extract_features_s": [[59, 1, 1, "c.c64_extract_features_s", "core_mask"], [59, 1, 1, "c.c64_extract_features_s", "num_strings"], [59, 1, 1, "c.c64_extract_features_s", "output_labels"], [59, 1, 1, "c.c64_extract_features_s", "output_weights"], [59, 1, 1, "c.c64_extract_features_s", "string_lengths"], [59, 1, 1, "c.c64_extract_features_s", "string_pointers"]], "c64_fill_p": [[83, 1, 1, "c.c64_fill_p", "output"], [83, 1, 1, "c.c64_fill_p", "param"], [83, 1, 1, "c.c64_fill_p", "value"]], "c64_fill_s": [[83, 1, 1, "c.c64_fill_s", "core_mask"], [83, 1, 1, "c.c64_fill_s", "output"], [83, 1, 1, "c.c64_fill_s", "param"], [83, 1, 1, "c.c64_fill_s", "value"]], "c64_format_transpose_p": [[90, 1, 1, "c.c64_format_transpose_p", "batch"], [90, 1, 1, "c.c64_format_transpose_p", "channel"], [90, 1, 1, "c.c64_format_transpose_p", "dst_data"], [90, 1, 1, "c.c64_format_transpose_p", "dst_format"], [90, 1, 1, "c.c64_format_transpose_p", "plane"], [90, 1, 1, "c.c64_format_transpose_p", "src_data"], [90, 1, 1, "c.c64_format_transpose_p", "src_format"]], "c64_format_transpose_s": [[90, 1, 1, "c.c64_format_transpose_s", "batch"], [90, 1, 1, "c.c64_format_transpose_s", "channel"], [90, 1, 1, "c.c64_format_transpose_s", "core_mask"], [90, 1, 1, "c.c64_format_transpose_s", "dst_data"], [90, 1, 1, "c.c64_format_transpose_s", "dst_format"], [90, 1, 1, "c.c64_format_transpose_s", "plane"], [90, 1, 1, "c.c64_format_transpose_s", "src_data"], [90, 1, 1, "c.c64_format_transpose_s", "src_format"]], "c64_gather_d_p": [[95, 1, 1, "c.c64_gather_d_p", "dim"], [95, 1, 1, "c.c64_gather_d_p", "index"], [95, 1, 1, "c.c64_gather_d_p", "index_shape"], [95, 1, 1, "c.c64_gather_d_p", "input_shape"], [95, 1, 1, "c.c64_gather_d_p", "input_shape_size"], [95, 1, 1, "c.c64_gather_d_p", "input_x"], [95, 1, 1, "c.c64_gather_d_p", "output"]], "c64_gather_d_s": [[95, 1, 1, "c.c64_gather_d_s", "core_mask"], [95, 1, 1, "c.c64_gather_d_s", "dim"], [95, 1, 1, "c.c64_gather_d_s", "index"], [95, 1, 1, "c.c64_gather_d_s", "index_shape"], [95, 1, 1, "c.c64_gather_d_s", "input_shape"], [95, 1, 1, "c.c64_gather_d_s", "input_shape_size"], [95, 1, 1, "c.c64_gather_d_s", "input_x"], [95, 1, 1, "c.c64_gather_d_s", "output"]], "c64_gather_nd_p": [[94, 1, 1, "c.c64_gather_nd_p", "input"], [94, 1, 1, "c.c64_gather_nd_p", "output"], [94, 1, 1, "c.c64_gather_nd_p", "params"]], "c64_gather_nd_s": [[94, 1, 1, "c.c64_gather_nd_s", "core_mask"], [94, 1, 1, "c.c64_gather_nd_s", "input"], [94, 1, 1, "c.c64_gather_nd_s", "output"], [94, 1, 1, "c.c64_gather_nd_s", "params"]], "c64_gather_p": [[93, 1, 1, "c.c64_gather_p", "indices"], [93, 1, 1, "c.c64_gather_p", "input"], [93, 1, 1, "c.c64_gather_p", "output"], [93, 1, 1, "c.c64_gather_p", "params"]], "c64_gather_s": [[93, 1, 1, "c.c64_gather_s", "core_mask"], [93, 1, 1, "c.c64_gather_s", "indices"], [93, 1, 1, "c.c64_gather_s", "input"], [93, 1, 1, "c.c64_gather_s", "output"], [93, 1, 1, "c.c64_gather_s", "params"]], "c64_is_finite_p": [[105, 1, 1, "c.c64_is_finite_p", "Input"], [105, 1, 1, "c.c64_is_finite_p", "length"], [105, 1, 1, "c.c64_is_finite_p", "output"]], "c64_is_finite_s": [[105, 1, 1, "c.c64_is_finite_s", "Input"], [105, 1, 1, "c.c64_is_finite_s", "core_mask"], [105, 1, 1, "c.c64_is_finite_s", "length"], [105, 1, 1, "c.c64_is_finite_s", "output"]], "c64_matmul_fusion_p": [[127, 1, 1, "c.c64_matmul_fusion_p", "A"], [127, 1, 1, "c.c64_matmul_fusion_p", "B"], [127, 1, 1, "c.c64_matmul_fusion_p", "C"], [127, 1, 1, "c.c64_matmul_fusion_p", "bias"], [127, 1, 1, "c.c64_matmul_fusion_p", "params"]], "c64_matmul_fusion_s": [[127, 1, 1, "c.c64_matmul_fusion_s", "A"], [127, 1, 1, "c.c64_matmul_fusion_s", "B"], [127, 1, 1, "c.c64_matmul_fusion_s", "C"], [127, 1, 1, "c.c64_matmul_fusion_s", "bias"], [127, 1, 1, "c.c64_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.c64_matmul_fusion_s", "params"]], "c64_mul_p": [[136, 1, 1, "c.c64_mul_p", "input0"], [136, 1, 1, "c.c64_mul_p", "input1"], [136, 1, 1, "c.c64_mul_p", "output"], [136, 1, 1, "c.c64_mul_p", "param"]], "c64_mul_s": [[136, 1, 1, "c.c64_mul_s", "core_mask"], [136, 1, 1, "c.c64_mul_s", "input0"], [136, 1, 1, "c.c64_mul_s", "input1"], [136, 1, 1, "c.c64_mul_s", "output"], [136, 1, 1, "c.c64_mul_s", "param"]], "c64_neg_grad_p": [[139, 1, 1, "c.c64_neg_grad_p", "Input"], [139, 1, 1, "c.c64_neg_grad_p", "length"], [139, 1, 1, "c.c64_neg_grad_p", "output"]], "c64_neg_grad_s": [[139, 1, 1, "c.c64_neg_grad_s", "Input"], [139, 1, 1, "c.c64_neg_grad_s", "core_mask"], [139, 1, 1, "c.c64_neg_grad_s", "length"], [139, 1, 1, "c.c64_neg_grad_s", "output"]], "c64_neg_p": [[138, 1, 1, "c.c64_neg_p", "Input"], [138, 1, 1, "c.c64_neg_p", "length"], [138, 1, 1, "c.c64_neg_p", "output"]], "c64_neg_s": [[138, 1, 1, "c.c64_neg_s", "Input"], [138, 1, 1, "c.c64_neg_s", "core_mask"], [138, 1, 1, "c.c64_neg_s", "length"], [138, 1, 1, "c.c64_neg_s", "output"]], "c64_nonzero_p": [[143, 1, 1, "c.c64_nonzero_p", "dim_strides"], [143, 1, 1, "c.c64_nonzero_p", "input"], [143, 1, 1, "c.c64_nonzero_p", "input_rank"], [143, 1, 1, "c.c64_nonzero_p", "length"], [143, 1, 1, "c.c64_nonzero_p", "non_zero_num"], [143, 1, 1, "c.c64_nonzero_p", "output"], [143, 1, 1, "c.c64_nonzero_p", "shape"]], "c64_nonzero_s": [[143, 1, 1, "c.c64_nonzero_s", "core_mask"], [143, 1, 1, "c.c64_nonzero_s", "dim_strides"], [143, 1, 1, "c.c64_nonzero_s", "input"], [143, 1, 1, "c.c64_nonzero_s", "input_rank"], [143, 1, 1, "c.c64_nonzero_s", "length"], [143, 1, 1, "c.c64_nonzero_s", "non_zero_num"], [143, 1, 1, "c.c64_nonzero_s", "output"], [143, 1, 1, "c.c64_nonzero_s", "shape"]], "c64_not_equal_p": [[144, 1, 1, "c.c64_not_equal_p", "Input0"], [144, 1, 1, "c.c64_not_equal_p", "Input1"], [144, 1, 1, "c.c64_not_equal_p", "length"], [144, 1, 1, "c.c64_not_equal_p", "output"]], "c64_not_equal_s": [[144, 1, 1, "c.c64_not_equal_s", "Input0"], [144, 1, 1, "c.c64_not_equal_s", "Input1"], [144, 1, 1, "c.c64_not_equal_s", "core_mask"], [144, 1, 1, "c.c64_not_equal_s", "length"], [144, 1, 1, "c.c64_not_equal_s", "output"]], "c64_onehot_p": [[145, 1, 1, "c.c64_onehot_p", "axis"], [145, 1, 1, "c.c64_onehot_p", "depth"], [145, 1, 1, "c.c64_onehot_p", "indices"], [145, 1, 1, "c.c64_onehot_p", "indices_shape"], [145, 1, 1, "c.c64_onehot_p", "indices_shape_size"], [145, 1, 1, "c.c64_onehot_p", "on_off"], [145, 1, 1, "c.c64_onehot_p", "output"], [145, 1, 1, "c.c64_onehot_p", "support_neg_index"]], "c64_onehot_s": [[145, 1, 1, "c.c64_onehot_s", "axis"], [145, 1, 1, "c.c64_onehot_s", "core_mask"], [145, 1, 1, "c.c64_onehot_s", "depth"], [145, 1, 1, "c.c64_onehot_s", "indices"], [145, 1, 1, "c.c64_onehot_s", "indices_shape"], [145, 1, 1, "c.c64_onehot_s", "indices_shape_size"], [145, 1, 1, "c.c64_onehot_s", "on_off"], [145, 1, 1, "c.c64_onehot_s", "output"], [145, 1, 1, "c.c64_onehot_s", "support_neg_index"]], "c64_ones_like_p": [[146, 1, 1, "c.c64_ones_like_p", "length"], [146, 1, 1, "c.c64_ones_like_p", "output"]], "c64_ones_like_s": [[146, 1, 1, "c.c64_ones_like_s", "core_mask"], [146, 1, 1, "c.c64_ones_like_s", "length"], [146, 1, 1, "c.c64_ones_like_s", "output"]], "c64_padfusion_p": [[147, 1, 1, "c.c64_padfusion_p", "params"]], "c64_padfusion_s": [[147, 1, 1, "c.c64_padfusion_s", "core_mask"], [147, 1, 1, "c.c64_padfusion_s", "params"]], "c64_real_div_p": [[159, 1, 1, "c.c64_real_div_p", "input0"], [159, 1, 1, "c.c64_real_div_p", "input1"], [159, 1, 1, "c.c64_real_div_p", "length"], [159, 1, 1, "c.c64_real_div_p", "output"]], "c64_real_div_s": [[159, 1, 1, "c.c64_real_div_s", "core_mask"], [159, 1, 1, "c.c64_real_div_s", "input0"], [159, 1, 1, "c.c64_real_div_s", "input1"], [159, 1, 1, "c.c64_real_div_s", "length"], [159, 1, 1, "c.c64_real_div_s", "output"]], "c64_reciprocal_p": [[160, 1, 1, "c.c64_reciprocal_p", "Input"], [160, 1, 1, "c.c64_reciprocal_p", "length"], [160, 1, 1, "c.c64_reciprocal_p", "output"]], "c64_reciprocal_s": [[160, 1, 1, "c.c64_reciprocal_s", "Input"], [160, 1, 1, "c.c64_reciprocal_s", "core_mask"], [160, 1, 1, "c.c64_reciprocal_s", "length"], [160, 1, 1, "c.c64_reciprocal_s", "output"]], "c64_reduce_all_p": [[23, 1, 1, "c.c64_reduce_all_p", "axis_size"], [23, 1, 1, "c.c64_reduce_all_p", "dst_data"], [23, 1, 1, "c.c64_reduce_all_p", "inner_size"], [23, 1, 1, "c.c64_reduce_all_p", "outer_size"], [23, 1, 1, "c.c64_reduce_all_p", "src_data"]], "c64_reduce_all_s": [[23, 1, 1, "c.c64_reduce_all_s", "axis_size"], [23, 1, 1, "c.c64_reduce_all_s", "core_mask"], [23, 1, 1, "c.c64_reduce_all_s", "dst_data"], [23, 1, 1, "c.c64_reduce_all_s", "inner_size"], [23, 1, 1, "c.c64_reduce_all_s", "outer_size"], [23, 1, 1, "c.c64_reduce_all_s", "src_data"]], "c64_reshape_p": [[163, 1, 1, "c.c64_reshape_p", "input"], [163, 1, 1, "c.c64_reshape_p", "length"], [163, 1, 1, "c.c64_reshape_p", "output"]], "c64_reshape_s": [[163, 1, 1, "c.c64_reshape_s", "core_mask"], [163, 1, 1, "c.c64_reshape_s", "input"], [163, 1, 1, "c.c64_reshape_s", "length"], [163, 1, 1, "c.c64_reshape_s", "output"]], "c64_rfft_p": [[168, 1, 1, "c.c64_rfft_p", "dir"], [168, 1, 1, "c.c64_rfft_p", "fft_size"], [168, 1, 1, "c.c64_rfft_p", "input"], [168, 1, 1, "c.c64_rfft_p", "output"], [168, 1, 1, "c.c64_rfft_p", "scratch_ptr"]], "c64_rfft_s": [[168, 1, 1, "c.c64_rfft_s", "core_mask"], [168, 1, 1, "c.c64_rfft_s", "dir"], [168, 1, 1, "c.c64_rfft_s", "fft_size1"], [168, 1, 1, "c.c64_rfft_s", "fft_size2"], [168, 1, 1, "c.c64_rfft_s", "input"], [168, 1, 1, "c.c64_rfft_s", "output"], [168, 1, 1, "c.c64_rfft_s", "scratch_ptr"], [168, 1, 1, "c.c64_rfft_s", "twiddle"]], "c64_rsqrt_p": [[171, 1, 1, "c.c64_rsqrt_p", "dst"], [171, 1, 1, "c.c64_rsqrt_p", "length"], [171, 1, 1, "c.c64_rsqrt_p", "src"]], "c64_rsqrt_s": [[171, 1, 1, "c.c64_rsqrt_s", "core_mask"], [171, 1, 1, "c.c64_rsqrt_s", "dst"], [171, 1, 1, "c.c64_rsqrt_s", "length"], [171, 1, 1, "c.c64_rsqrt_s", "src"]], "c64_scatter_elements_p": [[174, 1, 1, "c.c64_scatter_elements_p", "core_mask"], [174, 1, 1, "c.c64_scatter_elements_p", "indices"], [174, 1, 1, "c.c64_scatter_elements_p", "input"], [174, 1, 1, "c.c64_scatter_elements_p", "output"], [174, 1, 1, "c.c64_scatter_elements_p", "param"], [174, 1, 1, "c.c64_scatter_elements_p", "updates"]], "c64_scatter_elements_s": [[174, 1, 1, "c.c64_scatter_elements_s", "core_mask"], [174, 1, 1, "c.c64_scatter_elements_s", "indices"], [174, 1, 1, "c.c64_scatter_elements_s", "input"], [174, 1, 1, "c.c64_scatter_elements_s", "output"], [174, 1, 1, "c.c64_scatter_elements_s", "param"], [174, 1, 1, "c.c64_scatter_elements_s", "updates"]], "c64_scatter_nd_p": [[175, 1, 1, "c.c64_scatter_nd_p", "indices"], [175, 1, 1, "c.c64_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.c64_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.c64_scatter_nd_p", "output"], [175, 1, 1, "c.c64_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.c64_scatter_nd_p", "output_shape"], [175, 1, 1, "c.c64_scatter_nd_p", "updates"]], "c64_scatter_nd_s": [[175, 1, 1, "c.c64_scatter_nd_s", "core_mask"], [175, 1, 1, "c.c64_scatter_nd_s", "indices"], [175, 1, 1, "c.c64_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.c64_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.c64_scatter_nd_s", "output"], [175, 1, 1, "c.c64_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.c64_scatter_nd_s", "output_shape"], [175, 1, 1, "c.c64_scatter_nd_s", "updates"]], "c64_scatter_nd_update_p": [[176, 1, 1, "c.c64_scatter_nd_update_p", "indices"], [176, 1, 1, "c.c64_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.c64_scatter_nd_update_p", "output"], [176, 1, 1, "c.c64_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.c64_scatter_nd_update_p", "updates"]], "c64_scatter_nd_update_s": [[176, 1, 1, "c.c64_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.c64_scatter_nd_update_s", "indices"], [176, 1, 1, "c.c64_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.c64_scatter_nd_update_s", "output"], [176, 1, 1, "c.c64_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.c64_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.c64_scatter_nd_update_s", "updates"]], "c64_select_p": [[177, 1, 1, "c.c64_select_p", "condition"], [177, 1, 1, "c.c64_select_p", "input0"], [177, 1, 1, "c.c64_select_p", "input1"], [177, 1, 1, "c.c64_select_p", "output"], [177, 1, 1, "c.c64_select_p", "params"]], "c64_select_s": [[177, 1, 1, "c.c64_select_s", "condition"], [177, 1, 1, "c.c64_select_s", "core_mask"], [177, 1, 1, "c.c64_select_s", "input0"], [177, 1, 1, "c.c64_select_s", "input1"], [177, 1, 1, "c.c64_select_s", "output"], [177, 1, 1, "c.c64_select_s", "params"]], "c64_slice_p": [[185, 1, 1, "c.c64_slice_p", "begin"], [185, 1, 1, "c.c64_slice_p", "input"], [185, 1, 1, "c.c64_slice_p", "input_shape"], [185, 1, 1, "c.c64_slice_p", "ndim"], [185, 1, 1, "c.c64_slice_p", "output"], [185, 1, 1, "c.c64_slice_p", "size"]], "c64_slice_s": [[185, 1, 1, "c.c64_slice_s", "begin"], [185, 1, 1, "c.c64_slice_s", "core_mask"], [185, 1, 1, "c.c64_slice_s", "input"], [185, 1, 1, "c.c64_slice_s", "input_shape"], [185, 1, 1, "c.c64_slice_s", "ndim"], [185, 1, 1, "c.c64_slice_s", "output"], [185, 1, 1, "c.c64_slice_s", "size"]], "c64_spacetobatch_p": [[190, 1, 1, "c.c64_spacetobatch_p", "block_size"], [190, 1, 1, "c.c64_spacetobatch_p", "data_size"], [190, 1, 1, "c.c64_spacetobatch_p", "input"], [190, 1, 1, "c.c64_spacetobatch_p", "input_shape"], [190, 1, 1, "c.c64_spacetobatch_p", "output"], [190, 1, 1, "c.c64_spacetobatch_p", "paddings"]], "c64_spacetobatch_s": [[190, 1, 1, "c.c64_spacetobatch_s", "block_size"], [190, 1, 1, "c.c64_spacetobatch_s", "core_mask"], [190, 1, 1, "c.c64_spacetobatch_s", "data_size"], [190, 1, 1, "c.c64_spacetobatch_s", "input"], [190, 1, 1, "c.c64_spacetobatch_s", "input_shape"], [190, 1, 1, "c.c64_spacetobatch_s", "output"], [190, 1, 1, "c.c64_spacetobatch_s", "paddings"]], "c64_spacetobatchnd_p": [[191, 1, 1, "c.c64_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.c64_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.c64_spacetobatchnd_p", "input"], [191, 1, 1, "c.c64_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.c64_spacetobatchnd_p", "output"], [191, 1, 1, "c.c64_spacetobatchnd_p", "paddings"]], "c64_spacetobatchnd_s": [[191, 1, 1, "c.c64_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.c64_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.c64_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.c64_spacetobatchnd_s", "input"], [191, 1, 1, "c.c64_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.c64_spacetobatchnd_s", "output"], [191, 1, 1, "c.c64_spacetobatchnd_s", "paddings"]], "c64_spacetodepth_p": [[192, 1, 1, "c.c64_spacetodepth_p", "block"], [192, 1, 1, "c.c64_spacetodepth_p", "data_size"], [192, 1, 1, "c.c64_spacetodepth_p", "in_shape"], [192, 1, 1, "c.c64_spacetodepth_p", "input"], [192, 1, 1, "c.c64_spacetodepth_p", "output"]], "c64_spacetodepth_s": [[192, 1, 1, "c.c64_spacetodepth_s", "block"], [192, 1, 1, "c.c64_spacetodepth_s", "core_mask"], [192, 1, 1, "c.c64_spacetodepth_s", "data_size"], [192, 1, 1, "c.c64_spacetodepth_s", "in_shape"], [192, 1, 1, "c.c64_spacetodepth_s", "input"], [192, 1, 1, "c.c64_spacetodepth_s", "output"]], "c64_sparse_fill_empty_rows_p": [[194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_p", "values_ptr"]], "c64_sparse_fill_empty_rows_s": [[194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.c64_sparse_fill_empty_rows_s", "values_ptr"]], "c64_sparse_reshape_p": [[195, 1, 1, "c.c64_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_p", "params"]], "c64_sparse_reshape_s": [[195, 1, 1, "c.c64_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.c64_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.c64_sparse_reshape_s", "params"]], "c64_sparse_to_dense_p": [[197, 1, 1, "c.c64_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.c64_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.c64_sparse_to_dense_p", "output"], [197, 1, 1, "c.c64_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.c64_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.c64_sparse_to_dense_p", "sparse_values"]], "c64_sparse_to_dense_s": [[197, 1, 1, "c.c64_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.c64_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.c64_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.c64_sparse_to_dense_s", "output"], [197, 1, 1, "c.c64_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.c64_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.c64_sparse_to_dense_s", "sparse_values"]], "c64_sparsesegmentsum_p": [[196, 1, 1, "c.c64_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.c64_sparsesegmentsum_p", "out_data_shape"]], "c64_sparsesegmentsum_s": [[196, 1, 1, "c.c64_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.c64_sparsesegmentsum_s", "out_data_shape"]], "c64_splice_p": [[198, 1, 1, "c.c64_splice_p", "context_dim"], [198, 1, 1, "c.c64_splice_p", "dst_col"], [198, 1, 1, "c.c64_splice_p", "dst_data"], [198, 1, 1, "c.c64_splice_p", "dst_row"], [198, 1, 1, "c.c64_splice_p", "forward_indexes"], [198, 1, 1, "c.c64_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.c64_splice_p", "src_col"], [198, 1, 1, "c.c64_splice_p", "src_data"], [198, 1, 1, "c.c64_splice_p", "src_row"]], "c64_splice_s": [[198, 1, 1, "c.c64_splice_s", "context_dim"], [198, 1, 1, "c.c64_splice_s", "core_mask"], [198, 1, 1, "c.c64_splice_s", "dst_col"], [198, 1, 1, "c.c64_splice_s", "dst_data"], [198, 1, 1, "c.c64_splice_s", "dst_row"], [198, 1, 1, "c.c64_splice_s", "forward_indexes"], [198, 1, 1, "c.c64_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.c64_splice_s", "src_col"], [198, 1, 1, "c.c64_splice_s", "src_data"], [198, 1, 1, "c.c64_splice_s", "src_row"]], "c64_split_p": [[199, 1, 1, "c.c64_split_p", "axis"], [199, 1, 1, "c.c64_split_p", "input"], [199, 1, 1, "c.c64_split_p", "input_ndim"], [199, 1, 1, "c.c64_split_p", "input_shape"], [199, 1, 1, "c.c64_split_p", "num_split"], [199, 1, 1, "c.c64_split_p", "outputs"], [199, 1, 1, "c.c64_split_p", "split_sizes"]], "c64_split_s": [[199, 1, 1, "c.c64_split_s", "axis"], [199, 1, 1, "c.c64_split_s", "core_mask"], [199, 1, 1, "c.c64_split_s", "input"], [199, 1, 1, "c.c64_split_s", "input_ndim"], [199, 1, 1, "c.c64_split_s", "input_shape"], [199, 1, 1, "c.c64_split_s", "num_split"], [199, 1, 1, "c.c64_split_s", "outputs"], [199, 1, 1, "c.c64_split_s", "split_sizes"]], "c64_split_with_overlap_p": [[200, 1, 1, "c.c64_split_with_overlap_p", "axis"], [200, 1, 1, "c.c64_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.c64_split_with_overlap_p", "input"], [200, 1, 1, "c.c64_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.c64_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.c64_split_with_overlap_p", "num_split"], [200, 1, 1, "c.c64_split_with_overlap_p", "outputs"], [200, 1, 1, "c.c64_split_with_overlap_p", "start_indices"]], "c64_split_with_overlap_s": [[200, 1, 1, "c.c64_split_with_overlap_s", "axis"], [200, 1, 1, "c.c64_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.c64_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.c64_split_with_overlap_s", "input"], [200, 1, 1, "c.c64_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.c64_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.c64_split_with_overlap_s", "num_split"], [200, 1, 1, "c.c64_split_with_overlap_s", "outputs"], [200, 1, 1, "c.c64_split_with_overlap_s", "start_indices"]], "c64_sqrt_p": [[201, 1, 1, "c.c64_sqrt_p", "dst_data"], [201, 1, 1, "c.c64_sqrt_p", "length"], [201, 1, 1, "c.c64_sqrt_p", "src_data"]], "c64_sqrt_s": [[201, 1, 1, "c.c64_sqrt_s", "core_mask"], [201, 1, 1, "c.c64_sqrt_s", "dst_data"], [201, 1, 1, "c.c64_sqrt_s", "length"], [201, 1, 1, "c.c64_sqrt_s", "src_data"]], "c64_square_difference_p": [[204, 1, 1, "c.c64_square_difference_p", "input0"], [204, 1, 1, "c.c64_square_difference_p", "input1"], [204, 1, 1, "c.c64_square_difference_p", "output"], [204, 1, 1, "c.c64_square_difference_p", "params"]], "c64_square_difference_s": [[204, 1, 1, "c.c64_square_difference_s", "core_mask"], [204, 1, 1, "c.c64_square_difference_s", "input0"], [204, 1, 1, "c.c64_square_difference_s", "input1"], [204, 1, 1, "c.c64_square_difference_s", "output"], [204, 1, 1, "c.c64_square_difference_s", "params"]], "c64_square_p": [[203, 1, 1, "c.c64_square_p", "dst"], [203, 1, 1, "c.c64_square_p", "length"], [203, 1, 1, "c.c64_square_p", "src"]], "c64_square_s": [[203, 1, 1, "c.c64_square_s", "core_mask"], [203, 1, 1, "c.c64_square_s", "dst"], [203, 1, 1, "c.c64_square_s", "length"], [203, 1, 1, "c.c64_square_s", "src"]], "c64_stack_p": [[206, 1, 1, "c.c64_stack_p", "axis"], [206, 1, 1, "c.c64_stack_p", "input_ndim"], [206, 1, 1, "c.c64_stack_p", "input_shape"], [206, 1, 1, "c.c64_stack_p", "inputs"], [206, 1, 1, "c.c64_stack_p", "num_inputs"], [206, 1, 1, "c.c64_stack_p", "output"]], "c64_stack_s": [[206, 1, 1, "c.c64_stack_s", "axis"], [206, 1, 1, "c.c64_stack_s", "core_mask"], [206, 1, 1, "c.c64_stack_s", "input_ndim"], [206, 1, 1, "c.c64_stack_s", "input_shape"], [206, 1, 1, "c.c64_stack_s", "inputs"], [206, 1, 1, "c.c64_stack_s", "num_inputs"], [206, 1, 1, "c.c64_stack_s", "output"]], "c64_sub_p": [[209, 1, 1, "c.c64_sub_p", "input0"], [209, 1, 1, "c.c64_sub_p", "input1"], [209, 1, 1, "c.c64_sub_p", "output"], [209, 1, 1, "c.c64_sub_p", "param"]], "c64_sub_s": [[209, 1, 1, "c.c64_sub_s", "core_mask"], [209, 1, 1, "c.c64_sub_s", "input0"], [209, 1, 1, "c.c64_sub_s", "input1"], [209, 1, 1, "c.c64_sub_s", "output"], [209, 1, 1, "c.c64_sub_s", "param"]], "c64_tensor_scatter_add_p": [[213, 1, 1, "c.c64_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "input"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "output"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.c64_tensor_scatter_add_p", "updates"]], "c64_tensor_scatter_add_s": [[213, 1, 1, "c.c64_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "input"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "output"], [213, 1, 1, "c.c64_tensor_scatter_add_s", "updates"]], "c64_tensorarrayread_p": [[215, 1, 1, "c.c64_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.c64_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.c64_tensorarrayread_p", "index"], [215, 1, 1, "c.c64_tensorarrayread_p", "output_data"], [215, 1, 1, "c.c64_tensorarrayread_p", "output_size"]], "c64_tensorarrayread_s": [[215, 1, 1, "c.c64_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.c64_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.c64_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.c64_tensorarrayread_s", "index"], [215, 1, 1, "c.c64_tensorarrayread_s", "output_data"], [215, 1, 1, "c.c64_tensorarrayread_s", "output_size"]], "c64_tensorlist_from_tensor_p": [[217, 1, 1, "c.c64_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.c64_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.c64_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.c64_tensorlist_from_tensor_p", "output_tensors"]], "c64_tensorlist_from_tensor_s": [[217, 1, 1, "c.c64_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.c64_tensorlist_from_tensor_s", "output_tensors"]], "c64_tensorlist_stack_p": [[221, 1, 1, "c.c64_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.c64_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.c64_tensorlist_stack_p", "unknown_type_offset"]], "c64_tensorlist_stack_s": [[221, 1, 1, "c.c64_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.c64_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.c64_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.c64_tensorlist_stack_s", "unknown_type_offset"]], "c64_tile_p": [[222, 1, 1, "c.c64_tile_p", "input"], [222, 1, 1, "c.c64_tile_p", "input_shape"], [222, 1, 1, "c.c64_tile_p", "output"], [222, 1, 1, "c.c64_tile_p", "stride"], [222, 1, 1, "c.c64_tile_p", "tile_dim"], [222, 1, 1, "c.c64_tile_p", "tile_num"]], "c64_tile_s": [[222, 1, 1, "c.c64_tile_s", "core_mask"], [222, 1, 1, "c.c64_tile_s", "input"], [222, 1, 1, "c.c64_tile_s", "input_shape"], [222, 1, 1, "c.c64_tile_s", "output"], [222, 1, 1, "c.c64_tile_s", "stride"], [222, 1, 1, "c.c64_tile_s", "tile_dim"], [222, 1, 1, "c.c64_tile_s", "tile_num"]], "c64_transpose_p": [[224, 1, 1, "c.c64_transpose_p", "in_data"], [224, 1, 1, "c.c64_transpose_p", "num_axes"], [224, 1, 1, "c.c64_transpose_p", "out_data"], [224, 1, 1, "c.c64_transpose_p", "out_strides"], [224, 1, 1, "c.c64_transpose_p", "output_shape"], [224, 1, 1, "c.c64_transpose_p", "perm"], [224, 1, 1, "c.c64_transpose_p", "strides"]], "c64_transpose_s": [[224, 1, 1, "c.c64_transpose_s", "core_mask"], [224, 1, 1, "c.c64_transpose_s", "in_data"], [224, 1, 1, "c.c64_transpose_s", "num_axes"], [224, 1, 1, "c.c64_transpose_s", "out_data"], [224, 1, 1, "c.c64_transpose_s", "out_strides"], [224, 1, 1, "c.c64_transpose_s", "output_shape"], [224, 1, 1, "c.c64_transpose_s", "perm"], [224, 1, 1, "c.c64_transpose_s", "strides"]], "c64_tril_p": [[225, 1, 1, "c.c64_tril_p", "dst"], [225, 1, 1, "c.c64_tril_p", "height"], [225, 1, 1, "c.c64_tril_p", "k"], [225, 1, 1, "c.c64_tril_p", "out_elems"], [225, 1, 1, "c.c64_tril_p", "src"], [225, 1, 1, "c.c64_tril_p", "width"]], "c64_tril_s": [[225, 1, 1, "c.c64_tril_s", "core_mask"], [225, 1, 1, "c.c64_tril_s", "dst"], [225, 1, 1, "c.c64_tril_s", "height"], [225, 1, 1, "c.c64_tril_s", "k"], [225, 1, 1, "c.c64_tril_s", "out_elems"], [225, 1, 1, "c.c64_tril_s", "src"], [225, 1, 1, "c.c64_tril_s", "width"]], "c64_triu_p": [[226, 1, 1, "c.c64_triu_p", "dst"], [226, 1, 1, "c.c64_triu_p", "height"], [226, 1, 1, "c.c64_triu_p", "k"], [226, 1, 1, "c.c64_triu_p", "out_elems"], [226, 1, 1, "c.c64_triu_p", "src"], [226, 1, 1, "c.c64_triu_p", "width"]], "c64_triu_s": [[226, 1, 1, "c.c64_triu_s", "core_mask"], [226, 1, 1, "c.c64_triu_s", "dst"], [226, 1, 1, "c.c64_triu_s", "height"], [226, 1, 1, "c.c64_triu_s", "k"], [226, 1, 1, "c.c64_triu_s", "out_elems"], [226, 1, 1, "c.c64_triu_s", "src"], [226, 1, 1, "c.c64_triu_s", "width"]], "c64_unsorted_segment_sum_p": [[229, 1, 1, "c.c64_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.c64_unsorted_segment_sum_p", "output"]], "c64_unsorted_segment_sum_s": [[229, 1, 1, "c.c64_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.c64_unsorted_segment_sum_s", "output"]], "c64_where_p": [[232, 1, 1, "c.c64_where_p", "condition"], [232, 1, 1, "c.c64_where_p", "input0"], [232, 1, 1, "c.c64_where_p", "input1"], [232, 1, 1, "c.c64_where_p", "length"], [232, 1, 1, "c.c64_where_p", "output"]], "c64_where_s": [[232, 1, 1, "c.c64_where_s", "condition"], [232, 1, 1, "c.c64_where_s", "core_mask"], [232, 1, 1, "c.c64_where_s", "input0"], [232, 1, 1, "c.c64_where_s", "input1"], [232, 1, 1, "c.c64_where_s", "length"], [232, 1, 1, "c.c64_where_s", "output"]], "c64_zerolike_p": [[233, 1, 1, "c.c64_zerolike_p", "length"], [233, 1, 1, "c.c64_zerolike_p", "output"]], "c64_zerolike_s": [[233, 1, 1, "c.c64_zerolike_s", "core_mask"], [233, 1, 1, "c.c64_zerolike_s", "length"], [233, 1, 1, "c.c64_zerolike_s", "output"]], "customnormalize_p": [[60, 1, 1, "c.customnormalize_p", "params"], [60, 1, 1, "c.customnormalize_p", "result"], [60, 1, 1, "c.customnormalize_p", "result_len"], [60, 1, 1, "c.customnormalize_p", "str"], [60, 1, 1, "c.customnormalize_p", "str_len"], [60, 1, 1, "c.customnormalize_p", "tmp_str"]], "customnormalize_s": [[60, 1, 1, "c.customnormalize_s", "core_mask"], [60, 1, 1, "c.customnormalize_s", "params"], [60, 1, 1, "c.customnormalize_s", "result"], [60, 1, 1, "c.customnormalize_s", "result_len"], [60, 1, 1, "c.customnormalize_s", "str"], [60, 1, 1, "c.customnormalize_s", "str_len"], [60, 1, 1, "c.customnormalize_s", "tmp_str"]], "custompredict_p": [[61, 1, 1, "c.custompredict_p", "input"], [61, 1, 1, "c.custompredict_p", "input_size"], [61, 1, 1, "c.custompredict_p", "output_label"], [61, 1, 1, "c.custompredict_p", "output_num"], [61, 1, 1, "c.custompredict_p", "output_weight"], [61, 1, 1, "c.custompredict_p", "weight_threshold"]], "custompredict_s": [[61, 1, 1, "c.custompredict_s", "core_mask"], [61, 1, 1, "c.custompredict_s", "input"], [61, 1, 1, "c.custompredict_s", "input_size"], [61, 1, 1, "c.custompredict_s", "output_label"], [61, 1, 1, "c.custompredict_s", "output_num"], [61, 1, 1, "c.custompredict_s", "output_weight"], [61, 1, 1, "c.custompredict_s", "weight_threshold"]], "dp_Unique_p": [[228, 1, 1, "c.dp_Unique_p", "input"], [228, 1, 1, "c.dp_Unique_p", "input_len"], [228, 1, 1, "c.dp_Unique_p", "output0"], [228, 1, 1, "c.dp_Unique_p", "output0_len"]], "dp_Unique_s": [[228, 1, 1, "c.dp_Unique_s", "core_mask"], [228, 1, 1, "c.dp_Unique_s", "input"], [228, 1, 1, "c.dp_Unique_s", "input_len"], [228, 1, 1, "c.dp_Unique_s", "output0"], [228, 1, 1, "c.dp_Unique_s", "output0_len"]], "dp_abs_p": [[12, 1, 1, "c.dp_abs_p", "dst_data"], [12, 1, 1, "c.dp_abs_p", "length"], [12, 1, 1, "c.dp_abs_p", "src_data"]], "dp_abs_s": [[12, 1, 1, "c.dp_abs_s", "core_mask"], [12, 1, 1, "c.dp_abs_s", "dst_data"], [12, 1, 1, "c.dp_abs_s", "length"], [12, 1, 1, "c.dp_abs_s", "src_data"]], "dp_add_p": [[18, 1, 1, "c.dp_add_p", "input0"], [18, 1, 1, "c.dp_add_p", "input1"], [18, 1, 1, "c.dp_add_p", "output"], [18, 1, 1, "c.dp_add_p", "param"]], "dp_add_s": [[18, 1, 1, "c.dp_add_s", "core_mask"], [18, 1, 1, "c.dp_add_s", "input0"], [18, 1, 1, "c.dp_add_s", "input1"], [18, 1, 1, "c.dp_add_s", "output"], [18, 1, 1, "c.dp_add_s", "param"]], "dp_addn_p": [[21, 1, 1, "c.dp_addn_p", "element_nums"], [21, 1, 1, "c.dp_addn_p", "inputs"], [21, 1, 1, "c.dp_addn_p", "output"], [21, 1, 1, "c.dp_addn_p", "tensor_num"]], "dp_addn_s": [[21, 1, 1, "c.dp_addn_s", "core_mask"], [21, 1, 1, "c.dp_addn_s", "element_nums"], [21, 1, 1, "c.dp_addn_s", "inputs"], [21, 1, 1, "c.dp_addn_s", "output"], [21, 1, 1, "c.dp_addn_s", "tensor_num"]], "dp_all_gather_p": [[24, 1, 1, "c.dp_all_gather_p", "data_size"], [24, 1, 1, "c.dp_all_gather_p", "input"], [24, 1, 1, "c.dp_all_gather_p", "input_rank"], [24, 1, 1, "c.dp_all_gather_p", "output"], [24, 1, 1, "c.dp_all_gather_p", "output_rank"]], "dp_all_gather_s": [[24, 1, 1, "c.dp_all_gather_s", "core_mask"], [24, 1, 1, "c.dp_all_gather_s", "data_size"], [24, 1, 1, "c.dp_all_gather_s", "input"], [24, 1, 1, "c.dp_all_gather_s", "input_rank"], [24, 1, 1, "c.dp_all_gather_s", "output"], [24, 1, 1, "c.dp_all_gather_s", "output_rank"]], "dp_assert_p": [[28, 1, 1, "c.dp_assert_p", "input"], [28, 1, 1, "c.dp_assert_p", "output"]], "dp_assert_s": [[28, 1, 1, "c.dp_assert_s", "core_mask"], [28, 1, 1, "c.dp_assert_s", "input"], [28, 1, 1, "c.dp_assert_s", "output"]], "dp_assign_add_p": [[30, 1, 1, "c.dp_assign_add_p", "input"], [30, 1, 1, "c.dp_assign_add_p", "length"], [30, 1, 1, "c.dp_assign_add_p", "output"]], "dp_assign_add_s": [[30, 1, 1, "c.dp_assign_add_s", "core_mask"], [30, 1, 1, "c.dp_assign_add_s", "input"], [30, 1, 1, "c.dp_assign_add_s", "length"], [30, 1, 1, "c.dp_assign_add_s", "output"]], "dp_assign_p": [[29, 1, 1, "c.dp_assign_p", "dst"], [29, 1, 1, "c.dp_assign_p", "length"], [29, 1, 1, "c.dp_assign_p", "src"]], "dp_assign_s": [[29, 1, 1, "c.dp_assign_s", "core_mask"], [29, 1, 1, "c.dp_assign_s", "dst"], [29, 1, 1, "c.dp_assign_s", "length"], [29, 1, 1, "c.dp_assign_s", "src"]], "dp_batch_to_space_p": [[35, 1, 1, "c.dp_batch_to_space_p", "block"], [35, 1, 1, "c.dp_batch_to_space_p", "crops"], [35, 1, 1, "c.dp_batch_to_space_p", "in_shape"], [35, 1, 1, "c.dp_batch_to_space_p", "input"], [35, 1, 1, "c.dp_batch_to_space_p", "output"]], "dp_batch_to_space_s": [[35, 1, 1, "c.dp_batch_to_space_s", "block"], [35, 1, 1, "c.dp_batch_to_space_s", "core_mask"], [35, 1, 1, "c.dp_batch_to_space_s", "crops"], [35, 1, 1, "c.dp_batch_to_space_s", "in_shape"], [35, 1, 1, "c.dp_batch_to_space_s", "input"], [35, 1, 1, "c.dp_batch_to_space_s", "output"]], "dp_batchtospacend_p": [[38, 1, 1, "c.dp_batchtospacend_p", "block_size"], [38, 1, 1, "c.dp_batchtospacend_p", "crops"], [38, 1, 1, "c.dp_batchtospacend_p", "data_size"], [38, 1, 1, "c.dp_batchtospacend_p", "input"], [38, 1, 1, "c.dp_batchtospacend_p", "input_shape"], [38, 1, 1, "c.dp_batchtospacend_p", "output"]], "dp_batchtospacend_s": [[38, 1, 1, "c.dp_batchtospacend_s", "block_size"], [38, 1, 1, "c.dp_batchtospacend_s", "core_mask"], [38, 1, 1, "c.dp_batchtospacend_s", "crops"], [38, 1, 1, "c.dp_batchtospacend_s", "data_size"], [38, 1, 1, "c.dp_batchtospacend_s", "input"], [38, 1, 1, "c.dp_batchtospacend_s", "input_shape"], [38, 1, 1, "c.dp_batchtospacend_s", "output"]], "dp_bias_add_p": [[39, 1, 1, "c.dp_bias_add_p", "data_format"], [39, 1, 1, "c.dp_bias_add_p", "dims"], [39, 1, 1, "c.dp_bias_add_p", "input_bias"], [39, 1, 1, "c.dp_bias_add_p", "input_x"], [39, 1, 1, "c.dp_bias_add_p", "length"], [39, 1, 1, "c.dp_bias_add_p", "output"], [39, 1, 1, "c.dp_bias_add_p", "shape_size"]], "dp_bias_add_s": [[39, 1, 1, "c.dp_bias_add_s", "core_mask"], [39, 1, 1, "c.dp_bias_add_s", "data_format"], [39, 1, 1, "c.dp_bias_add_s", "dims"], [39, 1, 1, "c.dp_bias_add_s", "input_bias"], [39, 1, 1, "c.dp_bias_add_s", "input_x"], [39, 1, 1, "c.dp_bias_add_s", "length"], [39, 1, 1, "c.dp_bias_add_s", "output"], [39, 1, 1, "c.dp_bias_add_s", "shape_size"]], "dp_broadcastto_p": [[43, 1, 1, "c.dp_broadcastto_p", "data_size"], [43, 1, 1, "c.dp_broadcastto_p", "input"], [43, 1, 1, "c.dp_broadcastto_p", "input_shape"], [43, 1, 1, "c.dp_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.dp_broadcastto_p", "output"], [43, 1, 1, "c.dp_broadcastto_p", "output_shape"], [43, 1, 1, "c.dp_broadcastto_p", "output_shape_size"]], "dp_broadcastto_s": [[43, 1, 1, "c.dp_broadcastto_s", "core_mask"], [43, 1, 1, "c.dp_broadcastto_s", "data_size"], [43, 1, 1, "c.dp_broadcastto_s", "input"], [43, 1, 1, "c.dp_broadcastto_s", "input_shape"], [43, 1, 1, "c.dp_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.dp_broadcastto_s", "output"], [43, 1, 1, "c.dp_broadcastto_s", "output_shape"], [43, 1, 1, "c.dp_broadcastto_s", "output_shape_size"]], "dp_cast_to_dp_p": [[45, 1, 1, "c.dp_cast_to_dp_p", "input"], [45, 1, 1, "c.dp_cast_to_dp_p", "length"], [45, 1, 1, "c.dp_cast_to_dp_p", "output"]], "dp_cast_to_dp_s": [[45, 1, 1, "c.dp_cast_to_dp_s", "core_mask"], [45, 1, 1, "c.dp_cast_to_dp_s", "input"], [45, 1, 1, "c.dp_cast_to_dp_s", "length"], [45, 1, 1, "c.dp_cast_to_dp_s", "output"]], "dp_cast_to_fp_p": [[45, 1, 1, "c.dp_cast_to_fp_p", "input"], [45, 1, 1, "c.dp_cast_to_fp_p", "length"], [45, 1, 1, "c.dp_cast_to_fp_p", "output"]], "dp_cast_to_fp_s": [[45, 1, 1, "c.dp_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.dp_cast_to_fp_s", "input"], [45, 1, 1, "c.dp_cast_to_fp_s", "length"], [45, 1, 1, "c.dp_cast_to_fp_s", "output"]], "dp_ceil_p": [[46, 1, 1, "c.dp_ceil_p", "input_size"], [46, 1, 1, "c.dp_ceil_p", "input_x"], [46, 1, 1, "c.dp_ceil_p", "output"]], "dp_ceil_s": [[46, 1, 1, "c.dp_ceil_s", "core_mask"], [46, 1, 1, "c.dp_ceil_s", "input_size"], [46, 1, 1, "c.dp_ceil_s", "input_x"], [46, 1, 1, "c.dp_ceil_s", "output"]], "dp_clip_p": [[47, 1, 1, "c.dp_clip_p", "dst"], [47, 1, 1, "c.dp_clip_p", "length"], [47, 1, 1, "c.dp_clip_p", "max"], [47, 1, 1, "c.dp_clip_p", "min"], [47, 1, 1, "c.dp_clip_p", "src"]], "dp_clip_s": [[47, 1, 1, "c.dp_clip_s", "core_mask"], [47, 1, 1, "c.dp_clip_s", "dst"], [47, 1, 1, "c.dp_clip_s", "length"], [47, 1, 1, "c.dp_clip_s", "max"], [47, 1, 1, "c.dp_clip_s", "min"], [47, 1, 1, "c.dp_clip_s", "src"]], "dp_concat_p": [[48, 1, 1, "c.dp_concat_p", "axis"], [48, 1, 1, "c.dp_concat_p", "input_ndim"], [48, 1, 1, "c.dp_concat_p", "input_shapes"], [48, 1, 1, "c.dp_concat_p", "inputs"], [48, 1, 1, "c.dp_concat_p", "num_inputs"], [48, 1, 1, "c.dp_concat_p", "output"]], "dp_concat_s": [[48, 1, 1, "c.dp_concat_s", "axis"], [48, 1, 1, "c.dp_concat_s", "core_mask"], [48, 1, 1, "c.dp_concat_s", "input_ndim"], [48, 1, 1, "c.dp_concat_s", "input_shapes"], [48, 1, 1, "c.dp_concat_s", "inputs"], [48, 1, 1, "c.dp_concat_s", "num_inputs"], [48, 1, 1, "c.dp_concat_s", "output"]], "dp_constant_of_shape_p": [[49, 1, 1, "c.dp_constant_of_shape_p", "end"], [49, 1, 1, "c.dp_constant_of_shape_p", "output"], [49, 1, 1, "c.dp_constant_of_shape_p", "start"], [49, 1, 1, "c.dp_constant_of_shape_p", "value"]], "dp_constant_of_shape_s": [[49, 1, 1, "c.dp_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.dp_constant_of_shape_s", "end"], [49, 1, 1, "c.dp_constant_of_shape_s", "output"], [49, 1, 1, "c.dp_constant_of_shape_s", "start"], [49, 1, 1, "c.dp_constant_of_shape_s", "value"]], "dp_cos_p": [[54, 1, 1, "c.dp_cos_p", "dst_data"], [54, 1, 1, "c.dp_cos_p", "length"], [54, 1, 1, "c.dp_cos_p", "src_data"]], "dp_cos_s": [[54, 1, 1, "c.dp_cos_s", "core_mask"], [54, 1, 1, "c.dp_cos_s", "dst_data"], [54, 1, 1, "c.dp_cos_s", "length"], [54, 1, 1, "c.dp_cos_s", "src_data"]], "dp_cum_sum_p": [[57, 1, 1, "c.dp_cum_sum_p", "axis_dim"], [57, 1, 1, "c.dp_cum_sum_p", "exclusive"], [57, 1, 1, "c.dp_cum_sum_p", "inner_dim"], [57, 1, 1, "c.dp_cum_sum_p", "input"], [57, 1, 1, "c.dp_cum_sum_p", "out_dim"], [57, 1, 1, "c.dp_cum_sum_p", "output"]], "dp_cum_sum_s": [[57, 1, 1, "c.dp_cum_sum_s", "axis_dim"], [57, 1, 1, "c.dp_cum_sum_s", "core_mask"], [57, 1, 1, "c.dp_cum_sum_s", "exclusive"], [57, 1, 1, "c.dp_cum_sum_s", "inner_dim"], [57, 1, 1, "c.dp_cum_sum_s", "input"], [57, 1, 1, "c.dp_cum_sum_s", "out_dim"], [57, 1, 1, "c.dp_cum_sum_s", "output"]], "dp_depthtospace_p": [[64, 1, 1, "c.dp_depthtospace_p", "block_size"], [64, 1, 1, "c.dp_depthtospace_p", "data_size"], [64, 1, 1, "c.dp_depthtospace_p", "in_shape"], [64, 1, 1, "c.dp_depthtospace_p", "input"], [64, 1, 1, "c.dp_depthtospace_p", "output"]], "dp_depthtospace_s": [[64, 1, 1, "c.dp_depthtospace_s", "block_size"], [64, 1, 1, "c.dp_depthtospace_s", "core_mask"], [64, 1, 1, "c.dp_depthtospace_s", "data_size"], [64, 1, 1, "c.dp_depthtospace_s", "in_shape"], [64, 1, 1, "c.dp_depthtospace_s", "input"], [64, 1, 1, "c.dp_depthtospace_s", "output"]], "dp_div_p": [[66, 1, 1, "c.dp_div_p", "input0"], [66, 1, 1, "c.dp_div_p", "input1"], [66, 1, 1, "c.dp_div_p", "output"], [66, 1, 1, "c.dp_div_p", "param"]], "dp_div_s": [[66, 1, 1, "c.dp_div_s", "core_mask"], [66, 1, 1, "c.dp_div_s", "input0"], [66, 1, 1, "c.dp_div_s", "input1"], [66, 1, 1, "c.dp_div_s", "output"], [66, 1, 1, "c.dp_div_s", "param"]], "dp_eltwise_p": [[72, 1, 1, "c.dp_eltwise_p", "Input0"], [72, 1, 1, "c.dp_eltwise_p", "Input1"], [72, 1, 1, "c.dp_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.dp_eltwise_p", "length"], [72, 1, 1, "c.dp_eltwise_p", "output"]], "dp_eltwise_s": [[72, 1, 1, "c.dp_eltwise_s", "Input0"], [72, 1, 1, "c.dp_eltwise_s", "Input1"], [72, 1, 1, "c.dp_eltwise_s", "core_mask"], [72, 1, 1, "c.dp_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.dp_eltwise_s", "length"], [72, 1, 1, "c.dp_eltwise_s", "output"]], "dp_equal_p": [[75, 1, 1, "c.dp_equal_p", "Input0"], [75, 1, 1, "c.dp_equal_p", "Input1"], [75, 1, 1, "c.dp_equal_p", "output"], [75, 1, 1, "c.dp_equal_p", "params"]], "dp_equal_s": [[75, 1, 1, "c.dp_equal_s", "Input0"], [75, 1, 1, "c.dp_equal_s", "Input1"], [75, 1, 1, "c.dp_equal_s", "core_mask"], [75, 1, 1, "c.dp_equal_s", "output"], [75, 1, 1, "c.dp_equal_s", "params"]], "dp_erf_p": [[76, 1, 1, "c.dp_erf_p", "input"], [76, 1, 1, "c.dp_erf_p", "length"], [76, 1, 1, "c.dp_erf_p", "output"]], "dp_erf_s": [[76, 1, 1, "c.dp_erf_s", "core_mask"], [76, 1, 1, "c.dp_erf_s", "input"], [76, 1, 1, "c.dp_erf_s", "length"], [76, 1, 1, "c.dp_erf_s", "output"]], "dp_exp_p": [[78, 1, 1, "c.dp_exp_p", "dst_data"], [78, 1, 1, "c.dp_exp_p", "in_scale"], [78, 1, 1, "c.dp_exp_p", "length"], [78, 1, 1, "c.dp_exp_p", "out_scale"], [78, 1, 1, "c.dp_exp_p", "scale"], [78, 1, 1, "c.dp_exp_p", "src_data"]], "dp_exp_s": [[78, 1, 1, "c.dp_exp_s", "core_mask"], [78, 1, 1, "c.dp_exp_s", "dst_data"], [78, 1, 1, "c.dp_exp_s", "in_scale"], [78, 1, 1, "c.dp_exp_s", "length"], [78, 1, 1, "c.dp_exp_s", "out_scale"], [78, 1, 1, "c.dp_exp_s", "scale"], [78, 1, 1, "c.dp_exp_s", "src_data"]], "dp_extract_features_p": [[59, 1, 1, "c.dp_extract_features_p", "num_strings"], [59, 1, 1, "c.dp_extract_features_p", "output_labels"], [59, 1, 1, "c.dp_extract_features_p", "output_weights"], [59, 1, 1, "c.dp_extract_features_p", "string_lengths"], [59, 1, 1, "c.dp_extract_features_p", "string_pointers"]], "dp_extract_features_s": [[59, 1, 1, "c.dp_extract_features_s", "core_mask"], [59, 1, 1, "c.dp_extract_features_s", "num_strings"], [59, 1, 1, "c.dp_extract_features_s", "output_labels"], [59, 1, 1, "c.dp_extract_features_s", "output_weights"], [59, 1, 1, "c.dp_extract_features_s", "string_lengths"], [59, 1, 1, "c.dp_extract_features_s", "string_pointers"]], "dp_fill_p": [[83, 1, 1, "c.dp_fill_p", "output"], [83, 1, 1, "c.dp_fill_p", "param"], [83, 1, 1, "c.dp_fill_p", "value"]], "dp_fill_s": [[83, 1, 1, "c.dp_fill_s", "core_mask"], [83, 1, 1, "c.dp_fill_s", "output"], [83, 1, 1, "c.dp_fill_s", "param"], [83, 1, 1, "c.dp_fill_s", "value"]], "dp_floor_div_p": [[89, 1, 1, "c.dp_floor_div_p", "dst_data"], [89, 1, 1, "c.dp_floor_div_p", "params"], [89, 1, 1, "c.dp_floor_div_p", "src_data0"], [89, 1, 1, "c.dp_floor_div_p", "src_data1"]], "dp_floor_div_s": [[89, 1, 1, "c.dp_floor_div_s", "core_mask"], [89, 1, 1, "c.dp_floor_div_s", "dst_data"], [89, 1, 1, "c.dp_floor_div_s", "params"], [89, 1, 1, "c.dp_floor_div_s", "src_data0"], [89, 1, 1, "c.dp_floor_div_s", "src_data1"]], "dp_floor_mod_p": [[88, 1, 1, "c.dp_floor_mod_p", "input0"], [88, 1, 1, "c.dp_floor_mod_p", "input1"], [88, 1, 1, "c.dp_floor_mod_p", "output"], [88, 1, 1, "c.dp_floor_mod_p", "params"]], "dp_floor_mod_s": [[88, 1, 1, "c.dp_floor_mod_s", "core_mask"], [88, 1, 1, "c.dp_floor_mod_s", "input0"], [88, 1, 1, "c.dp_floor_mod_s", "input1"], [88, 1, 1, "c.dp_floor_mod_s", "output"], [88, 1, 1, "c.dp_floor_mod_s", "params"]], "dp_floor_p": [[87, 1, 1, "c.dp_floor_p", "dst_data"], [87, 1, 1, "c.dp_floor_p", "length"], [87, 1, 1, "c.dp_floor_p", "src_data"]], "dp_floor_s": [[87, 1, 1, "c.dp_floor_s", "core_mask"], [87, 1, 1, "c.dp_floor_s", "dst_data"], [87, 1, 1, "c.dp_floor_s", "length"], [87, 1, 1, "c.dp_floor_s", "src_data"]], "dp_format_transpose_p": [[90, 1, 1, "c.dp_format_transpose_p", "batch"], [90, 1, 1, "c.dp_format_transpose_p", "channel"], [90, 1, 1, "c.dp_format_transpose_p", "dst_data"], [90, 1, 1, "c.dp_format_transpose_p", "dst_format"], [90, 1, 1, "c.dp_format_transpose_p", "plane"], [90, 1, 1, "c.dp_format_transpose_p", "src_data"], [90, 1, 1, "c.dp_format_transpose_p", "src_format"]], "dp_format_transpose_s": [[90, 1, 1, "c.dp_format_transpose_s", "batch"], [90, 1, 1, "c.dp_format_transpose_s", "channel"], [90, 1, 1, "c.dp_format_transpose_s", "core_mask"], [90, 1, 1, "c.dp_format_transpose_s", "dst_data"], [90, 1, 1, "c.dp_format_transpose_s", "dst_format"], [90, 1, 1, "c.dp_format_transpose_s", "plane"], [90, 1, 1, "c.dp_format_transpose_s", "src_data"], [90, 1, 1, "c.dp_format_transpose_s", "src_format"]], "dp_gather_d_p": [[95, 1, 1, "c.dp_gather_d_p", "dim"], [95, 1, 1, "c.dp_gather_d_p", "index"], [95, 1, 1, "c.dp_gather_d_p", "index_shape"], [95, 1, 1, "c.dp_gather_d_p", "input_shape"], [95, 1, 1, "c.dp_gather_d_p", "input_shape_size"], [95, 1, 1, "c.dp_gather_d_p", "input_x"], [95, 1, 1, "c.dp_gather_d_p", "output"]], "dp_gather_d_s": [[95, 1, 1, "c.dp_gather_d_s", "core_mask"], [95, 1, 1, "c.dp_gather_d_s", "dim"], [95, 1, 1, "c.dp_gather_d_s", "index"], [95, 1, 1, "c.dp_gather_d_s", "index_shape"], [95, 1, 1, "c.dp_gather_d_s", "input_shape"], [95, 1, 1, "c.dp_gather_d_s", "input_shape_size"], [95, 1, 1, "c.dp_gather_d_s", "input_x"], [95, 1, 1, "c.dp_gather_d_s", "output"]], "dp_gather_nd_p": [[94, 1, 1, "c.dp_gather_nd_p", "input"], [94, 1, 1, "c.dp_gather_nd_p", "output"], [94, 1, 1, "c.dp_gather_nd_p", "params"]], "dp_gather_nd_s": [[94, 1, 1, "c.dp_gather_nd_s", "core_mask"], [94, 1, 1, "c.dp_gather_nd_s", "input"], [94, 1, 1, "c.dp_gather_nd_s", "output"], [94, 1, 1, "c.dp_gather_nd_s", "params"]], "dp_gather_p": [[93, 1, 1, "c.dp_gather_p", "indices"], [93, 1, 1, "c.dp_gather_p", "input"], [93, 1, 1, "c.dp_gather_p", "output"], [93, 1, 1, "c.dp_gather_p", "params"]], "dp_gather_s": [[93, 1, 1, "c.dp_gather_s", "core_mask"], [93, 1, 1, "c.dp_gather_s", "indices"], [93, 1, 1, "c.dp_gather_s", "input"], [93, 1, 1, "c.dp_gather_s", "output"], [93, 1, 1, "c.dp_gather_s", "params"]], "dp_greater_equal_s": [[99, 1, 1, "c.dp_greater_equal_s", "core_mask"], [99, 1, 1, "c.dp_greater_equal_s", "input1"], [99, 1, 1, "c.dp_greater_equal_s", "input2"], [99, 1, 1, "c.dp_greater_equal_s", "output"], [99, 1, 1, "c.dp_greater_equal_s", "params"]], "dp_greater_p": [[98, 1, 1, "c.dp_greater_p", "input1"], [98, 1, 1, "c.dp_greater_p", "input2"], [98, 1, 1, "c.dp_greater_p", "output"], [98, 1, 1, "c.dp_greater_p", "params"]], "dp_greater_s": [[98, 1, 1, "c.dp_greater_s", "core_mask"], [98, 1, 1, "c.dp_greater_s", "input1"], [98, 1, 1, "c.dp_greater_s", "input2"], [98, 1, 1, "c.dp_greater_s", "output"], [98, 1, 1, "c.dp_greater_s", "params"]], "dp_is_finite_p": [[105, 1, 1, "c.dp_is_finite_p", "Input"], [105, 1, 1, "c.dp_is_finite_p", "length"], [105, 1, 1, "c.dp_is_finite_p", "output"]], "dp_is_finite_s": [[105, 1, 1, "c.dp_is_finite_s", "Input"], [105, 1, 1, "c.dp_is_finite_s", "core_mask"], [105, 1, 1, "c.dp_is_finite_s", "length"], [105, 1, 1, "c.dp_is_finite_s", "output"]], "dp_less_equal_p": [[111, 1, 1, "c.dp_less_equal_p", "Input0"], [111, 1, 1, "c.dp_less_equal_p", "Input1"], [111, 1, 1, "c.dp_less_equal_p", "output"], [111, 1, 1, "c.dp_less_equal_p", "params"]], "dp_less_equal_s": [[111, 1, 1, "c.dp_less_equal_s", "Input0"], [111, 1, 1, "c.dp_less_equal_s", "Input1"], [111, 1, 1, "c.dp_less_equal_s", "core_mask"], [111, 1, 1, "c.dp_less_equal_s", "output"], [111, 1, 1, "c.dp_less_equal_s", "params"]], "dp_less_p": [[110, 1, 1, "c.dp_less_p", "Input0"], [110, 1, 1, "c.dp_less_p", "Input1"], [110, 1, 1, "c.dp_less_p", "output"], [110, 1, 1, "c.dp_less_p", "params"]], "dp_less_s": [[110, 1, 1, "c.dp_less_s", "Input0"], [110, 1, 1, "c.dp_less_s", "Input1"], [110, 1, 1, "c.dp_less_s", "core_mask"], [110, 1, 1, "c.dp_less_s", "output"], [110, 1, 1, "c.dp_less_s", "params"]], "dp_log1p_p": [[114, 1, 1, "c.dp_log1p_p", "Input"], [114, 1, 1, "c.dp_log1p_p", "length"], [114, 1, 1, "c.dp_log1p_p", "output"]], "dp_log1p_s": [[114, 1, 1, "c.dp_log1p_s", "Input"], [114, 1, 1, "c.dp_log1p_s", "core_mask"], [114, 1, 1, "c.dp_log1p_s", "length"], [114, 1, 1, "c.dp_log1p_s", "output"]], "dp_logical_and_p": [[116, 1, 1, "c.dp_logical_and_p", "input0"], [116, 1, 1, "c.dp_logical_and_p", "input1"], [116, 1, 1, "c.dp_logical_and_p", "output"], [116, 1, 1, "c.dp_logical_and_p", "params"]], "dp_logical_and_s": [[116, 1, 1, "c.dp_logical_and_s", "core_mask"], [116, 1, 1, "c.dp_logical_and_s", "input0"], [116, 1, 1, "c.dp_logical_and_s", "input1"], [116, 1, 1, "c.dp_logical_and_s", "output"], [116, 1, 1, "c.dp_logical_and_s", "params"]], "dp_logical_not_p": [[117, 1, 1, "c.dp_logical_not_p", "input"], [117, 1, 1, "c.dp_logical_not_p", "length"], [117, 1, 1, "c.dp_logical_not_p", "output"]], "dp_logical_not_s": [[117, 1, 1, "c.dp_logical_not_s", "core_mask"], [117, 1, 1, "c.dp_logical_not_s", "input"], [117, 1, 1, "c.dp_logical_not_s", "length"], [117, 1, 1, "c.dp_logical_not_s", "output"]], "dp_logical_or_p": [[118, 1, 1, "c.dp_logical_or_p", "input0"], [118, 1, 1, "c.dp_logical_or_p", "input1"], [118, 1, 1, "c.dp_logical_or_p", "length"], [118, 1, 1, "c.dp_logical_or_p", "output"]], "dp_logical_or_s": [[118, 1, 1, "c.dp_logical_or_s", "core_mask"], [118, 1, 1, "c.dp_logical_or_s", "input0"], [118, 1, 1, "c.dp_logical_or_s", "input1"], [118, 1, 1, "c.dp_logical_or_s", "length"], [118, 1, 1, "c.dp_logical_or_s", "output"]], "dp_lsh_projection_p": [[122, 1, 1, "c.dp_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.dp_lsh_projection_p", "feature"], [122, 1, 1, "c.dp_lsh_projection_p", "feature_num"], [122, 1, 1, "c.dp_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.dp_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.dp_lsh_projection_p", "output"], [122, 1, 1, "c.dp_lsh_projection_p", "weight"]], "dp_lsh_projection_s": [[122, 1, 1, "c.dp_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.dp_lsh_projection_s", "core_mask"], [122, 1, 1, "c.dp_lsh_projection_s", "feature"], [122, 1, 1, "c.dp_lsh_projection_s", "feature_num"], [122, 1, 1, "c.dp_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.dp_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.dp_lsh_projection_s", "output"], [122, 1, 1, "c.dp_lsh_projection_s", "weight"]], "dp_matmul_fusion_p": [[127, 1, 1, "c.dp_matmul_fusion_p", "A"], [127, 1, 1, "c.dp_matmul_fusion_p", "B"], [127, 1, 1, "c.dp_matmul_fusion_p", "C"], [127, 1, 1, "c.dp_matmul_fusion_p", "bias"], [127, 1, 1, "c.dp_matmul_fusion_p", "params"]], "dp_matmul_fusion_s": [[127, 1, 1, "c.dp_matmul_fusion_s", "A"], [127, 1, 1, "c.dp_matmul_fusion_s", "B"], [127, 1, 1, "c.dp_matmul_fusion_s", "C"], [127, 1, 1, "c.dp_matmul_fusion_s", "bias"], [127, 1, 1, "c.dp_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.dp_matmul_fusion_s", "params"]], "dp_maximum_p": [[128, 1, 1, "c.dp_maximum_p", "input0"], [128, 1, 1, "c.dp_maximum_p", "input1"], [128, 1, 1, "c.dp_maximum_p", "length"], [128, 1, 1, "c.dp_maximum_p", "output"]], "dp_maximum_s": [[128, 1, 1, "c.dp_maximum_s", "core_mask"], [128, 1, 1, "c.dp_maximum_s", "input0"], [128, 1, 1, "c.dp_maximum_s", "input1"], [128, 1, 1, "c.dp_maximum_s", "length"], [128, 1, 1, "c.dp_maximum_s", "output"]], "dp_maxpool_fusion_p": [[130, 1, 1, "c.dp_maxpool_fusion_p", "input"], [130, 1, 1, "c.dp_maxpool_fusion_p", "output"], [130, 1, 1, "c.dp_maxpool_fusion_p", "params"]], "dp_maxpool_fusion_s": [[130, 1, 1, "c.dp_maxpool_fusion_s", "core_mask"], [130, 1, 1, "c.dp_maxpool_fusion_s", "input"], [130, 1, 1, "c.dp_maxpool_fusion_s", "output"], [130, 1, 1, "c.dp_maxpool_fusion_s", "params"]], "dp_minimum_p": [[133, 1, 1, "c.dp_minimum_p", "input0"], [133, 1, 1, "c.dp_minimum_p", "input1"], [133, 1, 1, "c.dp_minimum_p", "length"], [133, 1, 1, "c.dp_minimum_p", "output"]], "dp_minimum_s": [[133, 1, 1, "c.dp_minimum_s", "core_mask"], [133, 1, 1, "c.dp_minimum_s", "input0"], [133, 1, 1, "c.dp_minimum_s", "input1"], [133, 1, 1, "c.dp_minimum_s", "length"], [133, 1, 1, "c.dp_minimum_s", "output"]], "dp_mod_p": [[135, 1, 1, "c.dp_mod_p", "input0"], [135, 1, 1, "c.dp_mod_p", "input1"], [135, 1, 1, "c.dp_mod_p", "length"], [135, 1, 1, "c.dp_mod_p", "output"]], "dp_mod_s": [[135, 1, 1, "c.dp_mod_s", "core_mask"], [135, 1, 1, "c.dp_mod_s", "input0"], [135, 1, 1, "c.dp_mod_s", "input1"], [135, 1, 1, "c.dp_mod_s", "length"], [135, 1, 1, "c.dp_mod_s", "output"]], "dp_mul_p": [[136, 1, 1, "c.dp_mul_p", "input0"], [136, 1, 1, "c.dp_mul_p", "input1"], [136, 1, 1, "c.dp_mul_p", "output"], [136, 1, 1, "c.dp_mul_p", "param"]], "dp_mul_s": [[136, 1, 1, "c.dp_mul_s", "core_mask"], [136, 1, 1, "c.dp_mul_s", "input0"], [136, 1, 1, "c.dp_mul_s", "input1"], [136, 1, 1, "c.dp_mul_s", "output"], [136, 1, 1, "c.dp_mul_s", "param"]], "dp_neg_grad_p": [[139, 1, 1, "c.dp_neg_grad_p", "Input"], [139, 1, 1, "c.dp_neg_grad_p", "length"], [139, 1, 1, "c.dp_neg_grad_p", "output"]], "dp_neg_grad_s": [[139, 1, 1, "c.dp_neg_grad_s", "Input"], [139, 1, 1, "c.dp_neg_grad_s", "core_mask"], [139, 1, 1, "c.dp_neg_grad_s", "length"], [139, 1, 1, "c.dp_neg_grad_s", "output"]], "dp_neg_p": [[138, 1, 1, "c.dp_neg_p", "Input"], [138, 1, 1, "c.dp_neg_p", "length"], [138, 1, 1, "c.dp_neg_p", "output"]], "dp_neg_s": [[138, 1, 1, "c.dp_neg_s", "Input"], [138, 1, 1, "c.dp_neg_s", "core_mask"], [138, 1, 1, "c.dp_neg_s", "length"], [138, 1, 1, "c.dp_neg_s", "output"]], "dp_nonzero_p": [[143, 1, 1, "c.dp_nonzero_p", "dim_strides"], [143, 1, 1, "c.dp_nonzero_p", "input"], [143, 1, 1, "c.dp_nonzero_p", "input_rank"], [143, 1, 1, "c.dp_nonzero_p", "length"], [143, 1, 1, "c.dp_nonzero_p", "non_zero_num"], [143, 1, 1, "c.dp_nonzero_p", "output"], [143, 1, 1, "c.dp_nonzero_p", "shape"]], "dp_nonzero_s": [[143, 1, 1, "c.dp_nonzero_s", "core_mask"], [143, 1, 1, "c.dp_nonzero_s", "dim_strides"], [143, 1, 1, "c.dp_nonzero_s", "input"], [143, 1, 1, "c.dp_nonzero_s", "input_rank"], [143, 1, 1, "c.dp_nonzero_s", "length"], [143, 1, 1, "c.dp_nonzero_s", "non_zero_num"], [143, 1, 1, "c.dp_nonzero_s", "output"], [143, 1, 1, "c.dp_nonzero_s", "shape"]], "dp_not_equal_p": [[144, 1, 1, "c.dp_not_equal_p", "Input0"], [144, 1, 1, "c.dp_not_equal_p", "Input1"], [144, 1, 1, "c.dp_not_equal_p", "length"], [144, 1, 1, "c.dp_not_equal_p", "output"]], "dp_not_equal_s": [[144, 1, 1, "c.dp_not_equal_s", "Input0"], [144, 1, 1, "c.dp_not_equal_s", "Input1"], [144, 1, 1, "c.dp_not_equal_s", "core_mask"], [144, 1, 1, "c.dp_not_equal_s", "length"], [144, 1, 1, "c.dp_not_equal_s", "output"]], "dp_onehot_p": [[145, 1, 1, "c.dp_onehot_p", "axis"], [145, 1, 1, "c.dp_onehot_p", "depth"], [145, 1, 1, "c.dp_onehot_p", "indices"], [145, 1, 1, "c.dp_onehot_p", "indices_shape"], [145, 1, 1, "c.dp_onehot_p", "indices_shape_size"], [145, 1, 1, "c.dp_onehot_p", "on_off"], [145, 1, 1, "c.dp_onehot_p", "output"], [145, 1, 1, "c.dp_onehot_p", "support_neg_index"]], "dp_onehot_s": [[145, 1, 1, "c.dp_onehot_s", "axis"], [145, 1, 1, "c.dp_onehot_s", "core_mask"], [145, 1, 1, "c.dp_onehot_s", "depth"], [145, 1, 1, "c.dp_onehot_s", "indices"], [145, 1, 1, "c.dp_onehot_s", "indices_shape"], [145, 1, 1, "c.dp_onehot_s", "indices_shape_size"], [145, 1, 1, "c.dp_onehot_s", "on_off"], [145, 1, 1, "c.dp_onehot_s", "output"], [145, 1, 1, "c.dp_onehot_s", "support_neg_index"]], "dp_ones_like_p": [[146, 1, 1, "c.dp_ones_like_p", "length"], [146, 1, 1, "c.dp_ones_like_p", "output"]], "dp_ones_like_s": [[146, 1, 1, "c.dp_ones_like_s", "core_mask"], [146, 1, 1, "c.dp_ones_like_s", "length"], [146, 1, 1, "c.dp_ones_like_s", "output"]], "dp_padfusion_p": [[147, 1, 1, "c.dp_padfusion_p", "params"]], "dp_padfusion_s": [[147, 1, 1, "c.dp_padfusion_s", "core_mask"], [147, 1, 1, "c.dp_padfusion_s", "params"]], "dp_pow_fusion_p": [[149, 1, 1, "c.dp_pow_fusion_p", "Input"], [149, 1, 1, "c.dp_pow_fusion_p", "broadcast"], [149, 1, 1, "c.dp_pow_fusion_p", "exponent"], [149, 1, 1, "c.dp_pow_fusion_p", "length_in"], [149, 1, 1, "c.dp_pow_fusion_p", "output"], [149, 1, 1, "c.dp_pow_fusion_p", "scale"], [149, 1, 1, "c.dp_pow_fusion_p", "shift"]], "dp_pow_fusion_s": [[149, 1, 1, "c.dp_pow_fusion_s", "Input"], [149, 1, 1, "c.dp_pow_fusion_s", "broadcast"], [149, 1, 1, "c.dp_pow_fusion_s", "core_mask"], [149, 1, 1, "c.dp_pow_fusion_s", "exponent"], [149, 1, 1, "c.dp_pow_fusion_s", "length_in"], [149, 1, 1, "c.dp_pow_fusion_s", "output"], [149, 1, 1, "c.dp_pow_fusion_s", "scale"], [149, 1, 1, "c.dp_pow_fusion_s", "shift"]], "dp_ragged_range_p": [[154, 1, 1, "c.dp_ragged_range_p", "deltas"], [154, 1, 1, "c.dp_ragged_range_p", "limits"], [154, 1, 1, "c.dp_ragged_range_p", "range_count"], [154, 1, 1, "c.dp_ragged_range_p", "splits"], [154, 1, 1, "c.dp_ragged_range_p", "starts"], [154, 1, 1, "c.dp_ragged_range_p", "values"]], "dp_ragged_range_s": [[154, 1, 1, "c.dp_ragged_range_s", "core_mask"], [154, 1, 1, "c.dp_ragged_range_s", "deltas"], [154, 1, 1, "c.dp_ragged_range_s", "limits"], [154, 1, 1, "c.dp_ragged_range_s", "range_count"], [154, 1, 1, "c.dp_ragged_range_s", "splits"], [154, 1, 1, "c.dp_ragged_range_s", "starts"], [154, 1, 1, "c.dp_ragged_range_s", "values"]], "dp_range_p": [[157, 1, 1, "c.dp_range_p", "delta"], [157, 1, 1, "c.dp_range_p", "length"], [157, 1, 1, "c.dp_range_p", "output"], [157, 1, 1, "c.dp_range_p", "start"]], "dp_range_s": [[157, 1, 1, "c.dp_range_s", "core_mask"], [157, 1, 1, "c.dp_range_s", "delta"], [157, 1, 1, "c.dp_range_s", "length"], [157, 1, 1, "c.dp_range_s", "output"], [157, 1, 1, "c.dp_range_s", "start"]], "dp_real_div_p": [[159, 1, 1, "c.dp_real_div_p", "input0"], [159, 1, 1, "c.dp_real_div_p", "input1"], [159, 1, 1, "c.dp_real_div_p", "length"], [159, 1, 1, "c.dp_real_div_p", "output"]], "dp_real_div_s": [[159, 1, 1, "c.dp_real_div_s", "core_mask"], [159, 1, 1, "c.dp_real_div_s", "input0"], [159, 1, 1, "c.dp_real_div_s", "input1"], [159, 1, 1, "c.dp_real_div_s", "length"], [159, 1, 1, "c.dp_real_div_s", "output"]], "dp_reciprocal_p": [[160, 1, 1, "c.dp_reciprocal_p", "Input"], [160, 1, 1, "c.dp_reciprocal_p", "length"], [160, 1, 1, "c.dp_reciprocal_p", "output"]], "dp_reciprocal_s": [[160, 1, 1, "c.dp_reciprocal_s", "Input"], [160, 1, 1, "c.dp_reciprocal_s", "core_mask"], [160, 1, 1, "c.dp_reciprocal_s", "length"], [160, 1, 1, "c.dp_reciprocal_s", "output"]], "dp_reduce_all_p": [[23, 1, 1, "c.dp_reduce_all_p", "axis_size"], [23, 1, 1, "c.dp_reduce_all_p", "dst_data"], [23, 1, 1, "c.dp_reduce_all_p", "inner_size"], [23, 1, 1, "c.dp_reduce_all_p", "outer_size"], [23, 1, 1, "c.dp_reduce_all_p", "src_data"]], "dp_reduce_all_s": [[23, 1, 1, "c.dp_reduce_all_s", "axis_size"], [23, 1, 1, "c.dp_reduce_all_s", "core_mask"], [23, 1, 1, "c.dp_reduce_all_s", "dst_data"], [23, 1, 1, "c.dp_reduce_all_s", "inner_size"], [23, 1, 1, "c.dp_reduce_all_s", "outer_size"], [23, 1, 1, "c.dp_reduce_all_s", "src_data"]], "dp_reduce_p": [[161, 1, 1, "c.dp_reduce_p", "core_mask"], [161, 1, 1, "c.dp_reduce_p", "dst_data"], [161, 1, 1, "c.dp_reduce_p", "param"], [161, 1, 1, "c.dp_reduce_p", "src_data"], [161, 1, 1, "c.dp_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.dp_reduce_p", "tmp_src_data"]], "dp_reduce_s": [[161, 1, 1, "c.dp_reduce_s", "core_mask"], [161, 1, 1, "c.dp_reduce_s", "dst_data"], [161, 1, 1, "c.dp_reduce_s", "param"], [161, 1, 1, "c.dp_reduce_s", "src_data"]], "dp_reducescatter_p": [[162, 1, 1, "c.dp_reducescatter_p", "data_size"], [162, 1, 1, "c.dp_reducescatter_p", "input_data"], [162, 1, 1, "c.dp_reducescatter_p", "output_data"], [162, 1, 1, "c.dp_reducescatter_p", "reduce_type"]], "dp_reducescatter_s": [[162, 1, 1, "c.dp_reducescatter_s", "core_mask"], [162, 1, 1, "c.dp_reducescatter_s", "data_size"], [162, 1, 1, "c.dp_reducescatter_s", "input_data"], [162, 1, 1, "c.dp_reducescatter_s", "output_data"], [162, 1, 1, "c.dp_reducescatter_s", "reduce_type"]], "dp_reshape_p": [[163, 1, 1, "c.dp_reshape_p", "input"], [163, 1, 1, "c.dp_reshape_p", "length"], [163, 1, 1, "c.dp_reshape_p", "output"]], "dp_reshape_s": [[163, 1, 1, "c.dp_reshape_s", "core_mask"], [163, 1, 1, "c.dp_reshape_s", "input"], [163, 1, 1, "c.dp_reshape_s", "length"], [163, 1, 1, "c.dp_reshape_s", "output"]], "dp_round_p": [[170, 1, 1, "c.dp_round_p", "input"], [170, 1, 1, "c.dp_round_p", "length"], [170, 1, 1, "c.dp_round_p", "output"]], "dp_round_s": [[170, 1, 1, "c.dp_round_s", "core_mask"], [170, 1, 1, "c.dp_round_s", "input"], [170, 1, 1, "c.dp_round_s", "length"], [170, 1, 1, "c.dp_round_s", "output"]], "dp_rsqrt_p": [[171, 1, 1, "c.dp_rsqrt_p", "dst"], [171, 1, 1, "c.dp_rsqrt_p", "length"], [171, 1, 1, "c.dp_rsqrt_p", "src"]], "dp_rsqrt_s": [[171, 1, 1, "c.dp_rsqrt_s", "core_mask"], [171, 1, 1, "c.dp_rsqrt_s", "dst"], [171, 1, 1, "c.dp_rsqrt_s", "length"], [171, 1, 1, "c.dp_rsqrt_s", "src"]], "dp_scale_fusion_p": [[173, 1, 1, "c.dp_scale_fusion_p", "bias"], [173, 1, 1, "c.dp_scale_fusion_p", "dst_data"], [173, 1, 1, "c.dp_scale_fusion_p", "length"], [173, 1, 1, "c.dp_scale_fusion_p", "scale"], [173, 1, 1, "c.dp_scale_fusion_p", "src_data"]], "dp_scale_fusion_s": [[173, 1, 1, "c.dp_scale_fusion_s", "bias"], [173, 1, 1, "c.dp_scale_fusion_s", "core_mask"], [173, 1, 1, "c.dp_scale_fusion_s", "dst_data"], [173, 1, 1, "c.dp_scale_fusion_s", "length"], [173, 1, 1, "c.dp_scale_fusion_s", "scale"], [173, 1, 1, "c.dp_scale_fusion_s", "src_data"]], "dp_scatter_elements_p": [[174, 1, 1, "c.dp_scatter_elements_p", "core_mask"], [174, 1, 1, "c.dp_scatter_elements_p", "indices"], [174, 1, 1, "c.dp_scatter_elements_p", "input"], [174, 1, 1, "c.dp_scatter_elements_p", "output"], [174, 1, 1, "c.dp_scatter_elements_p", "param"], [174, 1, 1, "c.dp_scatter_elements_p", "updates"]], "dp_scatter_elements_s": [[174, 1, 1, "c.dp_scatter_elements_s", "core_mask"], [174, 1, 1, "c.dp_scatter_elements_s", "indices"], [174, 1, 1, "c.dp_scatter_elements_s", "input"], [174, 1, 1, "c.dp_scatter_elements_s", "output"], [174, 1, 1, "c.dp_scatter_elements_s", "param"], [174, 1, 1, "c.dp_scatter_elements_s", "updates"]], "dp_scatter_nd_p": [[175, 1, 1, "c.dp_scatter_nd_p", "indices"], [175, 1, 1, "c.dp_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.dp_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.dp_scatter_nd_p", "output"], [175, 1, 1, "c.dp_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.dp_scatter_nd_p", "output_shape"], [175, 1, 1, "c.dp_scatter_nd_p", "updates"]], "dp_scatter_nd_s": [[175, 1, 1, "c.dp_scatter_nd_s", "core_mask"], [175, 1, 1, "c.dp_scatter_nd_s", "indices"], [175, 1, 1, "c.dp_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.dp_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.dp_scatter_nd_s", "output"], [175, 1, 1, "c.dp_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.dp_scatter_nd_s", "output_shape"], [175, 1, 1, "c.dp_scatter_nd_s", "updates"]], "dp_scatter_nd_update_p": [[176, 1, 1, "c.dp_scatter_nd_update_p", "indices"], [176, 1, 1, "c.dp_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.dp_scatter_nd_update_p", "output"], [176, 1, 1, "c.dp_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.dp_scatter_nd_update_p", "updates"]], "dp_scatter_nd_update_s": [[176, 1, 1, "c.dp_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.dp_scatter_nd_update_s", "indices"], [176, 1, 1, "c.dp_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.dp_scatter_nd_update_s", "output"], [176, 1, 1, "c.dp_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.dp_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.dp_scatter_nd_update_s", "updates"]], "dp_select_p": [[177, 1, 1, "c.dp_select_p", "condition"], [177, 1, 1, "c.dp_select_p", "input0"], [177, 1, 1, "c.dp_select_p", "input1"], [177, 1, 1, "c.dp_select_p", "output"], [177, 1, 1, "c.dp_select_p", "params"]], "dp_select_s": [[177, 1, 1, "c.dp_select_s", "condition"], [177, 1, 1, "c.dp_select_s", "core_mask"], [177, 1, 1, "c.dp_select_s", "input0"], [177, 1, 1, "c.dp_select_s", "input1"], [177, 1, 1, "c.dp_select_s", "output"], [177, 1, 1, "c.dp_select_s", "params"]], "dp_sin_p": [[182, 1, 1, "c.dp_sin_p", "dst_data"], [182, 1, 1, "c.dp_sin_p", "length"], [182, 1, 1, "c.dp_sin_p", "src_data"]], "dp_sin_s": [[182, 1, 1, "c.dp_sin_s", "core_mask"], [182, 1, 1, "c.dp_sin_s", "dst_data"], [182, 1, 1, "c.dp_sin_s", "length"], [182, 1, 1, "c.dp_sin_s", "src_data"]], "dp_slice_p": [[185, 1, 1, "c.dp_slice_p", "begin"], [185, 1, 1, "c.dp_slice_p", "input"], [185, 1, 1, "c.dp_slice_p", "input_shape"], [185, 1, 1, "c.dp_slice_p", "ndim"], [185, 1, 1, "c.dp_slice_p", "output"], [185, 1, 1, "c.dp_slice_p", "size"]], "dp_slice_s": [[185, 1, 1, "c.dp_slice_s", "begin"], [185, 1, 1, "c.dp_slice_s", "core_mask"], [185, 1, 1, "c.dp_slice_s", "input"], [185, 1, 1, "c.dp_slice_s", "input_shape"], [185, 1, 1, "c.dp_slice_s", "ndim"], [185, 1, 1, "c.dp_slice_s", "output"], [185, 1, 1, "c.dp_slice_s", "size"]], "dp_spacetobatch_p": [[190, 1, 1, "c.dp_spacetobatch_p", "block_size"], [190, 1, 1, "c.dp_spacetobatch_p", "data_size"], [190, 1, 1, "c.dp_spacetobatch_p", "input"], [190, 1, 1, "c.dp_spacetobatch_p", "input_shape"], [190, 1, 1, "c.dp_spacetobatch_p", "output"], [190, 1, 1, "c.dp_spacetobatch_p", "paddings"]], "dp_spacetobatch_s": [[190, 1, 1, "c.dp_spacetobatch_s", "block_size"], [190, 1, 1, "c.dp_spacetobatch_s", "core_mask"], [190, 1, 1, "c.dp_spacetobatch_s", "data_size"], [190, 1, 1, "c.dp_spacetobatch_s", "input"], [190, 1, 1, "c.dp_spacetobatch_s", "input_shape"], [190, 1, 1, "c.dp_spacetobatch_s", "output"], [190, 1, 1, "c.dp_spacetobatch_s", "paddings"]], "dp_spacetobatchnd_p": [[191, 1, 1, "c.dp_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.dp_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.dp_spacetobatchnd_p", "input"], [191, 1, 1, "c.dp_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.dp_spacetobatchnd_p", "output"], [191, 1, 1, "c.dp_spacetobatchnd_p", "paddings"]], "dp_spacetobatchnd_s": [[191, 1, 1, "c.dp_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.dp_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.dp_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.dp_spacetobatchnd_s", "input"], [191, 1, 1, "c.dp_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.dp_spacetobatchnd_s", "output"], [191, 1, 1, "c.dp_spacetobatchnd_s", "paddings"]], "dp_spacetodepth_p": [[192, 1, 1, "c.dp_spacetodepth_p", "block"], [192, 1, 1, "c.dp_spacetodepth_p", "data_size"], [192, 1, 1, "c.dp_spacetodepth_p", "in_shape"], [192, 1, 1, "c.dp_spacetodepth_p", "input"], [192, 1, 1, "c.dp_spacetodepth_p", "output"]], "dp_spacetodepth_s": [[192, 1, 1, "c.dp_spacetodepth_s", "block"], [192, 1, 1, "c.dp_spacetodepth_s", "core_mask"], [192, 1, 1, "c.dp_spacetodepth_s", "data_size"], [192, 1, 1, "c.dp_spacetodepth_s", "in_shape"], [192, 1, 1, "c.dp_spacetodepth_s", "input"], [192, 1, 1, "c.dp_spacetodepth_s", "output"]], "dp_sparse_fill_empty_rows_p": [[194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_p", "values_ptr"]], "dp_sparse_fill_empty_rows_s": [[194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.dp_sparse_fill_empty_rows_s", "values_ptr"]], "dp_sparse_to_dense_p": [[197, 1, 1, "c.dp_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.dp_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.dp_sparse_to_dense_p", "output"], [197, 1, 1, "c.dp_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.dp_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.dp_sparse_to_dense_p", "sparse_values"]], "dp_sparse_to_dense_s": [[197, 1, 1, "c.dp_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.dp_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.dp_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.dp_sparse_to_dense_s", "output"], [197, 1, 1, "c.dp_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.dp_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.dp_sparse_to_dense_s", "sparse_values"]], "dp_sparsesegmentsum_p": [[196, 1, 1, "c.dp_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.dp_sparsesegmentsum_p", "out_data_shape"]], "dp_sparsesegmentsum_s": [[196, 1, 1, "c.dp_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.dp_sparsesegmentsum_s", "out_data_shape"]], "dp_splice_p": [[198, 1, 1, "c.dp_splice_p", "context_dim"], [198, 1, 1, "c.dp_splice_p", "dst_col"], [198, 1, 1, "c.dp_splice_p", "dst_data"], [198, 1, 1, "c.dp_splice_p", "dst_row"], [198, 1, 1, "c.dp_splice_p", "forward_indexes"], [198, 1, 1, "c.dp_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.dp_splice_p", "src_col"], [198, 1, 1, "c.dp_splice_p", "src_data"], [198, 1, 1, "c.dp_splice_p", "src_row"]], "dp_splice_s": [[198, 1, 1, "c.dp_splice_s", "context_dim"], [198, 1, 1, "c.dp_splice_s", "core_mask"], [198, 1, 1, "c.dp_splice_s", "dst_col"], [198, 1, 1, "c.dp_splice_s", "dst_data"], [198, 1, 1, "c.dp_splice_s", "dst_row"], [198, 1, 1, "c.dp_splice_s", "forward_indexes"], [198, 1, 1, "c.dp_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.dp_splice_s", "src_col"], [198, 1, 1, "c.dp_splice_s", "src_data"], [198, 1, 1, "c.dp_splice_s", "src_row"]], "dp_split_p": [[199, 1, 1, "c.dp_split_p", "axis"], [199, 1, 1, "c.dp_split_p", "input"], [199, 1, 1, "c.dp_split_p", "input_ndim"], [199, 1, 1, "c.dp_split_p", "input_shape"], [199, 1, 1, "c.dp_split_p", "num_split"], [199, 1, 1, "c.dp_split_p", "outputs"], [199, 1, 1, "c.dp_split_p", "split_sizes"]], "dp_split_s": [[199, 1, 1, "c.dp_split_s", "axis"], [199, 1, 1, "c.dp_split_s", "core_mask"], [199, 1, 1, "c.dp_split_s", "input"], [199, 1, 1, "c.dp_split_s", "input_ndim"], [199, 1, 1, "c.dp_split_s", "input_shape"], [199, 1, 1, "c.dp_split_s", "num_split"], [199, 1, 1, "c.dp_split_s", "outputs"], [199, 1, 1, "c.dp_split_s", "split_sizes"]], "dp_split_with_overlap_p": [[200, 1, 1, "c.dp_split_with_overlap_p", "axis"], [200, 1, 1, "c.dp_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.dp_split_with_overlap_p", "input"], [200, 1, 1, "c.dp_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.dp_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.dp_split_with_overlap_p", "num_split"], [200, 1, 1, "c.dp_split_with_overlap_p", "outputs"], [200, 1, 1, "c.dp_split_with_overlap_p", "start_indices"]], "dp_split_with_overlap_s": [[200, 1, 1, "c.dp_split_with_overlap_s", "axis"], [200, 1, 1, "c.dp_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.dp_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.dp_split_with_overlap_s", "input"], [200, 1, 1, "c.dp_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.dp_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.dp_split_with_overlap_s", "num_split"], [200, 1, 1, "c.dp_split_with_overlap_s", "outputs"], [200, 1, 1, "c.dp_split_with_overlap_s", "start_indices"]], "dp_sqrt_p": [[201, 1, 1, "c.dp_sqrt_p", "dst_data"], [201, 1, 1, "c.dp_sqrt_p", "length"], [201, 1, 1, "c.dp_sqrt_p", "src_data"]], "dp_sqrt_s": [[201, 1, 1, "c.dp_sqrt_s", "core_mask"], [201, 1, 1, "c.dp_sqrt_s", "dst_data"], [201, 1, 1, "c.dp_sqrt_s", "length"], [201, 1, 1, "c.dp_sqrt_s", "src_data"]], "dp_square_difference_p": [[204, 1, 1, "c.dp_square_difference_p", "input0"], [204, 1, 1, "c.dp_square_difference_p", "input1"], [204, 1, 1, "c.dp_square_difference_p", "output"], [204, 1, 1, "c.dp_square_difference_p", "params"]], "dp_square_difference_s": [[204, 1, 1, "c.dp_square_difference_s", "core_mask"], [204, 1, 1, "c.dp_square_difference_s", "input0"], [204, 1, 1, "c.dp_square_difference_s", "input1"], [204, 1, 1, "c.dp_square_difference_s", "output"], [204, 1, 1, "c.dp_square_difference_s", "params"]], "dp_square_p": [[203, 1, 1, "c.dp_square_p", "dst"], [203, 1, 1, "c.dp_square_p", "length"], [203, 1, 1, "c.dp_square_p", "src"]], "dp_square_s": [[203, 1, 1, "c.dp_square_s", "core_mask"], [203, 1, 1, "c.dp_square_s", "dst"], [203, 1, 1, "c.dp_square_s", "length"], [203, 1, 1, "c.dp_square_s", "src"]], "dp_stack_p": [[206, 1, 1, "c.dp_stack_p", "axis"], [206, 1, 1, "c.dp_stack_p", "input_ndim"], [206, 1, 1, "c.dp_stack_p", "input_shape"], [206, 1, 1, "c.dp_stack_p", "inputs"], [206, 1, 1, "c.dp_stack_p", "num_inputs"], [206, 1, 1, "c.dp_stack_p", "output"]], "dp_stack_s": [[206, 1, 1, "c.dp_stack_s", "axis"], [206, 1, 1, "c.dp_stack_s", "core_mask"], [206, 1, 1, "c.dp_stack_s", "input_ndim"], [206, 1, 1, "c.dp_stack_s", "input_shape"], [206, 1, 1, "c.dp_stack_s", "inputs"], [206, 1, 1, "c.dp_stack_s", "num_inputs"], [206, 1, 1, "c.dp_stack_s", "output"]], "dp_sub_p": [[209, 1, 1, "c.dp_sub_p", "input0"], [209, 1, 1, "c.dp_sub_p", "input1"], [209, 1, 1, "c.dp_sub_p", "output"], [209, 1, 1, "c.dp_sub_p", "param"]], "dp_sub_s": [[209, 1, 1, "c.dp_sub_s", "core_mask"], [209, 1, 1, "c.dp_sub_s", "input0"], [209, 1, 1, "c.dp_sub_s", "input1"], [209, 1, 1, "c.dp_sub_s", "output"], [209, 1, 1, "c.dp_sub_s", "param"]], "dp_tensor_scatter_add_p": [[213, 1, 1, "c.dp_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "input"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "output"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.dp_tensor_scatter_add_p", "updates"]], "dp_tensor_scatter_add_s": [[213, 1, 1, "c.dp_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "input"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "output"], [213, 1, 1, "c.dp_tensor_scatter_add_s", "updates"]], "dp_tensorarrayread_p": [[215, 1, 1, "c.dp_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.dp_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.dp_tensorarrayread_p", "index"], [215, 1, 1, "c.dp_tensorarrayread_p", "output_data"], [215, 1, 1, "c.dp_tensorarrayread_p", "output_size"]], "dp_tensorarrayread_s": [[215, 1, 1, "c.dp_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.dp_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.dp_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.dp_tensorarrayread_s", "index"], [215, 1, 1, "c.dp_tensorarrayread_s", "output_data"], [215, 1, 1, "c.dp_tensorarrayread_s", "output_size"]], "dp_tensorlist_from_tensor_p": [[217, 1, 1, "c.dp_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.dp_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.dp_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.dp_tensorlist_from_tensor_p", "output_tensors"]], "dp_tensorlist_from_tensor_s": [[217, 1, 1, "c.dp_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.dp_tensorlist_from_tensor_s", "output_tensors"]], "dp_tile_p": [[222, 1, 1, "c.dp_tile_p", "input"], [222, 1, 1, "c.dp_tile_p", "input_shape"], [222, 1, 1, "c.dp_tile_p", "output"], [222, 1, 1, "c.dp_tile_p", "stride"], [222, 1, 1, "c.dp_tile_p", "tile_dim"], [222, 1, 1, "c.dp_tile_p", "tile_num"]], "dp_tile_s": [[222, 1, 1, "c.dp_tile_s", "core_mask"], [222, 1, 1, "c.dp_tile_s", "input"], [222, 1, 1, "c.dp_tile_s", "input_shape"], [222, 1, 1, "c.dp_tile_s", "output"], [222, 1, 1, "c.dp_tile_s", "stride"], [222, 1, 1, "c.dp_tile_s", "tile_dim"], [222, 1, 1, "c.dp_tile_s", "tile_num"]], "dp_transpose_p": [[224, 1, 1, "c.dp_transpose_p", "in_data"], [224, 1, 1, "c.dp_transpose_p", "num_axes"], [224, 1, 1, "c.dp_transpose_p", "out_data"], [224, 1, 1, "c.dp_transpose_p", "out_strides"], [224, 1, 1, "c.dp_transpose_p", "output_shape"], [224, 1, 1, "c.dp_transpose_p", "perm"], [224, 1, 1, "c.dp_transpose_p", "strides"]], "dp_transpose_s": [[224, 1, 1, "c.dp_transpose_s", "core_mask"], [224, 1, 1, "c.dp_transpose_s", "in_data"], [224, 1, 1, "c.dp_transpose_s", "num_axes"], [224, 1, 1, "c.dp_transpose_s", "out_data"], [224, 1, 1, "c.dp_transpose_s", "out_strides"], [224, 1, 1, "c.dp_transpose_s", "output_shape"], [224, 1, 1, "c.dp_transpose_s", "perm"], [224, 1, 1, "c.dp_transpose_s", "strides"]], "dp_tril_p": [[225, 1, 1, "c.dp_tril_p", "dst"], [225, 1, 1, "c.dp_tril_p", "height"], [225, 1, 1, "c.dp_tril_p", "k"], [225, 1, 1, "c.dp_tril_p", "out_elems"], [225, 1, 1, "c.dp_tril_p", "src"], [225, 1, 1, "c.dp_tril_p", "width"]], "dp_tril_s": [[225, 1, 1, "c.dp_tril_s", "core_mask"], [225, 1, 1, "c.dp_tril_s", "dst"], [225, 1, 1, "c.dp_tril_s", "height"], [225, 1, 1, "c.dp_tril_s", "k"], [225, 1, 1, "c.dp_tril_s", "out_elems"], [225, 1, 1, "c.dp_tril_s", "src"], [225, 1, 1, "c.dp_tril_s", "width"]], "dp_triu_p": [[226, 1, 1, "c.dp_triu_p", "dst"], [226, 1, 1, "c.dp_triu_p", "height"], [226, 1, 1, "c.dp_triu_p", "k"], [226, 1, 1, "c.dp_triu_p", "out_elems"], [226, 1, 1, "c.dp_triu_p", "src"], [226, 1, 1, "c.dp_triu_p", "width"]], "dp_triu_s": [[226, 1, 1, "c.dp_triu_s", "core_mask"], [226, 1, 1, "c.dp_triu_s", "dst"], [226, 1, 1, "c.dp_triu_s", "height"], [226, 1, 1, "c.dp_triu_s", "k"], [226, 1, 1, "c.dp_triu_s", "out_elems"], [226, 1, 1, "c.dp_triu_s", "src"], [226, 1, 1, "c.dp_triu_s", "width"]], "dp_unsorted_segment_sum_p": [[229, 1, 1, "c.dp_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.dp_unsorted_segment_sum_p", "output"]], "dp_unsorted_segment_sum_s": [[229, 1, 1, "c.dp_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.dp_unsorted_segment_sum_s", "output"]], "dp_where_p": [[232, 1, 1, "c.dp_where_p", "condition"], [232, 1, 1, "c.dp_where_p", "input0"], [232, 1, 1, "c.dp_where_p", "input1"], [232, 1, 1, "c.dp_where_p", "length"], [232, 1, 1, "c.dp_where_p", "output"]], "dp_where_s": [[232, 1, 1, "c.dp_where_s", "condition"], [232, 1, 1, "c.dp_where_s", "core_mask"], [232, 1, 1, "c.dp_where_s", "input0"], [232, 1, 1, "c.dp_where_s", "input1"], [232, 1, 1, "c.dp_where_s", "length"], [232, 1, 1, "c.dp_where_s", "output"]], "dp_zerolike_p": [[233, 1, 1, "c.dp_zerolike_p", "length"], [233, 1, 1, "c.dp_zerolike_p", "output"]], "dp_zerolike_s": [[233, 1, 1, "c.dp_zerolike_s", "core_mask"], [233, 1, 1, "c.dp_zerolike_s", "length"], [233, 1, 1, "c.dp_zerolike_s", "output"]], "fp_Gru_p": [[101, 1, 1, "c.fp_Gru_p", "buffer"], [101, 1, 1, "c.fp_Gru_p", "core_mask"], [101, 1, 1, "c.fp_Gru_p", "gru_param"], [101, 1, 1, "c.fp_Gru_p", "hidden_state"], [101, 1, 1, "c.fp_Gru_p", "input"], [101, 1, 1, "c.fp_Gru_p", "input_bias"], [101, 1, 1, "c.fp_Gru_p", "output"], [101, 1, 1, "c.fp_Gru_p", "state_bias"], [101, 1, 1, "c.fp_Gru_p", "weight_g"], [101, 1, 1, "c.fp_Gru_p", "weight_r"]], "fp_Gru_s": [[101, 1, 1, "c.fp_Gru_s", "buffer"], [101, 1, 1, "c.fp_Gru_s", "core_mask"], [101, 1, 1, "c.fp_Gru_s", "gru_param"], [101, 1, 1, "c.fp_Gru_s", "hidden_state"], [101, 1, 1, "c.fp_Gru_s", "input"], [101, 1, 1, "c.fp_Gru_s", "input_bias"], [101, 1, 1, "c.fp_Gru_s", "output"], [101, 1, 1, "c.fp_Gru_s", "state_bias"], [101, 1, 1, "c.fp_Gru_s", "weight_g"], [101, 1, 1, "c.fp_Gru_s", "weight_r"]], "fp_Unique_p": [[228, 1, 1, "c.fp_Unique_p", "input"], [228, 1, 1, "c.fp_Unique_p", "input_len"], [228, 1, 1, "c.fp_Unique_p", "output0"], [228, 1, 1, "c.fp_Unique_p", "output0_len"]], "fp_Unique_s": [[228, 1, 1, "c.fp_Unique_s", "core_mask"], [228, 1, 1, "c.fp_Unique_s", "input"], [228, 1, 1, "c.fp_Unique_s", "input_len"], [228, 1, 1, "c.fp_Unique_s", "output0"], [228, 1, 1, "c.fp_Unique_s", "output0_len"]], "fp_abs_grad_p": [[13, 1, 1, "c.fp_abs_grad_p", "input0"], [13, 1, 1, "c.fp_abs_grad_p", "input1"], [13, 1, 1, "c.fp_abs_grad_p", "length"], [13, 1, 1, "c.fp_abs_grad_p", "output"]], "fp_abs_grad_s": [[13, 1, 1, "c.fp_abs_grad_s", "core_mask"], [13, 1, 1, "c.fp_abs_grad_s", "input0"], [13, 1, 1, "c.fp_abs_grad_s", "input1"], [13, 1, 1, "c.fp_abs_grad_s", "length"], [13, 1, 1, "c.fp_abs_grad_s", "output"]], "fp_abs_p": [[12, 1, 1, "c.fp_abs_p", "dst_data"], [12, 1, 1, "c.fp_abs_p", "length"], [12, 1, 1, "c.fp_abs_p", "src_data"]], "fp_abs_s": [[12, 1, 1, "c.fp_abs_s", "core_mask"], [12, 1, 1, "c.fp_abs_s", "dst_data"], [12, 1, 1, "c.fp_abs_s", "length"], [12, 1, 1, "c.fp_abs_s", "src_data"]], "fp_adam_p": [[16, 1, 1, "c.fp_adam_p", "gradient"], [16, 1, 1, "c.fp_adam_p", "m"], [16, 1, 1, "c.fp_adam_p", "params"], [16, 1, 1, "c.fp_adam_p", "v"], [16, 1, 1, "c.fp_adam_p", "weight"]], "fp_adam_s": [[16, 1, 1, "c.fp_adam_s", "core_mask"], [16, 1, 1, "c.fp_adam_s", "gradient"], [16, 1, 1, "c.fp_adam_s", "m"], [16, 1, 1, "c.fp_adam_s", "params"], [16, 1, 1, "c.fp_adam_s", "v"], [16, 1, 1, "c.fp_adam_s", "weight"]], "fp_adamweightdecay_p": [[17, 1, 1, "c.fp_adamweightdecay_p", "beta1"], [17, 1, 1, "c.fp_adamweightdecay_p", "beta2"], [17, 1, 1, "c.fp_adamweightdecay_p", "decay"], [17, 1, 1, "c.fp_adamweightdecay_p", "epsilon"], [17, 1, 1, "c.fp_adamweightdecay_p", "gradient"], [17, 1, 1, "c.fp_adamweightdecay_p", "length"], [17, 1, 1, "c.fp_adamweightdecay_p", "lr"], [17, 1, 1, "c.fp_adamweightdecay_p", "m"], [17, 1, 1, "c.fp_adamweightdecay_p", "v"], [17, 1, 1, "c.fp_adamweightdecay_p", "var"]], "fp_adamweightdecay_s": [[17, 1, 1, "c.fp_adamweightdecay_s", "beta1"], [17, 1, 1, "c.fp_adamweightdecay_s", "beta2"], [17, 1, 1, "c.fp_adamweightdecay_s", "core_mask"], [17, 1, 1, "c.fp_adamweightdecay_s", "decay"], [17, 1, 1, "c.fp_adamweightdecay_s", "end"], [17, 1, 1, "c.fp_adamweightdecay_s", "epsilon"], [17, 1, 1, "c.fp_adamweightdecay_s", "gradient"], [17, 1, 1, "c.fp_adamweightdecay_s", "lr"], [17, 1, 1, "c.fp_adamweightdecay_s", "m"], [17, 1, 1, "c.fp_adamweightdecay_s", "start"], [17, 1, 1, "c.fp_adamweightdecay_s", "v"], [17, 1, 1, "c.fp_adamweightdecay_s", "var"]], "fp_add_grad_p": [[19, 1, 1, "c.fp_add_grad_p", "dx1"], [19, 1, 1, "c.fp_add_grad_p", "dx2"], [19, 1, 1, "c.fp_add_grad_p", "dy"], [19, 1, 1, "c.fp_add_grad_p", "params"]], "fp_add_grad_s": [[19, 1, 1, "c.fp_add_grad_s", "core_mask"], [19, 1, 1, "c.fp_add_grad_s", "dx1"], [19, 1, 1, "c.fp_add_grad_s", "dx2"], [19, 1, 1, "c.fp_add_grad_s", "dy"], [19, 1, 1, "c.fp_add_grad_s", "params"]], "fp_add_p": [[18, 1, 1, "c.fp_add_p", "input0"], [18, 1, 1, "c.fp_add_p", "input1"], [18, 1, 1, "c.fp_add_p", "output"], [18, 1, 1, "c.fp_add_p", "param"]], "fp_add_s": [[18, 1, 1, "c.fp_add_s", "core_mask"], [18, 1, 1, "c.fp_add_s", "input0"], [18, 1, 1, "c.fp_add_s", "input1"], [18, 1, 1, "c.fp_add_s", "output"], [18, 1, 1, "c.fp_add_s", "param"]], "fp_adder_p": [[20, 1, 1, "c.fp_adder_p", "bias"], [20, 1, 1, "c.fp_adder_p", "conv_param"], [20, 1, 1, "c.fp_adder_p", "input_w"], [20, 1, 1, "c.fp_adder_p", "input_x"], [20, 1, 1, "c.fp_adder_p", "out_y"]], "fp_adder_s": [[20, 1, 1, "c.fp_adder_s", "bias"], [20, 1, 1, "c.fp_adder_s", "conv_param"], [20, 1, 1, "c.fp_adder_s", "core_mask"], [20, 1, 1, "c.fp_adder_s", "input_w"], [20, 1, 1, "c.fp_adder_s", "input_x"], [20, 1, 1, "c.fp_adder_s", "out_y"]], "fp_addn_p": [[21, 1, 1, "c.fp_addn_p", "element_nums"], [21, 1, 1, "c.fp_addn_p", "inputs"], [21, 1, 1, "c.fp_addn_p", "output"], [21, 1, 1, "c.fp_addn_p", "tensor_num"]], "fp_addn_s": [[21, 1, 1, "c.fp_addn_s", "core_mask"], [21, 1, 1, "c.fp_addn_s", "element_nums"], [21, 1, 1, "c.fp_addn_s", "inputs"], [21, 1, 1, "c.fp_addn_s", "output"], [21, 1, 1, "c.fp_addn_s", "tensor_num"]], "fp_affine_p": [[22, 1, 1, "c.fp_affine_p", "input0"], [22, 1, 1, "c.fp_affine_p", "input1"], [22, 1, 1, "c.fp_affine_p", "input2"], [22, 1, 1, "c.fp_affine_p", "output"], [22, 1, 1, "c.fp_affine_p", "params"]], "fp_affine_s": [[22, 1, 1, "c.fp_affine_s", "core_mask"], [22, 1, 1, "c.fp_affine_s", "input0"], [22, 1, 1, "c.fp_affine_s", "input1"], [22, 1, 1, "c.fp_affine_s", "input2"], [22, 1, 1, "c.fp_affine_s", "output"], [22, 1, 1, "c.fp_affine_s", "params"]], "fp_all_gather_p": [[24, 1, 1, "c.fp_all_gather_p", "data_size"], [24, 1, 1, "c.fp_all_gather_p", "input"], [24, 1, 1, "c.fp_all_gather_p", "input_rank"], [24, 1, 1, "c.fp_all_gather_p", "output"], [24, 1, 1, "c.fp_all_gather_p", "output_rank"]], "fp_all_gather_s": [[24, 1, 1, "c.fp_all_gather_s", "core_mask"], [24, 1, 1, "c.fp_all_gather_s", "data_size"], [24, 1, 1, "c.fp_all_gather_s", "input"], [24, 1, 1, "c.fp_all_gather_s", "input_rank"], [24, 1, 1, "c.fp_all_gather_s", "output"], [24, 1, 1, "c.fp_all_gather_s", "output_rank"]], "fp_apply_momentum_p": [[25, 1, 1, "c.fp_apply_momentum_p", "accumulate"], [25, 1, 1, "c.fp_apply_momentum_p", "float_addr"], [25, 1, 1, "c.fp_apply_momentum_p", "gradient"], [25, 1, 1, "c.fp_apply_momentum_p", "int_addr"], [25, 1, 1, "c.fp_apply_momentum_p", "nesterov"], [25, 1, 1, "c.fp_apply_momentum_p", "weight"]], "fp_apply_momentum_s": [[25, 1, 1, "c.fp_apply_momentum_s", "accumulate"], [25, 1, 1, "c.fp_apply_momentum_s", "core_mask"], [25, 1, 1, "c.fp_apply_momentum_s", "float_addr"], [25, 1, 1, "c.fp_apply_momentum_s", "gradient"], [25, 1, 1, "c.fp_apply_momentum_s", "int_addr"], [25, 1, 1, "c.fp_apply_momentum_s", "nesterov"], [25, 1, 1, "c.fp_apply_momentum_s", "weight"]], "fp_arg_max_p": [[26, 1, 1, "c.fp_arg_max_p", "input"], [26, 1, 1, "c.fp_arg_max_p", "output"], [26, 1, 1, "c.fp_arg_max_p", "output_value"], [26, 1, 1, "c.fp_arg_max_p", "params"]], "fp_arg_max_s": [[26, 1, 1, "c.fp_arg_max_s", "core_mask"], [26, 1, 1, "c.fp_arg_max_s", "input"], [26, 1, 1, "c.fp_arg_max_s", "output"], [26, 1, 1, "c.fp_arg_max_s", "output_value"], [26, 1, 1, "c.fp_arg_max_s", "params"]], "fp_arg_min_p": [[27, 1, 1, "c.fp_arg_min_p", "input"], [27, 1, 1, "c.fp_arg_min_p", "output"], [27, 1, 1, "c.fp_arg_min_p", "output_value"], [27, 1, 1, "c.fp_arg_min_p", "params"]], "fp_arg_min_s": [[27, 1, 1, "c.fp_arg_min_s", "core_mask"], [27, 1, 1, "c.fp_arg_min_s", "input"], [27, 1, 1, "c.fp_arg_min_s", "output"], [27, 1, 1, "c.fp_arg_min_s", "output_value"], [27, 1, 1, "c.fp_arg_min_s", "params"]], "fp_assert_p": [[28, 1, 1, "c.fp_assert_p", "input"], [28, 1, 1, "c.fp_assert_p", "output"]], "fp_assert_s": [[28, 1, 1, "c.fp_assert_s", "core_mask"], [28, 1, 1, "c.fp_assert_s", "input"], [28, 1, 1, "c.fp_assert_s", "output"]], "fp_assign_add_p": [[30, 1, 1, "c.fp_assign_add_p", "input"], [30, 1, 1, "c.fp_assign_add_p", "length"], [30, 1, 1, "c.fp_assign_add_p", "output"]], "fp_assign_add_s": [[30, 1, 1, "c.fp_assign_add_s", "core_mask"], [30, 1, 1, "c.fp_assign_add_s", "input"], [30, 1, 1, "c.fp_assign_add_s", "length"], [30, 1, 1, "c.fp_assign_add_s", "output"]], "fp_assign_p": [[29, 1, 1, "c.fp_assign_p", "dst"], [29, 1, 1, "c.fp_assign_p", "length"], [29, 1, 1, "c.fp_assign_p", "src"]], "fp_assign_s": [[29, 1, 1, "c.fp_assign_s", "core_mask"], [29, 1, 1, "c.fp_assign_s", "dst"], [29, 1, 1, "c.fp_assign_s", "length"], [29, 1, 1, "c.fp_assign_s", "src"]], "fp_attention_p": [[31, 1, 1, "c.fp_attention_p", "K"], [31, 1, 1, "c.fp_attention_p", "Q"], [31, 1, 1, "c.fp_attention_p", "V"], [31, 1, 1, "c.fp_attention_p", "output"], [31, 1, 1, "c.fp_attention_p", "params"]], "fp_attention_s": [[31, 1, 1, "c.fp_attention_s", "K"], [31, 1, 1, "c.fp_attention_s", "Q"], [31, 1, 1, "c.fp_attention_s", "V"], [31, 1, 1, "c.fp_attention_s", "core_mask"], [31, 1, 1, "c.fp_attention_s", "output"], [31, 1, 1, "c.fp_attention_s", "params"]], "fp_audio_spectrogram_p": [[32, 1, 1, "c.fp_audio_spectrogram_p", "params"], [32, 1, 1, "c.fp_audio_spectrogram_p", "workspace"]], "fp_audio_spectrogram_s": [[32, 1, 1, "c.fp_audio_spectrogram_s", "core_mask"], [32, 1, 1, "c.fp_audio_spectrogram_s", "params"], [32, 1, 1, "c.fp_audio_spectrogram_s", "workspace"]], "fp_avg_pool_grad_p": [[33, 1, 1, "c.fp_avg_pool_grad_p", "input"], [33, 1, 1, "c.fp_avg_pool_grad_p", "output"], [33, 1, 1, "c.fp_avg_pool_grad_p", "params"]], "fp_avg_pool_grad_s": [[33, 1, 1, "c.fp_avg_pool_grad_s", "core_mask"], [33, 1, 1, "c.fp_avg_pool_grad_s", "input"], [33, 1, 1, "c.fp_avg_pool_grad_s", "output"], [33, 1, 1, "c.fp_avg_pool_grad_s", "params"]], "fp_avgpool_fusion_p": [[34, 1, 1, "c.fp_avgpool_fusion_p", "input"], [34, 1, 1, "c.fp_avgpool_fusion_p", "output"], [34, 1, 1, "c.fp_avgpool_fusion_p", "params"]], "fp_avgpool_fusion_s": [[34, 1, 1, "c.fp_avgpool_fusion_s", "core_mask"], [34, 1, 1, "c.fp_avgpool_fusion_s", "input"], [34, 1, 1, "c.fp_avgpool_fusion_s", "output"], [34, 1, 1, "c.fp_avgpool_fusion_s", "params"]], "fp_batch_norm_grad_p": [[37, 1, 1, "c.fp_batch_norm_grad_p", "dx"], [37, 1, 1, "c.fp_batch_norm_grad_p", "dy"], [37, 1, 1, "c.fp_batch_norm_grad_p", "params"], [37, 1, 1, "c.fp_batch_norm_grad_p", "x"]], "fp_batch_norm_grad_s": [[37, 1, 1, "c.fp_batch_norm_grad_s", "core_mask"], [37, 1, 1, "c.fp_batch_norm_grad_s", "dx"], [37, 1, 1, "c.fp_batch_norm_grad_s", "dy"], [37, 1, 1, "c.fp_batch_norm_grad_s", "x"]], "fp_batch_norm_p": [[36, 1, 1, "c.fp_batch_norm_p", "channel"], [36, 1, 1, "c.fp_batch_norm_p", "epsilon"], [36, 1, 1, "c.fp_batch_norm_p", "input"], [36, 1, 1, "c.fp_batch_norm_p", "mean"], [36, 1, 1, "c.fp_batch_norm_p", "output"], [36, 1, 1, "c.fp_batch_norm_p", "unit"], [36, 1, 1, "c.fp_batch_norm_p", "variance"]], "fp_batch_norm_s": [[36, 1, 1, "c.fp_batch_norm_s", "channel"], [36, 1, 1, "c.fp_batch_norm_s", "core_mask"], [36, 1, 1, "c.fp_batch_norm_s", "epsilon"], [36, 1, 1, "c.fp_batch_norm_s", "input"], [36, 1, 1, "c.fp_batch_norm_s", "mean"], [36, 1, 1, "c.fp_batch_norm_s", "output"], [36, 1, 1, "c.fp_batch_norm_s", "unit"], [36, 1, 1, "c.fp_batch_norm_s", "variance"]], "fp_batch_to_space_p": [[35, 1, 1, "c.fp_batch_to_space_p", "block"], [35, 1, 1, "c.fp_batch_to_space_p", "crops"], [35, 1, 1, "c.fp_batch_to_space_p", "in_shape"], [35, 1, 1, "c.fp_batch_to_space_p", "input"], [35, 1, 1, "c.fp_batch_to_space_p", "output"]], "fp_batch_to_space_s": [[35, 1, 1, "c.fp_batch_to_space_s", "block"], [35, 1, 1, "c.fp_batch_to_space_s", "core_mask"], [35, 1, 1, "c.fp_batch_to_space_s", "crops"], [35, 1, 1, "c.fp_batch_to_space_s", "in_shape"], [35, 1, 1, "c.fp_batch_to_space_s", "input"], [35, 1, 1, "c.fp_batch_to_space_s", "output"]], "fp_batchtospacend_p": [[38, 1, 1, "c.fp_batchtospacend_p", "block_size"], [38, 1, 1, "c.fp_batchtospacend_p", "crops"], [38, 1, 1, "c.fp_batchtospacend_p", "data_size"], [38, 1, 1, "c.fp_batchtospacend_p", "input"], [38, 1, 1, "c.fp_batchtospacend_p", "input_shape"], [38, 1, 1, "c.fp_batchtospacend_p", "output"]], "fp_batchtospacend_s": [[38, 1, 1, "c.fp_batchtospacend_s", "block_size"], [38, 1, 1, "c.fp_batchtospacend_s", "core_mask"], [38, 1, 1, "c.fp_batchtospacend_s", "crops"], [38, 1, 1, "c.fp_batchtospacend_s", "data_size"], [38, 1, 1, "c.fp_batchtospacend_s", "input"], [38, 1, 1, "c.fp_batchtospacend_s", "input_shape"], [38, 1, 1, "c.fp_batchtospacend_s", "output"]], "fp_bias_add_grad_p": [[40, 1, 1, "c.fp_bias_add_grad_p", "dbias"], [40, 1, 1, "c.fp_bias_add_grad_p", "dy"], [40, 1, 1, "c.fp_bias_add_grad_p", "dy_dims"], [40, 1, 1, "c.fp_bias_add_grad_p", "shape_size"]], "fp_bias_add_grad_s": [[40, 1, 1, "c.fp_bias_add_grad_s", "core_mask"], [40, 1, 1, "c.fp_bias_add_grad_s", "dbias"], [40, 1, 1, "c.fp_bias_add_grad_s", "dy"], [40, 1, 1, "c.fp_bias_add_grad_s", "dy_dims"], [40, 1, 1, "c.fp_bias_add_grad_s", "shape_size"]], "fp_bias_add_p": [[39, 1, 1, "c.fp_bias_add_p", "data_format"], [39, 1, 1, "c.fp_bias_add_p", "dims"], [39, 1, 1, "c.fp_bias_add_p", "input_bias"], [39, 1, 1, "c.fp_bias_add_p", "input_x"], [39, 1, 1, "c.fp_bias_add_p", "length"], [39, 1, 1, "c.fp_bias_add_p", "output"], [39, 1, 1, "c.fp_bias_add_p", "shape_size"]], "fp_bias_add_s": [[39, 1, 1, "c.fp_bias_add_s", "core_mask"], [39, 1, 1, "c.fp_bias_add_s", "data_format"], [39, 1, 1, "c.fp_bias_add_s", "dims"], [39, 1, 1, "c.fp_bias_add_s", "input_bias"], [39, 1, 1, "c.fp_bias_add_s", "input_x"], [39, 1, 1, "c.fp_bias_add_s", "length"], [39, 1, 1, "c.fp_bias_add_s", "output"], [39, 1, 1, "c.fp_bias_add_s", "shape_size"]], "fp_binary_cross_entropy_grad_p": [[41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "dloss"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "dx"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "input_x"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "input_y"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "param"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_p", "weight"]], "fp_binary_cross_entropy_grad_s": [[41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "core_mask"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "dloss"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "dx"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "input_x"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "input_y"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "param"], [41, 1, 1, "c.fp_binary_cross_entropy_grad_s", "weight"]], "fp_binary_cross_entropy_p": [[42, 1, 1, "c.fp_binary_cross_entropy_p", "input_x"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "input_y"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "loss"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "params"], [42, 1, 1, "c.fp_binary_cross_entropy_p", "weight"]], "fp_binary_cross_entropy_s": [[42, 1, 1, "c.fp_binary_cross_entropy_s", "core_mask"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "input_x"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "input_y"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "loss"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "params"], [42, 1, 1, "c.fp_binary_cross_entropy_s", "weight"]], "fp_broadcastto_p": [[43, 1, 1, "c.fp_broadcastto_p", "data_size"], [43, 1, 1, "c.fp_broadcastto_p", "input"], [43, 1, 1, "c.fp_broadcastto_p", "input_shape"], [43, 1, 1, "c.fp_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.fp_broadcastto_p", "output"], [43, 1, 1, "c.fp_broadcastto_p", "output_shape"], [43, 1, 1, "c.fp_broadcastto_p", "output_shape_size"]], "fp_broadcastto_s": [[43, 1, 1, "c.fp_broadcastto_s", "core_mask"], [43, 1, 1, "c.fp_broadcastto_s", "data_size"], [43, 1, 1, "c.fp_broadcastto_s", "input"], [43, 1, 1, "c.fp_broadcastto_s", "input_shape"], [43, 1, 1, "c.fp_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.fp_broadcastto_s", "output"], [43, 1, 1, "c.fp_broadcastto_s", "output_shape"], [43, 1, 1, "c.fp_broadcastto_s", "output_shape_size"]], "fp_cast_to_fp16_p": [[45, 1, 1, "c.fp_cast_to_fp16_p", "input"], [45, 1, 1, "c.fp_cast_to_fp16_p", "length"], [45, 1, 1, "c.fp_cast_to_fp16_p", "output"]], "fp_cast_to_fp16_s": [[45, 1, 1, "c.fp_cast_to_fp16_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_fp16_s", "input"], [45, 1, 1, "c.fp_cast_to_fp16_s", "length"], [45, 1, 1, "c.fp_cast_to_fp16_s", "output"]], "fp_cast_to_fp_p": [[45, 1, 1, "c.fp_cast_to_fp_p", "input"], [45, 1, 1, "c.fp_cast_to_fp_p", "length"], [45, 1, 1, "c.fp_cast_to_fp_p", "output"]], "fp_cast_to_fp_s": [[45, 1, 1, "c.fp_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_fp_s", "input"], [45, 1, 1, "c.fp_cast_to_fp_s", "length"], [45, 1, 1, "c.fp_cast_to_fp_s", "output"]], "fp_cast_to_int16_p": [[45, 1, 1, "c.fp_cast_to_int16_p", "input"], [45, 1, 1, "c.fp_cast_to_int16_p", "input"], [45, 1, 1, "c.fp_cast_to_int16_p", "length"], [45, 1, 1, "c.fp_cast_to_int16_p", "length"], [45, 1, 1, "c.fp_cast_to_int16_p", "output"], [45, 1, 1, "c.fp_cast_to_int16_p", "output"]], "fp_cast_to_int16_s": [[45, 1, 1, "c.fp_cast_to_int16_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int16_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int16_s", "input"], [45, 1, 1, "c.fp_cast_to_int16_s", "input"], [45, 1, 1, "c.fp_cast_to_int16_s", "length"], [45, 1, 1, "c.fp_cast_to_int16_s", "length"], [45, 1, 1, "c.fp_cast_to_int16_s", "output"], [45, 1, 1, "c.fp_cast_to_int16_s", "output"]], "fp_cast_to_int32_p": [[45, 1, 1, "c.fp_cast_to_int32_p", "input"], [45, 1, 1, "c.fp_cast_to_int32_p", "input"], [45, 1, 1, "c.fp_cast_to_int32_p", "length"], [45, 1, 1, "c.fp_cast_to_int32_p", "length"], [45, 1, 1, "c.fp_cast_to_int32_p", "output"], [45, 1, 1, "c.fp_cast_to_int32_p", "output"]], "fp_cast_to_int32_s": [[45, 1, 1, "c.fp_cast_to_int32_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int32_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int32_s", "input"], [45, 1, 1, "c.fp_cast_to_int32_s", "input"], [45, 1, 1, "c.fp_cast_to_int32_s", "length"], [45, 1, 1, "c.fp_cast_to_int32_s", "length"], [45, 1, 1, "c.fp_cast_to_int32_s", "output"], [45, 1, 1, "c.fp_cast_to_int32_s", "output"]], "fp_cast_to_int8_p": [[45, 1, 1, "c.fp_cast_to_int8_p", "input"], [45, 1, 1, "c.fp_cast_to_int8_p", "length"], [45, 1, 1, "c.fp_cast_to_int8_p", "output"]], "fp_cast_to_int8_s": [[45, 1, 1, "c.fp_cast_to_int8_s", "core_mask"], [45, 1, 1, "c.fp_cast_to_int8_s", "input"], [45, 1, 1, "c.fp_cast_to_int8_s", "length"], [45, 1, 1, "c.fp_cast_to_int8_s", "output"]], "fp_ceil_p": [[46, 1, 1, "c.fp_ceil_p", "input_size"], [46, 1, 1, "c.fp_ceil_p", "input_x"], [46, 1, 1, "c.fp_ceil_p", "output"]], "fp_ceil_s": [[46, 1, 1, "c.fp_ceil_s", "core_mask"], [46, 1, 1, "c.fp_ceil_s", "input_size"], [46, 1, 1, "c.fp_ceil_s", "input_x"], [46, 1, 1, "c.fp_ceil_s", "output"]], "fp_celu_p": [[14, 1, 1, "c.fp_celu_p", "Input0"], [14, 1, 1, "c.fp_celu_p", "alpha"], [14, 1, 1, "c.fp_celu_p", "length"], [14, 1, 1, "c.fp_celu_p", "output"]], "fp_celu_s": [[14, 1, 1, "c.fp_celu_s", "Input0"], [14, 1, 1, "c.fp_celu_s", "alpha"], [14, 1, 1, "c.fp_celu_s", "core_mask"], [14, 1, 1, "c.fp_celu_s", "length"], [14, 1, 1, "c.fp_celu_s", "output"]], "fp_clip_p": [[14, 1, 1, "c.fp_clip_p", "Input0"], [47, 1, 1, "c.fp_clip_p", "dst"], [14, 1, 1, "c.fp_clip_p", "length"], [47, 1, 1, "c.fp_clip_p", "length"], [47, 1, 1, "c.fp_clip_p", "max"], [14, 1, 1, "c.fp_clip_p", "max_val"], [47, 1, 1, "c.fp_clip_p", "min"], [14, 1, 1, "c.fp_clip_p", "min_val"], [14, 1, 1, "c.fp_clip_p", "output"], [47, 1, 1, "c.fp_clip_p", "src"]], "fp_clip_s": [[14, 1, 1, "c.fp_clip_s", "Input0"], [14, 1, 1, "c.fp_clip_s", "core_mask"], [47, 1, 1, "c.fp_clip_s", "core_mask"], [47, 1, 1, "c.fp_clip_s", "dst"], [14, 1, 1, "c.fp_clip_s", "length"], [47, 1, 1, "c.fp_clip_s", "length"], [47, 1, 1, "c.fp_clip_s", "max"], [14, 1, 1, "c.fp_clip_s", "max_val"], [47, 1, 1, "c.fp_clip_s", "min"], [14, 1, 1, "c.fp_clip_s", "min_val"], [14, 1, 1, "c.fp_clip_s", "output"], [47, 1, 1, "c.fp_clip_s", "src"]], "fp_concat_p": [[48, 1, 1, "c.fp_concat_p", "axis"], [48, 1, 1, "c.fp_concat_p", "input_ndim"], [48, 1, 1, "c.fp_concat_p", "input_shapes"], [48, 1, 1, "c.fp_concat_p", "inputs"], [48, 1, 1, "c.fp_concat_p", "num_inputs"], [48, 1, 1, "c.fp_concat_p", "output"]], "fp_concat_s": [[48, 1, 1, "c.fp_concat_s", "axis"], [48, 1, 1, "c.fp_concat_s", "core_mask"], [48, 1, 1, "c.fp_concat_s", "input_ndim"], [48, 1, 1, "c.fp_concat_s", "input_shapes"], [48, 1, 1, "c.fp_concat_s", "inputs"], [48, 1, 1, "c.fp_concat_s", "num_inputs"], [48, 1, 1, "c.fp_concat_s", "output"]], "fp_constant_of_shape_p": [[49, 1, 1, "c.fp_constant_of_shape_p", "end"], [49, 1, 1, "c.fp_constant_of_shape_p", "output"], [49, 1, 1, "c.fp_constant_of_shape_p", "start"], [49, 1, 1, "c.fp_constant_of_shape_p", "value"]], "fp_constant_of_shape_s": [[49, 1, 1, "c.fp_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.fp_constant_of_shape_s", "end"], [49, 1, 1, "c.fp_constant_of_shape_s", "output"], [49, 1, 1, "c.fp_constant_of_shape_s", "start"], [49, 1, 1, "c.fp_constant_of_shape_s", "value"]], "fp_conv2d_p": [[50, 1, 1, "c.fp_conv2d_p", "bias"], [50, 1, 1, "c.fp_conv2d_p", "conv_param"], [50, 1, 1, "c.fp_conv2d_p", "core_mask"], [50, 1, 1, "c.fp_conv2d_p", "input_w"], [50, 1, 1, "c.fp_conv2d_p", "input_x"], [50, 1, 1, "c.fp_conv2d_p", "out_y"]], "fp_conv2d_s": [[50, 1, 1, "c.fp_conv2d_s", "bias"], [50, 1, 1, "c.fp_conv2d_s", "conv_param"], [50, 1, 1, "c.fp_conv2d_s", "core_mask"], [50, 1, 1, "c.fp_conv2d_s", "input_w"], [50, 1, 1, "c.fp_conv2d_s", "input_x"], [50, 1, 1, "c.fp_conv2d_s", "out_y"]], "fp_conv2dbackpropfilterfusion_p": [[52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "conv_param"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "dw"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "dy"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_p", "x"]], "fp_conv2dbackpropfilterfusion_s": [[52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "conv_param"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "core_mask"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "dw"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "dy"], [52, 1, 1, "c.fp_conv2dbackpropfilterfusion_s", "x"]], "fp_conv2dbackpropinputfusion_p": [[53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "conv_param"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "dx"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "dy"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_p", "w"]], "fp_conv2dbackpropinputfusion_s": [[53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "conv_param"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "core_mask"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "dx"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "dy"], [53, 1, 1, "c.fp_conv2dbackpropinputfusion_s", "w"]], "fp_convtranspose_p": [[51, 1, 1, "c.fp_convtranspose_p", "bias"], [51, 1, 1, "c.fp_convtranspose_p", "conv_param"], [51, 1, 1, "c.fp_convtranspose_p", "core_mask"], [51, 1, 1, "c.fp_convtranspose_p", "input_w"], [51, 1, 1, "c.fp_convtranspose_p", "input_x"], [51, 1, 1, "c.fp_convtranspose_p", "out_y"]], "fp_convtranspose_s": [[51, 1, 1, "c.fp_convtranspose_s", "bias"], [51, 1, 1, "c.fp_convtranspose_s", "conv_param"], [51, 1, 1, "c.fp_convtranspose_s", "core_mask"], [51, 1, 1, "c.fp_convtranspose_s", "input_w"], [51, 1, 1, "c.fp_convtranspose_s", "input_x"], [51, 1, 1, "c.fp_convtranspose_s", "out_y"]], "fp_cos_p": [[54, 1, 1, "c.fp_cos_p", "dst_data"], [54, 1, 1, "c.fp_cos_p", "length"], [54, 1, 1, "c.fp_cos_p", "src_data"]], "fp_cos_s": [[54, 1, 1, "c.fp_cos_s", "core_mask"], [54, 1, 1, "c.fp_cos_s", "dst_data"], [54, 1, 1, "c.fp_cos_s", "length"], [54, 1, 1, "c.fp_cos_s", "src_data"]], "fp_crop_and_resize_anycore": [[56, 1, 1, "c.fp_crop_and_resize_anycore", "box_idx"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "boxes"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "core_mask"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "dst"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "extrapolation_value"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "param"], [56, 1, 1, "c.fp_crop_and_resize_anycore", "src"]], "fp_cum_sum_p": [[57, 1, 1, "c.fp_cum_sum_p", "axis_dim"], [57, 1, 1, "c.fp_cum_sum_p", "exclusive"], [57, 1, 1, "c.fp_cum_sum_p", "inner_dim"], [57, 1, 1, "c.fp_cum_sum_p", "input"], [57, 1, 1, "c.fp_cum_sum_p", "out_dim"], [57, 1, 1, "c.fp_cum_sum_p", "output"]], "fp_cum_sum_s": [[57, 1, 1, "c.fp_cum_sum_s", "axis_dim"], [57, 1, 1, "c.fp_cum_sum_s", "core_mask"], [57, 1, 1, "c.fp_cum_sum_s", "exclusive"], [57, 1, 1, "c.fp_cum_sum_s", "inner_dim"], [57, 1, 1, "c.fp_cum_sum_s", "input"], [57, 1, 1, "c.fp_cum_sum_s", "out_dim"], [57, 1, 1, "c.fp_cum_sum_s", "output"]], "fp_deconv_grad_filter_p": [[62, 1, 1, "c.fp_deconv_grad_filter_p", "dw_data"], [62, 1, 1, "c.fp_deconv_grad_filter_p", "dy_data"], [62, 1, 1, "c.fp_deconv_grad_filter_p", "param"], [62, 1, 1, "c.fp_deconv_grad_filter_p", "x_data"]], "fp_deconv_grad_filter_s": [[62, 1, 1, "c.fp_deconv_grad_filter_s", "core_mask"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "dw_data"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "dy_data"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "param"], [62, 1, 1, "c.fp_deconv_grad_filter_s", "x_data"]], "fp_depthtospace_p": [[64, 1, 1, "c.fp_depthtospace_p", "block_size"], [64, 1, 1, "c.fp_depthtospace_p", "data_size"], [64, 1, 1, "c.fp_depthtospace_p", "in_shape"], [64, 1, 1, "c.fp_depthtospace_p", "input"], [64, 1, 1, "c.fp_depthtospace_p", "output"]], "fp_depthtospace_s": [[64, 1, 1, "c.fp_depthtospace_s", "block_size"], [64, 1, 1, "c.fp_depthtospace_s", "core_mask"], [64, 1, 1, "c.fp_depthtospace_s", "data_size"], [64, 1, 1, "c.fp_depthtospace_s", "in_shape"], [64, 1, 1, "c.fp_depthtospace_s", "input"], [64, 1, 1, "c.fp_depthtospace_s", "output"]], "fp_detection_post_process_p": [[65, 1, 1, "c.fp_detection_post_process_p", "anchors"], [65, 1, 1, "c.fp_detection_post_process_p", "input_boxes"], [65, 1, 1, "c.fp_detection_post_process_p", "input_scores"], [65, 1, 1, "c.fp_detection_post_process_p", "output_boxes"], [65, 1, 1, "c.fp_detection_post_process_p", "output_classes"], [65, 1, 1, "c.fp_detection_post_process_p", "output_num"], [65, 1, 1, "c.fp_detection_post_process_p", "output_scores"], [65, 1, 1, "c.fp_detection_post_process_p", "param"]], "fp_detection_post_process_s": [[65, 1, 1, "c.fp_detection_post_process_s", "anchors"], [65, 1, 1, "c.fp_detection_post_process_s", "core_mask"], [65, 1, 1, "c.fp_detection_post_process_s", "input_boxes"], [65, 1, 1, "c.fp_detection_post_process_s", "input_scores"], [65, 1, 1, "c.fp_detection_post_process_s", "output_boxes"], [65, 1, 1, "c.fp_detection_post_process_s", "output_classes"], [65, 1, 1, "c.fp_detection_post_process_s", "output_num"], [65, 1, 1, "c.fp_detection_post_process_s", "output_scores"], [65, 1, 1, "c.fp_detection_post_process_s", "param"]], "fp_div_grad_p": [[67, 1, 1, "c.fp_div_grad_p", "dx1"], [67, 1, 1, "c.fp_div_grad_p", "dx2"], [67, 1, 1, "c.fp_div_grad_p", "dy"], [67, 1, 1, "c.fp_div_grad_p", "params"], [67, 1, 1, "c.fp_div_grad_p", "x1_data"], [67, 1, 1, "c.fp_div_grad_p", "x2_data"]], "fp_div_grad_s": [[67, 1, 1, "c.fp_div_grad_s", "core_mask"], [67, 1, 1, "c.fp_div_grad_s", "dx1"], [67, 1, 1, "c.fp_div_grad_s", "dx2"], [67, 1, 1, "c.fp_div_grad_s", "dy"], [67, 1, 1, "c.fp_div_grad_s", "params"], [67, 1, 1, "c.fp_div_grad_s", "x1_data"], [67, 1, 1, "c.fp_div_grad_s", "x2_data"]], "fp_div_p": [[66, 1, 1, "c.fp_div_p", "input0"], [66, 1, 1, "c.fp_div_p", "input1"], [66, 1, 1, "c.fp_div_p", "output"], [66, 1, 1, "c.fp_div_p", "param"]], "fp_div_s": [[66, 1, 1, "c.fp_div_s", "core_mask"], [66, 1, 1, "c.fp_div_s", "input0"], [66, 1, 1, "c.fp_div_s", "input1"], [66, 1, 1, "c.fp_div_s", "output"], [66, 1, 1, "c.fp_div_s", "param"]], "fp_dropout_grad_p": [[69, 1, 1, "c.fp_dropout_grad_p", "input"], [69, 1, 1, "c.fp_dropout_grad_p", "length"], [69, 1, 1, "c.fp_dropout_grad_p", "mask"], [69, 1, 1, "c.fp_dropout_grad_p", "output"], [69, 1, 1, "c.fp_dropout_grad_p", "scale"]], "fp_dropout_grad_s": [[69, 1, 1, "c.fp_dropout_grad_s", "core_mask"], [69, 1, 1, "c.fp_dropout_grad_s", "input"], [69, 1, 1, "c.fp_dropout_grad_s", "length"], [69, 1, 1, "c.fp_dropout_grad_s", "mask"], [69, 1, 1, "c.fp_dropout_grad_s", "output"], [69, 1, 1, "c.fp_dropout_grad_s", "scale"]], "fp_dropout_p": [[68, 1, 1, "c.fp_dropout_p", "input"], [68, 1, 1, "c.fp_dropout_p", "length"], [68, 1, 1, "c.fp_dropout_p", "mask"], [68, 1, 1, "c.fp_dropout_p", "output"], [68, 1, 1, "c.fp_dropout_p", "scale"]], "fp_dropout_s": [[68, 1, 1, "c.fp_dropout_s", "core_mask"], [68, 1, 1, "c.fp_dropout_s", "input"], [68, 1, 1, "c.fp_dropout_s", "length"], [68, 1, 1, "c.fp_dropout_s", "mask"], [68, 1, 1, "c.fp_dropout_s", "output"], [68, 1, 1, "c.fp_dropout_s", "scale"]], "fp_dynamic_quant_p": [[71, 1, 1, "c.fp_dynamic_quant_p", "max_value"], [71, 1, 1, "c.fp_dynamic_quant_p", "min_value"], [71, 1, 1, "c.fp_dynamic_quant_p", "quant_values"], [71, 1, 1, "c.fp_dynamic_quant_p", "real_values"], [71, 1, 1, "c.fp_dynamic_quant_p", "scale"], [71, 1, 1, "c.fp_dynamic_quant_p", "size"], [71, 1, 1, "c.fp_dynamic_quant_p", "zp"]], "fp_dynamic_quant_s": [[71, 1, 1, "c.fp_dynamic_quant_s", "core_mask"], [71, 1, 1, "c.fp_dynamic_quant_s", "max_value"], [71, 1, 1, "c.fp_dynamic_quant_s", "min_value"], [71, 1, 1, "c.fp_dynamic_quant_s", "quant_values"], [71, 1, 1, "c.fp_dynamic_quant_s", "real_values"], [71, 1, 1, "c.fp_dynamic_quant_s", "scale"], [71, 1, 1, "c.fp_dynamic_quant_s", "size"], [71, 1, 1, "c.fp_dynamic_quant_s", "zp"]], "fp_eltwise_p": [[72, 1, 1, "c.fp_eltwise_p", "Input0"], [72, 1, 1, "c.fp_eltwise_p", "Input1"], [72, 1, 1, "c.fp_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.fp_eltwise_p", "length"], [72, 1, 1, "c.fp_eltwise_p", "output"]], "fp_eltwise_s": [[72, 1, 1, "c.fp_eltwise_s", "Input0"], [72, 1, 1, "c.fp_eltwise_s", "Input1"], [72, 1, 1, "c.fp_eltwise_s", "core_mask"], [72, 1, 1, "c.fp_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.fp_eltwise_s", "length"], [72, 1, 1, "c.fp_eltwise_s", "output"]], "fp_elu_grad_p": [[15, 1, 1, "c.fp_elu_grad_p", "alpha"], [15, 1, 1, "c.fp_elu_grad_p", "dst"], [15, 1, 1, "c.fp_elu_grad_p", "length"], [15, 1, 1, "c.fp_elu_grad_p", "src0"], [15, 1, 1, "c.fp_elu_grad_p", "src1"]], "fp_elu_grad_s": [[15, 1, 1, "c.fp_elu_grad_s", "alpha"], [15, 1, 1, "c.fp_elu_grad_s", "core_mask"], [15, 1, 1, "c.fp_elu_grad_s", "dst"], [15, 1, 1, "c.fp_elu_grad_s", "length"], [15, 1, 1, "c.fp_elu_grad_s", "src0"], [15, 1, 1, "c.fp_elu_grad_s", "src1"]], "fp_elu_p": [[14, 1, 1, "c.fp_elu_p", "Input0"], [14, 1, 1, "c.fp_elu_p", "alpha"], [73, 1, 1, "c.fp_elu_p", "alpha"], [73, 1, 1, "c.fp_elu_p", "input"], [14, 1, 1, "c.fp_elu_p", "length"], [73, 1, 1, "c.fp_elu_p", "length"], [14, 1, 1, "c.fp_elu_p", "output"], [73, 1, 1, "c.fp_elu_p", "output"]], "fp_elu_s": [[14, 1, 1, "c.fp_elu_s", "Input0"], [14, 1, 1, "c.fp_elu_s", "alpha"], [73, 1, 1, "c.fp_elu_s", "alpha"], [14, 1, 1, "c.fp_elu_s", "core_mask"], [73, 1, 1, "c.fp_elu_s", "core_mask"], [73, 1, 1, "c.fp_elu_s", "input"], [14, 1, 1, "c.fp_elu_s", "length"], [73, 1, 1, "c.fp_elu_s", "length"], [14, 1, 1, "c.fp_elu_s", "output"], [73, 1, 1, "c.fp_elu_s", "output"]], "fp_embedding_lookup_p": [[74, 1, 1, "c.fp_embedding_lookup_p", "input"], [74, 1, 1, "c.fp_embedding_lookup_p", "output"], [74, 1, 1, "c.fp_embedding_lookup_p", "params"]], "fp_embedding_lookup_s": [[74, 1, 1, "c.fp_embedding_lookup_s", "core_mask"], [74, 1, 1, "c.fp_embedding_lookup_s", "input"], [74, 1, 1, "c.fp_embedding_lookup_s", "output"], [74, 1, 1, "c.fp_embedding_lookup_s", "params"]], "fp_equal_p": [[75, 1, 1, "c.fp_equal_p", "Input0"], [75, 1, 1, "c.fp_equal_p", "Input1"], [75, 1, 1, "c.fp_equal_p", "output"], [75, 1, 1, "c.fp_equal_p", "params"]], "fp_equal_s": [[75, 1, 1, "c.fp_equal_s", "Input0"], [75, 1, 1, "c.fp_equal_s", "Input1"], [75, 1, 1, "c.fp_equal_s", "core_mask"], [75, 1, 1, "c.fp_equal_s", "output"], [75, 1, 1, "c.fp_equal_s", "params"]], "fp_erf_p": [[76, 1, 1, "c.fp_erf_p", "input"], [76, 1, 1, "c.fp_erf_p", "length"], [76, 1, 1, "c.fp_erf_p", "output"]], "fp_erf_s": [[76, 1, 1, "c.fp_erf_s", "core_mask"], [76, 1, 1, "c.fp_erf_s", "input"], [76, 1, 1, "c.fp_erf_s", "length"], [76, 1, 1, "c.fp_erf_s", "output"]], "fp_exp_p": [[78, 1, 1, "c.fp_exp_p", "dst_data"], [78, 1, 1, "c.fp_exp_p", "in_scale"], [78, 1, 1, "c.fp_exp_p", "length"], [78, 1, 1, "c.fp_exp_p", "out_scale"], [78, 1, 1, "c.fp_exp_p", "scale"], [78, 1, 1, "c.fp_exp_p", "src_data"]], "fp_exp_s": [[78, 1, 1, "c.fp_exp_s", "core_mask"], [78, 1, 1, "c.fp_exp_s", "dst_data"], [78, 1, 1, "c.fp_exp_s", "in_scale"], [78, 1, 1, "c.fp_exp_s", "length"], [78, 1, 1, "c.fp_exp_s", "out_scale"], [78, 1, 1, "c.fp_exp_s", "scale"], [78, 1, 1, "c.fp_exp_s", "src_data"]], "fp_extract_features_p": [[59, 1, 1, "c.fp_extract_features_p", "num_strings"], [59, 1, 1, "c.fp_extract_features_p", "output_labels"], [59, 1, 1, "c.fp_extract_features_p", "output_weights"], [59, 1, 1, "c.fp_extract_features_p", "string_lengths"], [59, 1, 1, "c.fp_extract_features_p", "string_pointers"]], "fp_extract_features_s": [[59, 1, 1, "c.fp_extract_features_s", "core_mask"], [59, 1, 1, "c.fp_extract_features_s", "num_strings"], [59, 1, 1, "c.fp_extract_features_s", "output_labels"], [59, 1, 1, "c.fp_extract_features_s", "output_weights"], [59, 1, 1, "c.fp_extract_features_s", "string_lengths"], [59, 1, 1, "c.fp_extract_features_s", "string_pointers"]], "fp_fake_quant_with_min_max_vars_p": [[79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "length"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "max_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "min_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "output"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "quant_max"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "quant_min"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "src"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_p", "symmetric"]], "fp_fake_quant_with_min_max_vars_per_channel_p": [[80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "channel_num"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "length"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "max_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "min_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "output"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "quant_max"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "quant_min"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "src"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_p", "symmetric"]], "fp_fake_quant_with_min_max_vars_per_channel_s": [[80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "channel_num"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "core_mask"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "length"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "max_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "min_val"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "output"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "quant_max"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "quant_min"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "src"], [80, 1, 1, "c.fp_fake_quant_with_min_max_vars_per_channel_s", "symmetric"]], "fp_fake_quant_with_min_max_vars_s": [[79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "core_mask"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "length"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "max_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "min_val"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "output"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "quant_max"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "quant_min"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "src"], [79, 1, 1, "c.fp_fake_quant_with_min_max_vars_s", "symmetric"]], "fp_fill_p": [[83, 1, 1, "c.fp_fill_p", "output"], [83, 1, 1, "c.fp_fill_p", "param"], [83, 1, 1, "c.fp_fill_p", "value"]], "fp_fill_s": [[83, 1, 1, "c.fp_fill_s", "core_mask"], [83, 1, 1, "c.fp_fill_s", "output"], [83, 1, 1, "c.fp_fill_s", "param"], [83, 1, 1, "c.fp_fill_s", "value"]], "fp_flatten_grad_p": [[86, 1, 1, "c.fp_flatten_grad_p", "input"], [86, 1, 1, "c.fp_flatten_grad_p", "origin_ndim"], [86, 1, 1, "c.fp_flatten_grad_p", "origin_shape"], [86, 1, 1, "c.fp_flatten_grad_p", "output"]], "fp_flatten_grad_s": [[86, 1, 1, "c.fp_flatten_grad_s", "core_mask"], [86, 1, 1, "c.fp_flatten_grad_s", "input"], [86, 1, 1, "c.fp_flatten_grad_s", "origin_ndim"], [86, 1, 1, "c.fp_flatten_grad_s", "origin_shape"], [86, 1, 1, "c.fp_flatten_grad_s", "output"]], "fp_floor_div_p": [[89, 1, 1, "c.fp_floor_div_p", "dst_data"], [89, 1, 1, "c.fp_floor_div_p", "params"], [89, 1, 1, "c.fp_floor_div_p", "src_data0"], [89, 1, 1, "c.fp_floor_div_p", "src_data1"]], "fp_floor_div_s": [[89, 1, 1, "c.fp_floor_div_s", "core_mask"], [89, 1, 1, "c.fp_floor_div_s", "dst_data"], [89, 1, 1, "c.fp_floor_div_s", "params"], [89, 1, 1, "c.fp_floor_div_s", "src_data0"], [89, 1, 1, "c.fp_floor_div_s", "src_data1"]], "fp_floor_mod_p": [[88, 1, 1, "c.fp_floor_mod_p", "input0"], [88, 1, 1, "c.fp_floor_mod_p", "input1"], [88, 1, 1, "c.fp_floor_mod_p", "output"], [88, 1, 1, "c.fp_floor_mod_p", "params"]], "fp_floor_mod_s": [[88, 1, 1, "c.fp_floor_mod_s", "core_mask"], [88, 1, 1, "c.fp_floor_mod_s", "input0"], [88, 1, 1, "c.fp_floor_mod_s", "input1"], [88, 1, 1, "c.fp_floor_mod_s", "output"], [88, 1, 1, "c.fp_floor_mod_s", "params"]], "fp_floor_p": [[87, 1, 1, "c.fp_floor_p", "dst_data"], [87, 1, 1, "c.fp_floor_p", "length"], [87, 1, 1, "c.fp_floor_p", "src_data"]], "fp_floor_s": [[87, 1, 1, "c.fp_floor_s", "core_mask"], [87, 1, 1, "c.fp_floor_s", "dst_data"], [87, 1, 1, "c.fp_floor_s", "length"], [87, 1, 1, "c.fp_floor_s", "src_data"]], "fp_format_transpose_p": [[90, 1, 1, "c.fp_format_transpose_p", "batch"], [90, 1, 1, "c.fp_format_transpose_p", "channel"], [90, 1, 1, "c.fp_format_transpose_p", "dst_data"], [90, 1, 1, "c.fp_format_transpose_p", "dst_format"], [90, 1, 1, "c.fp_format_transpose_p", "plane"], [90, 1, 1, "c.fp_format_transpose_p", "src_data"], [90, 1, 1, "c.fp_format_transpose_p", "src_format"]], "fp_format_transpose_s": [[90, 1, 1, "c.fp_format_transpose_s", "batch"], [90, 1, 1, "c.fp_format_transpose_s", "channel"], [90, 1, 1, "c.fp_format_transpose_s", "core_mask"], [90, 1, 1, "c.fp_format_transpose_s", "dst_data"], [90, 1, 1, "c.fp_format_transpose_s", "dst_format"], [90, 1, 1, "c.fp_format_transpose_s", "plane"], [90, 1, 1, "c.fp_format_transpose_s", "src_data"], [90, 1, 1, "c.fp_format_transpose_s", "src_format"]], "fp_full_connection_p": [[91, 1, 1, "c.fp_full_connection_p", "A"], [91, 1, 1, "c.fp_full_connection_p", "B"], [91, 1, 1, "c.fp_full_connection_p", "C"], [91, 1, 1, "c.fp_full_connection_p", "bias"], [91, 1, 1, "c.fp_full_connection_p", "params"]], "fp_full_connection_s": [[91, 1, 1, "c.fp_full_connection_s", "A"], [91, 1, 1, "c.fp_full_connection_s", "B"], [91, 1, 1, "c.fp_full_connection_s", "C"], [91, 1, 1, "c.fp_full_connection_s", "bias"], [91, 1, 1, "c.fp_full_connection_s", "core_mask"], [91, 1, 1, "c.fp_full_connection_s", "params"]], "fp_fusedbatchnorm_p": [[92, 1, 1, "c.fp_fusedbatchnorm_p", "channel"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "epsilon"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "input"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "mean"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "offset"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "output"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "scale"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "unit"], [92, 1, 1, "c.fp_fusedbatchnorm_p", "variance"]], "fp_fusedbatchnorm_s": [[92, 1, 1, "c.fp_fusedbatchnorm_s", "channel"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "core_mask"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "epsilon"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "input"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "mean"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "offset"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "output"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "scale"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "unit"], [92, 1, 1, "c.fp_fusedbatchnorm_s", "variance"]], "fp_gather_d_p": [[95, 1, 1, "c.fp_gather_d_p", "dim"], [95, 1, 1, "c.fp_gather_d_p", "index"], [95, 1, 1, "c.fp_gather_d_p", "index_shape"], [95, 1, 1, "c.fp_gather_d_p", "input_shape"], [95, 1, 1, "c.fp_gather_d_p", "input_shape_size"], [95, 1, 1, "c.fp_gather_d_p", "input_x"], [95, 1, 1, "c.fp_gather_d_p", "output"]], "fp_gather_d_s": [[95, 1, 1, "c.fp_gather_d_s", "core_mask"], [95, 1, 1, "c.fp_gather_d_s", "dim"], [95, 1, 1, "c.fp_gather_d_s", "index"], [95, 1, 1, "c.fp_gather_d_s", "index_shape"], [95, 1, 1, "c.fp_gather_d_s", "input_shape"], [95, 1, 1, "c.fp_gather_d_s", "input_shape_size"], [95, 1, 1, "c.fp_gather_d_s", "input_x"], [95, 1, 1, "c.fp_gather_d_s", "output"]], "fp_gather_nd_p": [[94, 1, 1, "c.fp_gather_nd_p", "input"], [94, 1, 1, "c.fp_gather_nd_p", "output"], [94, 1, 1, "c.fp_gather_nd_p", "params"]], "fp_gather_nd_s": [[94, 1, 1, "c.fp_gather_nd_s", "core_mask"], [94, 1, 1, "c.fp_gather_nd_s", "input"], [94, 1, 1, "c.fp_gather_nd_s", "output"], [94, 1, 1, "c.fp_gather_nd_s", "params"]], "fp_gather_p": [[93, 1, 1, "c.fp_gather_p", "indices"], [93, 1, 1, "c.fp_gather_p", "input"], [93, 1, 1, "c.fp_gather_p", "output"], [93, 1, 1, "c.fp_gather_p", "params"]], "fp_gather_s": [[93, 1, 1, "c.fp_gather_s", "core_mask"], [93, 1, 1, "c.fp_gather_s", "indices"], [93, 1, 1, "c.fp_gather_s", "input"], [93, 1, 1, "c.fp_gather_s", "output"], [93, 1, 1, "c.fp_gather_s", "params"]], "fp_gelu_grad_p": [[15, 1, 1, "c.fp_gelu_grad_p", "dst"], [15, 1, 1, "c.fp_gelu_grad_p", "length"], [15, 1, 1, "c.fp_gelu_grad_p", "src0"], [15, 1, 1, "c.fp_gelu_grad_p", "src1"]], "fp_gelu_grad_s": [[15, 1, 1, "c.fp_gelu_grad_s", "core_mask"], [15, 1, 1, "c.fp_gelu_grad_s", "dst"], [15, 1, 1, "c.fp_gelu_grad_s", "length"], [15, 1, 1, "c.fp_gelu_grad_s", "src0"], [15, 1, 1, "c.fp_gelu_grad_s", "src1"]], "fp_gelu_p": [[14, 1, 1, "c.fp_gelu_p", "Input0"], [14, 1, 1, "c.fp_gelu_p", "approximate"], [14, 1, 1, "c.fp_gelu_p", "length"], [14, 1, 1, "c.fp_gelu_p", "output"]], "fp_gelu_s": [[14, 1, 1, "c.fp_gelu_s", "Input0"], [14, 1, 1, "c.fp_gelu_s", "approximate"], [14, 1, 1, "c.fp_gelu_s", "core_mask"], [14, 1, 1, "c.fp_gelu_s", "length"], [14, 1, 1, "c.fp_gelu_s", "output"]], "fp_glu_p": [[97, 1, 1, "c.fp_glu_p", "in_data"], [97, 1, 1, "c.fp_glu_p", "out_data"], [97, 1, 1, "c.fp_glu_p", "params"]], "fp_glu_s": [[97, 1, 1, "c.fp_glu_s", "core_mask"], [97, 1, 1, "c.fp_glu_s", "in_data"], [97, 1, 1, "c.fp_glu_s", "out_data"], [97, 1, 1, "c.fp_glu_s", "params"]], "fp_greater_equal_p": [[99, 1, 1, "c.fp_greater_equal_p", "input1"], [99, 1, 1, "c.fp_greater_equal_p", "input2"], [99, 1, 1, "c.fp_greater_equal_p", "output"], [99, 1, 1, "c.fp_greater_equal_p", "params"]], "fp_greater_equal_s": [[99, 1, 1, "c.fp_greater_equal_s", "core_mask"], [99, 1, 1, "c.fp_greater_equal_s", "input1"], [99, 1, 1, "c.fp_greater_equal_s", "input2"], [99, 1, 1, "c.fp_greater_equal_s", "output"], [99, 1, 1, "c.fp_greater_equal_s", "params"]], "fp_greater_p": [[98, 1, 1, "c.fp_greater_p", "input1"], [98, 1, 1, "c.fp_greater_p", "input2"], [98, 1, 1, "c.fp_greater_p", "output"], [98, 1, 1, "c.fp_greater_p", "params"]], "fp_greater_s": [[98, 1, 1, "c.fp_greater_s", "core_mask"], [98, 1, 1, "c.fp_greater_s", "input1"], [98, 1, 1, "c.fp_greater_s", "input2"], [98, 1, 1, "c.fp_greater_s", "output"], [98, 1, 1, "c.fp_greater_s", "params"]], "fp_groupnormfusion_p": [[100, 1, 1, "c.fp_groupnormfusion_p", "batch"], [100, 1, 1, "c.fp_groupnormfusion_p", "channel"], [100, 1, 1, "c.fp_groupnormfusion_p", "epsilon"], [100, 1, 1, "c.fp_groupnormfusion_p", "input"], [100, 1, 1, "c.fp_groupnormfusion_p", "mean"], [100, 1, 1, "c.fp_groupnormfusion_p", "num_groups"], [100, 1, 1, "c.fp_groupnormfusion_p", "offset"], [100, 1, 1, "c.fp_groupnormfusion_p", "output"], [100, 1, 1, "c.fp_groupnormfusion_p", "scale"], [100, 1, 1, "c.fp_groupnormfusion_p", "unit"], [100, 1, 1, "c.fp_groupnormfusion_p", "variance"]], "fp_groupnormfusion_s": [[100, 1, 1, "c.fp_groupnormfusion_s", "batch"], [100, 1, 1, "c.fp_groupnormfusion_s", "channel"], [100, 1, 1, "c.fp_groupnormfusion_s", "core_mask"], [100, 1, 1, "c.fp_groupnormfusion_s", "epsilon"], [100, 1, 1, "c.fp_groupnormfusion_s", "input"], [100, 1, 1, "c.fp_groupnormfusion_s", "mean"], [100, 1, 1, "c.fp_groupnormfusion_s", "num_groups"], [100, 1, 1, "c.fp_groupnormfusion_s", "offset"], [100, 1, 1, "c.fp_groupnormfusion_s", "output"], [100, 1, 1, "c.fp_groupnormfusion_s", "scale"], [100, 1, 1, "c.fp_groupnormfusion_s", "unit"], [100, 1, 1, "c.fp_groupnormfusion_s", "variance"]], "fp_h_sigmoid_grad_p": [[15, 1, 1, "c.fp_h_sigmoid_grad_p", "dst"], [15, 1, 1, "c.fp_h_sigmoid_grad_p", "length"], [15, 1, 1, "c.fp_h_sigmoid_grad_p", "src0"], [15, 1, 1, "c.fp_h_sigmoid_grad_p", "src1"]], "fp_h_sigmoid_grad_s": [[15, 1, 1, "c.fp_h_sigmoid_grad_s", "core_mask"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "dst"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "length"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "src0"], [15, 1, 1, "c.fp_h_sigmoid_grad_s", "src1"]], "fp_h_swish_grad_p": [[15, 1, 1, "c.fp_h_swish_grad_p", "dst"], [15, 1, 1, "c.fp_h_swish_grad_p", "length"], [15, 1, 1, "c.fp_h_swish_grad_p", "src0"], [15, 1, 1, "c.fp_h_swish_grad_p", "src1"]], "fp_h_swish_grad_s": [[15, 1, 1, "c.fp_h_swish_grad_s", "core_mask"], [15, 1, 1, "c.fp_h_swish_grad_s", "dst"], [15, 1, 1, "c.fp_h_swish_grad_s", "length"], [15, 1, 1, "c.fp_h_swish_grad_s", "src0"], [15, 1, 1, "c.fp_h_swish_grad_s", "src1"]], "fp_hard_shrink_grad_p": [[15, 1, 1, "c.fp_hard_shrink_grad_p", "dst"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "lambd"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "length"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "src0"], [15, 1, 1, "c.fp_hard_shrink_grad_p", "src1"]], "fp_hard_shrink_grad_s": [[15, 1, 1, "c.fp_hard_shrink_grad_s", "core_mask"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "dst"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "lambd"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "length"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "src0"], [15, 1, 1, "c.fp_hard_shrink_grad_s", "src1"]], "fp_hardshrink_p": [[14, 1, 1, "c.fp_hardshrink_p", "Input0"], [14, 1, 1, "c.fp_hardshrink_p", "lambd"], [14, 1, 1, "c.fp_hardshrink_p", "length"], [14, 1, 1, "c.fp_hardshrink_p", "output"]], "fp_hardshrink_s": [[14, 1, 1, "c.fp_hardshrink_s", "Input0"], [14, 1, 1, "c.fp_hardshrink_s", "core_mask"], [14, 1, 1, "c.fp_hardshrink_s", "lambd"], [14, 1, 1, "c.fp_hardshrink_s", "length"], [14, 1, 1, "c.fp_hardshrink_s", "output"]], "fp_hardtanh_p": [[14, 1, 1, "c.fp_hardtanh_p", "Input0"], [14, 1, 1, "c.fp_hardtanh_p", "length"], [14, 1, 1, "c.fp_hardtanh_p", "max_val"], [14, 1, 1, "c.fp_hardtanh_p", "min_val"], [14, 1, 1, "c.fp_hardtanh_p", "output"]], "fp_hardtanh_s": [[14, 1, 1, "c.fp_hardtanh_s", "Input0"], [14, 1, 1, "c.fp_hardtanh_s", "core_mask"], [14, 1, 1, "c.fp_hardtanh_s", "length"], [14, 1, 1, "c.fp_hardtanh_s", "max_val"], [14, 1, 1, "c.fp_hardtanh_s", "min_val"], [14, 1, 1, "c.fp_hardtanh_s", "output"]], "fp_hsigmoid_p": [[14, 1, 1, "c.fp_hsigmoid_p", "Input0"], [14, 1, 1, "c.fp_hsigmoid_p", "length"], [14, 1, 1, "c.fp_hsigmoid_p", "output"]], "fp_hsigmoid_s": [[14, 1, 1, "c.fp_hsigmoid_s", "Input0"], [14, 1, 1, "c.fp_hsigmoid_s", "core_mask"], [14, 1, 1, "c.fp_hsigmoid_s", "length"], [14, 1, 1, "c.fp_hsigmoid_s", "output"]], "fp_hswish_p": [[14, 1, 1, "c.fp_hswish_p", "Input0"], [14, 1, 1, "c.fp_hswish_p", "length"], [14, 1, 1, "c.fp_hswish_p", "output"]], "fp_hswish_s": [[14, 1, 1, "c.fp_hswish_s", "Input0"], [14, 1, 1, "c.fp_hswish_s", "core_mask"], [14, 1, 1, "c.fp_hswish_s", "length"], [14, 1, 1, "c.fp_hswish_s", "output"]], "fp_instance_norm_p": [[103, 1, 1, "c.fp_instance_norm_p", "epsilon"], [103, 1, 1, "c.fp_instance_norm_p", "input"], [103, 1, 1, "c.fp_instance_norm_p", "output"], [103, 1, 1, "c.fp_instance_norm_p", "params"]], "fp_instance_norm_s": [[103, 1, 1, "c.fp_instance_norm_s", "core_mask"], [103, 1, 1, "c.fp_instance_norm_s", "epsilon"], [103, 1, 1, "c.fp_instance_norm_s", "input"], [103, 1, 1, "c.fp_instance_norm_s", "output"], [103, 1, 1, "c.fp_instance_norm_s", "params"]], "fp_is_finite_p": [[105, 1, 1, "c.fp_is_finite_p", "Input"], [105, 1, 1, "c.fp_is_finite_p", "length"], [105, 1, 1, "c.fp_is_finite_p", "output"]], "fp_is_finite_s": [[105, 1, 1, "c.fp_is_finite_s", "Input"], [105, 1, 1, "c.fp_is_finite_s", "core_mask"], [105, 1, 1, "c.fp_is_finite_s", "length"], [105, 1, 1, "c.fp_is_finite_s", "output"]], "fp_l2norm_p": [[106, 1, 1, "c.fp_l2norm_p", "Input"], [106, 1, 1, "c.fp_l2norm_p", "output"], [106, 1, 1, "c.fp_l2norm_p", "params"]], "fp_l2norm_s": [[106, 1, 1, "c.fp_l2norm_s", "Input"], [106, 1, 1, "c.fp_l2norm_s", "core_mask"], [106, 1, 1, "c.fp_l2norm_s", "output"], [106, 1, 1, "c.fp_l2norm_s", "params"]], "fp_l_relu_grad_p": [[15, 1, 1, "c.fp_l_relu_grad_p", "alpha"], [15, 1, 1, "c.fp_l_relu_grad_p", "dst"], [15, 1, 1, "c.fp_l_relu_grad_p", "length"], [15, 1, 1, "c.fp_l_relu_grad_p", "src0"], [15, 1, 1, "c.fp_l_relu_grad_p", "src1"]], "fp_l_relu_grad_s": [[15, 1, 1, "c.fp_l_relu_grad_s", "alpha"], [15, 1, 1, "c.fp_l_relu_grad_s", "core_mask"], [15, 1, 1, "c.fp_l_relu_grad_s", "dst"], [15, 1, 1, "c.fp_l_relu_grad_s", "length"], [15, 1, 1, "c.fp_l_relu_grad_s", "src0"], [15, 1, 1, "c.fp_l_relu_grad_s", "src1"]], "fp_layer_norm_grad_p": [[108, 1, 1, "c.fp_layer_norm_grad_p", "dx"], [108, 1, 1, "c.fp_layer_norm_grad_p", "dy"], [108, 1, 1, "c.fp_layer_norm_grad_p", "params"], [108, 1, 1, "c.fp_layer_norm_grad_p", "x"]], "fp_layer_norm_grad_s": [[108, 1, 1, "c.fp_layer_norm_grad_s", "core_mask"], [108, 1, 1, "c.fp_layer_norm_grad_s", "dx"], [108, 1, 1, "c.fp_layer_norm_grad_s", "dy"], [108, 1, 1, "c.fp_layer_norm_grad_s", "params"], [108, 1, 1, "c.fp_layer_norm_grad_s", "x"]], "fp_layernormfusion_p": [[107, 1, 1, "c.fp_layernormfusion_p", "beta_data"], [107, 1, 1, "c.fp_layernormfusion_p", "dst_data"], [107, 1, 1, "c.fp_layernormfusion_p", "epsilon"], [107, 1, 1, "c.fp_layernormfusion_p", "gamma_data"], [107, 1, 1, "c.fp_layernormfusion_p", "norm_inner_size"], [107, 1, 1, "c.fp_layernormfusion_p", "norm_outer_size"], [107, 1, 1, "c.fp_layernormfusion_p", "out_mean"], [107, 1, 1, "c.fp_layernormfusion_p", "out_variance"], [107, 1, 1, "c.fp_layernormfusion_p", "param_inner_size"], [107, 1, 1, "c.fp_layernormfusion_p", "param_outer_size"], [107, 1, 1, "c.fp_layernormfusion_p", "src_data"]], "fp_layernormfusion_s": [[107, 1, 1, "c.fp_layernormfusion_s", "Input0"], [107, 1, 1, "c.fp_layernormfusion_s", "beta_data"], [107, 1, 1, "c.fp_layernormfusion_s", "core_mask"], [107, 1, 1, "c.fp_layernormfusion_s", "epsilon"], [107, 1, 1, "c.fp_layernormfusion_s", "gamma_data"], [107, 1, 1, "c.fp_layernormfusion_s", "length"], [107, 1, 1, "c.fp_layernormfusion_s", "norm_inner_size"], [107, 1, 1, "c.fp_layernormfusion_s", "norm_outer_size"], [107, 1, 1, "c.fp_layernormfusion_s", "out_mean"], [107, 1, 1, "c.fp_layernormfusion_s", "out_variance"], [107, 1, 1, "c.fp_layernormfusion_s", "output"], [107, 1, 1, "c.fp_layernormfusion_s", "param_inner_size"], [107, 1, 1, "c.fp_layernormfusion_s", "param_outer_size"]], "fp_leaky_relu_p": [[109, 1, 1, "c.fp_leaky_relu_p", "alpha"], [109, 1, 1, "c.fp_leaky_relu_p", "core_mask"], [109, 1, 1, "c.fp_leaky_relu_p", "elem_cnt"], [109, 1, 1, "c.fp_leaky_relu_p", "input"], [109, 1, 1, "c.fp_leaky_relu_p", "output"]], "fp_leaky_relu_s": [[109, 1, 1, "c.fp_leaky_relu_s", "alpha"], [109, 1, 1, "c.fp_leaky_relu_s", "core_mask"], [109, 1, 1, "c.fp_leaky_relu_s", "elem_cnt"], [109, 1, 1, "c.fp_leaky_relu_s", "input"], [109, 1, 1, "c.fp_leaky_relu_s", "output"]], "fp_less_equal_p": [[111, 1, 1, "c.fp_less_equal_p", "Input0"], [111, 1, 1, "c.fp_less_equal_p", "Input1"], [111, 1, 1, "c.fp_less_equal_p", "output"], [111, 1, 1, "c.fp_less_equal_p", "params"]], "fp_less_equal_s": [[111, 1, 1, "c.fp_less_equal_s", "Input0"], [111, 1, 1, "c.fp_less_equal_s", "Input1"], [111, 1, 1, "c.fp_less_equal_s", "core_mask"], [111, 1, 1, "c.fp_less_equal_s", "output"], [111, 1, 1, "c.fp_less_equal_s", "params"]], "fp_less_p": [[110, 1, 1, "c.fp_less_p", "Input0"], [110, 1, 1, "c.fp_less_p", "Input1"], [110, 1, 1, "c.fp_less_p", "output"], [110, 1, 1, "c.fp_less_p", "params"]], "fp_less_s": [[110, 1, 1, "c.fp_less_s", "Input0"], [110, 1, 1, "c.fp_less_s", "Input1"], [110, 1, 1, "c.fp_less_s", "core_mask"], [110, 1, 1, "c.fp_less_s", "output"], [110, 1, 1, "c.fp_less_s", "params"]], "fp_linspace_p": [[112, 1, 1, "c.fp_linspace_p", "end"], [112, 1, 1, "c.fp_linspace_p", "length"], [112, 1, 1, "c.fp_linspace_p", "output"], [112, 1, 1, "c.fp_linspace_p", "start"]], "fp_linspace_s": [[112, 1, 1, "c.fp_linspace_s", "core_mask"], [112, 1, 1, "c.fp_linspace_s", "end"], [112, 1, 1, "c.fp_linspace_s", "length"], [112, 1, 1, "c.fp_linspace_s", "output"], [112, 1, 1, "c.fp_linspace_s", "start"]], "fp_log1p_p": [[114, 1, 1, "c.fp_log1p_p", "Input"], [114, 1, 1, "c.fp_log1p_p", "length"], [114, 1, 1, "c.fp_log1p_p", "output"]], "fp_log1p_s": [[114, 1, 1, "c.fp_log1p_s", "Input"], [114, 1, 1, "c.fp_log1p_s", "core_mask"], [114, 1, 1, "c.fp_log1p_s", "length"], [114, 1, 1, "c.fp_log1p_s", "output"]], "fp_log_grad_p": [[115, 1, 1, "c.fp_log_grad_p", "input0"], [115, 1, 1, "c.fp_log_grad_p", "input1"], [115, 1, 1, "c.fp_log_grad_p", "length"], [115, 1, 1, "c.fp_log_grad_p", "output"]], "fp_log_grad_s": [[115, 1, 1, "c.fp_log_grad_s", "core_mask"], [115, 1, 1, "c.fp_log_grad_s", "input0"], [115, 1, 1, "c.fp_log_grad_s", "input1"], [115, 1, 1, "c.fp_log_grad_s", "length"], [115, 1, 1, "c.fp_log_grad_s", "output"]], "fp_log_p": [[113, 1, 1, "c.fp_log_p", "input"], [113, 1, 1, "c.fp_log_p", "length"], [113, 1, 1, "c.fp_log_p", "output"]], "fp_log_s": [[113, 1, 1, "c.fp_log_s", "core_mask"], [113, 1, 1, "c.fp_log_s", "input"], [113, 1, 1, "c.fp_log_s", "length"], [113, 1, 1, "c.fp_log_s", "output"]], "fp_logical_and_p": [[116, 1, 1, "c.fp_logical_and_p", "input0"], [116, 1, 1, "c.fp_logical_and_p", "input1"], [116, 1, 1, "c.fp_logical_and_p", "output"], [116, 1, 1, "c.fp_logical_and_p", "params"]], "fp_logical_and_s": [[116, 1, 1, "c.fp_logical_and_s", "core_mask"], [116, 1, 1, "c.fp_logical_and_s", "input0"], [116, 1, 1, "c.fp_logical_and_s", "input1"], [116, 1, 1, "c.fp_logical_and_s", "output"], [116, 1, 1, "c.fp_logical_and_s", "params"]], "fp_logical_not_p": [[117, 1, 1, "c.fp_logical_not_p", "input"], [117, 1, 1, "c.fp_logical_not_p", "length"], [117, 1, 1, "c.fp_logical_not_p", "output"]], "fp_logical_not_s": [[117, 1, 1, "c.fp_logical_not_s", "core_mask"], [117, 1, 1, "c.fp_logical_not_s", "input"], [117, 1, 1, "c.fp_logical_not_s", "length"], [117, 1, 1, "c.fp_logical_not_s", "output"]], "fp_logical_or_p": [[118, 1, 1, "c.fp_logical_or_p", "input0"], [118, 1, 1, "c.fp_logical_or_p", "input1"], [118, 1, 1, "c.fp_logical_or_p", "length"], [118, 1, 1, "c.fp_logical_or_p", "output"]], "fp_logical_or_s": [[118, 1, 1, "c.fp_logical_or_s", "core_mask"], [118, 1, 1, "c.fp_logical_or_s", "input0"], [118, 1, 1, "c.fp_logical_or_s", "input1"], [118, 1, 1, "c.fp_logical_or_s", "length"], [118, 1, 1, "c.fp_logical_or_s", "output"]], "fp_logsoftmax_p": [[119, 1, 1, "c.fp_logsoftmax_p", "axis"], [119, 1, 1, "c.fp_logsoftmax_p", "axis_size"], [119, 1, 1, "c.fp_logsoftmax_p", "inner_size"], [119, 1, 1, "c.fp_logsoftmax_p", "input_ptr"], [119, 1, 1, "c.fp_logsoftmax_p", "n_dim"], [119, 1, 1, "c.fp_logsoftmax_p", "output_ptr"], [119, 1, 1, "c.fp_logsoftmax_p", "outter_size"], [119, 1, 1, "c.fp_logsoftmax_p", "sum_data"]], "fp_logsoftmax_s": [[119, 1, 1, "c.fp_logsoftmax_s", "axis"], [119, 1, 1, "c.fp_logsoftmax_s", "axis_size"], [119, 1, 1, "c.fp_logsoftmax_s", "core_mask"], [119, 1, 1, "c.fp_logsoftmax_s", "inner_size"], [119, 1, 1, "c.fp_logsoftmax_s", "input_ptr"], [119, 1, 1, "c.fp_logsoftmax_s", "n_dim"], [119, 1, 1, "c.fp_logsoftmax_s", "output_ptr"], [119, 1, 1, "c.fp_logsoftmax_s", "outter_size"], [119, 1, 1, "c.fp_logsoftmax_s", "sum_data"]], "fp_lp_norm_p": [[120, 1, 1, "c.fp_lp_norm_p", "epsilon"], [120, 1, 1, "c.fp_lp_norm_p", "input"], [120, 1, 1, "c.fp_lp_norm_p", "params"]], "fp_lp_norm_s": [[120, 1, 1, "c.fp_lp_norm_s", "core_mask"], [120, 1, 1, "c.fp_lp_norm_s", "epsilon"], [120, 1, 1, "c.fp_lp_norm_s", "input"], [120, 1, 1, "c.fp_lp_norm_s", "params"]], "fp_lrelu_p": [[14, 1, 1, "c.fp_lrelu_p", "Input0"], [14, 1, 1, "c.fp_lrelu_p", "alpha"], [14, 1, 1, "c.fp_lrelu_p", "length"], [14, 1, 1, "c.fp_lrelu_p", "output"]], "fp_lrelu_s": [[14, 1, 1, "c.fp_lrelu_s", "Input0"], [14, 1, 1, "c.fp_lrelu_s", "alpha"], [14, 1, 1, "c.fp_lrelu_s", "core_mask"], [14, 1, 1, "c.fp_lrelu_s", "length"], [14, 1, 1, "c.fp_lrelu_s", "output"]], "fp_lrn_p": [[121, 1, 1, "c.fp_lrn_p", "input"], [121, 1, 1, "c.fp_lrn_p", "output"], [121, 1, 1, "c.fp_lrn_p", "params"]], "fp_lrn_s": [[121, 1, 1, "c.fp_lrn_s", "core_mask"], [121, 1, 1, "c.fp_lrn_s", "input"], [121, 1, 1, "c.fp_lrn_s", "output"], [121, 1, 1, "c.fp_lrn_s", "params"]], "fp_lsh_projection_p": [[122, 1, 1, "c.fp_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.fp_lsh_projection_p", "feature"], [122, 1, 1, "c.fp_lsh_projection_p", "feature_num"], [122, 1, 1, "c.fp_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.fp_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.fp_lsh_projection_p", "output"], [122, 1, 1, "c.fp_lsh_projection_p", "weight"]], "fp_lsh_projection_s": [[122, 1, 1, "c.fp_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.fp_lsh_projection_s", "core_mask"], [122, 1, 1, "c.fp_lsh_projection_s", "feature"], [122, 1, 1, "c.fp_lsh_projection_s", "feature_num"], [122, 1, 1, "c.fp_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.fp_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.fp_lsh_projection_s", "output"], [122, 1, 1, "c.fp_lsh_projection_s", "weight"]], "fp_lstm_p": [[123, 1, 1, "c.fp_lstm_p", "input"], [123, 1, 1, "c.fp_lstm_p", "output"], [123, 1, 1, "c.fp_lstm_p", "params"]], "fp_lstm_s": [[123, 1, 1, "c.fp_lstm_s", "core_mask"], [123, 1, 1, "c.fp_lstm_s", "input"], [123, 1, 1, "c.fp_lstm_s", "output"], [123, 1, 1, "c.fp_lstm_s", "params"]], "fp_lstmgrad_p": [[124, 1, 1, "c.fp_lstmgrad_p", "dynamic_params"], [124, 1, 1, "c.fp_lstmgrad_p", "params"]], "fp_lstmgrad_s": [[124, 1, 1, "c.fp_lstmgrad_s", "core_mask"], [124, 1, 1, "c.fp_lstmgrad_s", "dynamic_params"], [124, 1, 1, "c.fp_lstmgrad_s", "params"]], "fp_lstmgraddata_p": [[125, 1, 1, "c.fp_lstmgraddata_p", "dynamic_params"], [125, 1, 1, "c.fp_lstmgraddata_p", "params"]], "fp_lstmgraddata_s": [[125, 1, 1, "c.fp_lstmgraddata_s", "core_mask"], [125, 1, 1, "c.fp_lstmgraddata_s", "dynamic_params"], [125, 1, 1, "c.fp_lstmgraddata_s", "params"]], "fp_lstmgradweight_p": [[126, 1, 1, "c.fp_lstmgradweight_p", "dynamic_params"], [126, 1, 1, "c.fp_lstmgradweight_p", "params"]], "fp_lstmgradweight_s": [[126, 1, 1, "c.fp_lstmgradweight_s", "core_mask"], [126, 1, 1, "c.fp_lstmgradweight_s", "dynamic_params"], [126, 1, 1, "c.fp_lstmgradweight_s", "params"]], "fp_matmul_fusion_p": [[127, 1, 1, "c.fp_matmul_fusion_p", "A"], [127, 1, 1, "c.fp_matmul_fusion_p", "B"], [127, 1, 1, "c.fp_matmul_fusion_p", "C"], [127, 1, 1, "c.fp_matmul_fusion_p", "bias"], [127, 1, 1, "c.fp_matmul_fusion_p", "params"]], "fp_matmul_fusion_s": [[127, 1, 1, "c.fp_matmul_fusion_s", "A"], [127, 1, 1, "c.fp_matmul_fusion_s", "B"], [127, 1, 1, "c.fp_matmul_fusion_s", "C"], [127, 1, 1, "c.fp_matmul_fusion_s", "bias"], [127, 1, 1, "c.fp_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.fp_matmul_fusion_s", "params"]], "fp_maximum_grad_p": [[129, 1, 1, "c.fp_maximum_grad_p", "Input0"], [129, 1, 1, "c.fp_maximum_grad_p", "Input1"], [129, 1, 1, "c.fp_maximum_grad_p", "dx0"], [129, 1, 1, "c.fp_maximum_grad_p", "dx1"], [129, 1, 1, "c.fp_maximum_grad_p", "dy"], [129, 1, 1, "c.fp_maximum_grad_p", "params"]], "fp_maximum_grad_s": [[129, 1, 1, "c.fp_maximum_grad_s", "Input0"], [129, 1, 1, "c.fp_maximum_grad_s", "Input1"], [129, 1, 1, "c.fp_maximum_grad_s", "core_mask"], [129, 1, 1, "c.fp_maximum_grad_s", "dx0"], [129, 1, 1, "c.fp_maximum_grad_s", "dx1"], [129, 1, 1, "c.fp_maximum_grad_s", "dy"], [129, 1, 1, "c.fp_maximum_grad_s", "params"]], "fp_maximum_p": [[128, 1, 1, "c.fp_maximum_p", "input0"], [128, 1, 1, "c.fp_maximum_p", "input1"], [128, 1, 1, "c.fp_maximum_p", "length"], [128, 1, 1, "c.fp_maximum_p", "output"]], "fp_maximum_s": [[128, 1, 1, "c.fp_maximum_s", "core_mask"], [128, 1, 1, "c.fp_maximum_s", "input0"], [128, 1, 1, "c.fp_maximum_s", "input1"], [128, 1, 1, "c.fp_maximum_s", "length"], [128, 1, 1, "c.fp_maximum_s", "output"]], "fp_maxpool_fusion_p": [[130, 1, 1, "c.fp_maxpool_fusion_p", "input"], [130, 1, 1, "c.fp_maxpool_fusion_p", "output"], [130, 1, 1, "c.fp_maxpool_fusion_p", "params"]], "fp_maxpool_fusion_s": [[130, 1, 1, "c.fp_maxpool_fusion_s", "core_mask"], [130, 1, 1, "c.fp_maxpool_fusion_s", "input"], [130, 1, 1, "c.fp_maxpool_fusion_s", "output"], [130, 1, 1, "c.fp_maxpool_fusion_s", "params"]], "fp_maxpool_grad_p": [[131, 1, 1, "c.fp_maxpool_grad_p", "dy_ptr"], [131, 1, 1, "c.fp_maxpool_grad_p", "input_ptr"], [131, 1, 1, "c.fp_maxpool_grad_p", "output_ptr"], [131, 1, 1, "c.fp_maxpool_grad_p", "params"]], "fp_maxpool_grad_s": [[131, 1, 1, "c.fp_maxpool_grad_s", "core_mask"], [131, 1, 1, "c.fp_maxpool_grad_s", "dy_ptr"], [131, 1, 1, "c.fp_maxpool_grad_s", "input_ptr"], [131, 1, 1, "c.fp_maxpool_grad_s", "output_ptr"], [131, 1, 1, "c.fp_maxpool_grad_s", "params"]], "fp_mfcc_p": [[132, 1, 1, "c.fp_mfcc_p", "mfcc_params"], [132, 1, 1, "c.fp_mfcc_p", "mfcc_workspace"], [132, 1, 1, "c.fp_mfcc_p", "spec_params"], [132, 1, 1, "c.fp_mfcc_p", "spec_workspace"]], "fp_mfcc_s": [[132, 1, 1, "c.fp_mfcc_s", "core_mask"], [132, 1, 1, "c.fp_mfcc_s", "mfcc_params"], [132, 1, 1, "c.fp_mfcc_s", "mfcc_workspace"], [132, 1, 1, "c.fp_mfcc_s", "spec_params"], [132, 1, 1, "c.fp_mfcc_s", "spec_workspace"]], "fp_minimum_p": [[133, 1, 1, "c.fp_minimum_p", "input0"], [133, 1, 1, "c.fp_minimum_p", "input1"], [133, 1, 1, "c.fp_minimum_p", "length"], [133, 1, 1, "c.fp_minimum_p", "output"]], "fp_minimum_s": [[133, 1, 1, "c.fp_minimum_s", "core_mask"], [133, 1, 1, "c.fp_minimum_s", "input0"], [133, 1, 1, "c.fp_minimum_s", "input1"], [133, 1, 1, "c.fp_minimum_s", "length"], [133, 1, 1, "c.fp_minimum_s", "output"]], "fp_minimumgrad_p": [[134, 1, 1, "c.fp_minimumgrad_p", "Input0"], [134, 1, 1, "c.fp_minimumgrad_p", "Input0_dims"], [134, 1, 1, "c.fp_minimumgrad_p", "Input1"], [134, 1, 1, "c.fp_minimumgrad_p", "Input1_dims"], [134, 1, 1, "c.fp_minimumgrad_p", "dx0"], [134, 1, 1, "c.fp_minimumgrad_p", "dx1"], [134, 1, 1, "c.fp_minimumgrad_p", "dy"], [134, 1, 1, "c.fp_minimumgrad_p", "num_dims"]], "fp_minimumgrad_s": [[134, 1, 1, "c.fp_minimumgrad_s", "Input0"], [134, 1, 1, "c.fp_minimumgrad_s", "Input0_dims"], [134, 1, 1, "c.fp_minimumgrad_s", "Input1"], [134, 1, 1, "c.fp_minimumgrad_s", "Input1_dims"], [134, 1, 1, "c.fp_minimumgrad_s", "core_mask"], [134, 1, 1, "c.fp_minimumgrad_s", "dx0"], [134, 1, 1, "c.fp_minimumgrad_s", "dx1"], [134, 1, 1, "c.fp_minimumgrad_s", "dy"], [134, 1, 1, "c.fp_minimumgrad_s", "num_dims"]], "fp_mod_p": [[135, 1, 1, "c.fp_mod_p", "input0"], [135, 1, 1, "c.fp_mod_p", "input1"], [135, 1, 1, "c.fp_mod_p", "length"], [135, 1, 1, "c.fp_mod_p", "output"]], "fp_mod_s": [[135, 1, 1, "c.fp_mod_s", "core_mask"], [135, 1, 1, "c.fp_mod_s", "input0"], [135, 1, 1, "c.fp_mod_s", "input1"], [135, 1, 1, "c.fp_mod_s", "length"], [135, 1, 1, "c.fp_mod_s", "output"]], "fp_mul_grad_p": [[137, 1, 1, "c.fp_mul_grad_p", "dx1"], [137, 1, 1, "c.fp_mul_grad_p", "dx2"], [137, 1, 1, "c.fp_mul_grad_p", "dy"], [137, 1, 1, "c.fp_mul_grad_p", "params"], [137, 1, 1, "c.fp_mul_grad_p", "x1"], [137, 1, 1, "c.fp_mul_grad_p", "x2"]], "fp_mul_grad_s": [[137, 1, 1, "c.fp_mul_grad_s", "core_mask"], [137, 1, 1, "c.fp_mul_grad_s", "dx1"], [137, 1, 1, "c.fp_mul_grad_s", "dx2"], [137, 1, 1, "c.fp_mul_grad_s", "dy"], [137, 1, 1, "c.fp_mul_grad_s", "params"], [137, 1, 1, "c.fp_mul_grad_s", "x1"], [137, 1, 1, "c.fp_mul_grad_s", "x2"]], "fp_mul_p": [[136, 1, 1, "c.fp_mul_p", "input0"], [136, 1, 1, "c.fp_mul_p", "input1"], [136, 1, 1, "c.fp_mul_p", "output"], [136, 1, 1, "c.fp_mul_p", "param"]], "fp_mul_s": [[136, 1, 1, "c.fp_mul_s", "core_mask"], [136, 1, 1, "c.fp_mul_s", "input0"], [136, 1, 1, "c.fp_mul_s", "input1"], [136, 1, 1, "c.fp_mul_s", "output"], [136, 1, 1, "c.fp_mul_s", "param"]], "fp_neg_grad_p": [[139, 1, 1, "c.fp_neg_grad_p", "Input"], [139, 1, 1, "c.fp_neg_grad_p", "length"], [139, 1, 1, "c.fp_neg_grad_p", "output"]], "fp_neg_grad_s": [[139, 1, 1, "c.fp_neg_grad_s", "Input"], [139, 1, 1, "c.fp_neg_grad_s", "core_mask"], [139, 1, 1, "c.fp_neg_grad_s", "length"], [139, 1, 1, "c.fp_neg_grad_s", "output"]], "fp_neg_p": [[138, 1, 1, "c.fp_neg_p", "Input"], [138, 1, 1, "c.fp_neg_p", "length"], [138, 1, 1, "c.fp_neg_p", "output"]], "fp_neg_s": [[138, 1, 1, "c.fp_neg_s", "Input"], [138, 1, 1, "c.fp_neg_s", "core_mask"], [138, 1, 1, "c.fp_neg_s", "length"], [138, 1, 1, "c.fp_neg_s", "output"]], "fp_nllloss_p": [[140, 1, 1, "c.fp_nllloss_p", "batch_size"], [140, 1, 1, "c.fp_nllloss_p", "class_num"], [140, 1, 1, "c.fp_nllloss_p", "labels"], [140, 1, 1, "c.fp_nllloss_p", "log_probs"], [140, 1, 1, "c.fp_nllloss_p", "loss"], [140, 1, 1, "c.fp_nllloss_p", "reduction_type"], [140, 1, 1, "c.fp_nllloss_p", "total_weight"], [140, 1, 1, "c.fp_nllloss_p", "weight"]], "fp_nllloss_s": [[140, 1, 1, "c.fp_nllloss_s", "batch_size"], [140, 1, 1, "c.fp_nllloss_s", "class_num"], [140, 1, 1, "c.fp_nllloss_s", "core_mask"], [140, 1, 1, "c.fp_nllloss_s", "labels"], [140, 1, 1, "c.fp_nllloss_s", "log_probs"], [140, 1, 1, "c.fp_nllloss_s", "loss"], [140, 1, 1, "c.fp_nllloss_s", "reduction_type"], [140, 1, 1, "c.fp_nllloss_s", "total_weight"], [140, 1, 1, "c.fp_nllloss_s", "weight"]], "fp_nlllossgrad_p": [[141, 1, 1, "c.fp_nlllossgrad_p", "batch"], [141, 1, 1, "c.fp_nlllossgrad_p", "class_num"], [141, 1, 1, "c.fp_nlllossgrad_p", "labels"], [141, 1, 1, "c.fp_nlllossgrad_p", "logits"], [141, 1, 1, "c.fp_nlllossgrad_p", "logits_grad"], [141, 1, 1, "c.fp_nlllossgrad_p", "loss_grad"], [141, 1, 1, "c.fp_nlllossgrad_p", "reduction_type"], [141, 1, 1, "c.fp_nlllossgrad_p", "total_weight"], [141, 1, 1, "c.fp_nlllossgrad_p", "weight"]], "fp_nlllossgrad_s": [[141, 1, 1, "c.fp_nlllossgrad_s", "batch"], [141, 1, 1, "c.fp_nlllossgrad_s", "class_num"], [141, 1, 1, "c.fp_nlllossgrad_s", "core_mask"], [141, 1, 1, "c.fp_nlllossgrad_s", "labels"], [141, 1, 1, "c.fp_nlllossgrad_s", "logits"], [141, 1, 1, "c.fp_nlllossgrad_s", "logits_grad"], [141, 1, 1, "c.fp_nlllossgrad_s", "loss_grad"], [141, 1, 1, "c.fp_nlllossgrad_s", "reduction_type"], [141, 1, 1, "c.fp_nlllossgrad_s", "total_weight"], [141, 1, 1, "c.fp_nlllossgrad_s", "weight"]], "fp_non_max_suppression_p": [[142, 1, 1, "c.fp_non_max_suppression_p", "param"]], "fp_non_max_suppression_s": [[142, 1, 1, "c.fp_non_max_suppression_s", "core_mask"], [142, 1, 1, "c.fp_non_max_suppression_s", "param"]], "fp_nonzero_p": [[143, 1, 1, "c.fp_nonzero_p", "dim_strides"], [143, 1, 1, "c.fp_nonzero_p", "input"], [143, 1, 1, "c.fp_nonzero_p", "input_rank"], [143, 1, 1, "c.fp_nonzero_p", "length"], [143, 1, 1, "c.fp_nonzero_p", "non_zero_num"], [143, 1, 1, "c.fp_nonzero_p", "output"], [143, 1, 1, "c.fp_nonzero_p", "shape"]], "fp_nonzero_s": [[143, 1, 1, "c.fp_nonzero_s", "core_mask"], [143, 1, 1, "c.fp_nonzero_s", "dim_strides"], [143, 1, 1, "c.fp_nonzero_s", "input"], [143, 1, 1, "c.fp_nonzero_s", "input_rank"], [143, 1, 1, "c.fp_nonzero_s", "length"], [143, 1, 1, "c.fp_nonzero_s", "non_zero_num"], [143, 1, 1, "c.fp_nonzero_s", "output"], [143, 1, 1, "c.fp_nonzero_s", "shape"]], "fp_not_equal_p": [[144, 1, 1, "c.fp_not_equal_p", "Input0"], [144, 1, 1, "c.fp_not_equal_p", "Input1"], [144, 1, 1, "c.fp_not_equal_p", "length"], [144, 1, 1, "c.fp_not_equal_p", "output"]], "fp_not_equal_s": [[144, 1, 1, "c.fp_not_equal_s", "Input0"], [144, 1, 1, "c.fp_not_equal_s", "Input1"], [144, 1, 1, "c.fp_not_equal_s", "core_mask"], [144, 1, 1, "c.fp_not_equal_s", "length"], [144, 1, 1, "c.fp_not_equal_s", "output"]], "fp_onehot_p": [[145, 1, 1, "c.fp_onehot_p", "axis"], [145, 1, 1, "c.fp_onehot_p", "depth"], [145, 1, 1, "c.fp_onehot_p", "indices"], [145, 1, 1, "c.fp_onehot_p", "indices_shape"], [145, 1, 1, "c.fp_onehot_p", "indices_shape_size"], [145, 1, 1, "c.fp_onehot_p", "on_off"], [145, 1, 1, "c.fp_onehot_p", "output"], [145, 1, 1, "c.fp_onehot_p", "support_neg_index"]], "fp_onehot_s": [[145, 1, 1, "c.fp_onehot_s", "axis"], [145, 1, 1, "c.fp_onehot_s", "core_mask"], [145, 1, 1, "c.fp_onehot_s", "depth"], [145, 1, 1, "c.fp_onehot_s", "indices"], [145, 1, 1, "c.fp_onehot_s", "indices_shape"], [145, 1, 1, "c.fp_onehot_s", "indices_shape_size"], [145, 1, 1, "c.fp_onehot_s", "on_off"], [145, 1, 1, "c.fp_onehot_s", "output"], [145, 1, 1, "c.fp_onehot_s", "support_neg_index"]], "fp_ones_like_p": [[146, 1, 1, "c.fp_ones_like_p", "length"], [146, 1, 1, "c.fp_ones_like_p", "output"]], "fp_ones_like_s": [[146, 1, 1, "c.fp_ones_like_s", "core_mask"], [146, 1, 1, "c.fp_ones_like_s", "length"], [146, 1, 1, "c.fp_ones_like_s", "output"]], "fp_padfusion_p": [[147, 1, 1, "c.fp_padfusion_p", "params"]], "fp_padfusion_s": [[147, 1, 1, "c.fp_padfusion_s", "core_mask"], [147, 1, 1, "c.fp_padfusion_s", "params"]], "fp_pow_fusion_p": [[149, 1, 1, "c.fp_pow_fusion_p", "Input"], [149, 1, 1, "c.fp_pow_fusion_p", "broadcast"], [149, 1, 1, "c.fp_pow_fusion_p", "exponent"], [149, 1, 1, "c.fp_pow_fusion_p", "length_in"], [149, 1, 1, "c.fp_pow_fusion_p", "output"], [149, 1, 1, "c.fp_pow_fusion_p", "scale"], [149, 1, 1, "c.fp_pow_fusion_p", "shift"]], "fp_pow_fusion_s": [[149, 1, 1, "c.fp_pow_fusion_s", "Input"], [149, 1, 1, "c.fp_pow_fusion_s", "broadcast"], [149, 1, 1, "c.fp_pow_fusion_s", "core_mask"], [149, 1, 1, "c.fp_pow_fusion_s", "exponent"], [149, 1, 1, "c.fp_pow_fusion_s", "length_in"], [149, 1, 1, "c.fp_pow_fusion_s", "output"], [149, 1, 1, "c.fp_pow_fusion_s", "scale"], [149, 1, 1, "c.fp_pow_fusion_s", "shift"]], "fp_power_grad_p": [[150, 1, 1, "c.fp_power_grad_p", "Input1"], [150, 1, 1, "c.fp_power_grad_p", "Input2"], [150, 1, 1, "c.fp_power_grad_p", "length"], [150, 1, 1, "c.fp_power_grad_p", "output"], [150, 1, 1, "c.fp_power_grad_p", "power"], [150, 1, 1, "c.fp_power_grad_p", "scale"], [150, 1, 1, "c.fp_power_grad_p", "shift"]], "fp_power_grad_s": [[150, 1, 1, "c.fp_power_grad_s", "Input1"], [150, 1, 1, "c.fp_power_grad_s", "Input2"], [150, 1, 1, "c.fp_power_grad_s", "core_mask"], [150, 1, 1, "c.fp_power_grad_s", "length"], [150, 1, 1, "c.fp_power_grad_s", "output"], [150, 1, 1, "c.fp_power_grad_s", "power"], [150, 1, 1, "c.fp_power_grad_s", "scale"], [150, 1, 1, "c.fp_power_grad_s", "shift"]], "fp_prelufusion_p": [[151, 1, 1, "c.fp_prelufusion_p", "dst_data"], [151, 1, 1, "c.fp_prelufusion_p", "end"], [151, 1, 1, "c.fp_prelufusion_p", "slope"], [151, 1, 1, "c.fp_prelufusion_p", "src_data"], [151, 1, 1, "c.fp_prelufusion_p", "start"]], "fp_prelufusion_s": [[151, 1, 1, "c.fp_prelufusion_s", "core_mask"], [151, 1, 1, "c.fp_prelufusion_s", "dst_data"], [151, 1, 1, "c.fp_prelufusion_s", "end"], [151, 1, 1, "c.fp_prelufusion_s", "slope"], [151, 1, 1, "c.fp_prelufusion_s", "src_data"], [151, 1, 1, "c.fp_prelufusion_s", "start"]], "fp_priorbox_p": [[152, 1, 1, "c.fp_priorbox_p", "different_aspect_ratios"], [152, 1, 1, "c.fp_priorbox_p", "different_aspect_ratios_size"], [152, 1, 1, "c.fp_priorbox_p", "fmap_h"], [152, 1, 1, "c.fp_priorbox_p", "fmap_w"], [152, 1, 1, "c.fp_priorbox_p", "max_sizes"], [152, 1, 1, "c.fp_priorbox_p", "max_sizes_size"], [152, 1, 1, "c.fp_priorbox_p", "min_sizes"], [152, 1, 1, "c.fp_priorbox_p", "min_sizes_size"], [152, 1, 1, "c.fp_priorbox_p", "offset"], [152, 1, 1, "c.fp_priorbox_p", "output"], [152, 1, 1, "c.fp_priorbox_p", "output_size"], [152, 1, 1, "c.fp_priorbox_p", "step_h"], [152, 1, 1, "c.fp_priorbox_p", "step_w"]], "fp_priorbox_s": [[152, 1, 1, "c.fp_priorbox_s", "core_mask"], [152, 1, 1, "c.fp_priorbox_s", "different_aspect_ratios"], [152, 1, 1, "c.fp_priorbox_s", "different_aspect_ratios_size"], [152, 1, 1, "c.fp_priorbox_s", "fmap_h"], [152, 1, 1, "c.fp_priorbox_s", "fmap_w"], [152, 1, 1, "c.fp_priorbox_s", "max_sizes"], [152, 1, 1, "c.fp_priorbox_s", "max_sizes_size"], [152, 1, 1, "c.fp_priorbox_s", "min_sizes"], [152, 1, 1, "c.fp_priorbox_s", "min_sizes_size"], [152, 1, 1, "c.fp_priorbox_s", "offset"], [152, 1, 1, "c.fp_priorbox_s", "output"], [152, 1, 1, "c.fp_priorbox_s", "output_size"], [152, 1, 1, "c.fp_priorbox_s", "step_h"], [152, 1, 1, "c.fp_priorbox_s", "step_w"]], "fp_ragged_range_p": [[154, 1, 1, "c.fp_ragged_range_p", "deltas"], [154, 1, 1, "c.fp_ragged_range_p", "limits"], [154, 1, 1, "c.fp_ragged_range_p", "range_count"], [154, 1, 1, "c.fp_ragged_range_p", "splits"], [154, 1, 1, "c.fp_ragged_range_p", "starts"], [154, 1, 1, "c.fp_ragged_range_p", "values"]], "fp_ragged_range_s": [[154, 1, 1, "c.fp_ragged_range_s", "core_mask"], [154, 1, 1, "c.fp_ragged_range_s", "deltas"], [154, 1, 1, "c.fp_ragged_range_s", "limits"], [154, 1, 1, "c.fp_ragged_range_s", "range_count"], [154, 1, 1, "c.fp_ragged_range_s", "splits"], [154, 1, 1, "c.fp_ragged_range_s", "starts"], [154, 1, 1, "c.fp_ragged_range_s", "values"]], "fp_random_normal_p": [[155, 1, 1, "c.fp_random_normal_p", "length"], [155, 1, 1, "c.fp_random_normal_p", "mean"], [155, 1, 1, "c.fp_random_normal_p", "output"], [155, 1, 1, "c.fp_random_normal_p", "scale"], [155, 1, 1, "c.fp_random_normal_p", "seed"]], "fp_random_normal_s": [[155, 1, 1, "c.fp_random_normal_s", "core_mask"], [155, 1, 1, "c.fp_random_normal_s", "length"], [155, 1, 1, "c.fp_random_normal_s", "mean"], [155, 1, 1, "c.fp_random_normal_s", "output"], [155, 1, 1, "c.fp_random_normal_s", "scale"], [155, 1, 1, "c.fp_random_normal_s", "seed"]], "fp_random_standard_normal_p": [[156, 1, 1, "c.fp_random_standard_normal_p", "length"], [156, 1, 1, "c.fp_random_standard_normal_p", "output"], [156, 1, 1, "c.fp_random_standard_normal_p", "seed"]], "fp_random_standard_normal_s": [[156, 1, 1, "c.fp_random_standard_normal_s", "core_mask"], [156, 1, 1, "c.fp_random_standard_normal_s", "length"], [156, 1, 1, "c.fp_random_standard_normal_s", "output"], [156, 1, 1, "c.fp_random_standard_normal_s", "seed"]], "fp_range_p": [[157, 1, 1, "c.fp_range_p", "delta"], [157, 1, 1, "c.fp_range_p", "length"], [157, 1, 1, "c.fp_range_p", "output"], [157, 1, 1, "c.fp_range_p", "start"]], "fp_range_s": [[157, 1, 1, "c.fp_range_s", "core_mask"], [157, 1, 1, "c.fp_range_s", "delta"], [157, 1, 1, "c.fp_range_s", "length"], [157, 1, 1, "c.fp_range_s", "output"], [157, 1, 1, "c.fp_range_s", "start"]], "fp_real_div_p": [[159, 1, 1, "c.fp_real_div_p", "input0"], [159, 1, 1, "c.fp_real_div_p", "input1"], [159, 1, 1, "c.fp_real_div_p", "length"], [159, 1, 1, "c.fp_real_div_p", "output"]], "fp_real_div_s": [[159, 1, 1, "c.fp_real_div_s", "core_mask"], [159, 1, 1, "c.fp_real_div_s", "input0"], [159, 1, 1, "c.fp_real_div_s", "input1"], [159, 1, 1, "c.fp_real_div_s", "length"], [159, 1, 1, "c.fp_real_div_s", "output"]], "fp_reciprocal_p": [[160, 1, 1, "c.fp_reciprocal_p", "Input"], [160, 1, 1, "c.fp_reciprocal_p", "length"], [160, 1, 1, "c.fp_reciprocal_p", "output"]], "fp_reciprocal_s": [[160, 1, 1, "c.fp_reciprocal_s", "Input"], [160, 1, 1, "c.fp_reciprocal_s", "core_mask"], [160, 1, 1, "c.fp_reciprocal_s", "length"], [160, 1, 1, "c.fp_reciprocal_s", "output"]], "fp_reduce_all_p": [[23, 1, 1, "c.fp_reduce_all_p", "axis_size"], [23, 1, 1, "c.fp_reduce_all_p", "dst_data"], [23, 1, 1, "c.fp_reduce_all_p", "inner_size"], [23, 1, 1, "c.fp_reduce_all_p", "outer_size"], [23, 1, 1, "c.fp_reduce_all_p", "src_data"]], "fp_reduce_all_s": [[23, 1, 1, "c.fp_reduce_all_s", "axis_size"], [23, 1, 1, "c.fp_reduce_all_s", "core_mask"], [23, 1, 1, "c.fp_reduce_all_s", "dst_data"], [23, 1, 1, "c.fp_reduce_all_s", "inner_size"], [23, 1, 1, "c.fp_reduce_all_s", "outer_size"], [23, 1, 1, "c.fp_reduce_all_s", "src_data"]], "fp_reduce_p": [[161, 1, 1, "c.fp_reduce_p", "core_mask"], [161, 1, 1, "c.fp_reduce_p", "dst_data"], [161, 1, 1, "c.fp_reduce_p", "param"], [161, 1, 1, "c.fp_reduce_p", "src_data"], [161, 1, 1, "c.fp_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.fp_reduce_p", "tmp_src_data"]], "fp_reduce_s": [[161, 1, 1, "c.fp_reduce_s", "core_mask"], [161, 1, 1, "c.fp_reduce_s", "dst_data"], [161, 1, 1, "c.fp_reduce_s", "param"], [161, 1, 1, "c.fp_reduce_s", "src_data"]], "fp_reducescatter_p": [[162, 1, 1, "c.fp_reducescatter_p", "data_size"], [162, 1, 1, "c.fp_reducescatter_p", "input_data"], [162, 1, 1, "c.fp_reducescatter_p", "output_data"], [162, 1, 1, "c.fp_reducescatter_p", "reduce_type"]], "fp_reducescatter_s": [[162, 1, 1, "c.fp_reducescatter_s", "core_mask"], [162, 1, 1, "c.fp_reducescatter_s", "data_size"], [162, 1, 1, "c.fp_reducescatter_s", "input_data"], [162, 1, 1, "c.fp_reducescatter_s", "output_data"], [162, 1, 1, "c.fp_reducescatter_s", "reduce_type"]], "fp_relu6_grad_p": [[15, 1, 1, "c.fp_relu6_grad_p", "dst"], [15, 1, 1, "c.fp_relu6_grad_p", "length"], [15, 1, 1, "c.fp_relu6_grad_p", "src0"], [15, 1, 1, "c.fp_relu6_grad_p", "src1"]], "fp_relu6_grad_s": [[15, 1, 1, "c.fp_relu6_grad_s", "core_mask"], [15, 1, 1, "c.fp_relu6_grad_s", "dst"], [15, 1, 1, "c.fp_relu6_grad_s", "length"], [15, 1, 1, "c.fp_relu6_grad_s", "src0"], [15, 1, 1, "c.fp_relu6_grad_s", "src1"]], "fp_relu6_p": [[14, 1, 1, "c.fp_relu6_p", "Input0"], [14, 1, 1, "c.fp_relu6_p", "length"], [14, 1, 1, "c.fp_relu6_p", "output"]], "fp_relu6_s": [[14, 1, 1, "c.fp_relu6_s", "Input0"], [14, 1, 1, "c.fp_relu6_s", "core_mask"], [14, 1, 1, "c.fp_relu6_s", "length"], [14, 1, 1, "c.fp_relu6_s", "output"]], "fp_relu_grad_p": [[15, 1, 1, "c.fp_relu_grad_p", "dst"], [15, 1, 1, "c.fp_relu_grad_p", "length"], [15, 1, 1, "c.fp_relu_grad_p", "src0"], [15, 1, 1, "c.fp_relu_grad_p", "src1"]], "fp_relu_grad_s": [[15, 1, 1, "c.fp_relu_grad_s", "core_mask"], [15, 1, 1, "c.fp_relu_grad_s", "dst"], [15, 1, 1, "c.fp_relu_grad_s", "length"], [15, 1, 1, "c.fp_relu_grad_s", "src0"], [15, 1, 1, "c.fp_relu_grad_s", "src1"]], "fp_relu_p": [[14, 1, 1, "c.fp_relu_p", "Input0"], [14, 1, 1, "c.fp_relu_p", "length"], [14, 1, 1, "c.fp_relu_p", "output"]], "fp_relu_s": [[14, 1, 1, "c.fp_relu_s", "Input0"], [14, 1, 1, "c.fp_relu_s", "core_mask"], [14, 1, 1, "c.fp_relu_s", "length"], [14, 1, 1, "c.fp_relu_s", "output"]], "fp_reshape_p": [[163, 1, 1, "c.fp_reshape_p", "input"], [163, 1, 1, "c.fp_reshape_p", "length"], [163, 1, 1, "c.fp_reshape_p", "output"]], "fp_reshape_s": [[163, 1, 1, "c.fp_reshape_s", "core_mask"], [163, 1, 1, "c.fp_reshape_s", "input"], [163, 1, 1, "c.fp_reshape_s", "length"], [163, 1, 1, "c.fp_reshape_s", "output"]], "fp_resize_anycore": [[164, 1, 1, "c.fp_resize_anycore", "core_mask"], [164, 1, 1, "c.fp_resize_anycore", "input"], [164, 1, 1, "c.fp_resize_anycore", "output"], [164, 1, 1, "c.fp_resize_anycore", "param"]], "fp_resizebilineargrad_p": [[165, 1, 1, "c.fp_resizebilineargrad_p", "align_corners"], [165, 1, 1, "c.fp_resizebilineargrad_p", "batch_size"], [165, 1, 1, "c.fp_resizebilineargrad_p", "channel"], [165, 1, 1, "c.fp_resizebilineargrad_p", "format"], [165, 1, 1, "c.fp_resizebilineargrad_p", "height_scale"], [165, 1, 1, "c.fp_resizebilineargrad_p", "in_addr"], [165, 1, 1, "c.fp_resizebilineargrad_p", "in_height"], [165, 1, 1, "c.fp_resizebilineargrad_p", "in_width"], [165, 1, 1, "c.fp_resizebilineargrad_p", "out_addr"], [165, 1, 1, "c.fp_resizebilineargrad_p", "out_height"], [165, 1, 1, "c.fp_resizebilineargrad_p", "out_width"], [165, 1, 1, "c.fp_resizebilineargrad_p", "width_scale"]], "fp_resizebilineargrad_s": [[165, 1, 1, "c.fp_resizebilineargrad_s", "align_corners"], [165, 1, 1, "c.fp_resizebilineargrad_s", "batch_size"], [165, 1, 1, "c.fp_resizebilineargrad_s", "channel"], [165, 1, 1, "c.fp_resizebilineargrad_s", "core_mask"], [165, 1, 1, "c.fp_resizebilineargrad_s", "format"], [165, 1, 1, "c.fp_resizebilineargrad_s", "height_scale"], [165, 1, 1, "c.fp_resizebilineargrad_s", "in_addr"], [165, 1, 1, "c.fp_resizebilineargrad_s", "in_height"], [165, 1, 1, "c.fp_resizebilineargrad_s", "in_width"], [165, 1, 1, "c.fp_resizebilineargrad_s", "out_addr"], [165, 1, 1, "c.fp_resizebilineargrad_s", "out_height"], [165, 1, 1, "c.fp_resizebilineargrad_s", "out_width"], [165, 1, 1, "c.fp_resizebilineargrad_s", "width_scale"]], "fp_resizenearestneighborgrad_p": [[165, 1, 1, "c.fp_resizenearestneighborgrad_p", "align_corners"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "batch_size"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "channel"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "format"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "height_scale"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "in_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "in_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "in_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "out_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "out_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "out_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_p", "width_scale"]], "fp_resizenearestneighborgrad_s": [[165, 1, 1, "c.fp_resizenearestneighborgrad_s", "align_corners"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "batch_size"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "channel"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "core_mask"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "format"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "height_scale"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "in_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "in_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "in_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "out_addr"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "out_height"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "out_width"], [165, 1, 1, "c.fp_resizenearestneighborgrad_s", "width_scale"]], "fp_roipooling_p": [[169, 1, 1, "c.fp_roipooling_p", "in_ptr"], [169, 1, 1, "c.fp_roipooling_p", "input_c"], [169, 1, 1, "c.fp_roipooling_p", "input_h"], [169, 1, 1, "c.fp_roipooling_p", "input_n"], [169, 1, 1, "c.fp_roipooling_p", "input_w"], [169, 1, 1, "c.fp_roipooling_p", "max_c"], [169, 1, 1, "c.fp_roipooling_p", "num_rois"], [169, 1, 1, "c.fp_roipooling_p", "out_ptr"], [169, 1, 1, "c.fp_roipooling_p", "pooled_height"], [169, 1, 1, "c.fp_roipooling_p", "pooled_width"], [169, 1, 1, "c.fp_roipooling_p", "roi"], [169, 1, 1, "c.fp_roipooling_p", "scale"]], "fp_roipooling_s": [[169, 1, 1, "c.fp_roipooling_s", "core_mask"], [169, 1, 1, "c.fp_roipooling_s", "in_ptr"], [169, 1, 1, "c.fp_roipooling_s", "input_c"], [169, 1, 1, "c.fp_roipooling_s", "input_h"], [169, 1, 1, "c.fp_roipooling_s", "input_n"], [169, 1, 1, "c.fp_roipooling_s", "input_w"], [169, 1, 1, "c.fp_roipooling_s", "max_c"], [169, 1, 1, "c.fp_roipooling_s", "num_rois"], [169, 1, 1, "c.fp_roipooling_s", "out_ptr"], [169, 1, 1, "c.fp_roipooling_s", "pooled_height"], [169, 1, 1, "c.fp_roipooling_s", "pooled_width"], [169, 1, 1, "c.fp_roipooling_s", "roi"], [169, 1, 1, "c.fp_roipooling_s", "scale"]], "fp_round_p": [[170, 1, 1, "c.fp_round_p", "input"], [170, 1, 1, "c.fp_round_p", "length"], [170, 1, 1, "c.fp_round_p", "output"]], "fp_round_s": [[170, 1, 1, "c.fp_round_s", "core_mask"], [170, 1, 1, "c.fp_round_s", "input"], [170, 1, 1, "c.fp_round_s", "length"], [170, 1, 1, "c.fp_round_s", "output"]], "fp_rsqrt_grad_p": [[172, 1, 1, "c.fp_rsqrt_grad_p", "input1"], [172, 1, 1, "c.fp_rsqrt_grad_p", "input2"], [172, 1, 1, "c.fp_rsqrt_grad_p", "output"], [172, 1, 1, "c.fp_rsqrt_grad_p", "size"]], "fp_rsqrt_grad_s": [[172, 1, 1, "c.fp_rsqrt_grad_s", "core_mask"], [172, 1, 1, "c.fp_rsqrt_grad_s", "input0"], [172, 1, 1, "c.fp_rsqrt_grad_s", "input1"], [172, 1, 1, "c.fp_rsqrt_grad_s", "output"], [172, 1, 1, "c.fp_rsqrt_grad_s", "size"]], "fp_rsqrt_p": [[171, 1, 1, "c.fp_rsqrt_p", "dst"], [171, 1, 1, "c.fp_rsqrt_p", "length"], [171, 1, 1, "c.fp_rsqrt_p", "src"]], "fp_rsqrt_s": [[171, 1, 1, "c.fp_rsqrt_s", "core_mask"], [171, 1, 1, "c.fp_rsqrt_s", "dst"], [171, 1, 1, "c.fp_rsqrt_s", "length"], [171, 1, 1, "c.fp_rsqrt_s", "src"]], "fp_scale_fusion_p": [[173, 1, 1, "c.fp_scale_fusion_p", "bias"], [173, 1, 1, "c.fp_scale_fusion_p", "dst_data"], [173, 1, 1, "c.fp_scale_fusion_p", "length"], [173, 1, 1, "c.fp_scale_fusion_p", "scale"], [173, 1, 1, "c.fp_scale_fusion_p", "src_data"]], "fp_scale_fusion_s": [[173, 1, 1, "c.fp_scale_fusion_s", "bias"], [173, 1, 1, "c.fp_scale_fusion_s", "core_mask"], [173, 1, 1, "c.fp_scale_fusion_s", "dst_data"], [173, 1, 1, "c.fp_scale_fusion_s", "length"], [173, 1, 1, "c.fp_scale_fusion_s", "scale"], [173, 1, 1, "c.fp_scale_fusion_s", "src_data"]], "fp_scatter_elements_p": [[174, 1, 1, "c.fp_scatter_elements_p", "core_mask"], [174, 1, 1, "c.fp_scatter_elements_p", "indices"], [174, 1, 1, "c.fp_scatter_elements_p", "input"], [174, 1, 1, "c.fp_scatter_elements_p", "output"], [174, 1, 1, "c.fp_scatter_elements_p", "param"], [174, 1, 1, "c.fp_scatter_elements_p", "updates"]], "fp_scatter_elements_s": [[174, 1, 1, "c.fp_scatter_elements_s", "core_mask"], [174, 1, 1, "c.fp_scatter_elements_s", "indices"], [174, 1, 1, "c.fp_scatter_elements_s", "input"], [174, 1, 1, "c.fp_scatter_elements_s", "output"], [174, 1, 1, "c.fp_scatter_elements_s", "param"], [174, 1, 1, "c.fp_scatter_elements_s", "updates"]], "fp_scatter_nd_p": [[175, 1, 1, "c.fp_scatter_nd_p", "indices"], [175, 1, 1, "c.fp_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.fp_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.fp_scatter_nd_p", "output"], [175, 1, 1, "c.fp_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.fp_scatter_nd_p", "output_shape"], [175, 1, 1, "c.fp_scatter_nd_p", "updates"]], "fp_scatter_nd_s": [[175, 1, 1, "c.fp_scatter_nd_s", "core_mask"], [175, 1, 1, "c.fp_scatter_nd_s", "indices"], [175, 1, 1, "c.fp_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.fp_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.fp_scatter_nd_s", "output"], [175, 1, 1, "c.fp_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.fp_scatter_nd_s", "output_shape"], [175, 1, 1, "c.fp_scatter_nd_s", "updates"]], "fp_scatter_nd_update_p": [[176, 1, 1, "c.fp_scatter_nd_update_p", "indices"], [176, 1, 1, "c.fp_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.fp_scatter_nd_update_p", "output"], [176, 1, 1, "c.fp_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.fp_scatter_nd_update_p", "updates"]], "fp_scatter_nd_update_s": [[176, 1, 1, "c.fp_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.fp_scatter_nd_update_s", "indices"], [176, 1, 1, "c.fp_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.fp_scatter_nd_update_s", "output"], [176, 1, 1, "c.fp_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.fp_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.fp_scatter_nd_update_s", "updates"]], "fp_select_p": [[177, 1, 1, "c.fp_select_p", "condition"], [177, 1, 1, "c.fp_select_p", "input0"], [177, 1, 1, "c.fp_select_p", "input1"], [177, 1, 1, "c.fp_select_p", "output"], [177, 1, 1, "c.fp_select_p", "params"]], "fp_select_s": [[177, 1, 1, "c.fp_select_s", "condition"], [177, 1, 1, "c.fp_select_s", "core_mask"], [177, 1, 1, "c.fp_select_s", "input0"], [177, 1, 1, "c.fp_select_s", "input1"], [177, 1, 1, "c.fp_select_s", "output"], [177, 1, 1, "c.fp_select_s", "params"]], "fp_sgd_p": [[178, 1, 1, "c.fp_sgd_p", "accumulate"], [178, 1, 1, "c.fp_sgd_p", "dampening"], [178, 1, 1, "c.fp_sgd_p", "gradient"], [178, 1, 1, "c.fp_sgd_p", "learning_rate"], [178, 1, 1, "c.fp_sgd_p", "length"], [178, 1, 1, "c.fp_sgd_p", "moment"], [178, 1, 1, "c.fp_sgd_p", "nesterov"], [178, 1, 1, "c.fp_sgd_p", "weight"], [178, 1, 1, "c.fp_sgd_p", "weight_decay"]], "fp_sgd_s": [[178, 1, 1, "c.fp_sgd_s", "accumulate"], [178, 1, 1, "c.fp_sgd_s", "core_mask"], [178, 1, 1, "c.fp_sgd_s", "dampening"], [178, 1, 1, "c.fp_sgd_s", "end"], [178, 1, 1, "c.fp_sgd_s", "gradient"], [178, 1, 1, "c.fp_sgd_s", "learning_rate"], [178, 1, 1, "c.fp_sgd_s", "moment"], [178, 1, 1, "c.fp_sgd_s", "nesterov"], [178, 1, 1, "c.fp_sgd_s", "start"], [178, 1, 1, "c.fp_sgd_s", "weight"], [178, 1, 1, "c.fp_sgd_s", "weight_decay"]], "fp_sigmoid_grad_p": [[15, 1, 1, "c.fp_sigmoid_grad_p", "dst"], [15, 1, 1, "c.fp_sigmoid_grad_p", "length"], [15, 1, 1, "c.fp_sigmoid_grad_p", "src0"], [15, 1, 1, "c.fp_sigmoid_grad_p", "src1"]], "fp_sigmoid_grad_s": [[15, 1, 1, "c.fp_sigmoid_grad_s", "core_mask"], [15, 1, 1, "c.fp_sigmoid_grad_s", "dst"], [15, 1, 1, "c.fp_sigmoid_grad_s", "length"], [15, 1, 1, "c.fp_sigmoid_grad_s", "src0"], [15, 1, 1, "c.fp_sigmoid_grad_s", "src1"]], "fp_sigmoid_p": [[14, 1, 1, "c.fp_sigmoid_p", "Input0"], [14, 1, 1, "c.fp_sigmoid_p", "length"], [14, 1, 1, "c.fp_sigmoid_p", "output"]], "fp_sigmoid_s": [[14, 1, 1, "c.fp_sigmoid_s", "Input0"], [14, 1, 1, "c.fp_sigmoid_s", "core_mask"], [14, 1, 1, "c.fp_sigmoid_s", "length"], [14, 1, 1, "c.fp_sigmoid_s", "output"]], "fp_sigmoidcrossentropywithlogits_p": [[180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "input0"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "input1"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "length"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_p", "output"]], "fp_sigmoidcrossentropywithlogits_s": [[180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "core_mask"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "input0"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "input1"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "length"], [180, 1, 1, "c.fp_sigmoidcrossentropywithlogits_s", "output"]], "fp_sigmoidcrossentropywithlogitsgrad_p": [[181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "Input0"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "Input1"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "length"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_p", "output"]], "fp_sigmoidcrossentropywithlogitsgrad_s": [[181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "Input0"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "Input1"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "core_mask"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "length"], [181, 1, 1, "c.fp_sigmoidcrossentropywithlogitsgrad_s", "output"]], "fp_sin_p": [[182, 1, 1, "c.fp_sin_p", "dst_data"], [182, 1, 1, "c.fp_sin_p", "length"], [182, 1, 1, "c.fp_sin_p", "src_data"]], "fp_sin_s": [[182, 1, 1, "c.fp_sin_s", "core_mask"], [182, 1, 1, "c.fp_sin_s", "dst_data"], [182, 1, 1, "c.fp_sin_s", "length"], [182, 1, 1, "c.fp_sin_s", "src_data"]], "fp_slice_p": [[185, 1, 1, "c.fp_slice_p", "begin"], [185, 1, 1, "c.fp_slice_p", "input"], [185, 1, 1, "c.fp_slice_p", "input_shape"], [185, 1, 1, "c.fp_slice_p", "ndim"], [185, 1, 1, "c.fp_slice_p", "output"], [185, 1, 1, "c.fp_slice_p", "size"]], "fp_slice_s": [[185, 1, 1, "c.fp_slice_s", "begin"], [185, 1, 1, "c.fp_slice_s", "core_mask"], [185, 1, 1, "c.fp_slice_s", "input"], [185, 1, 1, "c.fp_slice_s", "input_shape"], [185, 1, 1, "c.fp_slice_s", "ndim"], [185, 1, 1, "c.fp_slice_s", "output"], [185, 1, 1, "c.fp_slice_s", "size"]], "fp_smoothl1loss_p": [[186, 1, 1, "c.fp_smoothl1loss_p", "beta"], [186, 1, 1, "c.fp_smoothl1loss_p", "length"], [186, 1, 1, "c.fp_smoothl1loss_p", "out"], [186, 1, 1, "c.fp_smoothl1loss_p", "predict"], [186, 1, 1, "c.fp_smoothl1loss_p", "target"]], "fp_smoothl1loss_s": [[186, 1, 1, "c.fp_smoothl1loss_s", "beta"], [186, 1, 1, "c.fp_smoothl1loss_s", "core_mask"], [186, 1, 1, "c.fp_smoothl1loss_s", "length"], [186, 1, 1, "c.fp_smoothl1loss_s", "out"], [186, 1, 1, "c.fp_smoothl1loss_s", "predict"], [186, 1, 1, "c.fp_smoothl1loss_s", "target"]], "fp_smoothl1lossgrad_p": [[187, 1, 1, "c.fp_smoothl1lossgrad_p", "beta"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "dx1"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "dy"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "length"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "x1"], [187, 1, 1, "c.fp_smoothl1lossgrad_p", "x2"]], "fp_smoothl1lossgrad_s": [[187, 1, 1, "c.fp_smoothl1lossgrad_s", "beta"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "core_mask"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "dx1"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "dy"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "length"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "x1"], [187, 1, 1, "c.fp_smoothl1lossgrad_s", "x2"]], "fp_softmax_cross_entropy_with_logits_p": [[189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "batch_size"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "labels"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "logits"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "need_grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "num_of_classes"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "output"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "probs"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_p", "sum_data"]], "fp_softmax_cross_entropy_with_logits_s": [[189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "batch_size"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "core_mask"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "labels"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "logits"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "need_grads"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "num_of_classes"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "output"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "probs"], [189, 1, 1, "c.fp_softmax_cross_entropy_with_logits_s", "sum_data"]], "fp_softmax_p": [[188, 1, 1, "c.fp_softmax_p", "axis"], [188, 1, 1, "c.fp_softmax_p", "axis_size"], [188, 1, 1, "c.fp_softmax_p", "inner_size"], [188, 1, 1, "c.fp_softmax_p", "input_ptr"], [188, 1, 1, "c.fp_softmax_p", "n_dim"], [188, 1, 1, "c.fp_softmax_p", "output_ptr"], [188, 1, 1, "c.fp_softmax_p", "outter_size"], [188, 1, 1, "c.fp_softmax_p", "sum_data"]], "fp_softmax_s": [[188, 1, 1, "c.fp_softmax_s", "axis"], [188, 1, 1, "c.fp_softmax_s", "axis_size"], [188, 1, 1, "c.fp_softmax_s", "core_mask"], [188, 1, 1, "c.fp_softmax_s", "inner_size"], [188, 1, 1, "c.fp_softmax_s", "input_ptr"], [188, 1, 1, "c.fp_softmax_s", "n_dim"], [188, 1, 1, "c.fp_softmax_s", "output_ptr"], [188, 1, 1, "c.fp_softmax_s", "outter_size"], [188, 1, 1, "c.fp_softmax_s", "sum_data"]], "fp_softplus_grad_p": [[15, 1, 1, "c.fp_softplus_grad_p", "dst"], [15, 1, 1, "c.fp_softplus_grad_p", "length"], [15, 1, 1, "c.fp_softplus_grad_p", "src0"], [15, 1, 1, "c.fp_softplus_grad_p", "src1"]], "fp_softplus_grad_s": [[15, 1, 1, "c.fp_softplus_grad_s", "core_mask"], [15, 1, 1, "c.fp_softplus_grad_s", "dst"], [15, 1, 1, "c.fp_softplus_grad_s", "length"], [15, 1, 1, "c.fp_softplus_grad_s", "src0"], [15, 1, 1, "c.fp_softplus_grad_s", "src1"]], "fp_softplus_p": [[14, 1, 1, "c.fp_softplus_p", "Input0"], [14, 1, 1, "c.fp_softplus_p", "length"], [14, 1, 1, "c.fp_softplus_p", "output"]], "fp_softplus_s": [[14, 1, 1, "c.fp_softplus_s", "Input0"], [14, 1, 1, "c.fp_softplus_s", "core_mask"], [14, 1, 1, "c.fp_softplus_s", "length"], [14, 1, 1, "c.fp_softplus_s", "output"]], "fp_softshrink_grad_p": [[15, 1, 1, "c.fp_softshrink_grad_p", "dst"], [15, 1, 1, "c.fp_softshrink_grad_p", "lambd"], [15, 1, 1, "c.fp_softshrink_grad_p", "length"], [15, 1, 1, "c.fp_softshrink_grad_p", "src0"], [15, 1, 1, "c.fp_softshrink_grad_p", "src1"]], "fp_softshrink_grad_s": [[15, 1, 1, "c.fp_softshrink_grad_s", "core_mask"], [15, 1, 1, "c.fp_softshrink_grad_s", "dst"], [15, 1, 1, "c.fp_softshrink_grad_s", "lambd"], [15, 1, 1, "c.fp_softshrink_grad_s", "length"], [15, 1, 1, "c.fp_softshrink_grad_s", "src0"], [15, 1, 1, "c.fp_softshrink_grad_s", "src1"]], "fp_softshrink_p": [[14, 1, 1, "c.fp_softshrink_p", "Input0"], [14, 1, 1, "c.fp_softshrink_p", "lambd"], [14, 1, 1, "c.fp_softshrink_p", "length"], [14, 1, 1, "c.fp_softshrink_p", "output"]], "fp_softshrink_s": [[14, 1, 1, "c.fp_softshrink_s", "Input0"], [14, 1, 1, "c.fp_softshrink_s", "core_mask"], [14, 1, 1, "c.fp_softshrink_s", "lambd"], [14, 1, 1, "c.fp_softshrink_s", "length"], [14, 1, 1, "c.fp_softshrink_s", "output"]], "fp_softsignopt_p": [[14, 1, 1, "c.fp_softsignopt_p", "Input0"], [14, 1, 1, "c.fp_softsignopt_p", "length"], [14, 1, 1, "c.fp_softsignopt_p", "output"]], "fp_softsignopt_s": [[14, 1, 1, "c.fp_softsignopt_s", "Input0"], [14, 1, 1, "c.fp_softsignopt_s", "core_mask"], [14, 1, 1, "c.fp_softsignopt_s", "length"], [14, 1, 1, "c.fp_softsignopt_s", "output"]], "fp_spacetobatch_p": [[190, 1, 1, "c.fp_spacetobatch_p", "block_size"], [190, 1, 1, "c.fp_spacetobatch_p", "data_size"], [190, 1, 1, "c.fp_spacetobatch_p", "input"], [190, 1, 1, "c.fp_spacetobatch_p", "input_shape"], [190, 1, 1, "c.fp_spacetobatch_p", "output"], [190, 1, 1, "c.fp_spacetobatch_p", "paddings"]], "fp_spacetobatch_s": [[190, 1, 1, "c.fp_spacetobatch_s", "block_size"], [190, 1, 1, "c.fp_spacetobatch_s", "core_mask"], [190, 1, 1, "c.fp_spacetobatch_s", "data_size"], [190, 1, 1, "c.fp_spacetobatch_s", "input"], [190, 1, 1, "c.fp_spacetobatch_s", "input_shape"], [190, 1, 1, "c.fp_spacetobatch_s", "output"], [190, 1, 1, "c.fp_spacetobatch_s", "paddings"]], "fp_spacetobatchnd_p": [[191, 1, 1, "c.fp_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.fp_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.fp_spacetobatchnd_p", "input"], [191, 1, 1, "c.fp_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.fp_spacetobatchnd_p", "output"], [191, 1, 1, "c.fp_spacetobatchnd_p", "paddings"]], "fp_spacetobatchnd_s": [[191, 1, 1, "c.fp_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.fp_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.fp_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.fp_spacetobatchnd_s", "input"], [191, 1, 1, "c.fp_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.fp_spacetobatchnd_s", "output"], [191, 1, 1, "c.fp_spacetobatchnd_s", "paddings"]], "fp_spacetodepth_p": [[192, 1, 1, "c.fp_spacetodepth_p", "block"], [192, 1, 1, "c.fp_spacetodepth_p", "data_size"], [192, 1, 1, "c.fp_spacetodepth_p", "in_shape"], [192, 1, 1, "c.fp_spacetodepth_p", "input"], [192, 1, 1, "c.fp_spacetodepth_p", "output"]], "fp_spacetodepth_s": [[192, 1, 1, "c.fp_spacetodepth_s", "block"], [192, 1, 1, "c.fp_spacetodepth_s", "core_mask"], [192, 1, 1, "c.fp_spacetodepth_s", "data_size"], [192, 1, 1, "c.fp_spacetodepth_s", "in_shape"], [192, 1, 1, "c.fp_spacetodepth_s", "input"], [192, 1, 1, "c.fp_spacetodepth_s", "output"]], "fp_sparse_fill_empty_rows_p": [[194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_p", "values_ptr"]], "fp_sparse_fill_empty_rows_s": [[194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.fp_sparse_fill_empty_rows_s", "values_ptr"]], "fp_sparse_reshape_p": [[195, 1, 1, "c.fp_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_p", "params"]], "fp_sparse_reshape_s": [[195, 1, 1, "c.fp_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.fp_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.fp_sparse_reshape_s", "params"]], "fp_sparse_softmax_cross_entropy_with_logits_p": [[193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "axis_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "batch_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "inner_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "input"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "is_grad"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "labels"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "number_of_classes"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "output"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "outter_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "partial_losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_p", "sum_data"]], "fp_sparse_softmax_cross_entropy_with_logits_s": [[193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "axis_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "batch_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "core_mask"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "inner_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "input"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "is_grad"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "labels"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "number_of_classes"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "output"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "outter_size"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "partial_losses"], [193, 1, 1, "c.fp_sparse_softmax_cross_entropy_with_logits_s", "sum_data"]], "fp_sparse_to_dense_p": [[197, 1, 1, "c.fp_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.fp_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.fp_sparse_to_dense_p", "output"], [197, 1, 1, "c.fp_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.fp_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.fp_sparse_to_dense_p", "sparse_values"]], "fp_sparse_to_dense_s": [[197, 1, 1, "c.fp_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.fp_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.fp_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.fp_sparse_to_dense_s", "output"], [197, 1, 1, "c.fp_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.fp_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.fp_sparse_to_dense_s", "sparse_values"]], "fp_sparsesegmentsum_p": [[196, 1, 1, "c.fp_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.fp_sparsesegmentsum_p", "out_data_shape"]], "fp_sparsesegmentsum_s": [[196, 1, 1, "c.fp_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.fp_sparsesegmentsum_s", "out_data_shape"]], "fp_splice_p": [[198, 1, 1, "c.fp_splice_p", "context_dim"], [198, 1, 1, "c.fp_splice_p", "dst_col"], [198, 1, 1, "c.fp_splice_p", "dst_data"], [198, 1, 1, "c.fp_splice_p", "dst_row"], [198, 1, 1, "c.fp_splice_p", "forward_indexes"], [198, 1, 1, "c.fp_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.fp_splice_p", "src_col"], [198, 1, 1, "c.fp_splice_p", "src_data"], [198, 1, 1, "c.fp_splice_p", "src_row"]], "fp_splice_s": [[198, 1, 1, "c.fp_splice_s", "context_dim"], [198, 1, 1, "c.fp_splice_s", "core_mask"], [198, 1, 1, "c.fp_splice_s", "dst_col"], [198, 1, 1, "c.fp_splice_s", "dst_data"], [198, 1, 1, "c.fp_splice_s", "dst_row"], [198, 1, 1, "c.fp_splice_s", "forward_indexes"], [198, 1, 1, "c.fp_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.fp_splice_s", "src_col"], [198, 1, 1, "c.fp_splice_s", "src_data"], [198, 1, 1, "c.fp_splice_s", "src_row"]], "fp_split_p": [[199, 1, 1, "c.fp_split_p", "axis"], [199, 1, 1, "c.fp_split_p", "input"], [199, 1, 1, "c.fp_split_p", "input_ndim"], [199, 1, 1, "c.fp_split_p", "input_shape"], [199, 1, 1, "c.fp_split_p", "num_split"], [199, 1, 1, "c.fp_split_p", "outputs"], [199, 1, 1, "c.fp_split_p", "split_sizes"]], "fp_split_s": [[199, 1, 1, "c.fp_split_s", "axis"], [199, 1, 1, "c.fp_split_s", "core_mask"], [199, 1, 1, "c.fp_split_s", "input"], [199, 1, 1, "c.fp_split_s", "input_ndim"], [199, 1, 1, "c.fp_split_s", "input_shape"], [199, 1, 1, "c.fp_split_s", "num_split"], [199, 1, 1, "c.fp_split_s", "outputs"], [199, 1, 1, "c.fp_split_s", "split_sizes"]], "fp_split_with_overlap_p": [[200, 1, 1, "c.fp_split_with_overlap_p", "axis"], [200, 1, 1, "c.fp_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.fp_split_with_overlap_p", "input"], [200, 1, 1, "c.fp_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.fp_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.fp_split_with_overlap_p", "num_split"], [200, 1, 1, "c.fp_split_with_overlap_p", "outputs"], [200, 1, 1, "c.fp_split_with_overlap_p", "start_indices"]], "fp_split_with_overlap_s": [[200, 1, 1, "c.fp_split_with_overlap_s", "axis"], [200, 1, 1, "c.fp_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.fp_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.fp_split_with_overlap_s", "input"], [200, 1, 1, "c.fp_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.fp_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.fp_split_with_overlap_s", "num_split"], [200, 1, 1, "c.fp_split_with_overlap_s", "outputs"], [200, 1, 1, "c.fp_split_with_overlap_s", "start_indices"]], "fp_sqrt_grad_p": [[202, 1, 1, "c.fp_sqrt_grad_p", "input0"], [202, 1, 1, "c.fp_sqrt_grad_p", "input1"], [202, 1, 1, "c.fp_sqrt_grad_p", "output"], [202, 1, 1, "c.fp_sqrt_grad_p", "size"]], "fp_sqrt_grad_s": [[202, 1, 1, "c.fp_sqrt_grad_s", "core_mask"], [202, 1, 1, "c.fp_sqrt_grad_s", "input0"], [202, 1, 1, "c.fp_sqrt_grad_s", "input1"], [202, 1, 1, "c.fp_sqrt_grad_s", "output"], [202, 1, 1, "c.fp_sqrt_grad_s", "size"]], "fp_sqrt_p": [[201, 1, 1, "c.fp_sqrt_p", "dst_data"], [201, 1, 1, "c.fp_sqrt_p", "length"], [201, 1, 1, "c.fp_sqrt_p", "src_data"]], "fp_sqrt_s": [[201, 1, 1, "c.fp_sqrt_s", "core_mask"], [201, 1, 1, "c.fp_sqrt_s", "dst_data"], [201, 1, 1, "c.fp_sqrt_s", "length"], [201, 1, 1, "c.fp_sqrt_s", "src_data"]], "fp_square_difference_p": [[204, 1, 1, "c.fp_square_difference_p", "input0"], [204, 1, 1, "c.fp_square_difference_p", "input1"], [204, 1, 1, "c.fp_square_difference_p", "output"], [204, 1, 1, "c.fp_square_difference_p", "params"]], "fp_square_difference_s": [[204, 1, 1, "c.fp_square_difference_s", "core_mask"], [204, 1, 1, "c.fp_square_difference_s", "input0"], [204, 1, 1, "c.fp_square_difference_s", "input1"], [204, 1, 1, "c.fp_square_difference_s", "output"], [204, 1, 1, "c.fp_square_difference_s", "params"]], "fp_square_p": [[203, 1, 1, "c.fp_square_p", "dst"], [203, 1, 1, "c.fp_square_p", "length"], [203, 1, 1, "c.fp_square_p", "src"]], "fp_square_s": [[203, 1, 1, "c.fp_square_s", "core_mask"], [203, 1, 1, "c.fp_square_s", "dst"], [203, 1, 1, "c.fp_square_s", "length"], [203, 1, 1, "c.fp_square_s", "src"]], "fp_stack_p": [[206, 1, 1, "c.fp_stack_p", "axis"], [206, 1, 1, "c.fp_stack_p", "input_ndim"], [206, 1, 1, "c.fp_stack_p", "input_shape"], [206, 1, 1, "c.fp_stack_p", "inputs"], [206, 1, 1, "c.fp_stack_p", "num_inputs"], [206, 1, 1, "c.fp_stack_p", "output"]], "fp_stack_s": [[206, 1, 1, "c.fp_stack_s", "axis"], [206, 1, 1, "c.fp_stack_s", "core_mask"], [206, 1, 1, "c.fp_stack_s", "input_ndim"], [206, 1, 1, "c.fp_stack_s", "input_shape"], [206, 1, 1, "c.fp_stack_s", "inputs"], [206, 1, 1, "c.fp_stack_s", "num_inputs"], [206, 1, 1, "c.fp_stack_s", "output"]], "fp_stridedslicegrad_p": [[208, 1, 1, "c.fp_stridedslicegrad_p", "begins"], [208, 1, 1, "c.fp_stridedslicegrad_p", "dx_shape"], [208, 1, 1, "c.fp_stridedslicegrad_p", "in_shape"], [208, 1, 1, "c.fp_stridedslicegrad_p", "inputs"], [208, 1, 1, "c.fp_stridedslicegrad_p", "output"], [208, 1, 1, "c.fp_stridedslicegrad_p", "strides"]], "fp_stridedslicegrad_s": [[208, 1, 1, "c.fp_stridedslicegrad_s", "begins"], [208, 1, 1, "c.fp_stridedslicegrad_s", "core_mask"], [208, 1, 1, "c.fp_stridedslicegrad_s", "dx_shape"], [208, 1, 1, "c.fp_stridedslicegrad_s", "in_shape"], [208, 1, 1, "c.fp_stridedslicegrad_s", "inputs"], [208, 1, 1, "c.fp_stridedslicegrad_s", "output"], [208, 1, 1, "c.fp_stridedslicegrad_s", "strides"]], "fp_sub_grad_p": [[210, 1, 1, "c.fp_sub_grad_p", "dx1"], [210, 1, 1, "c.fp_sub_grad_p", "dx2"], [210, 1, 1, "c.fp_sub_grad_p", "dy"], [210, 1, 1, "c.fp_sub_grad_p", "params"]], "fp_sub_grad_s": [[210, 1, 1, "c.fp_sub_grad_s", "core_mask"], [210, 1, 1, "c.fp_sub_grad_s", "dx1"], [210, 1, 1, "c.fp_sub_grad_s", "dx2"], [210, 1, 1, "c.fp_sub_grad_s", "dy"], [210, 1, 1, "c.fp_sub_grad_s", "params"]], "fp_sub_p": [[209, 1, 1, "c.fp_sub_p", "input0"], [209, 1, 1, "c.fp_sub_p", "input1"], [209, 1, 1, "c.fp_sub_p", "output"], [209, 1, 1, "c.fp_sub_p", "param"]], "fp_sub_s": [[209, 1, 1, "c.fp_sub_s", "core_mask"], [209, 1, 1, "c.fp_sub_s", "input0"], [209, 1, 1, "c.fp_sub_s", "input1"], [209, 1, 1, "c.fp_sub_s", "output"], [209, 1, 1, "c.fp_sub_s", "param"]], "fp_swish_p": [[14, 1, 1, "c.fp_swish_p", "Input0"], [14, 1, 1, "c.fp_swish_p", "length"], [14, 1, 1, "c.fp_swish_p", "output"]], "fp_swish_s": [[14, 1, 1, "c.fp_swish_s", "Input0"], [14, 1, 1, "c.fp_swish_s", "core_mask"], [14, 1, 1, "c.fp_swish_s", "length"], [14, 1, 1, "c.fp_swish_s", "output"]], "fp_tanh_grad_p": [[15, 1, 1, "c.fp_tanh_grad_p", "dst"], [15, 1, 1, "c.fp_tanh_grad_p", "length"], [15, 1, 1, "c.fp_tanh_grad_p", "src0"], [15, 1, 1, "c.fp_tanh_grad_p", "src1"]], "fp_tanh_grad_s": [[15, 1, 1, "c.fp_tanh_grad_s", "core_mask"], [15, 1, 1, "c.fp_tanh_grad_s", "dst"], [15, 1, 1, "c.fp_tanh_grad_s", "length"], [15, 1, 1, "c.fp_tanh_grad_s", "src0"], [15, 1, 1, "c.fp_tanh_grad_s", "src1"]], "fp_tanh_p": [[14, 1, 1, "c.fp_tanh_p", "Input0"], [14, 1, 1, "c.fp_tanh_p", "length"], [14, 1, 1, "c.fp_tanh_p", "output"]], "fp_tanh_s": [[14, 1, 1, "c.fp_tanh_s", "Input0"], [14, 1, 1, "c.fp_tanh_s", "core_mask"], [14, 1, 1, "c.fp_tanh_s", "length"], [14, 1, 1, "c.fp_tanh_s", "output"]], "fp_tensor_scatter_add_p": [[213, 1, 1, "c.fp_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "input"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "output"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.fp_tensor_scatter_add_p", "updates"]], "fp_tensor_scatter_add_s": [[213, 1, 1, "c.fp_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "input"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "output"], [213, 1, 1, "c.fp_tensor_scatter_add_s", "updates"]], "fp_tensorarrayread_p": [[215, 1, 1, "c.fp_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.fp_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.fp_tensorarrayread_p", "index"], [215, 1, 1, "c.fp_tensorarrayread_p", "output_data"], [215, 1, 1, "c.fp_tensorarrayread_p", "output_size"]], "fp_tensorarrayread_s": [[215, 1, 1, "c.fp_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.fp_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.fp_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.fp_tensorarrayread_s", "index"], [215, 1, 1, "c.fp_tensorarrayread_s", "output_data"], [215, 1, 1, "c.fp_tensorarrayread_s", "output_size"]], "fp_tensorlist_from_tensor_p": [[217, 1, 1, "c.fp_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.fp_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.fp_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.fp_tensorlist_from_tensor_p", "output_tensors"]], "fp_tensorlist_from_tensor_s": [[217, 1, 1, "c.fp_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.fp_tensorlist_from_tensor_s", "output_tensors"]], "fp_tensorlist_stack_p": [[221, 1, 1, "c.fp_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.fp_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.fp_tensorlist_stack_p", "unknown_type_offset"]], "fp_tensorlist_stack_s": [[221, 1, 1, "c.fp_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.fp_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.fp_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.fp_tensorlist_stack_s", "unknown_type_offset"]], "fp_tile_p": [[222, 1, 1, "c.fp_tile_p", "input"], [222, 1, 1, "c.fp_tile_p", "input_shape"], [222, 1, 1, "c.fp_tile_p", "output"], [222, 1, 1, "c.fp_tile_p", "stride"], [222, 1, 1, "c.fp_tile_p", "tile_dim"], [222, 1, 1, "c.fp_tile_p", "tile_num"]], "fp_tile_s": [[222, 1, 1, "c.fp_tile_s", "core_mask"], [222, 1, 1, "c.fp_tile_s", "input"], [222, 1, 1, "c.fp_tile_s", "input_shape"], [222, 1, 1, "c.fp_tile_s", "output"], [222, 1, 1, "c.fp_tile_s", "stride"], [222, 1, 1, "c.fp_tile_s", "tile_dim"], [222, 1, 1, "c.fp_tile_s", "tile_num"]], "fp_to_i8_quant_p": [[153, 1, 1, "c.fp_to_i8_quant_p", "input"], [153, 1, 1, "c.fp_to_i8_quant_p", "length"], [153, 1, 1, "c.fp_to_i8_quant_p", "output"], [153, 1, 1, "c.fp_to_i8_quant_p", "scale"], [153, 1, 1, "c.fp_to_i8_quant_p", "zp"]], "fp_to_i8_quant_s": [[153, 1, 1, "c.fp_to_i8_quant_s", "core_mask"], [153, 1, 1, "c.fp_to_i8_quant_s", "input"], [153, 1, 1, "c.fp_to_i8_quant_s", "length"], [153, 1, 1, "c.fp_to_i8_quant_s", "output"], [153, 1, 1, "c.fp_to_i8_quant_s", "scale"], [153, 1, 1, "c.fp_to_i8_quant_s", "zp"]], "fp_top_k_fusion_p": [[223, 1, 1, "c.fp_top_k_fusion_p", "input"], [223, 1, 1, "c.fp_top_k_fusion_p", "output"], [223, 1, 1, "c.fp_top_k_fusion_p", "output_value"], [223, 1, 1, "c.fp_top_k_fusion_p", "params"]], "fp_top_k_fusion_s": [[223, 1, 1, "c.fp_top_k_fusion_s", "core_mask"], [223, 1, 1, "c.fp_top_k_fusion_s", "input"], [223, 1, 1, "c.fp_top_k_fusion_s", "output"], [223, 1, 1, "c.fp_top_k_fusion_s", "output_value"], [223, 1, 1, "c.fp_top_k_fusion_s", "params"]], "fp_transpose_p": [[224, 1, 1, "c.fp_transpose_p", "in_data"], [224, 1, 1, "c.fp_transpose_p", "num_axes"], [224, 1, 1, "c.fp_transpose_p", "out_data"], [224, 1, 1, "c.fp_transpose_p", "out_strides"], [224, 1, 1, "c.fp_transpose_p", "output_shape"], [224, 1, 1, "c.fp_transpose_p", "perm"], [224, 1, 1, "c.fp_transpose_p", "strides"]], "fp_transpose_s": [[224, 1, 1, "c.fp_transpose_s", "core_mask"], [224, 1, 1, "c.fp_transpose_s", "in_data"], [224, 1, 1, "c.fp_transpose_s", "num_axes"], [224, 1, 1, "c.fp_transpose_s", "out_data"], [224, 1, 1, "c.fp_transpose_s", "out_strides"], [224, 1, 1, "c.fp_transpose_s", "output_shape"], [224, 1, 1, "c.fp_transpose_s", "perm"], [224, 1, 1, "c.fp_transpose_s", "strides"]], "fp_tril_p": [[225, 1, 1, "c.fp_tril_p", "dst"], [225, 1, 1, "c.fp_tril_p", "height"], [225, 1, 1, "c.fp_tril_p", "k"], [225, 1, 1, "c.fp_tril_p", "out_elems"], [225, 1, 1, "c.fp_tril_p", "src"], [225, 1, 1, "c.fp_tril_p", "width"]], "fp_tril_s": [[225, 1, 1, "c.fp_tril_s", "core_mask"], [225, 1, 1, "c.fp_tril_s", "dst"], [225, 1, 1, "c.fp_tril_s", "height"], [225, 1, 1, "c.fp_tril_s", "k"], [225, 1, 1, "c.fp_tril_s", "out_elems"], [225, 1, 1, "c.fp_tril_s", "src"], [225, 1, 1, "c.fp_tril_s", "width"]], "fp_triu_p": [[226, 1, 1, "c.fp_triu_p", "dst"], [226, 1, 1, "c.fp_triu_p", "height"], [226, 1, 1, "c.fp_triu_p", "k"], [226, 1, 1, "c.fp_triu_p", "out_elems"], [226, 1, 1, "c.fp_triu_p", "src"], [226, 1, 1, "c.fp_triu_p", "width"]], "fp_triu_s": [[226, 1, 1, "c.fp_triu_s", "core_mask"], [226, 1, 1, "c.fp_triu_s", "dst"], [226, 1, 1, "c.fp_triu_s", "height"], [226, 1, 1, "c.fp_triu_s", "k"], [226, 1, 1, "c.fp_triu_s", "out_elems"], [226, 1, 1, "c.fp_triu_s", "src"], [226, 1, 1, "c.fp_triu_s", "width"]], "fp_uniform_real_p": [[227, 1, 1, "c.fp_uniform_real_p", "length"], [227, 1, 1, "c.fp_uniform_real_p", "output"], [227, 1, 1, "c.fp_uniform_real_p", "seed"], [227, 1, 1, "c.fp_uniform_real_p", "seed2"]], "fp_uniform_real_s": [[227, 1, 1, "c.fp_uniform_real_s", "core_mask"], [227, 1, 1, "c.fp_uniform_real_s", "length"], [227, 1, 1, "c.fp_uniform_real_s", "output"], [227, 1, 1, "c.fp_uniform_real_s", "seed"], [227, 1, 1, "c.fp_uniform_real_s", "seed2"]], "fp_unsorted_segment_sum_p": [[229, 1, 1, "c.fp_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.fp_unsorted_segment_sum_p", "output"]], "fp_unsorted_segment_sum_s": [[229, 1, 1, "c.fp_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.fp_unsorted_segment_sum_s", "output"]], "fp_where_p": [[232, 1, 1, "c.fp_where_p", "condition"], [232, 1, 1, "c.fp_where_p", "input0"], [232, 1, 1, "c.fp_where_p", "input1"], [232, 1, 1, "c.fp_where_p", "length"], [232, 1, 1, "c.fp_where_p", "output"]], "fp_where_s": [[232, 1, 1, "c.fp_where_s", "condition"], [232, 1, 1, "c.fp_where_s", "core_mask"], [232, 1, 1, "c.fp_where_s", "input0"], [232, 1, 1, "c.fp_where_s", "input1"], [232, 1, 1, "c.fp_where_s", "length"], [232, 1, 1, "c.fp_where_s", "output"]], "fp_zerolike_p": [[233, 1, 1, "c.fp_zerolike_p", "length"], [233, 1, 1, "c.fp_zerolike_p", "output"]], "fp_zerolike_s": [[233, 1, 1, "c.fp_zerolike_s", "core_mask"], [233, 1, 1, "c.fp_zerolike_s", "length"], [233, 1, 1, "c.fp_zerolike_s", "output"]], "hp_Gru_p": [[101, 1, 1, "c.hp_Gru_p", "buffer"], [101, 1, 1, "c.hp_Gru_p", "core_mask"], [101, 1, 1, "c.hp_Gru_p", "gru_param"], [101, 1, 1, "c.hp_Gru_p", "hidden_state"], [101, 1, 1, "c.hp_Gru_p", "input"], [101, 1, 1, "c.hp_Gru_p", "input_bias"], [101, 1, 1, "c.hp_Gru_p", "output"], [101, 1, 1, "c.hp_Gru_p", "state_bias"], [101, 1, 1, "c.hp_Gru_p", "weight_g"], [101, 1, 1, "c.hp_Gru_p", "weight_r"]], "hp_Gru_s": [[101, 1, 1, "c.hp_Gru_s", "buffer"], [101, 1, 1, "c.hp_Gru_s", "core_mask"], [101, 1, 1, "c.hp_Gru_s", "gru_param"], [101, 1, 1, "c.hp_Gru_s", "hidden_state"], [101, 1, 1, "c.hp_Gru_s", "input"], [101, 1, 1, "c.hp_Gru_s", "input_bias"], [101, 1, 1, "c.hp_Gru_s", "output"], [101, 1, 1, "c.hp_Gru_s", "state_bias"], [101, 1, 1, "c.hp_Gru_s", "weight_g"], [101, 1, 1, "c.hp_Gru_s", "weight_r"]], "hp_Unique_p": [[228, 1, 1, "c.hp_Unique_p", "input"], [228, 1, 1, "c.hp_Unique_p", "input_len"], [228, 1, 1, "c.hp_Unique_p", "output0"], [228, 1, 1, "c.hp_Unique_p", "output0_len"]], "hp_Unique_s": [[228, 1, 1, "c.hp_Unique_s", "core_mask"], [228, 1, 1, "c.hp_Unique_s", "input"], [228, 1, 1, "c.hp_Unique_s", "input_len"], [228, 1, 1, "c.hp_Unique_s", "output0"], [228, 1, 1, "c.hp_Unique_s", "output0_len"]], "hp_abs_grad_p": [[13, 1, 1, "c.hp_abs_grad_p", "input0"], [13, 1, 1, "c.hp_abs_grad_p", "input1"], [13, 1, 1, "c.hp_abs_grad_p", "length"], [13, 1, 1, "c.hp_abs_grad_p", "output"]], "hp_abs_grad_s": [[13, 1, 1, "c.hp_abs_grad_s", "core_mask"], [13, 1, 1, "c.hp_abs_grad_s", "input0"], [13, 1, 1, "c.hp_abs_grad_s", "input1"], [13, 1, 1, "c.hp_abs_grad_s", "length"], [13, 1, 1, "c.hp_abs_grad_s", "output"]], "hp_abs_p": [[12, 1, 1, "c.hp_abs_p", "dst_data"], [12, 1, 1, "c.hp_abs_p", "length"], [12, 1, 1, "c.hp_abs_p", "src_data"]], "hp_abs_s": [[12, 1, 1, "c.hp_abs_s", "core_mask"], [12, 1, 1, "c.hp_abs_s", "dst_data"], [12, 1, 1, "c.hp_abs_s", "length"], [12, 1, 1, "c.hp_abs_s", "src_data"]], "hp_adamweightdecay_p": [[17, 1, 1, "c.hp_adamweightdecay_p", "beta1"], [17, 1, 1, "c.hp_adamweightdecay_p", "beta2"], [17, 1, 1, "c.hp_adamweightdecay_p", "decay"], [17, 1, 1, "c.hp_adamweightdecay_p", "epsilon"], [17, 1, 1, "c.hp_adamweightdecay_p", "gradient"], [17, 1, 1, "c.hp_adamweightdecay_p", "length"], [17, 1, 1, "c.hp_adamweightdecay_p", "lr"], [17, 1, 1, "c.hp_adamweightdecay_p", "m"], [17, 1, 1, "c.hp_adamweightdecay_p", "v"], [17, 1, 1, "c.hp_adamweightdecay_p", "var"]], "hp_adamweightdecay_s": [[17, 1, 1, "c.hp_adamweightdecay_s", "beta1"], [17, 1, 1, "c.hp_adamweightdecay_s", "beta2"], [17, 1, 1, "c.hp_adamweightdecay_s", "core_mask"], [17, 1, 1, "c.hp_adamweightdecay_s", "decay"], [17, 1, 1, "c.hp_adamweightdecay_s", "end"], [17, 1, 1, "c.hp_adamweightdecay_s", "epsilon"], [17, 1, 1, "c.hp_adamweightdecay_s", "gradient"], [17, 1, 1, "c.hp_adamweightdecay_s", "lr"], [17, 1, 1, "c.hp_adamweightdecay_s", "m"], [17, 1, 1, "c.hp_adamweightdecay_s", "start"], [17, 1, 1, "c.hp_adamweightdecay_s", "v"], [17, 1, 1, "c.hp_adamweightdecay_s", "var"]], "hp_add_grad_p": [[19, 1, 1, "c.hp_add_grad_p", "dx1"], [19, 1, 1, "c.hp_add_grad_p", "dx2"], [19, 1, 1, "c.hp_add_grad_p", "dy"], [19, 1, 1, "c.hp_add_grad_p", "params"]], "hp_add_grad_s": [[19, 1, 1, "c.hp_add_grad_s", "core_mask"], [19, 1, 1, "c.hp_add_grad_s", "dx1"], [19, 1, 1, "c.hp_add_grad_s", "dx2"], [19, 1, 1, "c.hp_add_grad_s", "dy"], [19, 1, 1, "c.hp_add_grad_s", "params"]], "hp_add_p": [[18, 1, 1, "c.hp_add_p", "input0"], [18, 1, 1, "c.hp_add_p", "input1"], [18, 1, 1, "c.hp_add_p", "output"], [18, 1, 1, "c.hp_add_p", "param"]], "hp_add_s": [[18, 1, 1, "c.hp_add_s", "core_mask"], [18, 1, 1, "c.hp_add_s", "input0"], [18, 1, 1, "c.hp_add_s", "input1"], [18, 1, 1, "c.hp_add_s", "output"], [18, 1, 1, "c.hp_add_s", "param"]], "hp_adder_p": [[20, 1, 1, "c.hp_adder_p", "bias"], [20, 1, 1, "c.hp_adder_p", "conv_param"], [20, 1, 1, "c.hp_adder_p", "input_w"], [20, 1, 1, "c.hp_adder_p", "input_x"], [20, 1, 1, "c.hp_adder_p", "out_y"]], "hp_adder_s": [[20, 1, 1, "c.hp_adder_s", "bias"], [20, 1, 1, "c.hp_adder_s", "conv_param"], [20, 1, 1, "c.hp_adder_s", "core_mask"], [20, 1, 1, "c.hp_adder_s", "input_w"], [20, 1, 1, "c.hp_adder_s", "input_x"], [20, 1, 1, "c.hp_adder_s", "out_y"]], "hp_addn_p": [[21, 1, 1, "c.hp_addn_p", "element_nums"], [21, 1, 1, "c.hp_addn_p", "inputs"], [21, 1, 1, "c.hp_addn_p", "output"], [21, 1, 1, "c.hp_addn_p", "tensor_num"]], "hp_addn_s": [[21, 1, 1, "c.hp_addn_s", "core_mask"], [21, 1, 1, "c.hp_addn_s", "element_nums"], [21, 1, 1, "c.hp_addn_s", "inputs"], [21, 1, 1, "c.hp_addn_s", "output"], [21, 1, 1, "c.hp_addn_s", "tensor_num"]], "hp_affine_p": [[22, 1, 1, "c.hp_affine_p", "input0"], [22, 1, 1, "c.hp_affine_p", "input1"], [22, 1, 1, "c.hp_affine_p", "input2"], [22, 1, 1, "c.hp_affine_p", "output"], [22, 1, 1, "c.hp_affine_p", "params"]], "hp_affine_s": [[22, 1, 1, "c.hp_affine_s", "core_mask"], [22, 1, 1, "c.hp_affine_s", "input0"], [22, 1, 1, "c.hp_affine_s", "input1"], [22, 1, 1, "c.hp_affine_s", "input2"], [22, 1, 1, "c.hp_affine_s", "output"], [22, 1, 1, "c.hp_affine_s", "params"]], "hp_apply_momentum_p": [[25, 1, 1, "c.hp_apply_momentum_p", "accumulate"], [25, 1, 1, "c.hp_apply_momentum_p", "float_addr"], [25, 1, 1, "c.hp_apply_momentum_p", "gradient"], [25, 1, 1, "c.hp_apply_momentum_p", "int_addr"], [25, 1, 1, "c.hp_apply_momentum_p", "nesterov"], [25, 1, 1, "c.hp_apply_momentum_p", "weight"]], "hp_apply_momentum_s": [[25, 1, 1, "c.hp_apply_momentum_s", "accumulate"], [25, 1, 1, "c.hp_apply_momentum_s", "core_mask"], [25, 1, 1, "c.hp_apply_momentum_s", "float_addr"], [25, 1, 1, "c.hp_apply_momentum_s", "gradient"], [25, 1, 1, "c.hp_apply_momentum_s", "int_addr"], [25, 1, 1, "c.hp_apply_momentum_s", "nesterov"], [25, 1, 1, "c.hp_apply_momentum_s", "weight"]], "hp_arg_max_p": [[26, 1, 1, "c.hp_arg_max_p", "input"], [26, 1, 1, "c.hp_arg_max_p", "output"], [26, 1, 1, "c.hp_arg_max_p", "output_value"], [26, 1, 1, "c.hp_arg_max_p", "params"]], "hp_arg_max_s": [[26, 1, 1, "c.hp_arg_max_s", "core_mask"], [26, 1, 1, "c.hp_arg_max_s", "input"], [26, 1, 1, "c.hp_arg_max_s", "output"], [26, 1, 1, "c.hp_arg_max_s", "output_value"], [26, 1, 1, "c.hp_arg_max_s", "params"]], "hp_arg_min_p": [[27, 1, 1, "c.hp_arg_min_p", "input"], [27, 1, 1, "c.hp_arg_min_p", "output"], [27, 1, 1, "c.hp_arg_min_p", "output_value"], [27, 1, 1, "c.hp_arg_min_p", "params"]], "hp_arg_min_s": [[27, 1, 1, "c.hp_arg_min_s", "core_mask"], [27, 1, 1, "c.hp_arg_min_s", "input"], [27, 1, 1, "c.hp_arg_min_s", "output"], [27, 1, 1, "c.hp_arg_min_s", "output_value"], [27, 1, 1, "c.hp_arg_min_s", "params"]], "hp_assert_p": [[28, 1, 1, "c.hp_assert_p", "input"], [28, 1, 1, "c.hp_assert_p", "output"]], "hp_assert_s": [[28, 1, 1, "c.hp_assert_s", "core_mask"], [28, 1, 1, "c.hp_assert_s", "input"], [28, 1, 1, "c.hp_assert_s", "output"]], "hp_assign_add_p": [[30, 1, 1, "c.hp_assign_add_p", "input"], [30, 1, 1, "c.hp_assign_add_p", "length"], [30, 1, 1, "c.hp_assign_add_p", "output"]], "hp_assign_add_s": [[30, 1, 1, "c.hp_assign_add_s", "core_mask"], [30, 1, 1, "c.hp_assign_add_s", "input"], [30, 1, 1, "c.hp_assign_add_s", "length"], [30, 1, 1, "c.hp_assign_add_s", "output"]], "hp_assign_p": [[29, 1, 1, "c.hp_assign_p", "dst"], [29, 1, 1, "c.hp_assign_p", "length"], [29, 1, 1, "c.hp_assign_p", "src"]], "hp_assign_s": [[29, 1, 1, "c.hp_assign_s", "core_mask"], [29, 1, 1, "c.hp_assign_s", "dst"], [29, 1, 1, "c.hp_assign_s", "length"], [29, 1, 1, "c.hp_assign_s", "src"]], "hp_avg_pool_grad_p": [[33, 1, 1, "c.hp_avg_pool_grad_p", "input"], [33, 1, 1, "c.hp_avg_pool_grad_p", "output"], [33, 1, 1, "c.hp_avg_pool_grad_p", "params"]], "hp_avg_pool_grad_s": [[33, 1, 1, "c.hp_avg_pool_grad_s", "core_mask"], [33, 1, 1, "c.hp_avg_pool_grad_s", "input"], [33, 1, 1, "c.hp_avg_pool_grad_s", "output"], [33, 1, 1, "c.hp_avg_pool_grad_s", "params"]], "hp_avgpool_fusion_p": [[34, 1, 1, "c.hp_avgpool_fusion_p", "input"], [34, 1, 1, "c.hp_avgpool_fusion_p", "output"], [34, 1, 1, "c.hp_avgpool_fusion_p", "params"]], "hp_avgpool_fusion_s": [[34, 1, 1, "c.hp_avgpool_fusion_s", "core_mask"], [34, 1, 1, "c.hp_avgpool_fusion_s", "input"], [34, 1, 1, "c.hp_avgpool_fusion_s", "output"], [34, 1, 1, "c.hp_avgpool_fusion_s", "params"]], "hp_batch_norm_grad_p": [[37, 1, 1, "c.hp_batch_norm_grad_p", "dx"], [37, 1, 1, "c.hp_batch_norm_grad_p", "dy"], [37, 1, 1, "c.hp_batch_norm_grad_p", "params"], [37, 1, 1, "c.hp_batch_norm_grad_p", "x"]], "hp_batch_norm_grad_s": [[37, 1, 1, "c.hp_batch_norm_grad_s", "core_mask"], [37, 1, 1, "c.hp_batch_norm_grad_s", "dx"], [37, 1, 1, "c.hp_batch_norm_grad_s", "dy"], [37, 1, 1, "c.hp_batch_norm_grad_s", "x"]], "hp_batch_norm_p": [[36, 1, 1, "c.hp_batch_norm_p", "channel"], [36, 1, 1, "c.hp_batch_norm_p", "epsilon"], [36, 1, 1, "c.hp_batch_norm_p", "input"], [36, 1, 1, "c.hp_batch_norm_p", "mean"], [36, 1, 1, "c.hp_batch_norm_p", "output"], [36, 1, 1, "c.hp_batch_norm_p", "unit"], [36, 1, 1, "c.hp_batch_norm_p", "variance"]], "hp_batch_norm_s": [[36, 1, 1, "c.hp_batch_norm_s", "channel"], [36, 1, 1, "c.hp_batch_norm_s", "core_mask"], [36, 1, 1, "c.hp_batch_norm_s", "epsilon"], [36, 1, 1, "c.hp_batch_norm_s", "input"], [36, 1, 1, "c.hp_batch_norm_s", "mean"], [36, 1, 1, "c.hp_batch_norm_s", "output"], [36, 1, 1, "c.hp_batch_norm_s", "unit"], [36, 1, 1, "c.hp_batch_norm_s", "variance"]], "hp_batch_to_space_p": [[35, 1, 1, "c.hp_batch_to_space_p", "block"], [35, 1, 1, "c.hp_batch_to_space_p", "crops"], [35, 1, 1, "c.hp_batch_to_space_p", "in_shape"], [35, 1, 1, "c.hp_batch_to_space_p", "input"], [35, 1, 1, "c.hp_batch_to_space_p", "output"]], "hp_batch_to_space_s": [[35, 1, 1, "c.hp_batch_to_space_s", "block"], [35, 1, 1, "c.hp_batch_to_space_s", "core_mask"], [35, 1, 1, "c.hp_batch_to_space_s", "crops"], [35, 1, 1, "c.hp_batch_to_space_s", "in_shape"], [35, 1, 1, "c.hp_batch_to_space_s", "input"], [35, 1, 1, "c.hp_batch_to_space_s", "output"]], "hp_batchtospacend_p": [[38, 1, 1, "c.hp_batchtospacend_p", "block_size"], [38, 1, 1, "c.hp_batchtospacend_p", "crops"], [38, 1, 1, "c.hp_batchtospacend_p", "data_size"], [38, 1, 1, "c.hp_batchtospacend_p", "input"], [38, 1, 1, "c.hp_batchtospacend_p", "input_shape"], [38, 1, 1, "c.hp_batchtospacend_p", "output"]], "hp_batchtospacend_s": [[38, 1, 1, "c.hp_batchtospacend_s", "block_size"], [38, 1, 1, "c.hp_batchtospacend_s", "core_mask"], [38, 1, 1, "c.hp_batchtospacend_s", "crops"], [38, 1, 1, "c.hp_batchtospacend_s", "data_size"], [38, 1, 1, "c.hp_batchtospacend_s", "input"], [38, 1, 1, "c.hp_batchtospacend_s", "input_shape"], [38, 1, 1, "c.hp_batchtospacend_s", "output"]], "hp_bias_add_grad_p": [[40, 1, 1, "c.hp_bias_add_grad_p", "dbias"], [40, 1, 1, "c.hp_bias_add_grad_p", "dy"], [40, 1, 1, "c.hp_bias_add_grad_p", "dy_dims"], [40, 1, 1, "c.hp_bias_add_grad_p", "shape_size"]], "hp_bias_add_grad_s": [[40, 1, 1, "c.hp_bias_add_grad_s", "core_mask"], [40, 1, 1, "c.hp_bias_add_grad_s", "dbias"], [40, 1, 1, "c.hp_bias_add_grad_s", "dy"], [40, 1, 1, "c.hp_bias_add_grad_s", "dy_dims"], [40, 1, 1, "c.hp_bias_add_grad_s", "shape_size"]], "hp_bias_add_p": [[39, 1, 1, "c.hp_bias_add_p", "data_format"], [39, 1, 1, "c.hp_bias_add_p", "dims"], [39, 1, 1, "c.hp_bias_add_p", "input_bias"], [39, 1, 1, "c.hp_bias_add_p", "input_x"], [39, 1, 1, "c.hp_bias_add_p", "length"], [39, 1, 1, "c.hp_bias_add_p", "output"], [39, 1, 1, "c.hp_bias_add_p", "shape_size"]], "hp_bias_add_s": [[39, 1, 1, "c.hp_bias_add_s", "core_mask"], [39, 1, 1, "c.hp_bias_add_s", "data_format"], [39, 1, 1, "c.hp_bias_add_s", "dims"], [39, 1, 1, "c.hp_bias_add_s", "input_bias"], [39, 1, 1, "c.hp_bias_add_s", "input_x"], [39, 1, 1, "c.hp_bias_add_s", "length"], [39, 1, 1, "c.hp_bias_add_s", "output"], [39, 1, 1, "c.hp_bias_add_s", "shape_size"]], "hp_binary_cross_entropy_grad_p": [[41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "dloss"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "dx"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "input_x"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "input_y"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "param"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_p", "weight"]], "hp_binary_cross_entropy_grad_s": [[41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "core_mask"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "dloss"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "dx"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "input_x"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "input_y"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "param"], [41, 1, 1, "c.hp_binary_cross_entropy_grad_s", "weight"]], "hp_binary_cross_entropy_p": [[42, 1, 1, "c.hp_binary_cross_entropy_p", "input_x"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "input_y"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "loss"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "params"], [42, 1, 1, "c.hp_binary_cross_entropy_p", "weight"]], "hp_binary_cross_entropy_s": [[42, 1, 1, "c.hp_binary_cross_entropy_s", "core_mask"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "input_x"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "input_y"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "loss"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "params"], [42, 1, 1, "c.hp_binary_cross_entropy_s", "weight"]], "hp_broadcastto_p": [[43, 1, 1, "c.hp_broadcastto_p", "data_size"], [43, 1, 1, "c.hp_broadcastto_p", "input"], [43, 1, 1, "c.hp_broadcastto_p", "input_shape"], [43, 1, 1, "c.hp_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.hp_broadcastto_p", "output"], [43, 1, 1, "c.hp_broadcastto_p", "output_shape"], [43, 1, 1, "c.hp_broadcastto_p", "output_shape_size"]], "hp_broadcastto_s": [[43, 1, 1, "c.hp_broadcastto_s", "core_mask"], [43, 1, 1, "c.hp_broadcastto_s", "data_size"], [43, 1, 1, "c.hp_broadcastto_s", "input"], [43, 1, 1, "c.hp_broadcastto_s", "input_shape"], [43, 1, 1, "c.hp_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.hp_broadcastto_s", "output"], [43, 1, 1, "c.hp_broadcastto_s", "output_shape"], [43, 1, 1, "c.hp_broadcastto_s", "output_shape_size"]], "hp_ceil_p": [[46, 1, 1, "c.hp_ceil_p", "input_size"], [46, 1, 1, "c.hp_ceil_p", "input_x"], [46, 1, 1, "c.hp_ceil_p", "output"]], "hp_ceil_s": [[46, 1, 1, "c.hp_ceil_s", "core_mask"], [46, 1, 1, "c.hp_ceil_s", "input_size"], [46, 1, 1, "c.hp_ceil_s", "input_x"], [46, 1, 1, "c.hp_ceil_s", "output"]], "hp_celu_p": [[14, 1, 1, "c.hp_celu_p", "Input0"], [14, 1, 1, "c.hp_celu_p", "alpha"], [14, 1, 1, "c.hp_celu_p", "length"], [14, 1, 1, "c.hp_celu_p", "output"]], "hp_celu_s": [[14, 1, 1, "c.hp_celu_s", "Input0"], [14, 1, 1, "c.hp_celu_s", "alpha"], [14, 1, 1, "c.hp_celu_s", "core_mask"], [14, 1, 1, "c.hp_celu_s", "length"], [14, 1, 1, "c.hp_celu_s", "output"]], "hp_clip_p": [[14, 1, 1, "c.hp_clip_p", "Input0"], [47, 1, 1, "c.hp_clip_p", "dst"], [14, 1, 1, "c.hp_clip_p", "length"], [47, 1, 1, "c.hp_clip_p", "length"], [47, 1, 1, "c.hp_clip_p", "max"], [14, 1, 1, "c.hp_clip_p", "max_val"], [47, 1, 1, "c.hp_clip_p", "min"], [14, 1, 1, "c.hp_clip_p", "min_val"], [14, 1, 1, "c.hp_clip_p", "output"], [47, 1, 1, "c.hp_clip_p", "src"]], "hp_clip_s": [[14, 1, 1, "c.hp_clip_s", "Input0"], [14, 1, 1, "c.hp_clip_s", "core_mask"], [47, 1, 1, "c.hp_clip_s", "core_mask"], [47, 1, 1, "c.hp_clip_s", "dst"], [14, 1, 1, "c.hp_clip_s", "length"], [47, 1, 1, "c.hp_clip_s", "length"], [47, 1, 1, "c.hp_clip_s", "max"], [14, 1, 1, "c.hp_clip_s", "max_val"], [47, 1, 1, "c.hp_clip_s", "min"], [14, 1, 1, "c.hp_clip_s", "min_val"], [14, 1, 1, "c.hp_clip_s", "output"], [47, 1, 1, "c.hp_clip_s", "src"]], "hp_concat_p": [[48, 1, 1, "c.hp_concat_p", "axis"], [48, 1, 1, "c.hp_concat_p", "input_ndim"], [48, 1, 1, "c.hp_concat_p", "input_shapes"], [48, 1, 1, "c.hp_concat_p", "inputs"], [48, 1, 1, "c.hp_concat_p", "num_inputs"], [48, 1, 1, "c.hp_concat_p", "output"]], "hp_concat_s": [[48, 1, 1, "c.hp_concat_s", "axis"], [48, 1, 1, "c.hp_concat_s", "core_mask"], [48, 1, 1, "c.hp_concat_s", "input_ndim"], [48, 1, 1, "c.hp_concat_s", "input_shapes"], [48, 1, 1, "c.hp_concat_s", "inputs"], [48, 1, 1, "c.hp_concat_s", "num_inputs"], [48, 1, 1, "c.hp_concat_s", "output"]], "hp_conv2d_p": [[50, 1, 1, "c.hp_conv2d_p", "bias"], [50, 1, 1, "c.hp_conv2d_p", "conv_param"], [50, 1, 1, "c.hp_conv2d_p", "core_mask"], [50, 1, 1, "c.hp_conv2d_p", "input_w"], [50, 1, 1, "c.hp_conv2d_p", "input_x"], [50, 1, 1, "c.hp_conv2d_p", "out_y"]], "hp_conv2d_s": [[50, 1, 1, "c.hp_conv2d_s", "bias"], [50, 1, 1, "c.hp_conv2d_s", "conv_param"], [50, 1, 1, "c.hp_conv2d_s", "core_mask"], [50, 1, 1, "c.hp_conv2d_s", "input_w"], [50, 1, 1, "c.hp_conv2d_s", "input_x"], [50, 1, 1, "c.hp_conv2d_s", "out_y"]], "hp_conv2dbackpropfilterfusion_p": [[52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "conv_param"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "dw"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "dy"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_p", "x"]], "hp_conv2dbackpropfilterfusion_s": [[52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "conv_param"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "core_mask"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "dw"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "dy"], [52, 1, 1, "c.hp_conv2dbackpropfilterfusion_s", "x"]], "hp_conv2dbackpropinputfusion_p": [[53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "conv_param"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "dx"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "dy"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_p", "w"]], "hp_conv2dbackpropinputfusion_s": [[53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "conv_param"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "core_mask"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "dx"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "dy"], [53, 1, 1, "c.hp_conv2dbackpropinputfusion_s", "w"]], "hp_convtranspose_p": [[51, 1, 1, "c.hp_convtranspose_p", "bias"], [51, 1, 1, "c.hp_convtranspose_p", "conv_param"], [51, 1, 1, "c.hp_convtranspose_p", "core_mask"], [51, 1, 1, "c.hp_convtranspose_p", "input_w"], [51, 1, 1, "c.hp_convtranspose_p", "input_x"], [51, 1, 1, "c.hp_convtranspose_p", "out_y"]], "hp_convtranspose_s": [[51, 1, 1, "c.hp_convtranspose_s", "bias"], [51, 1, 1, "c.hp_convtranspose_s", "conv_param"], [51, 1, 1, "c.hp_convtranspose_s", "core_mask"], [51, 1, 1, "c.hp_convtranspose_s", "input_w"], [51, 1, 1, "c.hp_convtranspose_s", "input_x"], [51, 1, 1, "c.hp_convtranspose_s", "out_y"]], "hp_cos_p": [[54, 1, 1, "c.hp_cos_p", "dst_data"], [54, 1, 1, "c.hp_cos_p", "length"], [54, 1, 1, "c.hp_cos_p", "src_data"]], "hp_cos_s": [[54, 1, 1, "c.hp_cos_s", "core_mask"], [54, 1, 1, "c.hp_cos_s", "dst_data"], [54, 1, 1, "c.hp_cos_s", "length"], [54, 1, 1, "c.hp_cos_s", "src_data"]], "hp_crop_and_resize_anycore": [[56, 1, 1, "c.hp_crop_and_resize_anycore", "box_idx"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "boxes"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "core_mask"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "dst"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "extrapolation_value"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "param"], [56, 1, 1, "c.hp_crop_and_resize_anycore", "src"]], "hp_cum_sum_p": [[57, 1, 1, "c.hp_cum_sum_p", "axis_dim"], [57, 1, 1, "c.hp_cum_sum_p", "exclusive"], [57, 1, 1, "c.hp_cum_sum_p", "inner_dim"], [57, 1, 1, "c.hp_cum_sum_p", "input"], [57, 1, 1, "c.hp_cum_sum_p", "out_dim"], [57, 1, 1, "c.hp_cum_sum_p", "output"]], "hp_cum_sum_s": [[57, 1, 1, "c.hp_cum_sum_s", "axis_dim"], [57, 1, 1, "c.hp_cum_sum_s", "core_mask"], [57, 1, 1, "c.hp_cum_sum_s", "exclusive"], [57, 1, 1, "c.hp_cum_sum_s", "inner_dim"], [57, 1, 1, "c.hp_cum_sum_s", "input"], [57, 1, 1, "c.hp_cum_sum_s", "out_dim"], [57, 1, 1, "c.hp_cum_sum_s", "output"]], "hp_deconv_grad_filter_p": [[62, 1, 1, "c.hp_deconv_grad_filter_p", "dw_data"], [62, 1, 1, "c.hp_deconv_grad_filter_p", "dy_data"], [62, 1, 1, "c.hp_deconv_grad_filter_p", "param"], [62, 1, 1, "c.hp_deconv_grad_filter_p", "x_data"]], "hp_deconv_grad_filter_s": [[62, 1, 1, "c.hp_deconv_grad_filter_s", "core_mask"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "dw_data"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "dy_data"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "param"], [62, 1, 1, "c.hp_deconv_grad_filter_s", "x_data"]], "hp_depthtospace_p": [[64, 1, 1, "c.hp_depthtospace_p", "block_size"], [64, 1, 1, "c.hp_depthtospace_p", "data_size"], [64, 1, 1, "c.hp_depthtospace_p", "in_shape"], [64, 1, 1, "c.hp_depthtospace_p", "input"], [64, 1, 1, "c.hp_depthtospace_p", "output"]], "hp_depthtospace_s": [[64, 1, 1, "c.hp_depthtospace_s", "block_size"], [64, 1, 1, "c.hp_depthtospace_s", "core_mask"], [64, 1, 1, "c.hp_depthtospace_s", "data_size"], [64, 1, 1, "c.hp_depthtospace_s", "in_shape"], [64, 1, 1, "c.hp_depthtospace_s", "input"], [64, 1, 1, "c.hp_depthtospace_s", "output"]], "hp_detection_post_process_p": [[65, 1, 1, "c.hp_detection_post_process_p", "anchors"], [65, 1, 1, "c.hp_detection_post_process_p", "input_boxes"], [65, 1, 1, "c.hp_detection_post_process_p", "input_scores"], [65, 1, 1, "c.hp_detection_post_process_p", "output_boxes"], [65, 1, 1, "c.hp_detection_post_process_p", "output_classes"], [65, 1, 1, "c.hp_detection_post_process_p", "output_num"], [65, 1, 1, "c.hp_detection_post_process_p", "output_scores"], [65, 1, 1, "c.hp_detection_post_process_p", "param"]], "hp_detection_post_process_s": [[65, 1, 1, "c.hp_detection_post_process_s", "anchors"], [65, 1, 1, "c.hp_detection_post_process_s", "core_mask"], [65, 1, 1, "c.hp_detection_post_process_s", "input_boxes"], [65, 1, 1, "c.hp_detection_post_process_s", "input_scores"], [65, 1, 1, "c.hp_detection_post_process_s", "output_boxes"], [65, 1, 1, "c.hp_detection_post_process_s", "output_classes"], [65, 1, 1, "c.hp_detection_post_process_s", "output_num"], [65, 1, 1, "c.hp_detection_post_process_s", "output_scores"], [65, 1, 1, "c.hp_detection_post_process_s", "param"]], "hp_div_grad_p": [[67, 1, 1, "c.hp_div_grad_p", "dx1"], [67, 1, 1, "c.hp_div_grad_p", "dx2"], [67, 1, 1, "c.hp_div_grad_p", "dy"], [67, 1, 1, "c.hp_div_grad_p", "params"], [67, 1, 1, "c.hp_div_grad_p", "x1_data"], [67, 1, 1, "c.hp_div_grad_p", "x2_data"]], "hp_div_grad_s": [[67, 1, 1, "c.hp_div_grad_s", "core_mask"], [67, 1, 1, "c.hp_div_grad_s", "dx1"], [67, 1, 1, "c.hp_div_grad_s", "dx2"], [67, 1, 1, "c.hp_div_grad_s", "dy"], [67, 1, 1, "c.hp_div_grad_s", "params"], [67, 1, 1, "c.hp_div_grad_s", "x1_data"], [67, 1, 1, "c.hp_div_grad_s", "x2_data"]], "hp_div_p": [[66, 1, 1, "c.hp_div_p", "input0"], [66, 1, 1, "c.hp_div_p", "input1"], [66, 1, 1, "c.hp_div_p", "output"], [66, 1, 1, "c.hp_div_p", "param"]], "hp_div_s": [[66, 1, 1, "c.hp_div_s", "core_mask"], [66, 1, 1, "c.hp_div_s", "input0"], [66, 1, 1, "c.hp_div_s", "input1"], [66, 1, 1, "c.hp_div_s", "output"], [66, 1, 1, "c.hp_div_s", "param"]], "hp_dropout_grad_p": [[69, 1, 1, "c.hp_dropout_grad_p", "input"], [69, 1, 1, "c.hp_dropout_grad_p", "length"], [69, 1, 1, "c.hp_dropout_grad_p", "mask"], [69, 1, 1, "c.hp_dropout_grad_p", "output"], [69, 1, 1, "c.hp_dropout_grad_p", "scale"]], "hp_dropout_grad_s": [[69, 1, 1, "c.hp_dropout_grad_s", "core_mask"], [69, 1, 1, "c.hp_dropout_grad_s", "input"], [69, 1, 1, "c.hp_dropout_grad_s", "length"], [69, 1, 1, "c.hp_dropout_grad_s", "mask"], [69, 1, 1, "c.hp_dropout_grad_s", "output"], [69, 1, 1, "c.hp_dropout_grad_s", "scale"]], "hp_dropout_p": [[68, 1, 1, "c.hp_dropout_p", "input"], [68, 1, 1, "c.hp_dropout_p", "length"], [68, 1, 1, "c.hp_dropout_p", "mask"], [68, 1, 1, "c.hp_dropout_p", "output"], [68, 1, 1, "c.hp_dropout_p", "scale"]], "hp_dropout_s": [[68, 1, 1, "c.hp_dropout_s", "core_mask"], [68, 1, 1, "c.hp_dropout_s", "input"], [68, 1, 1, "c.hp_dropout_s", "length"], [68, 1, 1, "c.hp_dropout_s", "mask"], [68, 1, 1, "c.hp_dropout_s", "output"], [68, 1, 1, "c.hp_dropout_s", "scale"]], "hp_dynamic_quant_p": [[71, 1, 1, "c.hp_dynamic_quant_p", "max_value"], [71, 1, 1, "c.hp_dynamic_quant_p", "min_value"], [71, 1, 1, "c.hp_dynamic_quant_p", "quant_values"], [71, 1, 1, "c.hp_dynamic_quant_p", "real_values"], [71, 1, 1, "c.hp_dynamic_quant_p", "scale"], [71, 1, 1, "c.hp_dynamic_quant_p", "size"], [71, 1, 1, "c.hp_dynamic_quant_p", "zp"]], "hp_dynamic_quant_s": [[71, 1, 1, "c.hp_dynamic_quant_s", "core_mask"], [71, 1, 1, "c.hp_dynamic_quant_s", "max_value"], [71, 1, 1, "c.hp_dynamic_quant_s", "min_value"], [71, 1, 1, "c.hp_dynamic_quant_s", "quant_values"], [71, 1, 1, "c.hp_dynamic_quant_s", "real_values"], [71, 1, 1, "c.hp_dynamic_quant_s", "scale"], [71, 1, 1, "c.hp_dynamic_quant_s", "size"], [71, 1, 1, "c.hp_dynamic_quant_s", "zp"]], "hp_eltwise_p": [[72, 1, 1, "c.hp_eltwise_p", "Input0"], [72, 1, 1, "c.hp_eltwise_p", "Input1"], [72, 1, 1, "c.hp_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.hp_eltwise_p", "length"], [72, 1, 1, "c.hp_eltwise_p", "output"]], "hp_eltwise_s": [[72, 1, 1, "c.hp_eltwise_s", "Input0"], [72, 1, 1, "c.hp_eltwise_s", "Input1"], [72, 1, 1, "c.hp_eltwise_s", "core_mask"], [72, 1, 1, "c.hp_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.hp_eltwise_s", "length"], [72, 1, 1, "c.hp_eltwise_s", "output"]], "hp_elu_p": [[14, 1, 1, "c.hp_elu_p", "Input0"], [14, 1, 1, "c.hp_elu_p", "alpha"], [73, 1, 1, "c.hp_elu_p", "alpha"], [73, 1, 1, "c.hp_elu_p", "input"], [14, 1, 1, "c.hp_elu_p", "length"], [73, 1, 1, "c.hp_elu_p", "length"], [14, 1, 1, "c.hp_elu_p", "output"], [73, 1, 1, "c.hp_elu_p", "output"]], "hp_elu_s": [[14, 1, 1, "c.hp_elu_s", "Input0"], [14, 1, 1, "c.hp_elu_s", "alpha"], [73, 1, 1, "c.hp_elu_s", "alpha"], [14, 1, 1, "c.hp_elu_s", "core_mask"], [73, 1, 1, "c.hp_elu_s", "core_mask"], [73, 1, 1, "c.hp_elu_s", "input"], [14, 1, 1, "c.hp_elu_s", "length"], [73, 1, 1, "c.hp_elu_s", "length"], [14, 1, 1, "c.hp_elu_s", "output"], [73, 1, 1, "c.hp_elu_s", "output"]], "hp_embedding_lookup_p": [[74, 1, 1, "c.hp_embedding_lookup_p", "input"], [74, 1, 1, "c.hp_embedding_lookup_p", "output"], [74, 1, 1, "c.hp_embedding_lookup_p", "params"]], "hp_embedding_lookup_s": [[74, 1, 1, "c.hp_embedding_lookup_s", "core_mask"], [74, 1, 1, "c.hp_embedding_lookup_s", "input"], [74, 1, 1, "c.hp_embedding_lookup_s", "output"], [74, 1, 1, "c.hp_embedding_lookup_s", "params"]], "hp_equal_p": [[75, 1, 1, "c.hp_equal_p", "Input0"], [75, 1, 1, "c.hp_equal_p", "Input1"], [75, 1, 1, "c.hp_equal_p", "output"], [75, 1, 1, "c.hp_equal_p", "params"]], "hp_equal_s": [[75, 1, 1, "c.hp_equal_s", "Input0"], [75, 1, 1, "c.hp_equal_s", "Input1"], [75, 1, 1, "c.hp_equal_s", "core_mask"], [75, 1, 1, "c.hp_equal_s", "output"], [75, 1, 1, "c.hp_equal_s", "params"]], "hp_erf_p": [[76, 1, 1, "c.hp_erf_p", "input"], [76, 1, 1, "c.hp_erf_p", "length"], [76, 1, 1, "c.hp_erf_p", "output"]], "hp_erf_s": [[76, 1, 1, "c.hp_erf_s", "core_mask"], [76, 1, 1, "c.hp_erf_s", "input"], [76, 1, 1, "c.hp_erf_s", "length"], [76, 1, 1, "c.hp_erf_s", "output"]], "hp_exp_p": [[78, 1, 1, "c.hp_exp_p", "dst_data"], [78, 1, 1, "c.hp_exp_p", "in_scale"], [78, 1, 1, "c.hp_exp_p", "length"], [78, 1, 1, "c.hp_exp_p", "out_scale"], [78, 1, 1, "c.hp_exp_p", "scale"], [78, 1, 1, "c.hp_exp_p", "src_data"]], "hp_exp_s": [[78, 1, 1, "c.hp_exp_s", "core_mask"], [78, 1, 1, "c.hp_exp_s", "dst_data"], [78, 1, 1, "c.hp_exp_s", "in_scale"], [78, 1, 1, "c.hp_exp_s", "length"], [78, 1, 1, "c.hp_exp_s", "out_scale"], [78, 1, 1, "c.hp_exp_s", "scale"], [78, 1, 1, "c.hp_exp_s", "src_data"]], "hp_fake_quant_with_min_max_vars_p": [[79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "length"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "max_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "min_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "output"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "quant_max"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "quant_min"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "src"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_p", "symmetric"]], "hp_fake_quant_with_min_max_vars_per_channel_p": [[80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "channel_num"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "length"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "max_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "min_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "output"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "quant_max"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "quant_min"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "src"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_p", "symmetric"]], "hp_fake_quant_with_min_max_vars_per_channel_s": [[80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "channel_num"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "core_mask"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "length"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "max_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "min_val"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "output"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "quant_max"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "quant_min"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "src"], [80, 1, 1, "c.hp_fake_quant_with_min_max_vars_per_channel_s", "symmetric"]], "hp_fake_quant_with_min_max_vars_s": [[79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "core_mask"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "length"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "max_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "min_val"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "output"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "quant_max"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "quant_min"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "src"], [79, 1, 1, "c.hp_fake_quant_with_min_max_vars_s", "symmetric"]], "hp_fill_p": [[83, 1, 1, "c.hp_fill_p", "output"], [83, 1, 1, "c.hp_fill_p", "param"], [83, 1, 1, "c.hp_fill_p", "value"]], "hp_fill_s": [[83, 1, 1, "c.hp_fill_s", "core_mask"], [83, 1, 1, "c.hp_fill_s", "output"], [83, 1, 1, "c.hp_fill_s", "param"], [83, 1, 1, "c.hp_fill_s", "value"]], "hp_flatten_grad_p": [[86, 1, 1, "c.hp_flatten_grad_p", "input"], [86, 1, 1, "c.hp_flatten_grad_p", "origin_ndim"], [86, 1, 1, "c.hp_flatten_grad_p", "origin_shape"], [86, 1, 1, "c.hp_flatten_grad_p", "output"]], "hp_flatten_grad_s": [[86, 1, 1, "c.hp_flatten_grad_s", "core_mask"], [86, 1, 1, "c.hp_flatten_grad_s", "input"], [86, 1, 1, "c.hp_flatten_grad_s", "origin_ndim"], [86, 1, 1, "c.hp_flatten_grad_s", "origin_shape"], [86, 1, 1, "c.hp_flatten_grad_s", "output"]], "hp_floor_div_p": [[89, 1, 1, "c.hp_floor_div_p", "dst_data"], [89, 1, 1, "c.hp_floor_div_p", "params"], [89, 1, 1, "c.hp_floor_div_p", "src_data0"], [89, 1, 1, "c.hp_floor_div_p", "src_data1"]], "hp_floor_div_s": [[89, 1, 1, "c.hp_floor_div_s", "core_mask"], [89, 1, 1, "c.hp_floor_div_s", "dst_data"], [89, 1, 1, "c.hp_floor_div_s", "params"], [89, 1, 1, "c.hp_floor_div_s", "src_data0"], [89, 1, 1, "c.hp_floor_div_s", "src_data1"]], "hp_floor_mod_p": [[88, 1, 1, "c.hp_floor_mod_p", "input0"], [88, 1, 1, "c.hp_floor_mod_p", "input1"], [88, 1, 1, "c.hp_floor_mod_p", "output"], [88, 1, 1, "c.hp_floor_mod_p", "params"]], "hp_floor_mod_s": [[88, 1, 1, "c.hp_floor_mod_s", "core_mask"], [88, 1, 1, "c.hp_floor_mod_s", "input0"], [88, 1, 1, "c.hp_floor_mod_s", "input1"], [88, 1, 1, "c.hp_floor_mod_s", "output"], [88, 1, 1, "c.hp_floor_mod_s", "params"]], "hp_floor_p": [[87, 1, 1, "c.hp_floor_p", "dst_data"], [87, 1, 1, "c.hp_floor_p", "length"], [87, 1, 1, "c.hp_floor_p", "src_data"]], "hp_floor_s": [[87, 1, 1, "c.hp_floor_s", "core_mask"], [87, 1, 1, "c.hp_floor_s", "dst_data"], [87, 1, 1, "c.hp_floor_s", "length"], [87, 1, 1, "c.hp_floor_s", "src_data"]], "hp_format_transpose_p": [[90, 1, 1, "c.hp_format_transpose_p", "batch"], [90, 1, 1, "c.hp_format_transpose_p", "channel"], [90, 1, 1, "c.hp_format_transpose_p", "dst_data"], [90, 1, 1, "c.hp_format_transpose_p", "dst_format"], [90, 1, 1, "c.hp_format_transpose_p", "plane"], [90, 1, 1, "c.hp_format_transpose_p", "src_data"], [90, 1, 1, "c.hp_format_transpose_p", "src_format"]], "hp_format_transpose_s": [[90, 1, 1, "c.hp_format_transpose_s", "batch"], [90, 1, 1, "c.hp_format_transpose_s", "channel"], [90, 1, 1, "c.hp_format_transpose_s", "core_mask"], [90, 1, 1, "c.hp_format_transpose_s", "dst_data"], [90, 1, 1, "c.hp_format_transpose_s", "dst_format"], [90, 1, 1, "c.hp_format_transpose_s", "plane"], [90, 1, 1, "c.hp_format_transpose_s", "src_data"], [90, 1, 1, "c.hp_format_transpose_s", "src_format"]], "hp_full_connection_p": [[91, 1, 1, "c.hp_full_connection_p", "A"], [91, 1, 1, "c.hp_full_connection_p", "B"], [91, 1, 1, "c.hp_full_connection_p", "C"], [91, 1, 1, "c.hp_full_connection_p", "bias"], [91, 1, 1, "c.hp_full_connection_p", "params"]], "hp_full_connection_s": [[91, 1, 1, "c.hp_full_connection_s", "A"], [91, 1, 1, "c.hp_full_connection_s", "B"], [91, 1, 1, "c.hp_full_connection_s", "C"], [91, 1, 1, "c.hp_full_connection_s", "bias"], [91, 1, 1, "c.hp_full_connection_s", "core_mask"], [91, 1, 1, "c.hp_full_connection_s", "params"]], "hp_fusedbatchnorm_p": [[92, 1, 1, "c.hp_fusedbatchnorm_p", "channel"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "epsilon"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "input"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "mean"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "offset"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "output"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "scale"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "unit"], [92, 1, 1, "c.hp_fusedbatchnorm_p", "variance"]], "hp_fusedbatchnorm_s": [[92, 1, 1, "c.hp_fusedbatchnorm_s", "channel"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "core_mask"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "epsilon"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "input"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "mean"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "offset"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "output"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "scale"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "unit"], [92, 1, 1, "c.hp_fusedbatchnorm_s", "variance"]], "hp_gather_nd_p": [[94, 1, 1, "c.hp_gather_nd_p", "input"], [94, 1, 1, "c.hp_gather_nd_p", "output"], [94, 1, 1, "c.hp_gather_nd_p", "params"]], "hp_gather_nd_s": [[94, 1, 1, "c.hp_gather_nd_s", "core_mask"], [94, 1, 1, "c.hp_gather_nd_s", "input"], [94, 1, 1, "c.hp_gather_nd_s", "output"], [94, 1, 1, "c.hp_gather_nd_s", "params"]], "hp_gather_p": [[93, 1, 1, "c.hp_gather_p", "indices"], [93, 1, 1, "c.hp_gather_p", "input"], [93, 1, 1, "c.hp_gather_p", "output"], [93, 1, 1, "c.hp_gather_p", "params"]], "hp_gather_s": [[93, 1, 1, "c.hp_gather_s", "core_mask"], [93, 1, 1, "c.hp_gather_s", "indices"], [93, 1, 1, "c.hp_gather_s", "input"], [93, 1, 1, "c.hp_gather_s", "output"], [93, 1, 1, "c.hp_gather_s", "params"]], "hp_gelu_p": [[14, 1, 1, "c.hp_gelu_p", "Input0"], [14, 1, 1, "c.hp_gelu_p", "approximate"], [14, 1, 1, "c.hp_gelu_p", "length"], [14, 1, 1, "c.hp_gelu_p", "output"]], "hp_gelu_s": [[14, 1, 1, "c.hp_gelu_s", "Input0"], [14, 1, 1, "c.hp_gelu_s", "approximate"], [14, 1, 1, "c.hp_gelu_s", "core_mask"], [14, 1, 1, "c.hp_gelu_s", "length"], [14, 1, 1, "c.hp_gelu_s", "output"]], "hp_glu_p": [[97, 1, 1, "c.hp_glu_p", "in_data"], [97, 1, 1, "c.hp_glu_p", "out_data"], [97, 1, 1, "c.hp_glu_p", "params"]], "hp_glu_s": [[97, 1, 1, "c.hp_glu_s", "core_mask"], [97, 1, 1, "c.hp_glu_s", "in_data"], [97, 1, 1, "c.hp_glu_s", "out_data"], [97, 1, 1, "c.hp_glu_s", "params"]], "hp_greater_equal_p": [[99, 1, 1, "c.hp_greater_equal_p", "input1"], [99, 1, 1, "c.hp_greater_equal_p", "input2"], [99, 1, 1, "c.hp_greater_equal_p", "output"], [99, 1, 1, "c.hp_greater_equal_p", "params"]], "hp_greater_equal_s": [[99, 1, 1, "c.hp_greater_equal_s", "core_mask"], [99, 1, 1, "c.hp_greater_equal_s", "input1"], [99, 1, 1, "c.hp_greater_equal_s", "input2"], [99, 1, 1, "c.hp_greater_equal_s", "output"], [99, 1, 1, "c.hp_greater_equal_s", "params"]], "hp_greater_p": [[98, 1, 1, "c.hp_greater_p", "input1"], [98, 1, 1, "c.hp_greater_p", "input2"], [98, 1, 1, "c.hp_greater_p", "output"], [98, 1, 1, "c.hp_greater_p", "params"]], "hp_greater_s": [[98, 1, 1, "c.hp_greater_s", "core_mask"], [98, 1, 1, "c.hp_greater_s", "input1"], [98, 1, 1, "c.hp_greater_s", "input2"], [98, 1, 1, "c.hp_greater_s", "output"], [98, 1, 1, "c.hp_greater_s", "params"]], "hp_groupnormfusion_p": [[100, 1, 1, "c.hp_groupnormfusion_p", "batch"], [100, 1, 1, "c.hp_groupnormfusion_p", "channel"], [100, 1, 1, "c.hp_groupnormfusion_p", "epsilon"], [100, 1, 1, "c.hp_groupnormfusion_p", "input"], [100, 1, 1, "c.hp_groupnormfusion_p", "mean"], [100, 1, 1, "c.hp_groupnormfusion_p", "num_groups"], [100, 1, 1, "c.hp_groupnormfusion_p", "offset"], [100, 1, 1, "c.hp_groupnormfusion_p", "output"], [100, 1, 1, "c.hp_groupnormfusion_p", "scale"], [100, 1, 1, "c.hp_groupnormfusion_p", "unit"], [100, 1, 1, "c.hp_groupnormfusion_p", "variance"]], "hp_groupnormfusion_s": [[100, 1, 1, "c.hp_groupnormfusion_s", "batch"], [100, 1, 1, "c.hp_groupnormfusion_s", "channel"], [100, 1, 1, "c.hp_groupnormfusion_s", "core_mask"], [100, 1, 1, "c.hp_groupnormfusion_s", "epsilon"], [100, 1, 1, "c.hp_groupnormfusion_s", "input"], [100, 1, 1, "c.hp_groupnormfusion_s", "mean"], [100, 1, 1, "c.hp_groupnormfusion_s", "num_groups"], [100, 1, 1, "c.hp_groupnormfusion_s", "offset"], [100, 1, 1, "c.hp_groupnormfusion_s", "output"], [100, 1, 1, "c.hp_groupnormfusion_s", "scale"], [100, 1, 1, "c.hp_groupnormfusion_s", "unit"], [100, 1, 1, "c.hp_groupnormfusion_s", "variance"]], "hp_hardshrink_p": [[14, 1, 1, "c.hp_hardshrink_p", "Input0"], [14, 1, 1, "c.hp_hardshrink_p", "lambd"], [14, 1, 1, "c.hp_hardshrink_p", "length"], [14, 1, 1, "c.hp_hardshrink_p", "output"]], "hp_hardshrink_s": [[14, 1, 1, "c.hp_hardshrink_s", "Input0"], [14, 1, 1, "c.hp_hardshrink_s", "core_mask"], [14, 1, 1, "c.hp_hardshrink_s", "lambd"], [14, 1, 1, "c.hp_hardshrink_s", "length"], [14, 1, 1, "c.hp_hardshrink_s", "output"]], "hp_hardtanh_p": [[14, 1, 1, "c.hp_hardtanh_p", "Input0"], [14, 1, 1, "c.hp_hardtanh_p", "length"], [14, 1, 1, "c.hp_hardtanh_p", "max_val"], [14, 1, 1, "c.hp_hardtanh_p", "min_val"], [14, 1, 1, "c.hp_hardtanh_p", "output"]], "hp_hardtanh_s": [[14, 1, 1, "c.hp_hardtanh_s", "Input0"], [14, 1, 1, "c.hp_hardtanh_s", "core_mask"], [14, 1, 1, "c.hp_hardtanh_s", "length"], [14, 1, 1, "c.hp_hardtanh_s", "max_val"], [14, 1, 1, "c.hp_hardtanh_s", "min_val"], [14, 1, 1, "c.hp_hardtanh_s", "output"]], "hp_hsigmoid_p": [[14, 1, 1, "c.hp_hsigmoid_p", "Input0"], [14, 1, 1, "c.hp_hsigmoid_p", "length"], [14, 1, 1, "c.hp_hsigmoid_p", "output"]], "hp_hsigmoid_s": [[14, 1, 1, "c.hp_hsigmoid_s", "Input0"], [14, 1, 1, "c.hp_hsigmoid_s", "core_mask"], [14, 1, 1, "c.hp_hsigmoid_s", "length"], [14, 1, 1, "c.hp_hsigmoid_s", "output"]], "hp_hswish_p": [[14, 1, 1, "c.hp_hswish_p", "Input0"], [14, 1, 1, "c.hp_hswish_p", "length"], [14, 1, 1, "c.hp_hswish_p", "output"]], "hp_hswish_s": [[14, 1, 1, "c.hp_hswish_s", "Input0"], [14, 1, 1, "c.hp_hswish_s", "core_mask"], [14, 1, 1, "c.hp_hswish_s", "length"], [14, 1, 1, "c.hp_hswish_s", "output"]], "hp_instance_norm_p": [[103, 1, 1, "c.hp_instance_norm_p", "epsilon"], [103, 1, 1, "c.hp_instance_norm_p", "input"], [103, 1, 1, "c.hp_instance_norm_p", "output"], [103, 1, 1, "c.hp_instance_norm_p", "params"]], "hp_instance_norm_s": [[103, 1, 1, "c.hp_instance_norm_s", "core_mask"], [103, 1, 1, "c.hp_instance_norm_s", "epsilon"], [103, 1, 1, "c.hp_instance_norm_s", "input"], [103, 1, 1, "c.hp_instance_norm_s", "output"], [103, 1, 1, "c.hp_instance_norm_s", "params"]], "hp_is_finite_p": [[105, 1, 1, "c.hp_is_finite_p", "Input"], [105, 1, 1, "c.hp_is_finite_p", "length"], [105, 1, 1, "c.hp_is_finite_p", "output"]], "hp_is_finite_s": [[105, 1, 1, "c.hp_is_finite_s", "Input"], [105, 1, 1, "c.hp_is_finite_s", "core_mask"], [105, 1, 1, "c.hp_is_finite_s", "length"], [105, 1, 1, "c.hp_is_finite_s", "output"]], "hp_l2norm_p": [[106, 1, 1, "c.hp_l2norm_p", "Input"], [106, 1, 1, "c.hp_l2norm_p", "is_relu6"], [106, 1, 1, "c.hp_l2norm_p", "output"], [106, 1, 1, "c.hp_l2norm_p", "params"]], "hp_l2norm_s": [[106, 1, 1, "c.hp_l2norm_s", "Input"], [106, 1, 1, "c.hp_l2norm_s", "core_mask"], [106, 1, 1, "c.hp_l2norm_s", "output"], [106, 1, 1, "c.hp_l2norm_s", "params"]], "hp_layer_norm_grad_p": [[108, 1, 1, "c.hp_layer_norm_grad_p", "dx"], [108, 1, 1, "c.hp_layer_norm_grad_p", "dy"], [108, 1, 1, "c.hp_layer_norm_grad_p", "params"], [108, 1, 1, "c.hp_layer_norm_grad_p", "x"]], "hp_layer_norm_grad_s": [[108, 1, 1, "c.hp_layer_norm_grad_s", "core_mask"], [108, 1, 1, "c.hp_layer_norm_grad_s", "dx"], [108, 1, 1, "c.hp_layer_norm_grad_s", "dy"], [108, 1, 1, "c.hp_layer_norm_grad_s", "params"], [108, 1, 1, "c.hp_layer_norm_grad_s", "x"]], "hp_layernormfusion_p": [[107, 1, 1, "c.hp_layernormfusion_p", "beta_data"], [107, 1, 1, "c.hp_layernormfusion_p", "dst_data"], [107, 1, 1, "c.hp_layernormfusion_p", "epsilon"], [107, 1, 1, "c.hp_layernormfusion_p", "gamma_data"], [107, 1, 1, "c.hp_layernormfusion_p", "norm_inner_size"], [107, 1, 1, "c.hp_layernormfusion_p", "norm_outer_size"], [107, 1, 1, "c.hp_layernormfusion_p", "out_mean"], [107, 1, 1, "c.hp_layernormfusion_p", "out_variance"], [107, 1, 1, "c.hp_layernormfusion_p", "param_inner_size"], [107, 1, 1, "c.hp_layernormfusion_p", "param_outer_size"], [107, 1, 1, "c.hp_layernormfusion_p", "src_data"]], "hp_layernormfusion_s": [[107, 1, 1, "c.hp_layernormfusion_s", "beta_data"], [107, 1, 1, "c.hp_layernormfusion_s", "core_mask"], [107, 1, 1, "c.hp_layernormfusion_s", "dst_data"], [107, 1, 1, "c.hp_layernormfusion_s", "epsilon"], [107, 1, 1, "c.hp_layernormfusion_s", "gamma_data"], [107, 1, 1, "c.hp_layernormfusion_s", "length"], [107, 1, 1, "c.hp_layernormfusion_s", "norm_inner_size"], [107, 1, 1, "c.hp_layernormfusion_s", "norm_outer_size"], [107, 1, 1, "c.hp_layernormfusion_s", "out_mean"], [107, 1, 1, "c.hp_layernormfusion_s", "out_variance"], [107, 1, 1, "c.hp_layernormfusion_s", "param_inner_size"], [107, 1, 1, "c.hp_layernormfusion_s", "param_outer_size"], [107, 1, 1, "c.hp_layernormfusion_s", "src_data"]], "hp_leaky_relu_p": [[109, 1, 1, "c.hp_leaky_relu_p", "alpha"], [109, 1, 1, "c.hp_leaky_relu_p", "core_mask"], [109, 1, 1, "c.hp_leaky_relu_p", "elem_cnt"], [109, 1, 1, "c.hp_leaky_relu_p", "input"], [109, 1, 1, "c.hp_leaky_relu_p", "output"]], "hp_leaky_relu_s": [[109, 1, 1, "c.hp_leaky_relu_s", "alpha"], [109, 1, 1, "c.hp_leaky_relu_s", "core_mask"], [109, 1, 1, "c.hp_leaky_relu_s", "elem_cnt"], [109, 1, 1, "c.hp_leaky_relu_s", "input"], [109, 1, 1, "c.hp_leaky_relu_s", "output"]], "hp_less_equal_p": [[111, 1, 1, "c.hp_less_equal_p", "Input0"], [111, 1, 1, "c.hp_less_equal_p", "Input1"], [111, 1, 1, "c.hp_less_equal_p", "output"], [111, 1, 1, "c.hp_less_equal_p", "params"]], "hp_less_equal_s": [[111, 1, 1, "c.hp_less_equal_s", "Input0"], [111, 1, 1, "c.hp_less_equal_s", "Input1"], [111, 1, 1, "c.hp_less_equal_s", "core_mask"], [111, 1, 1, "c.hp_less_equal_s", "output"], [111, 1, 1, "c.hp_less_equal_s", "params"]], "hp_less_p": [[110, 1, 1, "c.hp_less_p", "Input0"], [110, 1, 1, "c.hp_less_p", "Input1"], [110, 1, 1, "c.hp_less_p", "output"], [110, 1, 1, "c.hp_less_p", "params"]], "hp_less_s": [[110, 1, 1, "c.hp_less_s", "Input0"], [110, 1, 1, "c.hp_less_s", "Input1"], [110, 1, 1, "c.hp_less_s", "core_mask"], [110, 1, 1, "c.hp_less_s", "output"], [110, 1, 1, "c.hp_less_s", "params"]], "hp_linspace_p": [[112, 1, 1, "c.hp_linspace_p", "end"], [112, 1, 1, "c.hp_linspace_p", "length"], [112, 1, 1, "c.hp_linspace_p", "output"], [112, 1, 1, "c.hp_linspace_p", "start"]], "hp_linspace_s": [[112, 1, 1, "c.hp_linspace_s", "core_mask"], [112, 1, 1, "c.hp_linspace_s", "end"], [112, 1, 1, "c.hp_linspace_s", "length"], [112, 1, 1, "c.hp_linspace_s", "output"], [112, 1, 1, "c.hp_linspace_s", "start"]], "hp_log1p_p": [[114, 1, 1, "c.hp_log1p_p", "Input"], [114, 1, 1, "c.hp_log1p_p", "length"], [114, 1, 1, "c.hp_log1p_p", "output"]], "hp_log1p_s": [[114, 1, 1, "c.hp_log1p_s", "Input"], [114, 1, 1, "c.hp_log1p_s", "core_mask"], [114, 1, 1, "c.hp_log1p_s", "length"], [114, 1, 1, "c.hp_log1p_s", "output"]], "hp_log_grad_p": [[115, 1, 1, "c.hp_log_grad_p", "input0"], [115, 1, 1, "c.hp_log_grad_p", "input1"], [115, 1, 1, "c.hp_log_grad_p", "length"], [115, 1, 1, "c.hp_log_grad_p", "output"]], "hp_log_grad_s": [[115, 1, 1, "c.hp_log_grad_s", "core_mask"], [115, 1, 1, "c.hp_log_grad_s", "input0"], [115, 1, 1, "c.hp_log_grad_s", "input1"], [115, 1, 1, "c.hp_log_grad_s", "length"], [115, 1, 1, "c.hp_log_grad_s", "output"]], "hp_log_p": [[113, 1, 1, "c.hp_log_p", "input"], [113, 1, 1, "c.hp_log_p", "length"], [113, 1, 1, "c.hp_log_p", "output"]], "hp_log_s": [[113, 1, 1, "c.hp_log_s", "core_mask"], [113, 1, 1, "c.hp_log_s", "input"], [113, 1, 1, "c.hp_log_s", "length"], [113, 1, 1, "c.hp_log_s", "output"]], "hp_logical_and_p": [[116, 1, 1, "c.hp_logical_and_p", "input0"], [116, 1, 1, "c.hp_logical_and_p", "input1"], [116, 1, 1, "c.hp_logical_and_p", "output"], [116, 1, 1, "c.hp_logical_and_p", "params"]], "hp_logical_and_s": [[116, 1, 1, "c.hp_logical_and_s", "core_mask"], [116, 1, 1, "c.hp_logical_and_s", "input0"], [116, 1, 1, "c.hp_logical_and_s", "input1"], [116, 1, 1, "c.hp_logical_and_s", "output"], [116, 1, 1, "c.hp_logical_and_s", "params"]], "hp_logical_not_p": [[117, 1, 1, "c.hp_logical_not_p", "input"], [117, 1, 1, "c.hp_logical_not_p", "length"], [117, 1, 1, "c.hp_logical_not_p", "output"]], "hp_logical_not_s": [[117, 1, 1, "c.hp_logical_not_s", "core_mask"], [117, 1, 1, "c.hp_logical_not_s", "input"], [117, 1, 1, "c.hp_logical_not_s", "length"], [117, 1, 1, "c.hp_logical_not_s", "output"]], "hp_logical_or_p": [[118, 1, 1, "c.hp_logical_or_p", "input0"], [118, 1, 1, "c.hp_logical_or_p", "input1"], [118, 1, 1, "c.hp_logical_or_p", "length"], [118, 1, 1, "c.hp_logical_or_p", "output"]], "hp_logical_or_s": [[118, 1, 1, "c.hp_logical_or_s", "core_mask"], [118, 1, 1, "c.hp_logical_or_s", "input0"], [118, 1, 1, "c.hp_logical_or_s", "input1"], [118, 1, 1, "c.hp_logical_or_s", "length"], [118, 1, 1, "c.hp_logical_or_s", "output"]], "hp_logsoftmax_p": [[119, 1, 1, "c.hp_logsoftmax_p", "axis"], [119, 1, 1, "c.hp_logsoftmax_p", "axis_size"], [119, 1, 1, "c.hp_logsoftmax_p", "inner_size"], [119, 1, 1, "c.hp_logsoftmax_p", "input_ptr"], [119, 1, 1, "c.hp_logsoftmax_p", "n_dim"], [119, 1, 1, "c.hp_logsoftmax_p", "output_ptr"], [119, 1, 1, "c.hp_logsoftmax_p", "outter_size"], [119, 1, 1, "c.hp_logsoftmax_p", "sum_data"]], "hp_logsoftmax_s": [[119, 1, 1, "c.hp_logsoftmax_s", "axis"], [119, 1, 1, "c.hp_logsoftmax_s", "axis_size"], [119, 1, 1, "c.hp_logsoftmax_s", "core_mask"], [119, 1, 1, "c.hp_logsoftmax_s", "inner_size"], [119, 1, 1, "c.hp_logsoftmax_s", "input_ptr"], [119, 1, 1, "c.hp_logsoftmax_s", "n_dim"], [119, 1, 1, "c.hp_logsoftmax_s", "output_ptr"], [119, 1, 1, "c.hp_logsoftmax_s", "outter_size"], [119, 1, 1, "c.hp_logsoftmax_s", "sum_data"]], "hp_lp_norm_p": [[120, 1, 1, "c.hp_lp_norm_p", "epsilon"], [120, 1, 1, "c.hp_lp_norm_p", "input"], [120, 1, 1, "c.hp_lp_norm_p", "params"]], "hp_lp_norm_s": [[120, 1, 1, "c.hp_lp_norm_s", "core_mask"], [120, 1, 1, "c.hp_lp_norm_s", "epsilon"], [120, 1, 1, "c.hp_lp_norm_s", "input"], [120, 1, 1, "c.hp_lp_norm_s", "params"]], "hp_lrelu_p": [[14, 1, 1, "c.hp_lrelu_p", "Input0"], [14, 1, 1, "c.hp_lrelu_p", "alpha"], [14, 1, 1, "c.hp_lrelu_p", "length"], [14, 1, 1, "c.hp_lrelu_p", "output"]], "hp_lrelu_s": [[14, 1, 1, "c.hp_lrelu_s", "Input0"], [14, 1, 1, "c.hp_lrelu_s", "alpha"], [14, 1, 1, "c.hp_lrelu_s", "core_mask"], [14, 1, 1, "c.hp_lrelu_s", "length"], [14, 1, 1, "c.hp_lrelu_s", "output"]], "hp_lrn_p": [[121, 1, 1, "c.hp_lrn_p", "input"], [121, 1, 1, "c.hp_lrn_p", "output"], [121, 1, 1, "c.hp_lrn_p", "params"]], "hp_lrn_s": [[121, 1, 1, "c.hp_lrn_s", "core_mask"], [121, 1, 1, "c.hp_lrn_s", "input"], [121, 1, 1, "c.hp_lrn_s", "output"], [121, 1, 1, "c.hp_lrn_s", "params"]], "hp_lsh_projection_p": [[122, 1, 1, "c.hp_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.hp_lsh_projection_p", "feature"], [122, 1, 1, "c.hp_lsh_projection_p", "feature_num"], [122, 1, 1, "c.hp_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.hp_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.hp_lsh_projection_p", "output"], [122, 1, 1, "c.hp_lsh_projection_p", "weight"]], "hp_lsh_projection_s": [[122, 1, 1, "c.hp_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.hp_lsh_projection_s", "core_mask"], [122, 1, 1, "c.hp_lsh_projection_s", "feature"], [122, 1, 1, "c.hp_lsh_projection_s", "feature_num"], [122, 1, 1, "c.hp_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.hp_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.hp_lsh_projection_s", "output"], [122, 1, 1, "c.hp_lsh_projection_s", "weight"]], "hp_lstm_p": [[123, 1, 1, "c.hp_lstm_p", "input"], [123, 1, 1, "c.hp_lstm_p", "output"], [123, 1, 1, "c.hp_lstm_p", "params"]], "hp_lstm_s": [[123, 1, 1, "c.hp_lstm_s", "core_mask"], [123, 1, 1, "c.hp_lstm_s", "input"], [123, 1, 1, "c.hp_lstm_s", "output"], [123, 1, 1, "c.hp_lstm_s", "params"]], "hp_lstmgrad_p": [[124, 1, 1, "c.hp_lstmgrad_p", "dynamic_params"], [124, 1, 1, "c.hp_lstmgrad_p", "params"]], "hp_lstmgrad_s": [[124, 1, 1, "c.hp_lstmgrad_s", "core_mask"], [124, 1, 1, "c.hp_lstmgrad_s", "dynamic_params"], [124, 1, 1, "c.hp_lstmgrad_s", "params"]], "hp_lstmgraddata_p": [[125, 1, 1, "c.hp_lstmgraddata_p", "dynamic_params"], [125, 1, 1, "c.hp_lstmgraddata_p", "params"]], "hp_lstmgraddata_s": [[125, 1, 1, "c.hp_lstmgraddata_s", "core_mask"], [125, 1, 1, "c.hp_lstmgraddata_s", "dynamic_params"], [125, 1, 1, "c.hp_lstmgraddata_s", "params"]], "hp_lstmgradweight_p": [[126, 1, 1, "c.hp_lstmgradweight_p", "dynamic_params"], [126, 1, 1, "c.hp_lstmgradweight_p", "params"]], "hp_lstmgradweight_s": [[126, 1, 1, "c.hp_lstmgradweight_s", "core_mask"], [126, 1, 1, "c.hp_lstmgradweight_s", "dynamic_params"], [126, 1, 1, "c.hp_lstmgradweight_s", "params"]], "hp_matmul_fusion_p": [[127, 1, 1, "c.hp_matmul_fusion_p", "A"], [127, 1, 1, "c.hp_matmul_fusion_p", "B"], [127, 1, 1, "c.hp_matmul_fusion_p", "C"], [127, 1, 1, "c.hp_matmul_fusion_p", "bias"], [127, 1, 1, "c.hp_matmul_fusion_p", "params"]], "hp_matmul_fusion_s": [[127, 1, 1, "c.hp_matmul_fusion_s", "A"], [127, 1, 1, "c.hp_matmul_fusion_s", "B"], [127, 1, 1, "c.hp_matmul_fusion_s", "C"], [127, 1, 1, "c.hp_matmul_fusion_s", "bias"], [127, 1, 1, "c.hp_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.hp_matmul_fusion_s", "params"]], "hp_maximum_grad_p": [[129, 1, 1, "c.hp_maximum_grad_p", "Input0"], [129, 1, 1, "c.hp_maximum_grad_p", "Input1"], [129, 1, 1, "c.hp_maximum_grad_p", "dx0"], [129, 1, 1, "c.hp_maximum_grad_p", "dx1"], [129, 1, 1, "c.hp_maximum_grad_p", "dy"], [129, 1, 1, "c.hp_maximum_grad_p", "params"]], "hp_maximum_grad_s": [[129, 1, 1, "c.hp_maximum_grad_s", "Input0"], [129, 1, 1, "c.hp_maximum_grad_s", "Input1"], [129, 1, 1, "c.hp_maximum_grad_s", "core_mask"], [129, 1, 1, "c.hp_maximum_grad_s", "dx0"], [129, 1, 1, "c.hp_maximum_grad_s", "dx1"], [129, 1, 1, "c.hp_maximum_grad_s", "dy"], [129, 1, 1, "c.hp_maximum_grad_s", "params"]], "hp_maximum_p": [[128, 1, 1, "c.hp_maximum_p", "input0"], [128, 1, 1, "c.hp_maximum_p", "input1"], [128, 1, 1, "c.hp_maximum_p", "length"], [128, 1, 1, "c.hp_maximum_p", "output"]], "hp_maximum_s": [[128, 1, 1, "c.hp_maximum_s", "core_mask"], [128, 1, 1, "c.hp_maximum_s", "input0"], [128, 1, 1, "c.hp_maximum_s", "input1"], [128, 1, 1, "c.hp_maximum_s", "length"], [128, 1, 1, "c.hp_maximum_s", "output"]], "hp_maxpool_fusion_p": [[130, 1, 1, "c.hp_maxpool_fusion_p", "input"], [130, 1, 1, "c.hp_maxpool_fusion_p", "output"], [130, 1, 1, "c.hp_maxpool_fusion_p", "params"]], "hp_maxpool_fusion_s": [[130, 1, 1, "c.hp_maxpool_fusion_s", "core_mask"], [130, 1, 1, "c.hp_maxpool_fusion_s", "input"], [130, 1, 1, "c.hp_maxpool_fusion_s", "output"], [130, 1, 1, "c.hp_maxpool_fusion_s", "params"]], "hp_maxpool_grad_p": [[131, 1, 1, "c.hp_maxpool_grad_p", "dy_ptr"], [131, 1, 1, "c.hp_maxpool_grad_p", "input_ptr"], [131, 1, 1, "c.hp_maxpool_grad_p", "output_ptr"], [131, 1, 1, "c.hp_maxpool_grad_p", "params"]], "hp_maxpool_grad_s": [[131, 1, 1, "c.hp_maxpool_grad_s", "core_mask"], [131, 1, 1, "c.hp_maxpool_grad_s", "dy_ptr"], [131, 1, 1, "c.hp_maxpool_grad_s", "input_ptr"], [131, 1, 1, "c.hp_maxpool_grad_s", "output_ptr"], [131, 1, 1, "c.hp_maxpool_grad_s", "params"]], "hp_mfcc_p": [[132, 1, 1, "c.hp_mfcc_p", "mfcc_params"], [132, 1, 1, "c.hp_mfcc_p", "mfcc_workspace"], [132, 1, 1, "c.hp_mfcc_p", "spec_params"], [132, 1, 1, "c.hp_mfcc_p", "spec_workspace"]], "hp_mfcc_s": [[132, 1, 1, "c.hp_mfcc_s", "core_mask"], [132, 1, 1, "c.hp_mfcc_s", "mfcc_params"], [132, 1, 1, "c.hp_mfcc_s", "mfcc_workspace"], [132, 1, 1, "c.hp_mfcc_s", "spec_params"], [132, 1, 1, "c.hp_mfcc_s", "spec_workspace"]], "hp_minimum_p": [[133, 1, 1, "c.hp_minimum_p", "input0"], [133, 1, 1, "c.hp_minimum_p", "input1"], [133, 1, 1, "c.hp_minimum_p", "length"], [133, 1, 1, "c.hp_minimum_p", "output"]], "hp_minimum_s": [[133, 1, 1, "c.hp_minimum_s", "core_mask"], [133, 1, 1, "c.hp_minimum_s", "input0"], [133, 1, 1, "c.hp_minimum_s", "input1"], [133, 1, 1, "c.hp_minimum_s", "length"], [133, 1, 1, "c.hp_minimum_s", "output"]], "hp_minimumgrad_p": [[134, 1, 1, "c.hp_minimumgrad_p", "Input0"], [134, 1, 1, "c.hp_minimumgrad_p", "Input0_dims"], [134, 1, 1, "c.hp_minimumgrad_p", "Input1"], [134, 1, 1, "c.hp_minimumgrad_p", "Input1_dims"], [134, 1, 1, "c.hp_minimumgrad_p", "dx0"], [134, 1, 1, "c.hp_minimumgrad_p", "dx1"], [134, 1, 1, "c.hp_minimumgrad_p", "dy"], [134, 1, 1, "c.hp_minimumgrad_p", "num_dims"]], "hp_minimumgrad_s": [[134, 1, 1, "c.hp_minimumgrad_s", "Input0"], [134, 1, 1, "c.hp_minimumgrad_s", "Input0_dims"], [134, 1, 1, "c.hp_minimumgrad_s", "Input1"], [134, 1, 1, "c.hp_minimumgrad_s", "Input1_dims"], [134, 1, 1, "c.hp_minimumgrad_s", "core_mask"], [134, 1, 1, "c.hp_minimumgrad_s", "dx0"], [134, 1, 1, "c.hp_minimumgrad_s", "dx1"], [134, 1, 1, "c.hp_minimumgrad_s", "dy"], [134, 1, 1, "c.hp_minimumgrad_s", "num_dims"]], "hp_mod_p": [[135, 1, 1, "c.hp_mod_p", "input0"], [135, 1, 1, "c.hp_mod_p", "input1"], [135, 1, 1, "c.hp_mod_p", "length"], [135, 1, 1, "c.hp_mod_p", "output"]], "hp_mod_s": [[135, 1, 1, "c.hp_mod_s", "core_mask"], [135, 1, 1, "c.hp_mod_s", "input0"], [135, 1, 1, "c.hp_mod_s", "input1"], [135, 1, 1, "c.hp_mod_s", "length"], [135, 1, 1, "c.hp_mod_s", "output"]], "hp_mul_grad_p": [[137, 1, 1, "c.hp_mul_grad_p", "dx1"], [137, 1, 1, "c.hp_mul_grad_p", "dx2"], [137, 1, 1, "c.hp_mul_grad_p", "dy"], [137, 1, 1, "c.hp_mul_grad_p", "params"], [137, 1, 1, "c.hp_mul_grad_p", "x1"], [137, 1, 1, "c.hp_mul_grad_p", "x2"]], "hp_mul_grad_s": [[137, 1, 1, "c.hp_mul_grad_s", "core_mask"], [137, 1, 1, "c.hp_mul_grad_s", "dx1"], [137, 1, 1, "c.hp_mul_grad_s", "dx2"], [137, 1, 1, "c.hp_mul_grad_s", "dy"], [137, 1, 1, "c.hp_mul_grad_s", "params"], [137, 1, 1, "c.hp_mul_grad_s", "x1"], [137, 1, 1, "c.hp_mul_grad_s", "x2"]], "hp_mul_p": [[136, 1, 1, "c.hp_mul_p", "input0"], [136, 1, 1, "c.hp_mul_p", "input1"], [136, 1, 1, "c.hp_mul_p", "output"], [136, 1, 1, "c.hp_mul_p", "param"]], "hp_mul_s": [[136, 1, 1, "c.hp_mul_s", "core_mask"], [136, 1, 1, "c.hp_mul_s", "input0"], [136, 1, 1, "c.hp_mul_s", "input1"], [136, 1, 1, "c.hp_mul_s", "output"], [136, 1, 1, "c.hp_mul_s", "param"]], "hp_neg_grad_p": [[139, 1, 1, "c.hp_neg_grad_p", "Input"], [139, 1, 1, "c.hp_neg_grad_p", "length"], [139, 1, 1, "c.hp_neg_grad_p", "output"]], "hp_neg_grad_s": [[139, 1, 1, "c.hp_neg_grad_s", "Input"], [139, 1, 1, "c.hp_neg_grad_s", "core_mask"], [139, 1, 1, "c.hp_neg_grad_s", "length"], [139, 1, 1, "c.hp_neg_grad_s", "output"]], "hp_neg_p": [[138, 1, 1, "c.hp_neg_p", "Input"], [138, 1, 1, "c.hp_neg_p", "length"], [138, 1, 1, "c.hp_neg_p", "output"]], "hp_neg_s": [[138, 1, 1, "c.hp_neg_s", "Input"], [138, 1, 1, "c.hp_neg_s", "core_mask"], [138, 1, 1, "c.hp_neg_s", "length"], [138, 1, 1, "c.hp_neg_s", "output"]], "hp_nllloss_p": [[140, 1, 1, "c.hp_nllloss_p", "batch_size"], [140, 1, 1, "c.hp_nllloss_p", "class_num"], [140, 1, 1, "c.hp_nllloss_p", "labels"], [140, 1, 1, "c.hp_nllloss_p", "log_probs"], [140, 1, 1, "c.hp_nllloss_p", "loss"], [140, 1, 1, "c.hp_nllloss_p", "reduction_type"], [140, 1, 1, "c.hp_nllloss_p", "total_weight"], [140, 1, 1, "c.hp_nllloss_p", "weight"]], "hp_nllloss_s": [[140, 1, 1, "c.hp_nllloss_s", "batch_size"], [140, 1, 1, "c.hp_nllloss_s", "class_num"], [140, 1, 1, "c.hp_nllloss_s", "core_mask"], [140, 1, 1, "c.hp_nllloss_s", "labels"], [140, 1, 1, "c.hp_nllloss_s", "log_probs"], [140, 1, 1, "c.hp_nllloss_s", "loss"], [140, 1, 1, "c.hp_nllloss_s", "reduction_type"], [140, 1, 1, "c.hp_nllloss_s", "total_weight"], [140, 1, 1, "c.hp_nllloss_s", "weight"]], "hp_nlllossgrad_p": [[141, 1, 1, "c.hp_nlllossgrad_p", "batch"], [141, 1, 1, "c.hp_nlllossgrad_p", "class_num"], [141, 1, 1, "c.hp_nlllossgrad_p", "labels"], [141, 1, 1, "c.hp_nlllossgrad_p", "logits"], [141, 1, 1, "c.hp_nlllossgrad_p", "logits_grad"], [141, 1, 1, "c.hp_nlllossgrad_p", "loss_grad"], [141, 1, 1, "c.hp_nlllossgrad_p", "reduction_type"], [141, 1, 1, "c.hp_nlllossgrad_p", "total_weight"], [141, 1, 1, "c.hp_nlllossgrad_p", "weight"]], "hp_nlllossgrad_s": [[141, 1, 1, "c.hp_nlllossgrad_s", "batch"], [141, 1, 1, "c.hp_nlllossgrad_s", "class_num"], [141, 1, 1, "c.hp_nlllossgrad_s", "core_mask"], [141, 1, 1, "c.hp_nlllossgrad_s", "labels"], [141, 1, 1, "c.hp_nlllossgrad_s", "logits"], [141, 1, 1, "c.hp_nlllossgrad_s", "logits_grad"], [141, 1, 1, "c.hp_nlllossgrad_s", "loss_grad"], [141, 1, 1, "c.hp_nlllossgrad_s", "reduction_type"], [141, 1, 1, "c.hp_nlllossgrad_s", "total_weight"], [141, 1, 1, "c.hp_nlllossgrad_s", "weight"]], "hp_non_max_suppression_p": [[142, 1, 1, "c.hp_non_max_suppression_p", "param"]], "hp_non_max_suppression_s": [[142, 1, 1, "c.hp_non_max_suppression_s", "core_mask"], [142, 1, 1, "c.hp_non_max_suppression_s", "param"]], "hp_not_equal_p": [[144, 1, 1, "c.hp_not_equal_p", "Input0"], [144, 1, 1, "c.hp_not_equal_p", "Input1"], [144, 1, 1, "c.hp_not_equal_p", "length"], [144, 1, 1, "c.hp_not_equal_p", "output"]], "hp_not_equal_s": [[144, 1, 1, "c.hp_not_equal_s", "Input0"], [144, 1, 1, "c.hp_not_equal_s", "Input1"], [144, 1, 1, "c.hp_not_equal_s", "core_mask"], [144, 1, 1, "c.hp_not_equal_s", "length"], [144, 1, 1, "c.hp_not_equal_s", "output"]], "hp_onehot_p": [[145, 1, 1, "c.hp_onehot_p", "axis"], [145, 1, 1, "c.hp_onehot_p", "depth"], [145, 1, 1, "c.hp_onehot_p", "indices"], [145, 1, 1, "c.hp_onehot_p", "indices_shape"], [145, 1, 1, "c.hp_onehot_p", "indices_shape_size"], [145, 1, 1, "c.hp_onehot_p", "on_off"], [145, 1, 1, "c.hp_onehot_p", "output"], [145, 1, 1, "c.hp_onehot_p", "support_neg_index"]], "hp_onehot_s": [[145, 1, 1, "c.hp_onehot_s", "axis"], [145, 1, 1, "c.hp_onehot_s", "core_mask"], [145, 1, 1, "c.hp_onehot_s", "depth"], [145, 1, 1, "c.hp_onehot_s", "indices"], [145, 1, 1, "c.hp_onehot_s", "indices_shape"], [145, 1, 1, "c.hp_onehot_s", "indices_shape_size"], [145, 1, 1, "c.hp_onehot_s", "on_off"], [145, 1, 1, "c.hp_onehot_s", "output"], [145, 1, 1, "c.hp_onehot_s", "support_neg_index"]], "hp_ones_like_p": [[146, 1, 1, "c.hp_ones_like_p", "length"], [146, 1, 1, "c.hp_ones_like_p", "output"]], "hp_ones_like_s": [[146, 1, 1, "c.hp_ones_like_s", "core_mask"], [146, 1, 1, "c.hp_ones_like_s", "length"], [146, 1, 1, "c.hp_ones_like_s", "output"]], "hp_padfusion_p": [[147, 1, 1, "c.hp_padfusion_p", "params"]], "hp_padfusion_s": [[147, 1, 1, "c.hp_padfusion_s", "core_mask"], [147, 1, 1, "c.hp_padfusion_s", "params"]], "hp_pow_fusion_p": [[149, 1, 1, "c.hp_pow_fusion_p", "Input"], [149, 1, 1, "c.hp_pow_fusion_p", "broadcast"], [149, 1, 1, "c.hp_pow_fusion_p", "exponent"], [149, 1, 1, "c.hp_pow_fusion_p", "length_in"], [149, 1, 1, "c.hp_pow_fusion_p", "output"], [149, 1, 1, "c.hp_pow_fusion_p", "scale"], [149, 1, 1, "c.hp_pow_fusion_p", "shift"]], "hp_pow_fusion_s": [[149, 1, 1, "c.hp_pow_fusion_s", "Input"], [149, 1, 1, "c.hp_pow_fusion_s", "broadcast"], [149, 1, 1, "c.hp_pow_fusion_s", "core_mask"], [149, 1, 1, "c.hp_pow_fusion_s", "exponent"], [149, 1, 1, "c.hp_pow_fusion_s", "length_in"], [149, 1, 1, "c.hp_pow_fusion_s", "output"], [149, 1, 1, "c.hp_pow_fusion_s", "scale"], [149, 1, 1, "c.hp_pow_fusion_s", "shift"]], "hp_power_grad_p": [[150, 1, 1, "c.hp_power_grad_p", "Input1"], [150, 1, 1, "c.hp_power_grad_p", "Input2"], [150, 1, 1, "c.hp_power_grad_p", "length"], [150, 1, 1, "c.hp_power_grad_p", "output"], [150, 1, 1, "c.hp_power_grad_p", "power"], [150, 1, 1, "c.hp_power_grad_p", "scale"], [150, 1, 1, "c.hp_power_grad_p", "shift"]], "hp_power_grad_s": [[150, 1, 1, "c.hp_power_grad_s", "Input1"], [150, 1, 1, "c.hp_power_grad_s", "Input2"], [150, 1, 1, "c.hp_power_grad_s", "core_mask"], [150, 1, 1, "c.hp_power_grad_s", "length"], [150, 1, 1, "c.hp_power_grad_s", "output"], [150, 1, 1, "c.hp_power_grad_s", "power"], [150, 1, 1, "c.hp_power_grad_s", "scale"], [150, 1, 1, "c.hp_power_grad_s", "shift"]], "hp_prelufusion_p": [[151, 1, 1, "c.hp_prelufusion_p", "dst_data"], [151, 1, 1, "c.hp_prelufusion_p", "end"], [151, 1, 1, "c.hp_prelufusion_p", "slope"], [151, 1, 1, "c.hp_prelufusion_p", "src_data"], [151, 1, 1, "c.hp_prelufusion_p", "start"]], "hp_prelufusion_s": [[151, 1, 1, "c.hp_prelufusion_s", "core_mask"], [151, 1, 1, "c.hp_prelufusion_s", "dst_data"], [151, 1, 1, "c.hp_prelufusion_s", "end"], [151, 1, 1, "c.hp_prelufusion_s", "slope"], [151, 1, 1, "c.hp_prelufusion_s", "src_data"], [151, 1, 1, "c.hp_prelufusion_s", "start"]], "hp_priorbox_p": [[152, 1, 1, "c.hp_priorbox_p", "different_aspect_ratios"], [152, 1, 1, "c.hp_priorbox_p", "different_aspect_ratios_size"], [152, 1, 1, "c.hp_priorbox_p", "fmap_h"], [152, 1, 1, "c.hp_priorbox_p", "fmap_w"], [152, 1, 1, "c.hp_priorbox_p", "max_sizes"], [152, 1, 1, "c.hp_priorbox_p", "max_sizes_size"], [152, 1, 1, "c.hp_priorbox_p", "min_sizes"], [152, 1, 1, "c.hp_priorbox_p", "min_sizes_size"], [152, 1, 1, "c.hp_priorbox_p", "offset"], [152, 1, 1, "c.hp_priorbox_p", "output"], [152, 1, 1, "c.hp_priorbox_p", "output_size"], [152, 1, 1, "c.hp_priorbox_p", "step_h"], [152, 1, 1, "c.hp_priorbox_p", "step_w"]], "hp_priorbox_s": [[152, 1, 1, "c.hp_priorbox_s", "core_mask"], [152, 1, 1, "c.hp_priorbox_s", "different_aspect_ratios"], [152, 1, 1, "c.hp_priorbox_s", "different_aspect_ratios_size"], [152, 1, 1, "c.hp_priorbox_s", "fmap_h"], [152, 1, 1, "c.hp_priorbox_s", "fmap_w"], [152, 1, 1, "c.hp_priorbox_s", "max_sizes"], [152, 1, 1, "c.hp_priorbox_s", "max_sizes_size"], [152, 1, 1, "c.hp_priorbox_s", "min_sizes"], [152, 1, 1, "c.hp_priorbox_s", "min_sizes_size"], [152, 1, 1, "c.hp_priorbox_s", "offset"], [152, 1, 1, "c.hp_priorbox_s", "output"], [152, 1, 1, "c.hp_priorbox_s", "output_size"], [152, 1, 1, "c.hp_priorbox_s", "step_h"], [152, 1, 1, "c.hp_priorbox_s", "step_w"]], "hp_ragged_range_p": [[154, 1, 1, "c.hp_ragged_range_p", "deltas"], [154, 1, 1, "c.hp_ragged_range_p", "limits"], [154, 1, 1, "c.hp_ragged_range_p", "range_count"], [154, 1, 1, "c.hp_ragged_range_p", "splits"], [154, 1, 1, "c.hp_ragged_range_p", "starts"], [154, 1, 1, "c.hp_ragged_range_p", "values"]], "hp_ragged_range_s": [[154, 1, 1, "c.hp_ragged_range_s", "core_mask"], [154, 1, 1, "c.hp_ragged_range_s", "deltas"], [154, 1, 1, "c.hp_ragged_range_s", "limits"], [154, 1, 1, "c.hp_ragged_range_s", "range_count"], [154, 1, 1, "c.hp_ragged_range_s", "splits"], [154, 1, 1, "c.hp_ragged_range_s", "starts"], [154, 1, 1, "c.hp_ragged_range_s", "values"]], "hp_random_normal_p": [[155, 1, 1, "c.hp_random_normal_p", "length"], [155, 1, 1, "c.hp_random_normal_p", "mean"], [155, 1, 1, "c.hp_random_normal_p", "output"], [155, 1, 1, "c.hp_random_normal_p", "scale"], [155, 1, 1, "c.hp_random_normal_p", "seed"]], "hp_random_normal_s": [[155, 1, 1, "c.hp_random_normal_s", "core_mask"], [155, 1, 1, "c.hp_random_normal_s", "length"], [155, 1, 1, "c.hp_random_normal_s", "mean"], [155, 1, 1, "c.hp_random_normal_s", "output"], [155, 1, 1, "c.hp_random_normal_s", "scale"], [155, 1, 1, "c.hp_random_normal_s", "seed"]], "hp_random_standard_normal_p": [[156, 1, 1, "c.hp_random_standard_normal_p", "length"], [156, 1, 1, "c.hp_random_standard_normal_p", "output"], [156, 1, 1, "c.hp_random_standard_normal_p", "seed"]], "hp_random_standard_normal_s": [[156, 1, 1, "c.hp_random_standard_normal_s", "core_mask"], [156, 1, 1, "c.hp_random_standard_normal_s", "length"], [156, 1, 1, "c.hp_random_standard_normal_s", "output"], [156, 1, 1, "c.hp_random_standard_normal_s", "seed"]], "hp_real_div_p": [[159, 1, 1, "c.hp_real_div_p", "input0"], [159, 1, 1, "c.hp_real_div_p", "input1"], [159, 1, 1, "c.hp_real_div_p", "length"], [159, 1, 1, "c.hp_real_div_p", "output"]], "hp_real_div_s": [[159, 1, 1, "c.hp_real_div_s", "core_mask"], [159, 1, 1, "c.hp_real_div_s", "input0"], [159, 1, 1, "c.hp_real_div_s", "input1"], [159, 1, 1, "c.hp_real_div_s", "length"], [159, 1, 1, "c.hp_real_div_s", "output"]], "hp_reciprocal_p": [[160, 1, 1, "c.hp_reciprocal_p", "Input"], [160, 1, 1, "c.hp_reciprocal_p", "length"], [160, 1, 1, "c.hp_reciprocal_p", "output"]], "hp_reciprocal_s": [[160, 1, 1, "c.hp_reciprocal_s", "Input"], [160, 1, 1, "c.hp_reciprocal_s", "core_mask"], [160, 1, 1, "c.hp_reciprocal_s", "length"], [160, 1, 1, "c.hp_reciprocal_s", "output"]], "hp_reduce_all_p": [[23, 1, 1, "c.hp_reduce_all_p", "axis_size"], [23, 1, 1, "c.hp_reduce_all_p", "dst_data"], [23, 1, 1, "c.hp_reduce_all_p", "inner_size"], [23, 1, 1, "c.hp_reduce_all_p", "outer_size"], [23, 1, 1, "c.hp_reduce_all_p", "src_data"]], "hp_reduce_all_s": [[23, 1, 1, "c.hp_reduce_all_s", "axis_size"], [23, 1, 1, "c.hp_reduce_all_s", "core_mask"], [23, 1, 1, "c.hp_reduce_all_s", "dst_data"], [23, 1, 1, "c.hp_reduce_all_s", "inner_size"], [23, 1, 1, "c.hp_reduce_all_s", "outer_size"], [23, 1, 1, "c.hp_reduce_all_s", "src_data"]], "hp_reduce_p": [[161, 1, 1, "c.hp_reduce_p", "core_mask"], [161, 1, 1, "c.hp_reduce_p", "dst_data"], [161, 1, 1, "c.hp_reduce_p", "param"], [161, 1, 1, "c.hp_reduce_p", "src_data"], [161, 1, 1, "c.hp_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.hp_reduce_p", "tmp_src_data"]], "hp_reduce_s": [[161, 1, 1, "c.hp_reduce_s", "core_mask"], [161, 1, 1, "c.hp_reduce_s", "dst_data"], [161, 1, 1, "c.hp_reduce_s", "param"], [161, 1, 1, "c.hp_reduce_s", "src_data"]], "hp_reducescatter_p": [[162, 1, 1, "c.hp_reducescatter_p", "data_size"], [162, 1, 1, "c.hp_reducescatter_p", "input_data"], [162, 1, 1, "c.hp_reducescatter_p", "output_data"], [162, 1, 1, "c.hp_reducescatter_p", "reduce_type"]], "hp_reducescatter_s": [[162, 1, 1, "c.hp_reducescatter_s", "core_mask"], [162, 1, 1, "c.hp_reducescatter_s", "data_size"], [162, 1, 1, "c.hp_reducescatter_s", "input_data"], [162, 1, 1, "c.hp_reducescatter_s", "output_data"], [162, 1, 1, "c.hp_reducescatter_s", "reduce_type"]], "hp_relu6_p": [[14, 1, 1, "c.hp_relu6_p", "Input0"], [14, 1, 1, "c.hp_relu6_p", "length"], [14, 1, 1, "c.hp_relu6_p", "output"]], "hp_relu6_s": [[14, 1, 1, "c.hp_relu6_s", "Input0"], [14, 1, 1, "c.hp_relu6_s", "core_mask"], [14, 1, 1, "c.hp_relu6_s", "length"], [14, 1, 1, "c.hp_relu6_s", "output"]], "hp_relu_grad_p": [[15, 1, 1, "c.hp_relu_grad_p", "dst"], [15, 1, 1, "c.hp_relu_grad_p", "length"], [15, 1, 1, "c.hp_relu_grad_p", "src0"], [15, 1, 1, "c.hp_relu_grad_p", "src1"]], "hp_relu_grad_s": [[15, 1, 1, "c.hp_relu_grad_s", "core_mask"], [15, 1, 1, "c.hp_relu_grad_s", "dst"], [15, 1, 1, "c.hp_relu_grad_s", "length"], [15, 1, 1, "c.hp_relu_grad_s", "src0"], [15, 1, 1, "c.hp_relu_grad_s", "src1"]], "hp_relu_p": [[14, 1, 1, "c.hp_relu_p", "Input0"], [14, 1, 1, "c.hp_relu_p", "length"], [14, 1, 1, "c.hp_relu_p", "output"]], "hp_relu_s": [[14, 1, 1, "c.hp_relu_s", "Input0"], [14, 1, 1, "c.hp_relu_s", "core_mask"], [14, 1, 1, "c.hp_relu_s", "length"], [14, 1, 1, "c.hp_relu_s", "output"]], "hp_reshape_p": [[163, 1, 1, "c.hp_reshape_p", "input"], [163, 1, 1, "c.hp_reshape_p", "length"], [163, 1, 1, "c.hp_reshape_p", "output"]], "hp_reshape_s": [[163, 1, 1, "c.hp_reshape_s", "core_mask"], [163, 1, 1, "c.hp_reshape_s", "input"], [163, 1, 1, "c.hp_reshape_s", "length"], [163, 1, 1, "c.hp_reshape_s", "output"]], "hp_resize_anycore": [[164, 1, 1, "c.hp_resize_anycore", "core_mask"], [164, 1, 1, "c.hp_resize_anycore", "input"], [164, 1, 1, "c.hp_resize_anycore", "output"], [164, 1, 1, "c.hp_resize_anycore", "param"]], "hp_resizebilineargrad_p": [[165, 1, 1, "c.hp_resizebilineargrad_p", "align_corners"], [165, 1, 1, "c.hp_resizebilineargrad_p", "batch_size"], [165, 1, 1, "c.hp_resizebilineargrad_p", "channel"], [165, 1, 1, "c.hp_resizebilineargrad_p", "format"], [165, 1, 1, "c.hp_resizebilineargrad_p", "height_scale"], [165, 1, 1, "c.hp_resizebilineargrad_p", "in_addr"], [165, 1, 1, "c.hp_resizebilineargrad_p", "in_height"], [165, 1, 1, "c.hp_resizebilineargrad_p", "in_width"], [165, 1, 1, "c.hp_resizebilineargrad_p", "out_addr"], [165, 1, 1, "c.hp_resizebilineargrad_p", "out_height"], [165, 1, 1, "c.hp_resizebilineargrad_p", "out_width"], [165, 1, 1, "c.hp_resizebilineargrad_p", "width_scale"]], "hp_resizebilineargrad_s": [[165, 1, 1, "c.hp_resizebilineargrad_s", "align_corners"], [165, 1, 1, "c.hp_resizebilineargrad_s", "batch_size"], [165, 1, 1, "c.hp_resizebilineargrad_s", "channel"], [165, 1, 1, "c.hp_resizebilineargrad_s", "core_mask"], [165, 1, 1, "c.hp_resizebilineargrad_s", "format"], [165, 1, 1, "c.hp_resizebilineargrad_s", "height_scale"], [165, 1, 1, "c.hp_resizebilineargrad_s", "in_addr"], [165, 1, 1, "c.hp_resizebilineargrad_s", "in_height"], [165, 1, 1, "c.hp_resizebilineargrad_s", "in_width"], [165, 1, 1, "c.hp_resizebilineargrad_s", "out_addr"], [165, 1, 1, "c.hp_resizebilineargrad_s", "out_height"], [165, 1, 1, "c.hp_resizebilineargrad_s", "out_width"], [165, 1, 1, "c.hp_resizebilineargrad_s", "width_scale"]], "hp_resizenearestneighborgrad_p": [[165, 1, 1, "c.hp_resizenearestneighborgrad_p", "align_corners"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "batch_size"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "channel"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "format"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "height_scale"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "in_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "in_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "in_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "out_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "out_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "out_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_p", "width_scale"]], "hp_resizenearestneighborgrad_s": [[165, 1, 1, "c.hp_resizenearestneighborgrad_s", "align_corners"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "batch_size"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "channel"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "core_mask"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "format"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "height_scale"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "in_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "in_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "in_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "out_addr"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "out_height"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "out_width"], [165, 1, 1, "c.hp_resizenearestneighborgrad_s", "width_scale"]], "hp_roipooling_p": [[169, 1, 1, "c.hp_roipooling_p", "in_ptr"], [169, 1, 1, "c.hp_roipooling_p", "input_c"], [169, 1, 1, "c.hp_roipooling_p", "input_h"], [169, 1, 1, "c.hp_roipooling_p", "input_n"], [169, 1, 1, "c.hp_roipooling_p", "input_w"], [169, 1, 1, "c.hp_roipooling_p", "max_c"], [169, 1, 1, "c.hp_roipooling_p", "num_rois"], [169, 1, 1, "c.hp_roipooling_p", "out_ptr"], [169, 1, 1, "c.hp_roipooling_p", "pooled_height"], [169, 1, 1, "c.hp_roipooling_p", "pooled_width"], [169, 1, 1, "c.hp_roipooling_p", "roi"], [169, 1, 1, "c.hp_roipooling_p", "scale"]], "hp_roipooling_s": [[169, 1, 1, "c.hp_roipooling_s", "core_mask"], [169, 1, 1, "c.hp_roipooling_s", "in_ptr"], [169, 1, 1, "c.hp_roipooling_s", "input_c"], [169, 1, 1, "c.hp_roipooling_s", "input_h"], [169, 1, 1, "c.hp_roipooling_s", "input_n"], [169, 1, 1, "c.hp_roipooling_s", "input_w"], [169, 1, 1, "c.hp_roipooling_s", "max_c"], [169, 1, 1, "c.hp_roipooling_s", "num_rois"], [169, 1, 1, "c.hp_roipooling_s", "out_ptr"], [169, 1, 1, "c.hp_roipooling_s", "pooled_height"], [169, 1, 1, "c.hp_roipooling_s", "pooled_width"], [169, 1, 1, "c.hp_roipooling_s", "roi"], [169, 1, 1, "c.hp_roipooling_s", "scale"]], "hp_round_p": [[170, 1, 1, "c.hp_round_p", "input"], [170, 1, 1, "c.hp_round_p", "length"], [170, 1, 1, "c.hp_round_p", "output"]], "hp_round_s": [[170, 1, 1, "c.hp_round_s", "core_mask"], [170, 1, 1, "c.hp_round_s", "input"], [170, 1, 1, "c.hp_round_s", "length"], [170, 1, 1, "c.hp_round_s", "output"]], "hp_rsqrt_grad_p": [[172, 1, 1, "c.hp_rsqrt_grad_p", "input1"], [172, 1, 1, "c.hp_rsqrt_grad_p", "input2"], [172, 1, 1, "c.hp_rsqrt_grad_p", "output"], [172, 1, 1, "c.hp_rsqrt_grad_p", "size"]], "hp_rsqrt_grad_s": [[172, 1, 1, "c.hp_rsqrt_grad_s", "core_mask"], [172, 1, 1, "c.hp_rsqrt_grad_s", "input0"], [172, 1, 1, "c.hp_rsqrt_grad_s", "input1"], [172, 1, 1, "c.hp_rsqrt_grad_s", "output"], [172, 1, 1, "c.hp_rsqrt_grad_s", "size"]], "hp_rsqrt_p": [[171, 1, 1, "c.hp_rsqrt_p", "dst"], [171, 1, 1, "c.hp_rsqrt_p", "length"], [171, 1, 1, "c.hp_rsqrt_p", "src"]], "hp_rsqrt_s": [[171, 1, 1, "c.hp_rsqrt_s", "core_mask"], [171, 1, 1, "c.hp_rsqrt_s", "dst"], [171, 1, 1, "c.hp_rsqrt_s", "length"], [171, 1, 1, "c.hp_rsqrt_s", "src"]], "hp_scale_fusion_p": [[173, 1, 1, "c.hp_scale_fusion_p", "bias"], [173, 1, 1, "c.hp_scale_fusion_p", "dst_data"], [173, 1, 1, "c.hp_scale_fusion_p", "length"], [173, 1, 1, "c.hp_scale_fusion_p", "scale"], [173, 1, 1, "c.hp_scale_fusion_p", "src_data"]], "hp_scale_fusion_s": [[173, 1, 1, "c.hp_scale_fusion_s", "bias"], [173, 1, 1, "c.hp_scale_fusion_s", "core_mask"], [173, 1, 1, "c.hp_scale_fusion_s", "dst_data"], [173, 1, 1, "c.hp_scale_fusion_s", "length"], [173, 1, 1, "c.hp_scale_fusion_s", "scale"], [173, 1, 1, "c.hp_scale_fusion_s", "src_data"]], "hp_scatter_elements_p": [[174, 1, 1, "c.hp_scatter_elements_p", "core_mask"], [174, 1, 1, "c.hp_scatter_elements_p", "indices"], [174, 1, 1, "c.hp_scatter_elements_p", "input"], [174, 1, 1, "c.hp_scatter_elements_p", "output"], [174, 1, 1, "c.hp_scatter_elements_p", "param"], [174, 1, 1, "c.hp_scatter_elements_p", "updates"]], "hp_scatter_elements_s": [[174, 1, 1, "c.hp_scatter_elements_s", "core_mask"], [174, 1, 1, "c.hp_scatter_elements_s", "indices"], [174, 1, 1, "c.hp_scatter_elements_s", "input"], [174, 1, 1, "c.hp_scatter_elements_s", "output"], [174, 1, 1, "c.hp_scatter_elements_s", "param"], [174, 1, 1, "c.hp_scatter_elements_s", "updates"]], "hp_scatter_nd_p": [[175, 1, 1, "c.hp_scatter_nd_p", "indices"], [175, 1, 1, "c.hp_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.hp_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.hp_scatter_nd_p", "output"], [175, 1, 1, "c.hp_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.hp_scatter_nd_p", "output_shape"], [175, 1, 1, "c.hp_scatter_nd_p", "updates"]], "hp_scatter_nd_s": [[175, 1, 1, "c.hp_scatter_nd_s", "core_mask"], [175, 1, 1, "c.hp_scatter_nd_s", "indices"], [175, 1, 1, "c.hp_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.hp_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.hp_scatter_nd_s", "output"], [175, 1, 1, "c.hp_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.hp_scatter_nd_s", "output_shape"], [175, 1, 1, "c.hp_scatter_nd_s", "updates"]], "hp_scatter_nd_update_p": [[176, 1, 1, "c.hp_scatter_nd_update_p", "indices"], [176, 1, 1, "c.hp_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.hp_scatter_nd_update_p", "output"], [176, 1, 1, "c.hp_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.hp_scatter_nd_update_p", "updates"]], "hp_scatter_nd_update_s": [[176, 1, 1, "c.hp_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.hp_scatter_nd_update_s", "indices"], [176, 1, 1, "c.hp_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.hp_scatter_nd_update_s", "output"], [176, 1, 1, "c.hp_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.hp_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.hp_scatter_nd_update_s", "updates"]], "hp_select_p": [[177, 1, 1, "c.hp_select_p", "condition"], [177, 1, 1, "c.hp_select_p", "input0"], [177, 1, 1, "c.hp_select_p", "input1"], [177, 1, 1, "c.hp_select_p", "output"], [177, 1, 1, "c.hp_select_p", "params"]], "hp_select_s": [[177, 1, 1, "c.hp_select_s", "condition"], [177, 1, 1, "c.hp_select_s", "core_mask"], [177, 1, 1, "c.hp_select_s", "input0"], [177, 1, 1, "c.hp_select_s", "input1"], [177, 1, 1, "c.hp_select_s", "output"], [177, 1, 1, "c.hp_select_s", "params"]], "hp_sgd_p": [[178, 1, 1, "c.hp_sgd_p", "accumulate"], [178, 1, 1, "c.hp_sgd_p", "dampening"], [178, 1, 1, "c.hp_sgd_p", "gradient"], [178, 1, 1, "c.hp_sgd_p", "learning_rate"], [178, 1, 1, "c.hp_sgd_p", "length"], [178, 1, 1, "c.hp_sgd_p", "moment"], [178, 1, 1, "c.hp_sgd_p", "nesterov"], [178, 1, 1, "c.hp_sgd_p", "weight"], [178, 1, 1, "c.hp_sgd_p", "weight_decay"]], "hp_sgd_s": [[178, 1, 1, "c.hp_sgd_s", "accumulate"], [178, 1, 1, "c.hp_sgd_s", "core_mask"], [178, 1, 1, "c.hp_sgd_s", "dampening"], [178, 1, 1, "c.hp_sgd_s", "end"], [178, 1, 1, "c.hp_sgd_s", "gradient"], [178, 1, 1, "c.hp_sgd_s", "learning_rate"], [178, 1, 1, "c.hp_sgd_s", "moment"], [178, 1, 1, "c.hp_sgd_s", "nesterov"], [178, 1, 1, "c.hp_sgd_s", "start"], [178, 1, 1, "c.hp_sgd_s", "weight"], [178, 1, 1, "c.hp_sgd_s", "weight_decay"]], "hp_sigmoid_p": [[14, 1, 1, "c.hp_sigmoid_p", "Input0"], [14, 1, 1, "c.hp_sigmoid_p", "length"], [14, 1, 1, "c.hp_sigmoid_p", "output"]], "hp_sigmoid_s": [[14, 1, 1, "c.hp_sigmoid_s", "Input0"], [14, 1, 1, "c.hp_sigmoid_s", "core_mask"], [14, 1, 1, "c.hp_sigmoid_s", "length"], [14, 1, 1, "c.hp_sigmoid_s", "output"]], "hp_sigmoidcrossentropywithlogits_p": [[180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "input0"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "input1"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "length"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_p", "output"]], "hp_sigmoidcrossentropywithlogits_s": [[180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "core_mask"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "input0"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "input1"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "length"], [180, 1, 1, "c.hp_sigmoidcrossentropywithlogits_s", "output"]], "hp_sigmoidcrossentropywithlogitsgrad_p": [[181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "Input0"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "Input1"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "length"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_p", "output"]], "hp_sigmoidcrossentropywithlogitsgrad_s": [[181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "Input0"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "Input1"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "core_mask"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "length"], [181, 1, 1, "c.hp_sigmoidcrossentropywithlogitsgrad_s", "output"]], "hp_sin_p": [[182, 1, 1, "c.hp_sin_p", "dst_data"], [182, 1, 1, "c.hp_sin_p", "length"], [182, 1, 1, "c.hp_sin_p", "src_data"]], "hp_sin_s": [[182, 1, 1, "c.hp_sin_s", "core_mask"], [182, 1, 1, "c.hp_sin_s", "dst_data"], [182, 1, 1, "c.hp_sin_s", "length"], [182, 1, 1, "c.hp_sin_s", "src_data"]], "hp_slice_p": [[185, 1, 1, "c.hp_slice_p", "begin"], [185, 1, 1, "c.hp_slice_p", "input"], [185, 1, 1, "c.hp_slice_p", "input_shape"], [185, 1, 1, "c.hp_slice_p", "ndim"], [185, 1, 1, "c.hp_slice_p", "output"], [185, 1, 1, "c.hp_slice_p", "size"]], "hp_slice_s": [[185, 1, 1, "c.hp_slice_s", "begin"], [185, 1, 1, "c.hp_slice_s", "core_mask"], [185, 1, 1, "c.hp_slice_s", "input"], [185, 1, 1, "c.hp_slice_s", "input_shape"], [185, 1, 1, "c.hp_slice_s", "ndim"], [185, 1, 1, "c.hp_slice_s", "output"], [185, 1, 1, "c.hp_slice_s", "size"]], "hp_smoothl1loss_p": [[186, 1, 1, "c.hp_smoothl1loss_p", "beta"], [186, 1, 1, "c.hp_smoothl1loss_p", "length"], [186, 1, 1, "c.hp_smoothl1loss_p", "out"], [186, 1, 1, "c.hp_smoothl1loss_p", "predict"], [186, 1, 1, "c.hp_smoothl1loss_p", "target"]], "hp_smoothl1loss_s": [[186, 1, 1, "c.hp_smoothl1loss_s", "beta"], [186, 1, 1, "c.hp_smoothl1loss_s", "core_mask"], [186, 1, 1, "c.hp_smoothl1loss_s", "length"], [186, 1, 1, "c.hp_smoothl1loss_s", "out"], [186, 1, 1, "c.hp_smoothl1loss_s", "predict"], [186, 1, 1, "c.hp_smoothl1loss_s", "target"]], "hp_smoothl1lossgrad_p": [[187, 1, 1, "c.hp_smoothl1lossgrad_p", "beta"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "dx1"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "dy"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "length"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "x1"], [187, 1, 1, "c.hp_smoothl1lossgrad_p", "x2"]], "hp_smoothl1lossgrad_s": [[187, 1, 1, "c.hp_smoothl1lossgrad_s", "beta"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "core_mask"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "dx1"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "dy"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "length"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "x1"], [187, 1, 1, "c.hp_smoothl1lossgrad_s", "x2"]], "hp_softmax_cross_entropy_with_logits_p": [[189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "batch_size"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "labels"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "logits"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "need_grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "num_of_classes"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "output"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "probs"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_p", "sum_data"]], "hp_softmax_cross_entropy_with_logits_s": [[189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "batch_size"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "core_mask"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "labels"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "logits"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "need_grads"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "num_of_classes"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "output"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "probs"], [189, 1, 1, "c.hp_softmax_cross_entropy_with_logits_s", "sum_data"]], "hp_softmax_p": [[188, 1, 1, "c.hp_softmax_p", "axis"], [188, 1, 1, "c.hp_softmax_p", "axis_size"], [188, 1, 1, "c.hp_softmax_p", "inner_size"], [188, 1, 1, "c.hp_softmax_p", "input_ptr"], [188, 1, 1, "c.hp_softmax_p", "n_dim"], [188, 1, 1, "c.hp_softmax_p", "output_ptr"], [188, 1, 1, "c.hp_softmax_p", "outter_size"], [188, 1, 1, "c.hp_softmax_p", "sum_data"]], "hp_softmax_s": [[188, 1, 1, "c.hp_softmax_s", "axis"], [188, 1, 1, "c.hp_softmax_s", "axis_size"], [188, 1, 1, "c.hp_softmax_s", "core_mask"], [188, 1, 1, "c.hp_softmax_s", "inner_size"], [188, 1, 1, "c.hp_softmax_s", "input_ptr"], [188, 1, 1, "c.hp_softmax_s", "n_dim"], [188, 1, 1, "c.hp_softmax_s", "output_ptr"], [188, 1, 1, "c.hp_softmax_s", "outter_size"], [188, 1, 1, "c.hp_softmax_s", "sum_data"]], "hp_softplus_p": [[14, 1, 1, "c.hp_softplus_p", "Input0"], [14, 1, 1, "c.hp_softplus_p", "length"], [14, 1, 1, "c.hp_softplus_p", "output"]], "hp_softplus_s": [[14, 1, 1, "c.hp_softplus_s", "Input0"], [14, 1, 1, "c.hp_softplus_s", "core_mask"], [14, 1, 1, "c.hp_softplus_s", "length"], [14, 1, 1, "c.hp_softplus_s", "output"]], "hp_softshrink_p": [[14, 1, 1, "c.hp_softshrink_p", "Input0"], [14, 1, 1, "c.hp_softshrink_p", "lambd"], [14, 1, 1, "c.hp_softshrink_p", "length"], [14, 1, 1, "c.hp_softshrink_p", "output"]], "hp_softshrink_s": [[14, 1, 1, "c.hp_softshrink_s", "Input0"], [14, 1, 1, "c.hp_softshrink_s", "core_mask"], [14, 1, 1, "c.hp_softshrink_s", "lambd"], [14, 1, 1, "c.hp_softshrink_s", "length"], [14, 1, 1, "c.hp_softshrink_s", "output"]], "hp_softsignopt_p": [[14, 1, 1, "c.hp_softsignopt_p", "Input0"], [14, 1, 1, "c.hp_softsignopt_p", "length"], [14, 1, 1, "c.hp_softsignopt_p", "output"]], "hp_softsignopt_s": [[14, 1, 1, "c.hp_softsignopt_s", "Input0"], [14, 1, 1, "c.hp_softsignopt_s", "core_mask"], [14, 1, 1, "c.hp_softsignopt_s", "length"], [14, 1, 1, "c.hp_softsignopt_s", "output"]], "hp_spacetobatch_p": [[190, 1, 1, "c.hp_spacetobatch_p", "block_size"], [190, 1, 1, "c.hp_spacetobatch_p", "data_size"], [190, 1, 1, "c.hp_spacetobatch_p", "input"], [190, 1, 1, "c.hp_spacetobatch_p", "input_shape"], [190, 1, 1, "c.hp_spacetobatch_p", "output"], [190, 1, 1, "c.hp_spacetobatch_p", "paddings"]], "hp_spacetobatch_s": [[190, 1, 1, "c.hp_spacetobatch_s", "block_size"], [190, 1, 1, "c.hp_spacetobatch_s", "core_mask"], [190, 1, 1, "c.hp_spacetobatch_s", "data_size"], [190, 1, 1, "c.hp_spacetobatch_s", "input"], [190, 1, 1, "c.hp_spacetobatch_s", "input_shape"], [190, 1, 1, "c.hp_spacetobatch_s", "output"], [190, 1, 1, "c.hp_spacetobatch_s", "paddings"]], "hp_spacetobatchnd_p": [[191, 1, 1, "c.hp_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.hp_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.hp_spacetobatchnd_p", "input"], [191, 1, 1, "c.hp_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.hp_spacetobatchnd_p", "output"], [191, 1, 1, "c.hp_spacetobatchnd_p", "paddings"]], "hp_spacetobatchnd_s": [[191, 1, 1, "c.hp_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.hp_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.hp_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.hp_spacetobatchnd_s", "input"], [191, 1, 1, "c.hp_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.hp_spacetobatchnd_s", "output"], [191, 1, 1, "c.hp_spacetobatchnd_s", "paddings"]], "hp_spacetodepth_p": [[192, 1, 1, "c.hp_spacetodepth_p", "block"], [192, 1, 1, "c.hp_spacetodepth_p", "data_size"], [192, 1, 1, "c.hp_spacetodepth_p", "in_shape"], [192, 1, 1, "c.hp_spacetodepth_p", "input"], [192, 1, 1, "c.hp_spacetodepth_p", "output"]], "hp_spacetodepth_s": [[192, 1, 1, "c.hp_spacetodepth_s", "block"], [192, 1, 1, "c.hp_spacetodepth_s", "core_mask"], [192, 1, 1, "c.hp_spacetodepth_s", "data_size"], [192, 1, 1, "c.hp_spacetodepth_s", "in_shape"], [192, 1, 1, "c.hp_spacetodepth_s", "input"], [192, 1, 1, "c.hp_spacetodepth_s", "output"]], "hp_sparse_fill_empty_rows_p": [[194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_p", "values_ptr"]], "hp_sparse_fill_empty_rows_s": [[194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.hp_sparse_fill_empty_rows_s", "values_ptr"]], "hp_sparse_reshape_p": [[195, 1, 1, "c.hp_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_p", "params"]], "hp_sparse_reshape_s": [[195, 1, 1, "c.hp_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.hp_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.hp_sparse_reshape_s", "params"]], "hp_sparse_softmax_cross_entropy_with_logits_p": [[193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "axis_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "batch_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "inner_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "input"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "is_grad"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "labels"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "number_of_classes"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "output"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "outter_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "partial_losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_p", "sum_data"]], "hp_sparse_softmax_cross_entropy_with_logits_s": [[193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "axis_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "batch_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "core_mask"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "inner_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "input"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "is_grad"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "labels"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "number_of_classes"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "output"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "outter_size"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "partial_losses"], [193, 1, 1, "c.hp_sparse_softmax_cross_entropy_with_logits_s", "sum_data"]], "hp_sparse_to_dense_p": [[197, 1, 1, "c.hp_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.hp_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.hp_sparse_to_dense_p", "output"], [197, 1, 1, "c.hp_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.hp_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.hp_sparse_to_dense_p", "sparse_values"]], "hp_sparse_to_dense_s": [[197, 1, 1, "c.hp_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.hp_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.hp_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.hp_sparse_to_dense_s", "output"], [197, 1, 1, "c.hp_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.hp_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.hp_sparse_to_dense_s", "sparse_values"]], "hp_sparsesegmentsum_p": [[196, 1, 1, "c.hp_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.hp_sparsesegmentsum_p", "out_data_shape"]], "hp_sparsesegmentsum_s": [[196, 1, 1, "c.hp_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.hp_sparsesegmentsum_s", "out_data_shape"]], "hp_splice_p": [[198, 1, 1, "c.hp_splice_p", "context_dim"], [198, 1, 1, "c.hp_splice_p", "dst_col"], [198, 1, 1, "c.hp_splice_p", "dst_data"], [198, 1, 1, "c.hp_splice_p", "dst_row"], [198, 1, 1, "c.hp_splice_p", "forward_indexes"], [198, 1, 1, "c.hp_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.hp_splice_p", "src_col"], [198, 1, 1, "c.hp_splice_p", "src_data"], [198, 1, 1, "c.hp_splice_p", "src_row"]], "hp_splice_s": [[198, 1, 1, "c.hp_splice_s", "context_dim"], [198, 1, 1, "c.hp_splice_s", "core_mask"], [198, 1, 1, "c.hp_splice_s", "dst_col"], [198, 1, 1, "c.hp_splice_s", "dst_data"], [198, 1, 1, "c.hp_splice_s", "dst_row"], [198, 1, 1, "c.hp_splice_s", "forward_indexes"], [198, 1, 1, "c.hp_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.hp_splice_s", "src_col"], [198, 1, 1, "c.hp_splice_s", "src_data"], [198, 1, 1, "c.hp_splice_s", "src_row"]], "hp_split_p": [[199, 1, 1, "c.hp_split_p", "axis"], [199, 1, 1, "c.hp_split_p", "input"], [199, 1, 1, "c.hp_split_p", "input_ndim"], [199, 1, 1, "c.hp_split_p", "input_shape"], [199, 1, 1, "c.hp_split_p", "num_split"], [199, 1, 1, "c.hp_split_p", "outputs"], [199, 1, 1, "c.hp_split_p", "split_sizes"]], "hp_split_s": [[199, 1, 1, "c.hp_split_s", "axis"], [199, 1, 1, "c.hp_split_s", "core_mask"], [199, 1, 1, "c.hp_split_s", "input"], [199, 1, 1, "c.hp_split_s", "input_ndim"], [199, 1, 1, "c.hp_split_s", "input_shape"], [199, 1, 1, "c.hp_split_s", "num_split"], [199, 1, 1, "c.hp_split_s", "outputs"], [199, 1, 1, "c.hp_split_s", "split_sizes"]], "hp_split_with_overlap_p": [[200, 1, 1, "c.hp_split_with_overlap_p", "axis"], [200, 1, 1, "c.hp_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.hp_split_with_overlap_p", "input"], [200, 1, 1, "c.hp_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.hp_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.hp_split_with_overlap_p", "num_split"], [200, 1, 1, "c.hp_split_with_overlap_p", "outputs"], [200, 1, 1, "c.hp_split_with_overlap_p", "start_indices"]], "hp_split_with_overlap_s": [[200, 1, 1, "c.hp_split_with_overlap_s", "axis"], [200, 1, 1, "c.hp_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.hp_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.hp_split_with_overlap_s", "input"], [200, 1, 1, "c.hp_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.hp_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.hp_split_with_overlap_s", "num_split"], [200, 1, 1, "c.hp_split_with_overlap_s", "outputs"], [200, 1, 1, "c.hp_split_with_overlap_s", "start_indices"]], "hp_sqrt_grad_p": [[202, 1, 1, "c.hp_sqrt_grad_p", "input0"], [202, 1, 1, "c.hp_sqrt_grad_p", "input1"], [202, 1, 1, "c.hp_sqrt_grad_p", "output"], [202, 1, 1, "c.hp_sqrt_grad_p", "size"]], "hp_sqrt_grad_s": [[202, 1, 1, "c.hp_sqrt_grad_s", "core_mask"], [202, 1, 1, "c.hp_sqrt_grad_s", "input0"], [202, 1, 1, "c.hp_sqrt_grad_s", "input1"], [202, 1, 1, "c.hp_sqrt_grad_s", "output"], [202, 1, 1, "c.hp_sqrt_grad_s", "size"]], "hp_sqrt_p": [[201, 1, 1, "c.hp_sqrt_p", "dst_data"], [201, 1, 1, "c.hp_sqrt_p", "length"], [201, 1, 1, "c.hp_sqrt_p", "src_data"]], "hp_sqrt_s": [[201, 1, 1, "c.hp_sqrt_s", "core_mask"], [201, 1, 1, "c.hp_sqrt_s", "dst_data"], [201, 1, 1, "c.hp_sqrt_s", "length"], [201, 1, 1, "c.hp_sqrt_s", "src_data"]], "hp_square_difference_p": [[204, 1, 1, "c.hp_square_difference_p", "input0"], [204, 1, 1, "c.hp_square_difference_p", "input1"], [204, 1, 1, "c.hp_square_difference_p", "output"], [204, 1, 1, "c.hp_square_difference_p", "params"]], "hp_square_difference_s": [[204, 1, 1, "c.hp_square_difference_s", "core_mask"], [204, 1, 1, "c.hp_square_difference_s", "input0"], [204, 1, 1, "c.hp_square_difference_s", "input1"], [204, 1, 1, "c.hp_square_difference_s", "output"], [204, 1, 1, "c.hp_square_difference_s", "params"]], "hp_square_p": [[203, 1, 1, "c.hp_square_p", "dst"], [203, 1, 1, "c.hp_square_p", "length"], [203, 1, 1, "c.hp_square_p", "src"]], "hp_square_s": [[203, 1, 1, "c.hp_square_s", "core_mask"], [203, 1, 1, "c.hp_square_s", "dst"], [203, 1, 1, "c.hp_square_s", "length"], [203, 1, 1, "c.hp_square_s", "src"]], "hp_stack_p": [[206, 1, 1, "c.hp_stack_p", "axis"], [206, 1, 1, "c.hp_stack_p", "input_ndim"], [206, 1, 1, "c.hp_stack_p", "input_shape"], [206, 1, 1, "c.hp_stack_p", "inputs"], [206, 1, 1, "c.hp_stack_p", "num_inputs"], [206, 1, 1, "c.hp_stack_p", "output"]], "hp_stack_s": [[206, 1, 1, "c.hp_stack_s", "axis"], [206, 1, 1, "c.hp_stack_s", "core_mask"], [206, 1, 1, "c.hp_stack_s", "input_ndim"], [206, 1, 1, "c.hp_stack_s", "input_shape"], [206, 1, 1, "c.hp_stack_s", "inputs"], [206, 1, 1, "c.hp_stack_s", "num_inputs"], [206, 1, 1, "c.hp_stack_s", "output"]], "hp_stridedslicegrad_p": [[208, 1, 1, "c.hp_stridedslicegrad_p", "begins"], [208, 1, 1, "c.hp_stridedslicegrad_p", "dx_shape"], [208, 1, 1, "c.hp_stridedslicegrad_p", "in_shape"], [208, 1, 1, "c.hp_stridedslicegrad_p", "inputs"], [208, 1, 1, "c.hp_stridedslicegrad_p", "output"], [208, 1, 1, "c.hp_stridedslicegrad_p", "strides"]], "hp_stridedslicegrad_s": [[208, 1, 1, "c.hp_stridedslicegrad_s", "begins"], [208, 1, 1, "c.hp_stridedslicegrad_s", "core_mask"], [208, 1, 1, "c.hp_stridedslicegrad_s", "dx_shape"], [208, 1, 1, "c.hp_stridedslicegrad_s", "in_shape"], [208, 1, 1, "c.hp_stridedslicegrad_s", "inputs"], [208, 1, 1, "c.hp_stridedslicegrad_s", "output"], [208, 1, 1, "c.hp_stridedslicegrad_s", "strides"]], "hp_sub_grad_p": [[210, 1, 1, "c.hp_sub_grad_p", "dx1"], [210, 1, 1, "c.hp_sub_grad_p", "dx2"], [210, 1, 1, "c.hp_sub_grad_p", "dy"], [210, 1, 1, "c.hp_sub_grad_p", "params"]], "hp_sub_grad_s": [[210, 1, 1, "c.hp_sub_grad_s", "core_mask"], [210, 1, 1, "c.hp_sub_grad_s", "dx1"], [210, 1, 1, "c.hp_sub_grad_s", "dx2"], [210, 1, 1, "c.hp_sub_grad_s", "dy"], [210, 1, 1, "c.hp_sub_grad_s", "params"]], "hp_sub_p": [[209, 1, 1, "c.hp_sub_p", "input0"], [209, 1, 1, "c.hp_sub_p", "input1"], [209, 1, 1, "c.hp_sub_p", "output"], [209, 1, 1, "c.hp_sub_p", "param"]], "hp_sub_s": [[209, 1, 1, "c.hp_sub_s", "core_mask"], [209, 1, 1, "c.hp_sub_s", "input0"], [209, 1, 1, "c.hp_sub_s", "input1"], [209, 1, 1, "c.hp_sub_s", "output"], [209, 1, 1, "c.hp_sub_s", "param"]], "hp_swish_p": [[14, 1, 1, "c.hp_swish_p", "Input0"], [14, 1, 1, "c.hp_swish_p", "length"], [14, 1, 1, "c.hp_swish_p", "output"]], "hp_swish_s": [[14, 1, 1, "c.hp_swish_s", "Input0"], [14, 1, 1, "c.hp_swish_s", "core_mask"], [14, 1, 1, "c.hp_swish_s", "length"], [14, 1, 1, "c.hp_swish_s", "output"]], "hp_tanh_p": [[14, 1, 1, "c.hp_tanh_p", "Input0"], [14, 1, 1, "c.hp_tanh_p", "length"], [14, 1, 1, "c.hp_tanh_p", "output"]], "hp_tanh_s": [[14, 1, 1, "c.hp_tanh_s", "Input0"], [14, 1, 1, "c.hp_tanh_s", "core_mask"], [14, 1, 1, "c.hp_tanh_s", "length"], [14, 1, 1, "c.hp_tanh_s", "output"]], "hp_tensor_scatter_add_p": [[213, 1, 1, "c.hp_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "input"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "output"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.hp_tensor_scatter_add_p", "updates"]], "hp_tensor_scatter_add_s": [[213, 1, 1, "c.hp_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "input"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "output"], [213, 1, 1, "c.hp_tensor_scatter_add_s", "updates"]], "hp_tensorarrayread_p": [[215, 1, 1, "c.hp_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.hp_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.hp_tensorarrayread_p", "index"], [215, 1, 1, "c.hp_tensorarrayread_p", "output_data"], [215, 1, 1, "c.hp_tensorarrayread_p", "output_size"]], "hp_tensorarrayread_s": [[215, 1, 1, "c.hp_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.hp_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.hp_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.hp_tensorarrayread_s", "index"], [215, 1, 1, "c.hp_tensorarrayread_s", "output_data"], [215, 1, 1, "c.hp_tensorarrayread_s", "output_size"]], "hp_tensorlist_from_tensor_p": [[217, 1, 1, "c.hp_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.hp_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.hp_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.hp_tensorlist_from_tensor_p", "output_tensors"]], "hp_tensorlist_from_tensor_s": [[217, 1, 1, "c.hp_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.hp_tensorlist_from_tensor_s", "output_tensors"]], "hp_tensorlist_stack_p": [[221, 1, 1, "c.hp_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.hp_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.hp_tensorlist_stack_p", "unknown_type_offset"]], "hp_tensorlist_stack_s": [[221, 1, 1, "c.hp_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.hp_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.hp_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.hp_tensorlist_stack_s", "unknown_type_offset"]], "hp_tile_p": [[222, 1, 1, "c.hp_tile_p", "input"], [222, 1, 1, "c.hp_tile_p", "input_shape"], [222, 1, 1, "c.hp_tile_p", "output"], [222, 1, 1, "c.hp_tile_p", "stride"], [222, 1, 1, "c.hp_tile_p", "tile_dim"], [222, 1, 1, "c.hp_tile_p", "tile_num"]], "hp_tile_s": [[222, 1, 1, "c.hp_tile_s", "core_mask"], [222, 1, 1, "c.hp_tile_s", "input"], [222, 1, 1, "c.hp_tile_s", "input_shape"], [222, 1, 1, "c.hp_tile_s", "output"], [222, 1, 1, "c.hp_tile_s", "stride"], [222, 1, 1, "c.hp_tile_s", "tile_dim"], [222, 1, 1, "c.hp_tile_s", "tile_num"]], "hp_to_i8_quant_p": [[153, 1, 1, "c.hp_to_i8_quant_p", "input"], [153, 1, 1, "c.hp_to_i8_quant_p", "length"], [153, 1, 1, "c.hp_to_i8_quant_p", "output"], [153, 1, 1, "c.hp_to_i8_quant_p", "scale"], [153, 1, 1, "c.hp_to_i8_quant_p", "zp"]], "hp_to_i8_quant_s": [[153, 1, 1, "c.hp_to_i8_quant_s", "core_mask"], [153, 1, 1, "c.hp_to_i8_quant_s", "input"], [153, 1, 1, "c.hp_to_i8_quant_s", "length"], [153, 1, 1, "c.hp_to_i8_quant_s", "output"], [153, 1, 1, "c.hp_to_i8_quant_s", "scale"], [153, 1, 1, "c.hp_to_i8_quant_s", "zp"]], "hp_top_k_fusion_p": [[223, 1, 1, "c.hp_top_k_fusion_p", "input"], [223, 1, 1, "c.hp_top_k_fusion_p", "output"], [223, 1, 1, "c.hp_top_k_fusion_p", "output_value"], [223, 1, 1, "c.hp_top_k_fusion_p", "params"]], "hp_top_k_fusion_s": [[223, 1, 1, "c.hp_top_k_fusion_s", "core_mask"], [223, 1, 1, "c.hp_top_k_fusion_s", "input"], [223, 1, 1, "c.hp_top_k_fusion_s", "output"], [223, 1, 1, "c.hp_top_k_fusion_s", "output_value"], [223, 1, 1, "c.hp_top_k_fusion_s", "params"]], "hp_transpose_p": [[224, 1, 1, "c.hp_transpose_p", "in_data"], [224, 1, 1, "c.hp_transpose_p", "num_axes"], [224, 1, 1, "c.hp_transpose_p", "out_data"], [224, 1, 1, "c.hp_transpose_p", "out_strides"], [224, 1, 1, "c.hp_transpose_p", "output_shape"], [224, 1, 1, "c.hp_transpose_p", "perm"], [224, 1, 1, "c.hp_transpose_p", "strides"]], "hp_transpose_s": [[224, 1, 1, "c.hp_transpose_s", "core_mask"], [224, 1, 1, "c.hp_transpose_s", "in_data"], [224, 1, 1, "c.hp_transpose_s", "num_axes"], [224, 1, 1, "c.hp_transpose_s", "out_data"], [224, 1, 1, "c.hp_transpose_s", "out_strides"], [224, 1, 1, "c.hp_transpose_s", "output_shape"], [224, 1, 1, "c.hp_transpose_s", "perm"], [224, 1, 1, "c.hp_transpose_s", "strides"]], "hp_tril_p": [[225, 1, 1, "c.hp_tril_p", "dst"], [225, 1, 1, "c.hp_tril_p", "height"], [225, 1, 1, "c.hp_tril_p", "k"], [225, 1, 1, "c.hp_tril_p", "out_elems"], [225, 1, 1, "c.hp_tril_p", "src"], [225, 1, 1, "c.hp_tril_p", "width"]], "hp_tril_s": [[225, 1, 1, "c.hp_tril_s", "core_mask"], [225, 1, 1, "c.hp_tril_s", "dst"], [225, 1, 1, "c.hp_tril_s", "height"], [225, 1, 1, "c.hp_tril_s", "k"], [225, 1, 1, "c.hp_tril_s", "out_elems"], [225, 1, 1, "c.hp_tril_s", "src"], [225, 1, 1, "c.hp_tril_s", "width"]], "hp_triu_p": [[226, 1, 1, "c.hp_triu_p", "dst"], [226, 1, 1, "c.hp_triu_p", "height"], [226, 1, 1, "c.hp_triu_p", "k"], [226, 1, 1, "c.hp_triu_p", "out_elems"], [226, 1, 1, "c.hp_triu_p", "src"], [226, 1, 1, "c.hp_triu_p", "width"]], "hp_triu_s": [[226, 1, 1, "c.hp_triu_s", "core_mask"], [226, 1, 1, "c.hp_triu_s", "dst"], [226, 1, 1, "c.hp_triu_s", "height"], [226, 1, 1, "c.hp_triu_s", "k"], [226, 1, 1, "c.hp_triu_s", "out_elems"], [226, 1, 1, "c.hp_triu_s", "src"], [226, 1, 1, "c.hp_triu_s", "width"]], "hp_uniform_real_p": [[227, 1, 1, "c.hp_uniform_real_p", "length"], [227, 1, 1, "c.hp_uniform_real_p", "output"], [227, 1, 1, "c.hp_uniform_real_p", "seed"], [227, 1, 1, "c.hp_uniform_real_p", "seed2"]], "hp_uniform_real_s": [[227, 1, 1, "c.hp_uniform_real_s", "core_mask"], [227, 1, 1, "c.hp_uniform_real_s", "length"], [227, 1, 1, "c.hp_uniform_real_s", "output"], [227, 1, 1, "c.hp_uniform_real_s", "seed"], [227, 1, 1, "c.hp_uniform_real_s", "seed2"]], "hp_where_p": [[232, 1, 1, "c.hp_where_p", "condition"], [232, 1, 1, "c.hp_where_p", "input0"], [232, 1, 1, "c.hp_where_p", "input1"], [232, 1, 1, "c.hp_where_p", "length"], [232, 1, 1, "c.hp_where_p", "output"]], "hp_where_s": [[232, 1, 1, "c.hp_where_s", "condition"], [232, 1, 1, "c.hp_where_s", "core_mask"], [232, 1, 1, "c.hp_where_s", "input0"], [232, 1, 1, "c.hp_where_s", "input1"], [232, 1, 1, "c.hp_where_s", "length"], [232, 1, 1, "c.hp_where_s", "output"]], "hp_zerolike_p": [[233, 1, 1, "c.hp_zerolike_p", "length"], [233, 1, 1, "c.hp_zerolike_p", "output"]], "hp_zerolike_s": [[233, 1, 1, "c.hp_zerolike_s", "core_mask"], [233, 1, 1, "c.hp_zerolike_s", "length"], [233, 1, 1, "c.hp_zerolike_s", "output"]], "i16_Unique_p": [[228, 1, 1, "c.i16_Unique_p", "input"], [228, 1, 1, "c.i16_Unique_p", "input_len"], [228, 1, 1, "c.i16_Unique_p", "output0"], [228, 1, 1, "c.i16_Unique_p", "output0_len"]], "i16_Unique_s": [[228, 1, 1, "c.i16_Unique_s", "core_mask"], [228, 1, 1, "c.i16_Unique_s", "input"], [228, 1, 1, "c.i16_Unique_s", "input_len"], [228, 1, 1, "c.i16_Unique_s", "output0"], [228, 1, 1, "c.i16_Unique_s", "output0_len"]], "i16_abs_p": [[12, 1, 1, "c.i16_abs_p", "dst_data"], [12, 1, 1, "c.i16_abs_p", "length"], [12, 1, 1, "c.i16_abs_p", "src_data"]], "i16_abs_s": [[12, 1, 1, "c.i16_abs_s", "core_mask"], [12, 1, 1, "c.i16_abs_s", "dst_data"], [12, 1, 1, "c.i16_abs_s", "length"], [12, 1, 1, "c.i16_abs_s", "src_data"]], "i16_add_p": [[18, 1, 1, "c.i16_add_p", "input0"], [18, 1, 1, "c.i16_add_p", "input1"], [18, 1, 1, "c.i16_add_p", "output"], [18, 1, 1, "c.i16_add_p", "param"]], "i16_add_s": [[18, 1, 1, "c.i16_add_s", "core_mask"], [18, 1, 1, "c.i16_add_s", "input0"], [18, 1, 1, "c.i16_add_s", "input1"], [18, 1, 1, "c.i16_add_s", "output"], [18, 1, 1, "c.i16_add_s", "param"]], "i16_addn_p": [[21, 1, 1, "c.i16_addn_p", "element_nums"], [21, 1, 1, "c.i16_addn_p", "inputs"], [21, 1, 1, "c.i16_addn_p", "output"], [21, 1, 1, "c.i16_addn_p", "tensor_num"]], "i16_addn_s": [[21, 1, 1, "c.i16_addn_s", "core_mask"], [21, 1, 1, "c.i16_addn_s", "element_nums"], [21, 1, 1, "c.i16_addn_s", "inputs"], [21, 1, 1, "c.i16_addn_s", "output"], [21, 1, 1, "c.i16_addn_s", "tensor_num"]], "i16_all_gather_p": [[24, 1, 1, "c.i16_all_gather_p", "data_size"], [24, 1, 1, "c.i16_all_gather_p", "input"], [24, 1, 1, "c.i16_all_gather_p", "input_rank"], [24, 1, 1, "c.i16_all_gather_p", "output"], [24, 1, 1, "c.i16_all_gather_p", "output_rank"]], "i16_all_gather_s": [[24, 1, 1, "c.i16_all_gather_s", "core_mask"], [24, 1, 1, "c.i16_all_gather_s", "data_size"], [24, 1, 1, "c.i16_all_gather_s", "input"], [24, 1, 1, "c.i16_all_gather_s", "input_rank"], [24, 1, 1, "c.i16_all_gather_s", "output"], [24, 1, 1, "c.i16_all_gather_s", "output_rank"]], "i16_assert_p": [[28, 1, 1, "c.i16_assert_p", "input"], [28, 1, 1, "c.i16_assert_p", "output"]], "i16_assert_s": [[28, 1, 1, "c.i16_assert_s", "core_mask"], [28, 1, 1, "c.i16_assert_s", "input"], [28, 1, 1, "c.i16_assert_s", "output"]], "i16_assign_add_p": [[30, 1, 1, "c.i16_assign_add_p", "input"], [30, 1, 1, "c.i16_assign_add_p", "length"], [30, 1, 1, "c.i16_assign_add_p", "output"]], "i16_assign_add_s": [[30, 1, 1, "c.i16_assign_add_s", "core_mask"], [30, 1, 1, "c.i16_assign_add_s", "input"], [30, 1, 1, "c.i16_assign_add_s", "length"], [30, 1, 1, "c.i16_assign_add_s", "output"]], "i16_assign_p": [[29, 1, 1, "c.i16_assign_p", "dst"], [29, 1, 1, "c.i16_assign_p", "length"], [29, 1, 1, "c.i16_assign_p", "src"]], "i16_assign_s": [[29, 1, 1, "c.i16_assign_s", "core_mask"], [29, 1, 1, "c.i16_assign_s", "dst"], [29, 1, 1, "c.i16_assign_s", "length"], [29, 1, 1, "c.i16_assign_s", "src"]], "i16_batch_to_space_p": [[35, 1, 1, "c.i16_batch_to_space_p", "block"], [35, 1, 1, "c.i16_batch_to_space_p", "crops"], [35, 1, 1, "c.i16_batch_to_space_p", "in_shape"], [35, 1, 1, "c.i16_batch_to_space_p", "input"], [35, 1, 1, "c.i16_batch_to_space_p", "output"]], "i16_batch_to_space_s": [[35, 1, 1, "c.i16_batch_to_space_s", "block"], [35, 1, 1, "c.i16_batch_to_space_s", "core_mask"], [35, 1, 1, "c.i16_batch_to_space_s", "crops"], [35, 1, 1, "c.i16_batch_to_space_s", "in_shape"], [35, 1, 1, "c.i16_batch_to_space_s", "input"], [35, 1, 1, "c.i16_batch_to_space_s", "output"]], "i16_batchtospacend_p": [[38, 1, 1, "c.i16_batchtospacend_p", "block_size"], [38, 1, 1, "c.i16_batchtospacend_p", "crops"], [38, 1, 1, "c.i16_batchtospacend_p", "data_size"], [38, 1, 1, "c.i16_batchtospacend_p", "input"], [38, 1, 1, "c.i16_batchtospacend_p", "input_shape"], [38, 1, 1, "c.i16_batchtospacend_p", "output"]], "i16_batchtospacend_s": [[38, 1, 1, "c.i16_batchtospacend_s", "block_size"], [38, 1, 1, "c.i16_batchtospacend_s", "core_mask"], [38, 1, 1, "c.i16_batchtospacend_s", "crops"], [38, 1, 1, "c.i16_batchtospacend_s", "data_size"], [38, 1, 1, "c.i16_batchtospacend_s", "input"], [38, 1, 1, "c.i16_batchtospacend_s", "input_shape"], [38, 1, 1, "c.i16_batchtospacend_s", "output"]], "i16_bias_add_p": [[39, 1, 1, "c.i16_bias_add_p", "data_format"], [39, 1, 1, "c.i16_bias_add_p", "dims"], [39, 1, 1, "c.i16_bias_add_p", "input_bias"], [39, 1, 1, "c.i16_bias_add_p", "input_x"], [39, 1, 1, "c.i16_bias_add_p", "length"], [39, 1, 1, "c.i16_bias_add_p", "output"], [39, 1, 1, "c.i16_bias_add_p", "shape_size"]], "i16_bias_add_s": [[39, 1, 1, "c.i16_bias_add_s", "core_mask"], [39, 1, 1, "c.i16_bias_add_s", "data_format"], [39, 1, 1, "c.i16_bias_add_s", "dims"], [39, 1, 1, "c.i16_bias_add_s", "input_bias"], [39, 1, 1, "c.i16_bias_add_s", "input_x"], [39, 1, 1, "c.i16_bias_add_s", "length"], [39, 1, 1, "c.i16_bias_add_s", "output"], [39, 1, 1, "c.i16_bias_add_s", "shape_size"]], "i16_broadcastto_p": [[43, 1, 1, "c.i16_broadcastto_p", "data_size"], [43, 1, 1, "c.i16_broadcastto_p", "input"], [43, 1, 1, "c.i16_broadcastto_p", "input_shape"], [43, 1, 1, "c.i16_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.i16_broadcastto_p", "output"], [43, 1, 1, "c.i16_broadcastto_p", "output_shape"], [43, 1, 1, "c.i16_broadcastto_p", "output_shape_size"]], "i16_broadcastto_s": [[43, 1, 1, "c.i16_broadcastto_s", "core_mask"], [43, 1, 1, "c.i16_broadcastto_s", "data_size"], [43, 1, 1, "c.i16_broadcastto_s", "input"], [43, 1, 1, "c.i16_broadcastto_s", "input_shape"], [43, 1, 1, "c.i16_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.i16_broadcastto_s", "output"], [43, 1, 1, "c.i16_broadcastto_s", "output_shape"], [43, 1, 1, "c.i16_broadcastto_s", "output_shape_size"]], "i16_cast_to_fp_p": [[45, 1, 1, "c.i16_cast_to_fp_p", "input"], [45, 1, 1, "c.i16_cast_to_fp_p", "length"], [45, 1, 1, "c.i16_cast_to_fp_p", "output"]], "i16_cast_to_fp_s": [[45, 1, 1, "c.i16_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_fp_s", "input"], [45, 1, 1, "c.i16_cast_to_fp_s", "length"], [45, 1, 1, "c.i16_cast_to_fp_s", "output"]], "i16_cast_to_i16_p": [[45, 1, 1, "c.i16_cast_to_i16_p", "input"], [45, 1, 1, "c.i16_cast_to_i16_p", "length"], [45, 1, 1, "c.i16_cast_to_i16_p", "output"]], "i16_cast_to_i16_s": [[45, 1, 1, "c.i16_cast_to_i16_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_i16_s", "input"], [45, 1, 1, "c.i16_cast_to_i16_s", "length"], [45, 1, 1, "c.i16_cast_to_i16_s", "output"]], "i16_cast_to_i32_p": [[45, 1, 1, "c.i16_cast_to_i32_p", "input"], [45, 1, 1, "c.i16_cast_to_i32_p", "length"], [45, 1, 1, "c.i16_cast_to_i32_p", "output"]], "i16_cast_to_i32_s": [[45, 1, 1, "c.i16_cast_to_i32_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_i32_s", "input"], [45, 1, 1, "c.i16_cast_to_i32_s", "length"], [45, 1, 1, "c.i16_cast_to_i32_s", "output"]], "i16_cast_to_i8_p": [[45, 1, 1, "c.i16_cast_to_i8_p", "input"], [45, 1, 1, "c.i16_cast_to_i8_p", "length"], [45, 1, 1, "c.i16_cast_to_i8_p", "output"]], "i16_cast_to_i8_s": [[45, 1, 1, "c.i16_cast_to_i8_s", "core_mask"], [45, 1, 1, "c.i16_cast_to_i8_s", "input"], [45, 1, 1, "c.i16_cast_to_i8_s", "length"], [45, 1, 1, "c.i16_cast_to_i8_s", "output"]], "i16_clip_p": [[47, 1, 1, "c.i16_clip_p", "dst"], [47, 1, 1, "c.i16_clip_p", "length"], [47, 1, 1, "c.i16_clip_p", "max"], [47, 1, 1, "c.i16_clip_p", "min"], [47, 1, 1, "c.i16_clip_p", "src"]], "i16_clip_s": [[47, 1, 1, "c.i16_clip_s", "core_mask"], [47, 1, 1, "c.i16_clip_s", "dst"], [47, 1, 1, "c.i16_clip_s", "length"], [47, 1, 1, "c.i16_clip_s", "max"], [47, 1, 1, "c.i16_clip_s", "min"], [47, 1, 1, "c.i16_clip_s", "src"]], "i16_concat_p": [[48, 1, 1, "c.i16_concat_p", "axis"], [48, 1, 1, "c.i16_concat_p", "input_ndim"], [48, 1, 1, "c.i16_concat_p", "input_shapes"], [48, 1, 1, "c.i16_concat_p", "inputs"], [48, 1, 1, "c.i16_concat_p", "num_inputs"], [48, 1, 1, "c.i16_concat_p", "output"]], "i16_concat_s": [[48, 1, 1, "c.i16_concat_s", "axis"], [48, 1, 1, "c.i16_concat_s", "core_mask"], [48, 1, 1, "c.i16_concat_s", "input_ndim"], [48, 1, 1, "c.i16_concat_s", "input_shapes"], [48, 1, 1, "c.i16_concat_s", "inputs"], [48, 1, 1, "c.i16_concat_s", "num_inputs"], [48, 1, 1, "c.i16_concat_s", "output"]], "i16_constant_of_shape_p": [[49, 1, 1, "c.i16_constant_of_shape_p", "end"], [49, 1, 1, "c.i16_constant_of_shape_p", "output"], [49, 1, 1, "c.i16_constant_of_shape_p", "start"], [49, 1, 1, "c.i16_constant_of_shape_p", "value"]], "i16_constant_of_shape_s": [[49, 1, 1, "c.i16_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.i16_constant_of_shape_s", "end"], [49, 1, 1, "c.i16_constant_of_shape_s", "output"], [49, 1, 1, "c.i16_constant_of_shape_s", "start"], [49, 1, 1, "c.i16_constant_of_shape_s", "value"]], "i16_cos_p": [[54, 1, 1, "c.i16_cos_p", "dst_data"], [54, 1, 1, "c.i16_cos_p", "length"], [54, 1, 1, "c.i16_cos_p", "src_data"]], "i16_cos_s": [[54, 1, 1, "c.i16_cos_s", "core_mask"], [54, 1, 1, "c.i16_cos_s", "dst_data"], [54, 1, 1, "c.i16_cos_s", "length"], [54, 1, 1, "c.i16_cos_s", "src_data"]], "i16_cum_sum_p": [[57, 1, 1, "c.i16_cum_sum_p", "axis_dim"], [57, 1, 1, "c.i16_cum_sum_p", "exclusive"], [57, 1, 1, "c.i16_cum_sum_p", "inner_dim"], [57, 1, 1, "c.i16_cum_sum_p", "input"], [57, 1, 1, "c.i16_cum_sum_p", "out_dim"], [57, 1, 1, "c.i16_cum_sum_p", "output"]], "i16_cum_sum_s": [[57, 1, 1, "c.i16_cum_sum_s", "axis_dim"], [57, 1, 1, "c.i16_cum_sum_s", "core_mask"], [57, 1, 1, "c.i16_cum_sum_s", "exclusive"], [57, 1, 1, "c.i16_cum_sum_s", "inner_dim"], [57, 1, 1, "c.i16_cum_sum_s", "input"], [57, 1, 1, "c.i16_cum_sum_s", "out_dim"], [57, 1, 1, "c.i16_cum_sum_s", "output"]], "i16_depthtospace_p": [[64, 1, 1, "c.i16_depthtospace_p", "block_size"], [64, 1, 1, "c.i16_depthtospace_p", "data_size"], [64, 1, 1, "c.i16_depthtospace_p", "in_shape"], [64, 1, 1, "c.i16_depthtospace_p", "input"], [64, 1, 1, "c.i16_depthtospace_p", "output"]], "i16_depthtospace_s": [[64, 1, 1, "c.i16_depthtospace_s", "block_size"], [64, 1, 1, "c.i16_depthtospace_s", "core_mask"], [64, 1, 1, "c.i16_depthtospace_s", "data_size"], [64, 1, 1, "c.i16_depthtospace_s", "in_shape"], [64, 1, 1, "c.i16_depthtospace_s", "input"], [64, 1, 1, "c.i16_depthtospace_s", "output"]], "i16_div_p": [[66, 1, 1, "c.i16_div_p", "input0"], [66, 1, 1, "c.i16_div_p", "input1"], [66, 1, 1, "c.i16_div_p", "output"], [66, 1, 1, "c.i16_div_p", "param"]], "i16_div_s": [[66, 1, 1, "c.i16_div_s", "core_mask"], [66, 1, 1, "c.i16_div_s", "input0"], [66, 1, 1, "c.i16_div_s", "input1"], [66, 1, 1, "c.i16_div_s", "output"], [66, 1, 1, "c.i16_div_s", "param"]], "i16_eltwise_p": [[72, 1, 1, "c.i16_eltwise_p", "Input0"], [72, 1, 1, "c.i16_eltwise_p", "Input1"], [72, 1, 1, "c.i16_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.i16_eltwise_p", "length"], [72, 1, 1, "c.i16_eltwise_p", "output"]], "i16_eltwise_s": [[72, 1, 1, "c.i16_eltwise_s", "Input0"], [72, 1, 1, "c.i16_eltwise_s", "Input1"], [72, 1, 1, "c.i16_eltwise_s", "core_mask"], [72, 1, 1, "c.i16_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.i16_eltwise_s", "length"], [72, 1, 1, "c.i16_eltwise_s", "output"]], "i16_equal_p": [[75, 1, 1, "c.i16_equal_p", "Input0"], [75, 1, 1, "c.i16_equal_p", "Input1"], [75, 1, 1, "c.i16_equal_p", "output"], [75, 1, 1, "c.i16_equal_p", "params"]], "i16_equal_s": [[75, 1, 1, "c.i16_equal_s", "Input0"], [75, 1, 1, "c.i16_equal_s", "Input1"], [75, 1, 1, "c.i16_equal_s", "core_mask"], [75, 1, 1, "c.i16_equal_s", "output"], [75, 1, 1, "c.i16_equal_s", "params"]], "i16_exp_p": [[78, 1, 1, "c.i16_exp_p", "dst_data"], [78, 1, 1, "c.i16_exp_p", "in_scale"], [78, 1, 1, "c.i16_exp_p", "length"], [78, 1, 1, "c.i16_exp_p", "out_scale"], [78, 1, 1, "c.i16_exp_p", "scale"], [78, 1, 1, "c.i16_exp_p", "src_data"]], "i16_exp_s": [[78, 1, 1, "c.i16_exp_s", "core_mask"], [78, 1, 1, "c.i16_exp_s", "dst_data"], [78, 1, 1, "c.i16_exp_s", "in_scale"], [78, 1, 1, "c.i16_exp_s", "length"], [78, 1, 1, "c.i16_exp_s", "out_scale"], [78, 1, 1, "c.i16_exp_s", "scale"], [78, 1, 1, "c.i16_exp_s", "src_data"]], "i16_extract_features_p": [[59, 1, 1, "c.i16_extract_features_p", "num_strings"], [59, 1, 1, "c.i16_extract_features_p", "output_labels"], [59, 1, 1, "c.i16_extract_features_p", "output_weights"], [59, 1, 1, "c.i16_extract_features_p", "string_lengths"], [59, 1, 1, "c.i16_extract_features_p", "string_pointers"]], "i16_extract_features_s": [[59, 1, 1, "c.i16_extract_features_s", "core_mask"], [59, 1, 1, "c.i16_extract_features_s", "num_strings"], [59, 1, 1, "c.i16_extract_features_s", "output_labels"], [59, 1, 1, "c.i16_extract_features_s", "output_weights"], [59, 1, 1, "c.i16_extract_features_s", "string_lengths"], [59, 1, 1, "c.i16_extract_features_s", "string_pointers"]], "i16_fill_p": [[83, 1, 1, "c.i16_fill_p", "output"], [83, 1, 1, "c.i16_fill_p", "param"], [83, 1, 1, "c.i16_fill_p", "value"]], "i16_fill_s": [[83, 1, 1, "c.i16_fill_s", "core_mask"], [83, 1, 1, "c.i16_fill_s", "output"], [83, 1, 1, "c.i16_fill_s", "param"], [83, 1, 1, "c.i16_fill_s", "value"]], "i16_format_transpose_p": [[90, 1, 1, "c.i16_format_transpose_p", "batch"], [90, 1, 1, "c.i16_format_transpose_p", "channel"], [90, 1, 1, "c.i16_format_transpose_p", "dst_data"], [90, 1, 1, "c.i16_format_transpose_p", "dst_format"], [90, 1, 1, "c.i16_format_transpose_p", "plane"], [90, 1, 1, "c.i16_format_transpose_p", "src_data"], [90, 1, 1, "c.i16_format_transpose_p", "src_format"]], "i16_format_transpose_s": [[90, 1, 1, "c.i16_format_transpose_s", "batch"], [90, 1, 1, "c.i16_format_transpose_s", "channel"], [90, 1, 1, "c.i16_format_transpose_s", "core_mask"], [90, 1, 1, "c.i16_format_transpose_s", "dst_data"], [90, 1, 1, "c.i16_format_transpose_s", "dst_format"], [90, 1, 1, "c.i16_format_transpose_s", "plane"], [90, 1, 1, "c.i16_format_transpose_s", "src_data"], [90, 1, 1, "c.i16_format_transpose_s", "src_format"]], "i16_gather_d_p": [[95, 1, 1, "c.i16_gather_d_p", "dim"], [95, 1, 1, "c.i16_gather_d_p", "index"], [95, 1, 1, "c.i16_gather_d_p", "index_shape"], [95, 1, 1, "c.i16_gather_d_p", "input_shape"], [95, 1, 1, "c.i16_gather_d_p", "input_shape_size"], [95, 1, 1, "c.i16_gather_d_p", "input_x"], [95, 1, 1, "c.i16_gather_d_p", "output"]], "i16_gather_d_s": [[95, 1, 1, "c.i16_gather_d_s", "core_mask"], [95, 1, 1, "c.i16_gather_d_s", "dim"], [95, 1, 1, "c.i16_gather_d_s", "index"], [95, 1, 1, "c.i16_gather_d_s", "index_shape"], [95, 1, 1, "c.i16_gather_d_s", "input_shape"], [95, 1, 1, "c.i16_gather_d_s", "input_shape_size"], [95, 1, 1, "c.i16_gather_d_s", "input_x"], [95, 1, 1, "c.i16_gather_d_s", "output"]], "i16_gather_nd_p": [[94, 1, 1, "c.i16_gather_nd_p", "input"], [94, 1, 1, "c.i16_gather_nd_p", "output"], [94, 1, 1, "c.i16_gather_nd_p", "params"]], "i16_gather_nd_s": [[94, 1, 1, "c.i16_gather_nd_s", "core_mask"], [94, 1, 1, "c.i16_gather_nd_s", "input"], [94, 1, 1, "c.i16_gather_nd_s", "output"], [94, 1, 1, "c.i16_gather_nd_s", "params"]], "i16_gather_p": [[93, 1, 1, "c.i16_gather_p", "indices"], [93, 1, 1, "c.i16_gather_p", "input"], [93, 1, 1, "c.i16_gather_p", "output"], [93, 1, 1, "c.i16_gather_p", "params"]], "i16_gather_s": [[93, 1, 1, "c.i16_gather_s", "core_mask"], [93, 1, 1, "c.i16_gather_s", "indices"], [93, 1, 1, "c.i16_gather_s", "input"], [93, 1, 1, "c.i16_gather_s", "output"], [93, 1, 1, "c.i16_gather_s", "params"]], "i16_greater_equal_p": [[99, 1, 1, "c.i16_greater_equal_p", "input1"], [99, 1, 1, "c.i16_greater_equal_p", "input2"], [99, 1, 1, "c.i16_greater_equal_p", "output"], [99, 1, 1, "c.i16_greater_equal_p", "params"]], "i16_greater_equal_s": [[99, 1, 1, "c.i16_greater_equal_s", "core_mask"], [99, 1, 1, "c.i16_greater_equal_s", "input1"], [99, 1, 1, "c.i16_greater_equal_s", "input2"], [99, 1, 1, "c.i16_greater_equal_s", "output"], [99, 1, 1, "c.i16_greater_equal_s", "params"]], "i16_greater_p": [[98, 1, 1, "c.i16_greater_p", "input1"], [98, 1, 1, "c.i16_greater_p", "input2"], [98, 1, 1, "c.i16_greater_p", "output"], [98, 1, 1, "c.i16_greater_p", "params"]], "i16_greater_s": [[98, 1, 1, "c.i16_greater_s", "core_mask"], [98, 1, 1, "c.i16_greater_s", "input1"], [98, 1, 1, "c.i16_greater_s", "input2"], [98, 1, 1, "c.i16_greater_s", "output"], [98, 1, 1, "c.i16_greater_s", "params"]], "i16_invert_permutation_p": [[104, 1, 1, "c.i16_invert_permutation_p", "input"], [104, 1, 1, "c.i16_invert_permutation_p", "num"], [104, 1, 1, "c.i16_invert_permutation_p", "output"]], "i16_invert_permutation_s": [[104, 1, 1, "c.i16_invert_permutation_s", "core_mask"], [104, 1, 1, "c.i16_invert_permutation_s", "input"], [104, 1, 1, "c.i16_invert_permutation_s", "num"], [104, 1, 1, "c.i16_invert_permutation_s", "output"]], "i16_is_finite_p": [[105, 1, 1, "c.i16_is_finite_p", "Input"], [105, 1, 1, "c.i16_is_finite_p", "length"], [105, 1, 1, "c.i16_is_finite_p", "output"]], "i16_is_finite_s": [[105, 1, 1, "c.i16_is_finite_s", "Input"], [105, 1, 1, "c.i16_is_finite_s", "core_mask"], [105, 1, 1, "c.i16_is_finite_s", "length"], [105, 1, 1, "c.i16_is_finite_s", "output"]], "i16_less_equal_p": [[111, 1, 1, "c.i16_less_equal_p", "Input0"], [111, 1, 1, "c.i16_less_equal_p", "Input1"], [111, 1, 1, "c.i16_less_equal_p", "output"], [111, 1, 1, "c.i16_less_equal_p", "params"]], "i16_less_equal_s": [[111, 1, 1, "c.i16_less_equal_s", "Input0"], [111, 1, 1, "c.i16_less_equal_s", "Input1"], [111, 1, 1, "c.i16_less_equal_s", "core_mask"], [111, 1, 1, "c.i16_less_equal_s", "output"], [111, 1, 1, "c.i16_less_equal_s", "params"]], "i16_less_p": [[110, 1, 1, "c.i16_less_p", "Input0"], [110, 1, 1, "c.i16_less_p", "Input1"], [110, 1, 1, "c.i16_less_p", "output"], [110, 1, 1, "c.i16_less_p", "params"]], "i16_less_s": [[110, 1, 1, "c.i16_less_s", "Input0"], [110, 1, 1, "c.i16_less_s", "Input1"], [110, 1, 1, "c.i16_less_s", "core_mask"], [110, 1, 1, "c.i16_less_s", "output"], [110, 1, 1, "c.i16_less_s", "params"]], "i16_log1p_p": [[114, 1, 1, "c.i16_log1p_p", "Input"], [114, 1, 1, "c.i16_log1p_p", "length"], [114, 1, 1, "c.i16_log1p_p", "output"]], "i16_log1p_s": [[114, 1, 1, "c.i16_log1p_s", "Input"], [114, 1, 1, "c.i16_log1p_s", "core_mask"], [114, 1, 1, "c.i16_log1p_s", "length"], [114, 1, 1, "c.i16_log1p_s", "output"]], "i16_log_p": [[113, 1, 1, "c.i16_log_p", "input"], [113, 1, 1, "c.i16_log_p", "length"], [113, 1, 1, "c.i16_log_p", "output"]], "i16_log_s": [[113, 1, 1, "c.i16_log_s", "core_mask"], [113, 1, 1, "c.i16_log_s", "input"], [113, 1, 1, "c.i16_log_s", "length"], [113, 1, 1, "c.i16_log_s", "output"]], "i16_logical_and_p": [[116, 1, 1, "c.i16_logical_and_p", "input0"], [116, 1, 1, "c.i16_logical_and_p", "input1"], [116, 1, 1, "c.i16_logical_and_p", "output"], [116, 1, 1, "c.i16_logical_and_p", "params"]], "i16_logical_and_s": [[116, 1, 1, "c.i16_logical_and_s", "core_mask"], [116, 1, 1, "c.i16_logical_and_s", "input0"], [116, 1, 1, "c.i16_logical_and_s", "input1"], [116, 1, 1, "c.i16_logical_and_s", "output"], [116, 1, 1, "c.i16_logical_and_s", "params"]], "i16_logical_not_p": [[117, 1, 1, "c.i16_logical_not_p", "input"], [117, 1, 1, "c.i16_logical_not_p", "length"], [117, 1, 1, "c.i16_logical_not_p", "output"]], "i16_logical_not_s": [[117, 1, 1, "c.i16_logical_not_s", "core_mask"], [117, 1, 1, "c.i16_logical_not_s", "input"], [117, 1, 1, "c.i16_logical_not_s", "length"], [117, 1, 1, "c.i16_logical_not_s", "output"]], "i16_logical_or_p": [[118, 1, 1, "c.i16_logical_or_p", "input0"], [118, 1, 1, "c.i16_logical_or_p", "input1"], [118, 1, 1, "c.i16_logical_or_p", "length"], [118, 1, 1, "c.i16_logical_or_p", "output"]], "i16_logical_or_s": [[118, 1, 1, "c.i16_logical_or_s", "core_mask"], [118, 1, 1, "c.i16_logical_or_s", "input0"], [118, 1, 1, "c.i16_logical_or_s", "input1"], [118, 1, 1, "c.i16_logical_or_s", "length"], [118, 1, 1, "c.i16_logical_or_s", "output"]], "i16_lsh_projection_p": [[122, 1, 1, "c.i16_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.i16_lsh_projection_p", "feature"], [122, 1, 1, "c.i16_lsh_projection_p", "feature_num"], [122, 1, 1, "c.i16_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.i16_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.i16_lsh_projection_p", "output"], [122, 1, 1, "c.i16_lsh_projection_p", "weight"]], "i16_lsh_projection_s": [[122, 1, 1, "c.i16_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.i16_lsh_projection_s", "core_mask"], [122, 1, 1, "c.i16_lsh_projection_s", "feature"], [122, 1, 1, "c.i16_lsh_projection_s", "feature_num"], [122, 1, 1, "c.i16_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.i16_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.i16_lsh_projection_s", "output"], [122, 1, 1, "c.i16_lsh_projection_s", "weight"]], "i16_matmul_fusion_p": [[127, 1, 1, "c.i16_matmul_fusion_p", "A"], [127, 1, 1, "c.i16_matmul_fusion_p", "B"], [127, 1, 1, "c.i16_matmul_fusion_p", "C"], [127, 1, 1, "c.i16_matmul_fusion_p", "bias"], [127, 1, 1, "c.i16_matmul_fusion_p", "params"]], "i16_matmul_fusion_s": [[127, 1, 1, "c.i16_matmul_fusion_s", "A"], [127, 1, 1, "c.i16_matmul_fusion_s", "B"], [127, 1, 1, "c.i16_matmul_fusion_s", "C"], [127, 1, 1, "c.i16_matmul_fusion_s", "bias"], [127, 1, 1, "c.i16_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.i16_matmul_fusion_s", "params"]], "i16_maximum_p": [[128, 1, 1, "c.i16_maximum_p", "input0"], [128, 1, 1, "c.i16_maximum_p", "input1"], [128, 1, 1, "c.i16_maximum_p", "length"], [128, 1, 1, "c.i16_maximum_p", "output"]], "i16_maximum_s": [[128, 1, 1, "c.i16_maximum_s", "core_mask"], [128, 1, 1, "c.i16_maximum_s", "input0"], [128, 1, 1, "c.i16_maximum_s", "input1"], [128, 1, 1, "c.i16_maximum_s", "length"], [128, 1, 1, "c.i16_maximum_s", "output"]], "i16_minimum_p": [[133, 1, 1, "c.i16_minimum_p", "input0"], [133, 1, 1, "c.i16_minimum_p", "input1"], [133, 1, 1, "c.i16_minimum_p", "length"], [133, 1, 1, "c.i16_minimum_p", "output"]], "i16_minimum_s": [[133, 1, 1, "c.i16_minimum_s", "core_mask"], [133, 1, 1, "c.i16_minimum_s", "input0"], [133, 1, 1, "c.i16_minimum_s", "input1"], [133, 1, 1, "c.i16_minimum_s", "length"], [133, 1, 1, "c.i16_minimum_s", "output"]], "i16_mod_p": [[135, 1, 1, "c.i16_mod_p", "input0"], [135, 1, 1, "c.i16_mod_p", "input1"], [135, 1, 1, "c.i16_mod_p", "length"], [135, 1, 1, "c.i16_mod_p", "output"]], "i16_mod_s": [[135, 1, 1, "c.i16_mod_s", "core_mask"], [135, 1, 1, "c.i16_mod_s", "input0"], [135, 1, 1, "c.i16_mod_s", "input1"], [135, 1, 1, "c.i16_mod_s", "length"], [135, 1, 1, "c.i16_mod_s", "output"]], "i16_mul_p": [[136, 1, 1, "c.i16_mul_p", "input0"], [136, 1, 1, "c.i16_mul_p", "input1"], [136, 1, 1, "c.i16_mul_p", "output"], [136, 1, 1, "c.i16_mul_p", "param"]], "i16_mul_s": [[136, 1, 1, "c.i16_mul_s", "core_mask"], [136, 1, 1, "c.i16_mul_s", "input0"], [136, 1, 1, "c.i16_mul_s", "input1"], [136, 1, 1, "c.i16_mul_s", "output"], [136, 1, 1, "c.i16_mul_s", "param"]], "i16_neg_grad_p": [[139, 1, 1, "c.i16_neg_grad_p", "Input"], [139, 1, 1, "c.i16_neg_grad_p", "length"], [139, 1, 1, "c.i16_neg_grad_p", "output"]], "i16_neg_grad_s": [[139, 1, 1, "c.i16_neg_grad_s", "Input"], [139, 1, 1, "c.i16_neg_grad_s", "core_mask"], [139, 1, 1, "c.i16_neg_grad_s", "length"], [139, 1, 1, "c.i16_neg_grad_s", "output"]], "i16_neg_p": [[138, 1, 1, "c.i16_neg_p", "Input"], [138, 1, 1, "c.i16_neg_p", "length"], [138, 1, 1, "c.i16_neg_p", "output"]], "i16_neg_s": [[138, 1, 1, "c.i16_neg_s", "Input"], [138, 1, 1, "c.i16_neg_s", "core_mask"], [138, 1, 1, "c.i16_neg_s", "length"], [138, 1, 1, "c.i16_neg_s", "output"]], "i16_nonzero_p": [[143, 1, 1, "c.i16_nonzero_p", "dim_strides"], [143, 1, 1, "c.i16_nonzero_p", "input"], [143, 1, 1, "c.i16_nonzero_p", "input_rank"], [143, 1, 1, "c.i16_nonzero_p", "length"], [143, 1, 1, "c.i16_nonzero_p", "non_zero_num"], [143, 1, 1, "c.i16_nonzero_p", "output"], [143, 1, 1, "c.i16_nonzero_p", "shape"]], "i16_nonzero_s": [[143, 1, 1, "c.i16_nonzero_s", "core_mask"], [143, 1, 1, "c.i16_nonzero_s", "dim_strides"], [143, 1, 1, "c.i16_nonzero_s", "input"], [143, 1, 1, "c.i16_nonzero_s", "input_rank"], [143, 1, 1, "c.i16_nonzero_s", "length"], [143, 1, 1, "c.i16_nonzero_s", "non_zero_num"], [143, 1, 1, "c.i16_nonzero_s", "output"], [143, 1, 1, "c.i16_nonzero_s", "shape"]], "i16_not_equal_p": [[144, 1, 1, "c.i16_not_equal_p", "Input0"], [144, 1, 1, "c.i16_not_equal_p", "Input1"], [144, 1, 1, "c.i16_not_equal_p", "length"], [144, 1, 1, "c.i16_not_equal_p", "output"]], "i16_not_equal_s": [[144, 1, 1, "c.i16_not_equal_s", "Input0"], [144, 1, 1, "c.i16_not_equal_s", "Input1"], [144, 1, 1, "c.i16_not_equal_s", "core_mask"], [144, 1, 1, "c.i16_not_equal_s", "length"], [144, 1, 1, "c.i16_not_equal_s", "output"]], "i16_onehot_p": [[145, 1, 1, "c.i16_onehot_p", "axis"], [145, 1, 1, "c.i16_onehot_p", "depth"], [145, 1, 1, "c.i16_onehot_p", "indices"], [145, 1, 1, "c.i16_onehot_p", "indices_shape"], [145, 1, 1, "c.i16_onehot_p", "indices_shape_size"], [145, 1, 1, "c.i16_onehot_p", "on_off"], [145, 1, 1, "c.i16_onehot_p", "output"], [145, 1, 1, "c.i16_onehot_p", "support_neg_index"]], "i16_onehot_s": [[145, 1, 1, "c.i16_onehot_s", "axis"], [145, 1, 1, "c.i16_onehot_s", "core_mask"], [145, 1, 1, "c.i16_onehot_s", "depth"], [145, 1, 1, "c.i16_onehot_s", "indices"], [145, 1, 1, "c.i16_onehot_s", "indices_shape"], [145, 1, 1, "c.i16_onehot_s", "indices_shape_size"], [145, 1, 1, "c.i16_onehot_s", "on_off"], [145, 1, 1, "c.i16_onehot_s", "output"], [145, 1, 1, "c.i16_onehot_s", "support_neg_index"]], "i16_ones_like_p": [[146, 1, 1, "c.i16_ones_like_p", "length"], [146, 1, 1, "c.i16_ones_like_p", "output"]], "i16_ones_like_s": [[146, 1, 1, "c.i16_ones_like_s", "core_mask"], [146, 1, 1, "c.i16_ones_like_s", "length"], [146, 1, 1, "c.i16_ones_like_s", "output"]], "i16_padfusion_p": [[147, 1, 1, "c.i16_padfusion_p", "params"]], "i16_padfusion_s": [[147, 1, 1, "c.i16_padfusion_s", "core_mask"], [147, 1, 1, "c.i16_padfusion_s", "params"]], "i16_pow_fusion_p": [[149, 1, 1, "c.i16_pow_fusion_p", "Input"], [149, 1, 1, "c.i16_pow_fusion_p", "broadcast"], [149, 1, 1, "c.i16_pow_fusion_p", "exponent"], [149, 1, 1, "c.i16_pow_fusion_p", "length_in"], [149, 1, 1, "c.i16_pow_fusion_p", "output"], [149, 1, 1, "c.i16_pow_fusion_p", "scale"], [149, 1, 1, "c.i16_pow_fusion_p", "shift"]], "i16_pow_fusion_s": [[149, 1, 1, "c.i16_pow_fusion_s", "Input"], [149, 1, 1, "c.i16_pow_fusion_s", "broadcast"], [149, 1, 1, "c.i16_pow_fusion_s", "core_mask"], [149, 1, 1, "c.i16_pow_fusion_s", "exponent"], [149, 1, 1, "c.i16_pow_fusion_s", "length_in"], [149, 1, 1, "c.i16_pow_fusion_s", "output"], [149, 1, 1, "c.i16_pow_fusion_s", "scale"], [149, 1, 1, "c.i16_pow_fusion_s", "shift"]], "i16_ragged_range_p": [[154, 1, 1, "c.i16_ragged_range_p", "deltas"], [154, 1, 1, "c.i16_ragged_range_p", "limits"], [154, 1, 1, "c.i16_ragged_range_p", "range_count"], [154, 1, 1, "c.i16_ragged_range_p", "splits"], [154, 1, 1, "c.i16_ragged_range_p", "starts"], [154, 1, 1, "c.i16_ragged_range_p", "values"]], "i16_ragged_range_s": [[154, 1, 1, "c.i16_ragged_range_s", "core_mask"], [154, 1, 1, "c.i16_ragged_range_s", "deltas"], [154, 1, 1, "c.i16_ragged_range_s", "limits"], [154, 1, 1, "c.i16_ragged_range_s", "range_count"], [154, 1, 1, "c.i16_ragged_range_s", "splits"], [154, 1, 1, "c.i16_ragged_range_s", "starts"], [154, 1, 1, "c.i16_ragged_range_s", "values"]], "i16_range_p": [[157, 1, 1, "c.i16_range_p", "delta"], [157, 1, 1, "c.i16_range_p", "length"], [157, 1, 1, "c.i16_range_p", "output"], [157, 1, 1, "c.i16_range_p", "start"]], "i16_range_s": [[157, 1, 1, "c.i16_range_s", "core_mask"], [157, 1, 1, "c.i16_range_s", "delta"], [157, 1, 1, "c.i16_range_s", "length"], [157, 1, 1, "c.i16_range_s", "output"], [157, 1, 1, "c.i16_range_s", "start"]], "i16_real_div_p": [[159, 1, 1, "c.i16_real_div_p", "input0"], [159, 1, 1, "c.i16_real_div_p", "input1"], [159, 1, 1, "c.i16_real_div_p", "length"], [159, 1, 1, "c.i16_real_div_p", "output"]], "i16_real_div_s": [[159, 1, 1, "c.i16_real_div_s", "core_mask"], [159, 1, 1, "c.i16_real_div_s", "input0"], [159, 1, 1, "c.i16_real_div_s", "input1"], [159, 1, 1, "c.i16_real_div_s", "length"], [159, 1, 1, "c.i16_real_div_s", "output"]], "i16_reciprocal_p": [[160, 1, 1, "c.i16_reciprocal_p", "Input"], [160, 1, 1, "c.i16_reciprocal_p", "length"], [160, 1, 1, "c.i16_reciprocal_p", "output"]], "i16_reciprocal_s": [[160, 1, 1, "c.i16_reciprocal_s", "Input"], [160, 1, 1, "c.i16_reciprocal_s", "core_mask"], [160, 1, 1, "c.i16_reciprocal_s", "length"], [160, 1, 1, "c.i16_reciprocal_s", "output"]], "i16_reduce_all_p": [[23, 1, 1, "c.i16_reduce_all_p", "axis_size"], [23, 1, 1, "c.i16_reduce_all_p", "dst_data"], [23, 1, 1, "c.i16_reduce_all_p", "inner_size"], [23, 1, 1, "c.i16_reduce_all_p", "outer_size"], [23, 1, 1, "c.i16_reduce_all_p", "src_data"]], "i16_reduce_all_s": [[23, 1, 1, "c.i16_reduce_all_s", "axis_size"], [23, 1, 1, "c.i16_reduce_all_s", "core_mask"], [23, 1, 1, "c.i16_reduce_all_s", "dst_data"], [23, 1, 1, "c.i16_reduce_all_s", "inner_size"], [23, 1, 1, "c.i16_reduce_all_s", "outer_size"], [23, 1, 1, "c.i16_reduce_all_s", "src_data"]], "i16_reduce_p": [[161, 1, 1, "c.i16_reduce_p", "core_mask"], [161, 1, 1, "c.i16_reduce_p", "dst_data"], [161, 1, 1, "c.i16_reduce_p", "param"], [161, 1, 1, "c.i16_reduce_p", "src_data"], [161, 1, 1, "c.i16_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.i16_reduce_p", "tmp_src_data"]], "i16_reduce_s": [[161, 1, 1, "c.i16_reduce_s", "core_mask"], [161, 1, 1, "c.i16_reduce_s", "dst_data"], [161, 1, 1, "c.i16_reduce_s", "param"], [161, 1, 1, "c.i16_reduce_s", "src_data"]], "i16_reducescatter_p": [[162, 1, 1, "c.i16_reducescatter_p", "data_size"], [162, 1, 1, "c.i16_reducescatter_p", "input_data"], [162, 1, 1, "c.i16_reducescatter_p", "output_data"], [162, 1, 1, "c.i16_reducescatter_p", "reduce_type"]], "i16_reducescatter_s": [[162, 1, 1, "c.i16_reducescatter_s", "core_mask"], [162, 1, 1, "c.i16_reducescatter_s", "data_size"], [162, 1, 1, "c.i16_reducescatter_s", "input_data"], [162, 1, 1, "c.i16_reducescatter_s", "output_data"], [162, 1, 1, "c.i16_reducescatter_s", "reduce_type"]], "i16_reshape_p": [[163, 1, 1, "c.i16_reshape_p", "input"], [163, 1, 1, "c.i16_reshape_p", "length"], [163, 1, 1, "c.i16_reshape_p", "output"]], "i16_reshape_s": [[163, 1, 1, "c.i16_reshape_s", "core_mask"], [163, 1, 1, "c.i16_reshape_s", "input"], [163, 1, 1, "c.i16_reshape_s", "length"], [163, 1, 1, "c.i16_reshape_s", "output"]], "i16_rsqrt_p": [[171, 1, 1, "c.i16_rsqrt_p", "dst"], [171, 1, 1, "c.i16_rsqrt_p", "length"], [171, 1, 1, "c.i16_rsqrt_p", "src"]], "i16_rsqrt_s": [[171, 1, 1, "c.i16_rsqrt_s", "core_mask"], [171, 1, 1, "c.i16_rsqrt_s", "dst"], [171, 1, 1, "c.i16_rsqrt_s", "length"], [171, 1, 1, "c.i16_rsqrt_s", "src"]], "i16_scale_fusion_p": [[173, 1, 1, "c.i16_scale_fusion_p", "bias"], [173, 1, 1, "c.i16_scale_fusion_p", "dst_data"], [173, 1, 1, "c.i16_scale_fusion_p", "length"], [173, 1, 1, "c.i16_scale_fusion_p", "scale"], [173, 1, 1, "c.i16_scale_fusion_p", "src_data"]], "i16_scale_fusion_s": [[173, 1, 1, "c.i16_scale_fusion_s", "bias"], [173, 1, 1, "c.i16_scale_fusion_s", "core_mask"], [173, 1, 1, "c.i16_scale_fusion_s", "dst_data"], [173, 1, 1, "c.i16_scale_fusion_s", "length"], [173, 1, 1, "c.i16_scale_fusion_s", "scale"], [173, 1, 1, "c.i16_scale_fusion_s", "src_data"]], "i16_scatter_elements_p": [[174, 1, 1, "c.i16_scatter_elements_p", "core_mask"], [174, 1, 1, "c.i16_scatter_elements_p", "indices"], [174, 1, 1, "c.i16_scatter_elements_p", "input"], [174, 1, 1, "c.i16_scatter_elements_p", "output"], [174, 1, 1, "c.i16_scatter_elements_p", "param"], [174, 1, 1, "c.i16_scatter_elements_p", "updates"]], "i16_scatter_elements_s": [[174, 1, 1, "c.i16_scatter_elements_s", "core_mask"], [174, 1, 1, "c.i16_scatter_elements_s", "indices"], [174, 1, 1, "c.i16_scatter_elements_s", "input"], [174, 1, 1, "c.i16_scatter_elements_s", "output"], [174, 1, 1, "c.i16_scatter_elements_s", "param"], [174, 1, 1, "c.i16_scatter_elements_s", "updates"]], "i16_scatter_nd_p": [[175, 1, 1, "c.i16_scatter_nd_p", "indices"], [175, 1, 1, "c.i16_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.i16_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.i16_scatter_nd_p", "output"], [175, 1, 1, "c.i16_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.i16_scatter_nd_p", "output_shape"], [175, 1, 1, "c.i16_scatter_nd_p", "updates"]], "i16_scatter_nd_s": [[175, 1, 1, "c.i16_scatter_nd_s", "core_mask"], [175, 1, 1, "c.i16_scatter_nd_s", "indices"], [175, 1, 1, "c.i16_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.i16_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.i16_scatter_nd_s", "output"], [175, 1, 1, "c.i16_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.i16_scatter_nd_s", "output_shape"], [175, 1, 1, "c.i16_scatter_nd_s", "updates"]], "i16_scatter_nd_update_p": [[176, 1, 1, "c.i16_scatter_nd_update_p", "indices"], [176, 1, 1, "c.i16_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.i16_scatter_nd_update_p", "output"], [176, 1, 1, "c.i16_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.i16_scatter_nd_update_p", "updates"]], "i16_scatter_nd_update_s": [[176, 1, 1, "c.i16_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.i16_scatter_nd_update_s", "indices"], [176, 1, 1, "c.i16_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.i16_scatter_nd_update_s", "output"], [176, 1, 1, "c.i16_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.i16_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.i16_scatter_nd_update_s", "updates"]], "i16_select_p": [[177, 1, 1, "c.i16_select_p", "condition"], [177, 1, 1, "c.i16_select_p", "input0"], [177, 1, 1, "c.i16_select_p", "input1"], [177, 1, 1, "c.i16_select_p", "output"], [177, 1, 1, "c.i16_select_p", "params"]], "i16_select_s": [[177, 1, 1, "c.i16_select_s", "condition"], [177, 1, 1, "c.i16_select_s", "core_mask"], [177, 1, 1, "c.i16_select_s", "input0"], [177, 1, 1, "c.i16_select_s", "input1"], [177, 1, 1, "c.i16_select_s", "output"], [177, 1, 1, "c.i16_select_s", "params"]], "i16_sin_p": [[182, 1, 1, "c.i16_sin_p", "dst_data"], [182, 1, 1, "c.i16_sin_p", "length"], [182, 1, 1, "c.i16_sin_p", "src_data"]], "i16_sin_s": [[182, 1, 1, "c.i16_sin_s", "core_mask"], [182, 1, 1, "c.i16_sin_s", "dst_data"], [182, 1, 1, "c.i16_sin_s", "length"], [182, 1, 1, "c.i16_sin_s", "src_data"]], "i16_slice_p": [[185, 1, 1, "c.i16_slice_p", "begin"], [185, 1, 1, "c.i16_slice_p", "input"], [185, 1, 1, "c.i16_slice_p", "input_shape"], [185, 1, 1, "c.i16_slice_p", "ndim"], [185, 1, 1, "c.i16_slice_p", "output"], [185, 1, 1, "c.i16_slice_p", "size"]], "i16_slice_s": [[185, 1, 1, "c.i16_slice_s", "begin"], [185, 1, 1, "c.i16_slice_s", "core_mask"], [185, 1, 1, "c.i16_slice_s", "input"], [185, 1, 1, "c.i16_slice_s", "input_shape"], [185, 1, 1, "c.i16_slice_s", "ndim"], [185, 1, 1, "c.i16_slice_s", "output"], [185, 1, 1, "c.i16_slice_s", "size"]], "i16_spacetobatch_p": [[190, 1, 1, "c.i16_spacetobatch_p", "block_size"], [190, 1, 1, "c.i16_spacetobatch_p", "data_size"], [190, 1, 1, "c.i16_spacetobatch_p", "input"], [190, 1, 1, "c.i16_spacetobatch_p", "input_shape"], [190, 1, 1, "c.i16_spacetobatch_p", "output"], [190, 1, 1, "c.i16_spacetobatch_p", "paddings"]], "i16_spacetobatch_s": [[190, 1, 1, "c.i16_spacetobatch_s", "block_size"], [190, 1, 1, "c.i16_spacetobatch_s", "core_mask"], [190, 1, 1, "c.i16_spacetobatch_s", "data_size"], [190, 1, 1, "c.i16_spacetobatch_s", "input"], [190, 1, 1, "c.i16_spacetobatch_s", "input_shape"], [190, 1, 1, "c.i16_spacetobatch_s", "output"], [190, 1, 1, "c.i16_spacetobatch_s", "paddings"]], "i16_spacetobatchnd_p": [[191, 1, 1, "c.i16_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.i16_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.i16_spacetobatchnd_p", "input"], [191, 1, 1, "c.i16_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.i16_spacetobatchnd_p", "output"], [191, 1, 1, "c.i16_spacetobatchnd_p", "paddings"]], "i16_spacetobatchnd_s": [[191, 1, 1, "c.i16_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.i16_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.i16_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.i16_spacetobatchnd_s", "input"], [191, 1, 1, "c.i16_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.i16_spacetobatchnd_s", "output"], [191, 1, 1, "c.i16_spacetobatchnd_s", "paddings"]], "i16_spacetodepth_p": [[192, 1, 1, "c.i16_spacetodepth_p", "block"], [192, 1, 1, "c.i16_spacetodepth_p", "data_size"], [192, 1, 1, "c.i16_spacetodepth_p", "in_shape"], [192, 1, 1, "c.i16_spacetodepth_p", "input"], [192, 1, 1, "c.i16_spacetodepth_p", "output"]], "i16_spacetodepth_s": [[192, 1, 1, "c.i16_spacetodepth_s", "block"], [192, 1, 1, "c.i16_spacetodepth_s", "core_mask"], [192, 1, 1, "c.i16_spacetodepth_s", "data_size"], [192, 1, 1, "c.i16_spacetodepth_s", "in_shape"], [192, 1, 1, "c.i16_spacetodepth_s", "input"], [192, 1, 1, "c.i16_spacetodepth_s", "output"]], "i16_sparse_fill_empty_rows_p": [[194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_p", "values_ptr"]], "i16_sparse_fill_empty_rows_s": [[194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.i16_sparse_fill_empty_rows_s", "values_ptr"]], "i16_sparse_reshape_p": [[195, 1, 1, "c.i16_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_p", "params"]], "i16_sparse_reshape_s": [[195, 1, 1, "c.i16_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.i16_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.i16_sparse_reshape_s", "params"]], "i16_sparse_to_dense_p": [[197, 1, 1, "c.i16_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.i16_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.i16_sparse_to_dense_p", "output"], [197, 1, 1, "c.i16_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.i16_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.i16_sparse_to_dense_p", "sparse_values"]], "i16_sparse_to_dense_s": [[197, 1, 1, "c.i16_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.i16_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.i16_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.i16_sparse_to_dense_s", "output"], [197, 1, 1, "c.i16_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.i16_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.i16_sparse_to_dense_s", "sparse_values"]], "i16_sparsesegmentsum_p": [[196, 1, 1, "c.i16_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.i16_sparsesegmentsum_p", "out_data_shape"]], "i16_sparsesegmentsum_s": [[196, 1, 1, "c.i16_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.i16_sparsesegmentsum_s", "out_data_shape"]], "i16_splice_p": [[198, 1, 1, "c.i16_splice_p", "context_dim"], [198, 1, 1, "c.i16_splice_p", "dst_col"], [198, 1, 1, "c.i16_splice_p", "dst_data"], [198, 1, 1, "c.i16_splice_p", "dst_row"], [198, 1, 1, "c.i16_splice_p", "forward_indexes"], [198, 1, 1, "c.i16_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.i16_splice_p", "src_col"], [198, 1, 1, "c.i16_splice_p", "src_data"], [198, 1, 1, "c.i16_splice_p", "src_row"]], "i16_splice_s": [[198, 1, 1, "c.i16_splice_s", "context_dim"], [198, 1, 1, "c.i16_splice_s", "core_mask"], [198, 1, 1, "c.i16_splice_s", "dst_col"], [198, 1, 1, "c.i16_splice_s", "dst_data"], [198, 1, 1, "c.i16_splice_s", "dst_row"], [198, 1, 1, "c.i16_splice_s", "forward_indexes"], [198, 1, 1, "c.i16_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.i16_splice_s", "src_col"], [198, 1, 1, "c.i16_splice_s", "src_data"], [198, 1, 1, "c.i16_splice_s", "src_row"]], "i16_split_p": [[199, 1, 1, "c.i16_split_p", "axis"], [199, 1, 1, "c.i16_split_p", "input"], [199, 1, 1, "c.i16_split_p", "input_ndim"], [199, 1, 1, "c.i16_split_p", "input_shape"], [199, 1, 1, "c.i16_split_p", "num_split"], [199, 1, 1, "c.i16_split_p", "outputs"], [199, 1, 1, "c.i16_split_p", "split_sizes"]], "i16_split_s": [[199, 1, 1, "c.i16_split_s", "axis"], [199, 1, 1, "c.i16_split_s", "core_mask"], [199, 1, 1, "c.i16_split_s", "input"], [199, 1, 1, "c.i16_split_s", "input_ndim"], [199, 1, 1, "c.i16_split_s", "input_shape"], [199, 1, 1, "c.i16_split_s", "num_split"], [199, 1, 1, "c.i16_split_s", "outputs"], [199, 1, 1, "c.i16_split_s", "split_sizes"]], "i16_split_with_overlap_p": [[200, 1, 1, "c.i16_split_with_overlap_p", "axis"], [200, 1, 1, "c.i16_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.i16_split_with_overlap_p", "input"], [200, 1, 1, "c.i16_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.i16_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.i16_split_with_overlap_p", "num_split"], [200, 1, 1, "c.i16_split_with_overlap_p", "outputs"], [200, 1, 1, "c.i16_split_with_overlap_p", "start_indices"]], "i16_split_with_overlap_s": [[200, 1, 1, "c.i16_split_with_overlap_s", "axis"], [200, 1, 1, "c.i16_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.i16_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.i16_split_with_overlap_s", "input"], [200, 1, 1, "c.i16_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.i16_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.i16_split_with_overlap_s", "num_split"], [200, 1, 1, "c.i16_split_with_overlap_s", "outputs"], [200, 1, 1, "c.i16_split_with_overlap_s", "start_indices"]], "i16_sqrt_p": [[201, 1, 1, "c.i16_sqrt_p", "dst_data"], [201, 1, 1, "c.i16_sqrt_p", "length"], [201, 1, 1, "c.i16_sqrt_p", "src_data"]], "i16_sqrt_s": [[201, 1, 1, "c.i16_sqrt_s", "core_mask"], [201, 1, 1, "c.i16_sqrt_s", "dst_data"], [201, 1, 1, "c.i16_sqrt_s", "length"], [201, 1, 1, "c.i16_sqrt_s", "src_data"]], "i16_square_difference_p": [[204, 1, 1, "c.i16_square_difference_p", "input0"], [204, 1, 1, "c.i16_square_difference_p", "input1"], [204, 1, 1, "c.i16_square_difference_p", "output"], [204, 1, 1, "c.i16_square_difference_p", "params"]], "i16_square_difference_s": [[204, 1, 1, "c.i16_square_difference_s", "core_mask"], [204, 1, 1, "c.i16_square_difference_s", "input0"], [204, 1, 1, "c.i16_square_difference_s", "input1"], [204, 1, 1, "c.i16_square_difference_s", "output"], [204, 1, 1, "c.i16_square_difference_s", "params"]], "i16_square_p": [[203, 1, 1, "c.i16_square_p", "dst"], [203, 1, 1, "c.i16_square_p", "length"], [203, 1, 1, "c.i16_square_p", "src"]], "i16_square_s": [[203, 1, 1, "c.i16_square_s", "core_mask"], [203, 1, 1, "c.i16_square_s", "dst"], [203, 1, 1, "c.i16_square_s", "length"], [203, 1, 1, "c.i16_square_s", "src"]], "i16_stack_p": [[206, 1, 1, "c.i16_stack_p", "axis"], [206, 1, 1, "c.i16_stack_p", "input_ndim"], [206, 1, 1, "c.i16_stack_p", "input_shape"], [206, 1, 1, "c.i16_stack_p", "inputs"], [206, 1, 1, "c.i16_stack_p", "num_inputs"], [206, 1, 1, "c.i16_stack_p", "output"]], "i16_stack_s": [[206, 1, 1, "c.i16_stack_s", "axis"], [206, 1, 1, "c.i16_stack_s", "core_mask"], [206, 1, 1, "c.i16_stack_s", "input_ndim"], [206, 1, 1, "c.i16_stack_s", "input_shape"], [206, 1, 1, "c.i16_stack_s", "inputs"], [206, 1, 1, "c.i16_stack_s", "num_inputs"], [206, 1, 1, "c.i16_stack_s", "output"]], "i16_sub_p": [[209, 1, 1, "c.i16_sub_p", "input0"], [209, 1, 1, "c.i16_sub_p", "input1"], [209, 1, 1, "c.i16_sub_p", "output"], [209, 1, 1, "c.i16_sub_p", "param"]], "i16_sub_s": [[209, 1, 1, "c.i16_sub_s", "core_mask"], [209, 1, 1, "c.i16_sub_s", "input0"], [209, 1, 1, "c.i16_sub_s", "input1"], [209, 1, 1, "c.i16_sub_s", "output"], [209, 1, 1, "c.i16_sub_s", "param"]], "i16_tensor_scatter_add_p": [[213, 1, 1, "c.i16_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "input"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "output"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.i16_tensor_scatter_add_p", "updates"]], "i16_tensor_scatter_add_s": [[213, 1, 1, "c.i16_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "input"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "output"], [213, 1, 1, "c.i16_tensor_scatter_add_s", "updates"]], "i16_tensorarrayread_p": [[215, 1, 1, "c.i16_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.i16_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.i16_tensorarrayread_p", "index"], [215, 1, 1, "c.i16_tensorarrayread_p", "output_data"], [215, 1, 1, "c.i16_tensorarrayread_p", "output_size"]], "i16_tensorarrayread_s": [[215, 1, 1, "c.i16_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.i16_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.i16_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.i16_tensorarrayread_s", "index"], [215, 1, 1, "c.i16_tensorarrayread_s", "output_data"], [215, 1, 1, "c.i16_tensorarrayread_s", "output_size"]], "i16_tensorlist_from_tensor_p": [[217, 1, 1, "c.i16_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.i16_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.i16_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.i16_tensorlist_from_tensor_p", "output_tensors"]], "i16_tensorlist_from_tensor_s": [[217, 1, 1, "c.i16_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.i16_tensorlist_from_tensor_s", "output_tensors"]], "i16_tensorlist_stack_p": [[221, 1, 1, "c.i16_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.i16_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.i16_tensorlist_stack_p", "unknown_type_offset"]], "i16_tensorlist_stack_s": [[221, 1, 1, "c.i16_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.i16_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.i16_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.i16_tensorlist_stack_s", "unknown_type_offset"]], "i16_tile_p": [[222, 1, 1, "c.i16_tile_p", "input"], [222, 1, 1, "c.i16_tile_p", "input_shape"], [222, 1, 1, "c.i16_tile_p", "output"], [222, 1, 1, "c.i16_tile_p", "stride"], [222, 1, 1, "c.i16_tile_p", "tile_dim"], [222, 1, 1, "c.i16_tile_p", "tile_num"]], "i16_tile_s": [[222, 1, 1, "c.i16_tile_s", "core_mask"], [222, 1, 1, "c.i16_tile_s", "input"], [222, 1, 1, "c.i16_tile_s", "input_shape"], [222, 1, 1, "c.i16_tile_s", "output"], [222, 1, 1, "c.i16_tile_s", "stride"], [222, 1, 1, "c.i16_tile_s", "tile_dim"], [222, 1, 1, "c.i16_tile_s", "tile_num"]], "i16_transpose_p": [[224, 1, 1, "c.i16_transpose_p", "in_data"], [224, 1, 1, "c.i16_transpose_p", "num_axes"], [224, 1, 1, "c.i16_transpose_p", "out_data"], [224, 1, 1, "c.i16_transpose_p", "out_strides"], [224, 1, 1, "c.i16_transpose_p", "output_shape"], [224, 1, 1, "c.i16_transpose_p", "perm"], [224, 1, 1, "c.i16_transpose_p", "strides"]], "i16_transpose_s": [[224, 1, 1, "c.i16_transpose_s", "core_mask"], [224, 1, 1, "c.i16_transpose_s", "in_data"], [224, 1, 1, "c.i16_transpose_s", "num_axes"], [224, 1, 1, "c.i16_transpose_s", "out_data"], [224, 1, 1, "c.i16_transpose_s", "out_strides"], [224, 1, 1, "c.i16_transpose_s", "output_shape"], [224, 1, 1, "c.i16_transpose_s", "perm"], [224, 1, 1, "c.i16_transpose_s", "strides"]], "i16_tril_p": [[225, 1, 1, "c.i16_tril_p", "dst"], [225, 1, 1, "c.i16_tril_p", "height"], [225, 1, 1, "c.i16_tril_p", "k"], [225, 1, 1, "c.i16_tril_p", "out_elems"], [225, 1, 1, "c.i16_tril_p", "src"], [225, 1, 1, "c.i16_tril_p", "width"]], "i16_tril_s": [[225, 1, 1, "c.i16_tril_s", "core_mask"], [225, 1, 1, "c.i16_tril_s", "dst"], [225, 1, 1, "c.i16_tril_s", "height"], [225, 1, 1, "c.i16_tril_s", "k"], [225, 1, 1, "c.i16_tril_s", "out_elems"], [225, 1, 1, "c.i16_tril_s", "src"], [225, 1, 1, "c.i16_tril_s", "width"]], "i16_triu_p": [[226, 1, 1, "c.i16_triu_p", "dst"], [226, 1, 1, "c.i16_triu_p", "height"], [226, 1, 1, "c.i16_triu_p", "k"], [226, 1, 1, "c.i16_triu_p", "out_elems"], [226, 1, 1, "c.i16_triu_p", "src"], [226, 1, 1, "c.i16_triu_p", "width"]], "i16_triu_s": [[226, 1, 1, "c.i16_triu_s", "core_mask"], [226, 1, 1, "c.i16_triu_s", "dst"], [226, 1, 1, "c.i16_triu_s", "height"], [226, 1, 1, "c.i16_triu_s", "k"], [226, 1, 1, "c.i16_triu_s", "out_elems"], [226, 1, 1, "c.i16_triu_s", "src"], [226, 1, 1, "c.i16_triu_s", "width"]], "i16_unsorted_segment_sum_p": [[229, 1, 1, "c.i16_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.i16_unsorted_segment_sum_p", "output"]], "i16_unsorted_segment_sum_s": [[229, 1, 1, "c.i16_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.i16_unsorted_segment_sum_s", "output"]], "i16_where_p": [[232, 1, 1, "c.i16_where_p", "condition"], [232, 1, 1, "c.i16_where_p", "input0"], [232, 1, 1, "c.i16_where_p", "input1"], [232, 1, 1, "c.i16_where_p", "length"], [232, 1, 1, "c.i16_where_p", "output"]], "i16_where_s": [[232, 1, 1, "c.i16_where_s", "condition"], [232, 1, 1, "c.i16_where_s", "core_mask"], [232, 1, 1, "c.i16_where_s", "input0"], [232, 1, 1, "c.i16_where_s", "input1"], [232, 1, 1, "c.i16_where_s", "length"], [232, 1, 1, "c.i16_where_s", "output"]], "i16_zerolike_p": [[233, 1, 1, "c.i16_zerolike_p", "length"], [233, 1, 1, "c.i16_zerolike_p", "output"]], "i16_zerolike_s": [[233, 1, 1, "c.i16_zerolike_s", "core_mask"], [233, 1, 1, "c.i16_zerolike_s", "length"], [233, 1, 1, "c.i16_zerolike_s", "output"]], "i32_Unique_p": [[228, 1, 1, "c.i32_Unique_p", "input"], [228, 1, 1, "c.i32_Unique_p", "input_len"], [228, 1, 1, "c.i32_Unique_p", "output0"], [228, 1, 1, "c.i32_Unique_p", "output0_len"]], "i32_Unique_s": [[228, 1, 1, "c.i32_Unique_s", "core_mask"], [228, 1, 1, "c.i32_Unique_s", "input"], [228, 1, 1, "c.i32_Unique_s", "input_len"], [228, 1, 1, "c.i32_Unique_s", "output0"], [228, 1, 1, "c.i32_Unique_s", "output0_len"]], "i32_abs_p": [[12, 1, 1, "c.i32_abs_p", "dst_data"], [12, 1, 1, "c.i32_abs_p", "length"], [12, 1, 1, "c.i32_abs_p", "src_data"]], "i32_abs_s": [[12, 1, 1, "c.i32_abs_s", "core_mask"], [12, 1, 1, "c.i32_abs_s", "dst_data"], [12, 1, 1, "c.i32_abs_s", "length"], [12, 1, 1, "c.i32_abs_s", "src_data"]], "i32_add_p": [[18, 1, 1, "c.i32_add_p", "input0"], [18, 1, 1, "c.i32_add_p", "input1"], [18, 1, 1, "c.i32_add_p", "output"], [18, 1, 1, "c.i32_add_p", "param"]], "i32_add_s": [[18, 1, 1, "c.i32_add_s", "core_mask"], [18, 1, 1, "c.i32_add_s", "input0"], [18, 1, 1, "c.i32_add_s", "input1"], [18, 1, 1, "c.i32_add_s", "output"], [18, 1, 1, "c.i32_add_s", "param"]], "i32_addn_p": [[21, 1, 1, "c.i32_addn_p", "element_nums"], [21, 1, 1, "c.i32_addn_p", "inputs"], [21, 1, 1, "c.i32_addn_p", "output"], [21, 1, 1, "c.i32_addn_p", "tensor_num"]], "i32_addn_s": [[21, 1, 1, "c.i32_addn_s", "core_mask"], [21, 1, 1, "c.i32_addn_s", "element_nums"], [21, 1, 1, "c.i32_addn_s", "inputs"], [21, 1, 1, "c.i32_addn_s", "output"], [21, 1, 1, "c.i32_addn_s", "tensor_num"]], "i32_all_gather_p": [[24, 1, 1, "c.i32_all_gather_p", "data_size"], [24, 1, 1, "c.i32_all_gather_p", "input"], [24, 1, 1, "c.i32_all_gather_p", "input_rank"], [24, 1, 1, "c.i32_all_gather_p", "output"], [24, 1, 1, "c.i32_all_gather_p", "output_rank"]], "i32_all_gather_s": [[24, 1, 1, "c.i32_all_gather_s", "core_mask"], [24, 1, 1, "c.i32_all_gather_s", "data_size"], [24, 1, 1, "c.i32_all_gather_s", "input"], [24, 1, 1, "c.i32_all_gather_s", "input_rank"], [24, 1, 1, "c.i32_all_gather_s", "output"], [24, 1, 1, "c.i32_all_gather_s", "output_rank"]], "i32_assert_p": [[28, 1, 1, "c.i32_assert_p", "input"], [28, 1, 1, "c.i32_assert_p", "output"]], "i32_assert_s": [[28, 1, 1, "c.i32_assert_s", "core_mask"], [28, 1, 1, "c.i32_assert_s", "input"], [28, 1, 1, "c.i32_assert_s", "output"]], "i32_assign_add_p": [[30, 1, 1, "c.i32_assign_add_p", "input"], [30, 1, 1, "c.i32_assign_add_p", "length"], [30, 1, 1, "c.i32_assign_add_p", "output"]], "i32_assign_add_s": [[30, 1, 1, "c.i32_assign_add_s", "core_mask"], [30, 1, 1, "c.i32_assign_add_s", "input"], [30, 1, 1, "c.i32_assign_add_s", "length"], [30, 1, 1, "c.i32_assign_add_s", "output"]], "i32_assign_p": [[29, 1, 1, "c.i32_assign_p", "dst"], [29, 1, 1, "c.i32_assign_p", "length"], [29, 1, 1, "c.i32_assign_p", "src"]], "i32_assign_s": [[29, 1, 1, "c.i32_assign_s", "core_mask"], [29, 1, 1, "c.i32_assign_s", "dst"], [29, 1, 1, "c.i32_assign_s", "length"], [29, 1, 1, "c.i32_assign_s", "src"]], "i32_batch_to_space_p": [[35, 1, 1, "c.i32_batch_to_space_p", "block"], [35, 1, 1, "c.i32_batch_to_space_p", "crops"], [35, 1, 1, "c.i32_batch_to_space_p", "in_shape"], [35, 1, 1, "c.i32_batch_to_space_p", "input"], [35, 1, 1, "c.i32_batch_to_space_p", "output"]], "i32_batch_to_space_s": [[35, 1, 1, "c.i32_batch_to_space_s", "block"], [35, 1, 1, "c.i32_batch_to_space_s", "core_mask"], [35, 1, 1, "c.i32_batch_to_space_s", "crops"], [35, 1, 1, "c.i32_batch_to_space_s", "in_shape"], [35, 1, 1, "c.i32_batch_to_space_s", "input"], [35, 1, 1, "c.i32_batch_to_space_s", "output"]], "i32_batchtospacend_p": [[38, 1, 1, "c.i32_batchtospacend_p", "block_size"], [38, 1, 1, "c.i32_batchtospacend_p", "crops"], [38, 1, 1, "c.i32_batchtospacend_p", "data_size"], [38, 1, 1, "c.i32_batchtospacend_p", "input"], [38, 1, 1, "c.i32_batchtospacend_p", "input_shape"], [38, 1, 1, "c.i32_batchtospacend_p", "output"]], "i32_batchtospacend_s": [[38, 1, 1, "c.i32_batchtospacend_s", "block_size"], [38, 1, 1, "c.i32_batchtospacend_s", "core_mask"], [38, 1, 1, "c.i32_batchtospacend_s", "crops"], [38, 1, 1, "c.i32_batchtospacend_s", "data_size"], [38, 1, 1, "c.i32_batchtospacend_s", "input"], [38, 1, 1, "c.i32_batchtospacend_s", "input_shape"], [38, 1, 1, "c.i32_batchtospacend_s", "output"]], "i32_bias_add_p": [[39, 1, 1, "c.i32_bias_add_p", "data_format"], [39, 1, 1, "c.i32_bias_add_p", "dims"], [39, 1, 1, "c.i32_bias_add_p", "input_bias"], [39, 1, 1, "c.i32_bias_add_p", "input_x"], [39, 1, 1, "c.i32_bias_add_p", "length"], [39, 1, 1, "c.i32_bias_add_p", "output"], [39, 1, 1, "c.i32_bias_add_p", "shape_size"]], "i32_bias_add_s": [[39, 1, 1, "c.i32_bias_add_s", "core_mask"], [39, 1, 1, "c.i32_bias_add_s", "data_format"], [39, 1, 1, "c.i32_bias_add_s", "dims"], [39, 1, 1, "c.i32_bias_add_s", "input_bias"], [39, 1, 1, "c.i32_bias_add_s", "input_x"], [39, 1, 1, "c.i32_bias_add_s", "length"], [39, 1, 1, "c.i32_bias_add_s", "output"], [39, 1, 1, "c.i32_bias_add_s", "shape_size"]], "i32_broadcastto_p": [[43, 1, 1, "c.i32_broadcastto_p", "data_size"], [43, 1, 1, "c.i32_broadcastto_p", "input"], [43, 1, 1, "c.i32_broadcastto_p", "input_shape"], [43, 1, 1, "c.i32_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.i32_broadcastto_p", "output"], [43, 1, 1, "c.i32_broadcastto_p", "output_shape"], [43, 1, 1, "c.i32_broadcastto_p", "output_shape_size"]], "i32_broadcastto_s": [[43, 1, 1, "c.i32_broadcastto_s", "core_mask"], [43, 1, 1, "c.i32_broadcastto_s", "data_size"], [43, 1, 1, "c.i32_broadcastto_s", "input"], [43, 1, 1, "c.i32_broadcastto_s", "input_shape"], [43, 1, 1, "c.i32_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.i32_broadcastto_s", "output"], [43, 1, 1, "c.i32_broadcastto_s", "output_shape"], [43, 1, 1, "c.i32_broadcastto_s", "output_shape_size"]], "i32_cast_to_fp_p": [[45, 1, 1, "c.i32_cast_to_fp_p", "input"], [45, 1, 1, "c.i32_cast_to_fp_p", "length"], [45, 1, 1, "c.i32_cast_to_fp_p", "output"]], "i32_cast_to_fp_s": [[45, 1, 1, "c.i32_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_fp_s", "input"], [45, 1, 1, "c.i32_cast_to_fp_s", "length"], [45, 1, 1, "c.i32_cast_to_fp_s", "output"]], "i32_cast_to_i16_p": [[45, 1, 1, "c.i32_cast_to_i16_p", "input"], [45, 1, 1, "c.i32_cast_to_i16_p", "length"], [45, 1, 1, "c.i32_cast_to_i16_p", "output"]], "i32_cast_to_i16_s": [[45, 1, 1, "c.i32_cast_to_i16_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_i16_s", "input"], [45, 1, 1, "c.i32_cast_to_i16_s", "length"], [45, 1, 1, "c.i32_cast_to_i16_s", "output"]], "i32_cast_to_i32_p": [[45, 1, 1, "c.i32_cast_to_i32_p", "input"], [45, 1, 1, "c.i32_cast_to_i32_p", "length"], [45, 1, 1, "c.i32_cast_to_i32_p", "output"]], "i32_cast_to_i32_s": [[45, 1, 1, "c.i32_cast_to_i32_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_i32_s", "input"], [45, 1, 1, "c.i32_cast_to_i32_s", "length"], [45, 1, 1, "c.i32_cast_to_i32_s", "output"]], "i32_cast_to_i8_p": [[45, 1, 1, "c.i32_cast_to_i8_p", "input"], [45, 1, 1, "c.i32_cast_to_i8_p", "length"], [45, 1, 1, "c.i32_cast_to_i8_p", "output"]], "i32_cast_to_i8_s": [[45, 1, 1, "c.i32_cast_to_i8_s", "core_mask"], [45, 1, 1, "c.i32_cast_to_i8_s", "input"], [45, 1, 1, "c.i32_cast_to_i8_s", "length"], [45, 1, 1, "c.i32_cast_to_i8_s", "output"]], "i32_clip_p": [[47, 1, 1, "c.i32_clip_p", "dst"], [47, 1, 1, "c.i32_clip_p", "length"], [47, 1, 1, "c.i32_clip_p", "max"], [47, 1, 1, "c.i32_clip_p", "min"], [47, 1, 1, "c.i32_clip_p", "src"]], "i32_clip_s": [[47, 1, 1, "c.i32_clip_s", "core_mask"], [47, 1, 1, "c.i32_clip_s", "dst"], [47, 1, 1, "c.i32_clip_s", "length"], [47, 1, 1, "c.i32_clip_s", "max"], [47, 1, 1, "c.i32_clip_s", "min"], [47, 1, 1, "c.i32_clip_s", "src"]], "i32_concat_p": [[48, 1, 1, "c.i32_concat_p", "axis"], [48, 1, 1, "c.i32_concat_p", "input_ndim"], [48, 1, 1, "c.i32_concat_p", "input_shapes"], [48, 1, 1, "c.i32_concat_p", "inputs"], [48, 1, 1, "c.i32_concat_p", "num_inputs"], [48, 1, 1, "c.i32_concat_p", "output"]], "i32_concat_s": [[48, 1, 1, "c.i32_concat_s", "axis"], [48, 1, 1, "c.i32_concat_s", "core_mask"], [48, 1, 1, "c.i32_concat_s", "input_ndim"], [48, 1, 1, "c.i32_concat_s", "input_shapes"], [48, 1, 1, "c.i32_concat_s", "inputs"], [48, 1, 1, "c.i32_concat_s", "num_inputs"], [48, 1, 1, "c.i32_concat_s", "output"]], "i32_constant_of_shape_p": [[49, 1, 1, "c.i32_constant_of_shape_p", "end"], [49, 1, 1, "c.i32_constant_of_shape_p", "output"], [49, 1, 1, "c.i32_constant_of_shape_p", "start"], [49, 1, 1, "c.i32_constant_of_shape_p", "value"]], "i32_constant_of_shape_s": [[49, 1, 1, "c.i32_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.i32_constant_of_shape_s", "end"], [49, 1, 1, "c.i32_constant_of_shape_s", "output"], [49, 1, 1, "c.i32_constant_of_shape_s", "start"], [49, 1, 1, "c.i32_constant_of_shape_s", "value"]], "i32_cos_p": [[54, 1, 1, "c.i32_cos_p", "dst_data"], [54, 1, 1, "c.i32_cos_p", "length"], [54, 1, 1, "c.i32_cos_p", "src_data"]], "i32_cos_s": [[54, 1, 1, "c.i32_cos_s", "core_mask"], [54, 1, 1, "c.i32_cos_s", "dst_data"], [54, 1, 1, "c.i32_cos_s", "length"], [54, 1, 1, "c.i32_cos_s", "src_data"]], "i32_cum_sum_p": [[57, 1, 1, "c.i32_cum_sum_p", "axis_dim"], [57, 1, 1, "c.i32_cum_sum_p", "exclusive"], [57, 1, 1, "c.i32_cum_sum_p", "inner_dim"], [57, 1, 1, "c.i32_cum_sum_p", "input"], [57, 1, 1, "c.i32_cum_sum_p", "out_dim"], [57, 1, 1, "c.i32_cum_sum_p", "output"]], "i32_cum_sum_s": [[57, 1, 1, "c.i32_cum_sum_s", "axis_dim"], [57, 1, 1, "c.i32_cum_sum_s", "core_mask"], [57, 1, 1, "c.i32_cum_sum_s", "exclusive"], [57, 1, 1, "c.i32_cum_sum_s", "inner_dim"], [57, 1, 1, "c.i32_cum_sum_s", "input"], [57, 1, 1, "c.i32_cum_sum_s", "out_dim"], [57, 1, 1, "c.i32_cum_sum_s", "output"]], "i32_depthtospace_p": [[64, 1, 1, "c.i32_depthtospace_p", "block_size"], [64, 1, 1, "c.i32_depthtospace_p", "data_size"], [64, 1, 1, "c.i32_depthtospace_p", "in_shape"], [64, 1, 1, "c.i32_depthtospace_p", "input"], [64, 1, 1, "c.i32_depthtospace_p", "output"]], "i32_depthtospace_s": [[64, 1, 1, "c.i32_depthtospace_s", "block_size"], [64, 1, 1, "c.i32_depthtospace_s", "core_mask"], [64, 1, 1, "c.i32_depthtospace_s", "data_size"], [64, 1, 1, "c.i32_depthtospace_s", "in_shape"], [64, 1, 1, "c.i32_depthtospace_s", "input"], [64, 1, 1, "c.i32_depthtospace_s", "output"]], "i32_div_p": [[66, 1, 1, "c.i32_div_p", "input0"], [66, 1, 1, "c.i32_div_p", "input1"], [66, 1, 1, "c.i32_div_p", "output"], [66, 1, 1, "c.i32_div_p", "param"]], "i32_div_s": [[66, 1, 1, "c.i32_div_s", "core_mask"], [66, 1, 1, "c.i32_div_s", "input0"], [66, 1, 1, "c.i32_div_s", "input1"], [66, 1, 1, "c.i32_div_s", "output"], [66, 1, 1, "c.i32_div_s", "param"]], "i32_eltwise_p": [[72, 1, 1, "c.i32_eltwise_p", "Input0"], [72, 1, 1, "c.i32_eltwise_p", "Input1"], [72, 1, 1, "c.i32_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.i32_eltwise_p", "length"], [72, 1, 1, "c.i32_eltwise_p", "output"]], "i32_eltwise_s": [[72, 1, 1, "c.i32_eltwise_s", "Input0"], [72, 1, 1, "c.i32_eltwise_s", "Input1"], [72, 1, 1, "c.i32_eltwise_s", "core_mask"], [72, 1, 1, "c.i32_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.i32_eltwise_s", "length"], [72, 1, 1, "c.i32_eltwise_s", "output"]], "i32_equal_p": [[75, 1, 1, "c.i32_equal_p", "Input0"], [75, 1, 1, "c.i32_equal_p", "Input1"], [75, 1, 1, "c.i32_equal_p", "output"], [75, 1, 1, "c.i32_equal_p", "params"]], "i32_equal_s": [[75, 1, 1, "c.i32_equal_s", "Input0"], [75, 1, 1, "c.i32_equal_s", "Input1"], [75, 1, 1, "c.i32_equal_s", "core_mask"], [75, 1, 1, "c.i32_equal_s", "output"], [75, 1, 1, "c.i32_equal_s", "params"]], "i32_exp_p": [[78, 1, 1, "c.i32_exp_p", "dst_data"], [78, 1, 1, "c.i32_exp_p", "in_scale"], [78, 1, 1, "c.i32_exp_p", "length"], [78, 1, 1, "c.i32_exp_p", "out_scale"], [78, 1, 1, "c.i32_exp_p", "scale"], [78, 1, 1, "c.i32_exp_p", "src_data"]], "i32_exp_s": [[78, 1, 1, "c.i32_exp_s", "core_mask"], [78, 1, 1, "c.i32_exp_s", "dst_data"], [78, 1, 1, "c.i32_exp_s", "in_scale"], [78, 1, 1, "c.i32_exp_s", "length"], [78, 1, 1, "c.i32_exp_s", "out_scale"], [78, 1, 1, "c.i32_exp_s", "scale"], [78, 1, 1, "c.i32_exp_s", "src_data"]], "i32_extract_features_p": [[59, 1, 1, "c.i32_extract_features_p", "num_strings"], [59, 1, 1, "c.i32_extract_features_p", "output_labels"], [59, 1, 1, "c.i32_extract_features_p", "output_weights"], [59, 1, 1, "c.i32_extract_features_p", "string_lengths"], [59, 1, 1, "c.i32_extract_features_p", "string_pointers"]], "i32_extract_features_s": [[59, 1, 1, "c.i32_extract_features_s", "core_mask"], [59, 1, 1, "c.i32_extract_features_s", "num_strings"], [59, 1, 1, "c.i32_extract_features_s", "output_labels"], [59, 1, 1, "c.i32_extract_features_s", "output_weights"], [59, 1, 1, "c.i32_extract_features_s", "string_lengths"], [59, 1, 1, "c.i32_extract_features_s", "string_pointers"]], "i32_fill_p": [[83, 1, 1, "c.i32_fill_p", "output"], [83, 1, 1, "c.i32_fill_p", "param"], [83, 1, 1, "c.i32_fill_p", "value"]], "i32_fill_s": [[83, 1, 1, "c.i32_fill_s", "core_mask"], [83, 1, 1, "c.i32_fill_s", "output"], [83, 1, 1, "c.i32_fill_s", "param"], [83, 1, 1, "c.i32_fill_s", "value"]], "i32_format_transpose_p": [[90, 1, 1, "c.i32_format_transpose_p", "batch"], [90, 1, 1, "c.i32_format_transpose_p", "channel"], [90, 1, 1, "c.i32_format_transpose_p", "dst_data"], [90, 1, 1, "c.i32_format_transpose_p", "dst_format"], [90, 1, 1, "c.i32_format_transpose_p", "plane"], [90, 1, 1, "c.i32_format_transpose_p", "src_data"], [90, 1, 1, "c.i32_format_transpose_p", "src_format"]], "i32_format_transpose_s": [[90, 1, 1, "c.i32_format_transpose_s", "batch"], [90, 1, 1, "c.i32_format_transpose_s", "channel"], [90, 1, 1, "c.i32_format_transpose_s", "core_mask"], [90, 1, 1, "c.i32_format_transpose_s", "dst_data"], [90, 1, 1, "c.i32_format_transpose_s", "dst_format"], [90, 1, 1, "c.i32_format_transpose_s", "plane"], [90, 1, 1, "c.i32_format_transpose_s", "src_data"], [90, 1, 1, "c.i32_format_transpose_s", "src_format"]], "i32_gather_d_p": [[95, 1, 1, "c.i32_gather_d_p", "dim"], [95, 1, 1, "c.i32_gather_d_p", "index"], [95, 1, 1, "c.i32_gather_d_p", "index_shape"], [95, 1, 1, "c.i32_gather_d_p", "input_shape"], [95, 1, 1, "c.i32_gather_d_p", "input_shape_size"], [95, 1, 1, "c.i32_gather_d_p", "input_x"], [95, 1, 1, "c.i32_gather_d_p", "output"]], "i32_gather_d_s": [[95, 1, 1, "c.i32_gather_d_s", "core_mask"], [95, 1, 1, "c.i32_gather_d_s", "dim"], [95, 1, 1, "c.i32_gather_d_s", "index"], [95, 1, 1, "c.i32_gather_d_s", "index_shape"], [95, 1, 1, "c.i32_gather_d_s", "input_shape"], [95, 1, 1, "c.i32_gather_d_s", "input_shape_size"], [95, 1, 1, "c.i32_gather_d_s", "input_x"], [95, 1, 1, "c.i32_gather_d_s", "output"]], "i32_gather_nd_p": [[94, 1, 1, "c.i32_gather_nd_p", "input"], [94, 1, 1, "c.i32_gather_nd_p", "output"], [94, 1, 1, "c.i32_gather_nd_p", "params"]], "i32_gather_nd_s": [[94, 1, 1, "c.i32_gather_nd_s", "core_mask"], [94, 1, 1, "c.i32_gather_nd_s", "input"], [94, 1, 1, "c.i32_gather_nd_s", "output"], [94, 1, 1, "c.i32_gather_nd_s", "params"]], "i32_gather_p": [[93, 1, 1, "c.i32_gather_p", "indices"], [93, 1, 1, "c.i32_gather_p", "input"], [93, 1, 1, "c.i32_gather_p", "output"], [93, 1, 1, "c.i32_gather_p", "params"]], "i32_gather_s": [[93, 1, 1, "c.i32_gather_s", "core_mask"], [93, 1, 1, "c.i32_gather_s", "indices"], [93, 1, 1, "c.i32_gather_s", "input"], [93, 1, 1, "c.i32_gather_s", "output"], [93, 1, 1, "c.i32_gather_s", "params"]], "i32_greater_equal_p": [[99, 1, 1, "c.i32_greater_equal_p", "input1"], [99, 1, 1, "c.i32_greater_equal_p", "input2"], [99, 1, 1, "c.i32_greater_equal_p", "output"], [99, 1, 1, "c.i32_greater_equal_p", "params"]], "i32_greater_equal_s": [[99, 1, 1, "c.i32_greater_equal_s", "core_mask"], [99, 1, 1, "c.i32_greater_equal_s", "input1"], [99, 1, 1, "c.i32_greater_equal_s", "input2"], [99, 1, 1, "c.i32_greater_equal_s", "output"], [99, 1, 1, "c.i32_greater_equal_s", "params"]], "i32_greater_p": [[98, 1, 1, "c.i32_greater_p", "input1"], [98, 1, 1, "c.i32_greater_p", "input2"], [98, 1, 1, "c.i32_greater_p", "output"], [98, 1, 1, "c.i32_greater_p", "params"]], "i32_greater_s": [[98, 1, 1, "c.i32_greater_s", "core_mask"], [98, 1, 1, "c.i32_greater_s", "input1"], [98, 1, 1, "c.i32_greater_s", "input2"], [98, 1, 1, "c.i32_greater_s", "output"], [98, 1, 1, "c.i32_greater_s", "params"]], "i32_hashtablelookup_p": [[102, 1, 1, "c.i32_hashtablelookup_p", "hits_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "input_size"], [102, 1, 1, "c.i32_hashtablelookup_p", "input_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "keys_size"], [102, 1, 1, "c.i32_hashtablelookup_p", "keys_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "output_tensor"], [102, 1, 1, "c.i32_hashtablelookup_p", "values_tensor"]], "i32_hashtablelookup_s": [[102, 1, 1, "c.i32_hashtablelookup_s", "core_mask"], [102, 1, 1, "c.i32_hashtablelookup_s", "hits_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "input_size"], [102, 1, 1, "c.i32_hashtablelookup_s", "input_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "keys_size"], [102, 1, 1, "c.i32_hashtablelookup_s", "keys_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "output_tensor"], [102, 1, 1, "c.i32_hashtablelookup_s", "values_tensor"]], "i32_invert_permutation_p": [[104, 1, 1, "c.i32_invert_permutation_p", "input"], [104, 1, 1, "c.i32_invert_permutation_p", "num"], [104, 1, 1, "c.i32_invert_permutation_p", "output"]], "i32_invert_permutation_s": [[104, 1, 1, "c.i32_invert_permutation_s", "core_mask"], [104, 1, 1, "c.i32_invert_permutation_s", "input"], [104, 1, 1, "c.i32_invert_permutation_s", "num"], [104, 1, 1, "c.i32_invert_permutation_s", "output"]], "i32_is_finite_p": [[105, 1, 1, "c.i32_is_finite_p", "Input"], [105, 1, 1, "c.i32_is_finite_p", "length"], [105, 1, 1, "c.i32_is_finite_p", "output"]], "i32_is_finite_s": [[105, 1, 1, "c.i32_is_finite_s", "Input"], [105, 1, 1, "c.i32_is_finite_s", "core_mask"], [105, 1, 1, "c.i32_is_finite_s", "length"], [105, 1, 1, "c.i32_is_finite_s", "output"]], "i32_less_equal_p": [[111, 1, 1, "c.i32_less_equal_p", "Input0"], [111, 1, 1, "c.i32_less_equal_p", "Input1"], [111, 1, 1, "c.i32_less_equal_p", "output"], [111, 1, 1, "c.i32_less_equal_p", "params"]], "i32_less_equal_s": [[111, 1, 1, "c.i32_less_equal_s", "Input0"], [111, 1, 1, "c.i32_less_equal_s", "Input1"], [111, 1, 1, "c.i32_less_equal_s", "core_mask"], [111, 1, 1, "c.i32_less_equal_s", "output"], [111, 1, 1, "c.i32_less_equal_s", "params"]], "i32_less_p": [[110, 1, 1, "c.i32_less_p", "Input0"], [110, 1, 1, "c.i32_less_p", "Input1"], [110, 1, 1, "c.i32_less_p", "output"], [110, 1, 1, "c.i32_less_p", "params"]], "i32_less_s": [[110, 1, 1, "c.i32_less_s", "Input0"], [110, 1, 1, "c.i32_less_s", "Input1"], [110, 1, 1, "c.i32_less_s", "core_mask"], [110, 1, 1, "c.i32_less_s", "output"], [110, 1, 1, "c.i32_less_s", "params"]], "i32_log1p_p": [[114, 1, 1, "c.i32_log1p_p", "Input"], [114, 1, 1, "c.i32_log1p_p", "length"], [114, 1, 1, "c.i32_log1p_p", "output"]], "i32_log1p_s": [[114, 1, 1, "c.i32_log1p_s", "Input"], [114, 1, 1, "c.i32_log1p_s", "core_mask"], [114, 1, 1, "c.i32_log1p_s", "length"], [114, 1, 1, "c.i32_log1p_s", "output"]], "i32_log_p": [[113, 1, 1, "c.i32_log_p", "input"], [113, 1, 1, "c.i32_log_p", "length"], [113, 1, 1, "c.i32_log_p", "output"]], "i32_log_s": [[113, 1, 1, "c.i32_log_s", "core_mask"], [113, 1, 1, "c.i32_log_s", "input"], [113, 1, 1, "c.i32_log_s", "length"], [113, 1, 1, "c.i32_log_s", "output"]], "i32_logical_and_p": [[116, 1, 1, "c.i32_logical_and_p", "input0"], [116, 1, 1, "c.i32_logical_and_p", "input1"], [116, 1, 1, "c.i32_logical_and_p", "output"], [116, 1, 1, "c.i32_logical_and_p", "params"]], "i32_logical_and_s": [[116, 1, 1, "c.i32_logical_and_s", "core_mask"], [116, 1, 1, "c.i32_logical_and_s", "input0"], [116, 1, 1, "c.i32_logical_and_s", "input1"], [116, 1, 1, "c.i32_logical_and_s", "output"], [116, 1, 1, "c.i32_logical_and_s", "params"]], "i32_logical_not_p": [[117, 1, 1, "c.i32_logical_not_p", "input"], [117, 1, 1, "c.i32_logical_not_p", "length"], [117, 1, 1, "c.i32_logical_not_p", "output"]], "i32_logical_not_s": [[117, 1, 1, "c.i32_logical_not_s", "core_mask"], [117, 1, 1, "c.i32_logical_not_s", "input"], [117, 1, 1, "c.i32_logical_not_s", "length"], [117, 1, 1, "c.i32_logical_not_s", "output"]], "i32_logical_or_p": [[118, 1, 1, "c.i32_logical_or_p", "input0"], [118, 1, 1, "c.i32_logical_or_p", "input1"], [118, 1, 1, "c.i32_logical_or_p", "length"], [118, 1, 1, "c.i32_logical_or_p", "output"]], "i32_logical_or_s": [[118, 1, 1, "c.i32_logical_or_s", "core_mask"], [118, 1, 1, "c.i32_logical_or_s", "input0"], [118, 1, 1, "c.i32_logical_or_s", "input1"], [118, 1, 1, "c.i32_logical_or_s", "length"], [118, 1, 1, "c.i32_logical_or_s", "output"]], "i32_lsh_projection_p": [[122, 1, 1, "c.i32_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.i32_lsh_projection_p", "feature"], [122, 1, 1, "c.i32_lsh_projection_p", "feature_num"], [122, 1, 1, "c.i32_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.i32_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.i32_lsh_projection_p", "output"], [122, 1, 1, "c.i32_lsh_projection_p", "weight"]], "i32_lsh_projection_s": [[122, 1, 1, "c.i32_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.i32_lsh_projection_s", "core_mask"], [122, 1, 1, "c.i32_lsh_projection_s", "feature"], [122, 1, 1, "c.i32_lsh_projection_s", "feature_num"], [122, 1, 1, "c.i32_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.i32_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.i32_lsh_projection_s", "output"], [122, 1, 1, "c.i32_lsh_projection_s", "weight"]], "i32_matmul_fusion_p": [[127, 1, 1, "c.i32_matmul_fusion_p", "A"], [127, 1, 1, "c.i32_matmul_fusion_p", "B"], [127, 1, 1, "c.i32_matmul_fusion_p", "C"], [127, 1, 1, "c.i32_matmul_fusion_p", "bias"], [127, 1, 1, "c.i32_matmul_fusion_p", "params"]], "i32_matmul_fusion_s": [[127, 1, 1, "c.i32_matmul_fusion_s", "A"], [127, 1, 1, "c.i32_matmul_fusion_s", "B"], [127, 1, 1, "c.i32_matmul_fusion_s", "C"], [127, 1, 1, "c.i32_matmul_fusion_s", "bias"], [127, 1, 1, "c.i32_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.i32_matmul_fusion_s", "params"]], "i32_maximum_p": [[128, 1, 1, "c.i32_maximum_p", "input0"], [128, 1, 1, "c.i32_maximum_p", "input1"], [128, 1, 1, "c.i32_maximum_p", "length"], [128, 1, 1, "c.i32_maximum_p", "output"]], "i32_maximum_s": [[128, 1, 1, "c.i32_maximum_s", "core_mask"], [128, 1, 1, "c.i32_maximum_s", "input0"], [128, 1, 1, "c.i32_maximum_s", "input1"], [128, 1, 1, "c.i32_maximum_s", "length"], [128, 1, 1, "c.i32_maximum_s", "output"]], "i32_minimum_p": [[133, 1, 1, "c.i32_minimum_p", "input0"], [133, 1, 1, "c.i32_minimum_p", "input1"], [133, 1, 1, "c.i32_minimum_p", "length"], [133, 1, 1, "c.i32_minimum_p", "output"]], "i32_minimum_s": [[133, 1, 1, "c.i32_minimum_s", "core_mask"], [133, 1, 1, "c.i32_minimum_s", "input0"], [133, 1, 1, "c.i32_minimum_s", "input1"], [133, 1, 1, "c.i32_minimum_s", "length"], [133, 1, 1, "c.i32_minimum_s", "output"]], "i32_mod_p": [[135, 1, 1, "c.i32_mod_p", "input0"], [135, 1, 1, "c.i32_mod_p", "input1"], [135, 1, 1, "c.i32_mod_p", "length"], [135, 1, 1, "c.i32_mod_p", "output"]], "i32_mod_s": [[135, 1, 1, "c.i32_mod_s", "core_mask"], [135, 1, 1, "c.i32_mod_s", "input0"], [135, 1, 1, "c.i32_mod_s", "input1"], [135, 1, 1, "c.i32_mod_s", "length"], [135, 1, 1, "c.i32_mod_s", "output"]], "i32_mul_p": [[136, 1, 1, "c.i32_mul_p", "input0"], [136, 1, 1, "c.i32_mul_p", "input1"], [136, 1, 1, "c.i32_mul_p", "output"], [136, 1, 1, "c.i32_mul_p", "param"]], "i32_mul_s": [[136, 1, 1, "c.i32_mul_s", "core_mask"], [136, 1, 1, "c.i32_mul_s", "input0"], [136, 1, 1, "c.i32_mul_s", "input1"], [136, 1, 1, "c.i32_mul_s", "output"], [136, 1, 1, "c.i32_mul_s", "param"]], "i32_neg_grad_p": [[139, 1, 1, "c.i32_neg_grad_p", "Input"], [139, 1, 1, "c.i32_neg_grad_p", "length"], [139, 1, 1, "c.i32_neg_grad_p", "output"]], "i32_neg_grad_s": [[139, 1, 1, "c.i32_neg_grad_s", "Input"], [139, 1, 1, "c.i32_neg_grad_s", "core_mask"], [139, 1, 1, "c.i32_neg_grad_s", "length"], [139, 1, 1, "c.i32_neg_grad_s", "output"]], "i32_neg_p": [[138, 1, 1, "c.i32_neg_p", "Input"], [138, 1, 1, "c.i32_neg_p", "length"], [138, 1, 1, "c.i32_neg_p", "output"]], "i32_neg_s": [[138, 1, 1, "c.i32_neg_s", "Input"], [138, 1, 1, "c.i32_neg_s", "core_mask"], [138, 1, 1, "c.i32_neg_s", "length"], [138, 1, 1, "c.i32_neg_s", "output"]], "i32_nonzero_p": [[143, 1, 1, "c.i32_nonzero_p", "dim_strides"], [143, 1, 1, "c.i32_nonzero_p", "input"], [143, 1, 1, "c.i32_nonzero_p", "input_rank"], [143, 1, 1, "c.i32_nonzero_p", "length"], [143, 1, 1, "c.i32_nonzero_p", "non_zero_num"], [143, 1, 1, "c.i32_nonzero_p", "output"], [143, 1, 1, "c.i32_nonzero_p", "shape"]], "i32_nonzero_s": [[143, 1, 1, "c.i32_nonzero_s", "core_mask"], [143, 1, 1, "c.i32_nonzero_s", "dim_strides"], [143, 1, 1, "c.i32_nonzero_s", "input"], [143, 1, 1, "c.i32_nonzero_s", "input_rank"], [143, 1, 1, "c.i32_nonzero_s", "length"], [143, 1, 1, "c.i32_nonzero_s", "non_zero_num"], [143, 1, 1, "c.i32_nonzero_s", "output"], [143, 1, 1, "c.i32_nonzero_s", "shape"]], "i32_not_equal_p": [[144, 1, 1, "c.i32_not_equal_p", "Input0"], [144, 1, 1, "c.i32_not_equal_p", "Input1"], [144, 1, 1, "c.i32_not_equal_p", "length"], [144, 1, 1, "c.i32_not_equal_p", "output"]], "i32_not_equal_s": [[144, 1, 1, "c.i32_not_equal_s", "Input0"], [144, 1, 1, "c.i32_not_equal_s", "Input1"], [144, 1, 1, "c.i32_not_equal_s", "core_mask"], [144, 1, 1, "c.i32_not_equal_s", "length"], [144, 1, 1, "c.i32_not_equal_s", "output"]], "i32_onehot_p": [[145, 1, 1, "c.i32_onehot_p", "axis"], [145, 1, 1, "c.i32_onehot_p", "depth"], [145, 1, 1, "c.i32_onehot_p", "indices"], [145, 1, 1, "c.i32_onehot_p", "indices_shape"], [145, 1, 1, "c.i32_onehot_p", "indices_shape_size"], [145, 1, 1, "c.i32_onehot_p", "on_off"], [145, 1, 1, "c.i32_onehot_p", "output"], [145, 1, 1, "c.i32_onehot_p", "support_neg_index"]], "i32_onehot_s": [[145, 1, 1, "c.i32_onehot_s", "axis"], [145, 1, 1, "c.i32_onehot_s", "core_mask"], [145, 1, 1, "c.i32_onehot_s", "depth"], [145, 1, 1, "c.i32_onehot_s", "indices"], [145, 1, 1, "c.i32_onehot_s", "indices_shape"], [145, 1, 1, "c.i32_onehot_s", "indices_shape_size"], [145, 1, 1, "c.i32_onehot_s", "on_off"], [145, 1, 1, "c.i32_onehot_s", "output"], [145, 1, 1, "c.i32_onehot_s", "support_neg_index"]], "i32_ones_like_p": [[146, 1, 1, "c.i32_ones_like_p", "length"], [146, 1, 1, "c.i32_ones_like_p", "output"]], "i32_ones_like_s": [[146, 1, 1, "c.i32_ones_like_s", "core_mask"], [146, 1, 1, "c.i32_ones_like_s", "length"], [146, 1, 1, "c.i32_ones_like_s", "output"]], "i32_padfusion_p": [[147, 1, 1, "c.i32_padfusion_p", "params"]], "i32_padfusion_s": [[147, 1, 1, "c.i32_padfusion_s", "core_mask"], [147, 1, 1, "c.i32_padfusion_s", "params"]], "i32_pow_fusion_p": [[149, 1, 1, "c.i32_pow_fusion_p", "Input"], [149, 1, 1, "c.i32_pow_fusion_p", "broadcast"], [149, 1, 1, "c.i32_pow_fusion_p", "exponent"], [149, 1, 1, "c.i32_pow_fusion_p", "length_in"], [149, 1, 1, "c.i32_pow_fusion_p", "output"], [149, 1, 1, "c.i32_pow_fusion_p", "scale"], [149, 1, 1, "c.i32_pow_fusion_p", "shift"]], "i32_pow_fusion_s": [[149, 1, 1, "c.i32_pow_fusion_s", "Input"], [149, 1, 1, "c.i32_pow_fusion_s", "broadcast"], [149, 1, 1, "c.i32_pow_fusion_s", "core_mask"], [149, 1, 1, "c.i32_pow_fusion_s", "exponent"], [149, 1, 1, "c.i32_pow_fusion_s", "length_in"], [149, 1, 1, "c.i32_pow_fusion_s", "output"], [149, 1, 1, "c.i32_pow_fusion_s", "scale"], [149, 1, 1, "c.i32_pow_fusion_s", "shift"]], "i32_ragged_range_p": [[154, 1, 1, "c.i32_ragged_range_p", "deltas"], [154, 1, 1, "c.i32_ragged_range_p", "limits"], [154, 1, 1, "c.i32_ragged_range_p", "range_count"], [154, 1, 1, "c.i32_ragged_range_p", "splits"], [154, 1, 1, "c.i32_ragged_range_p", "starts"], [154, 1, 1, "c.i32_ragged_range_p", "values"]], "i32_ragged_range_s": [[154, 1, 1, "c.i32_ragged_range_s", "core_mask"], [154, 1, 1, "c.i32_ragged_range_s", "deltas"], [154, 1, 1, "c.i32_ragged_range_s", "limits"], [154, 1, 1, "c.i32_ragged_range_s", "range_count"], [154, 1, 1, "c.i32_ragged_range_s", "splits"], [154, 1, 1, "c.i32_ragged_range_s", "starts"], [154, 1, 1, "c.i32_ragged_range_s", "values"]], "i32_range_p": [[157, 1, 1, "c.i32_range_p", "delta"], [157, 1, 1, "c.i32_range_p", "length"], [157, 1, 1, "c.i32_range_p", "output"], [157, 1, 1, "c.i32_range_p", "start"]], "i32_range_s": [[157, 1, 1, "c.i32_range_s", "core_mask"], [157, 1, 1, "c.i32_range_s", "delta"], [157, 1, 1, "c.i32_range_s", "length"], [157, 1, 1, "c.i32_range_s", "output"], [157, 1, 1, "c.i32_range_s", "start"]], "i32_real_div_p": [[159, 1, 1, "c.i32_real_div_p", "input0"], [159, 1, 1, "c.i32_real_div_p", "input1"], [159, 1, 1, "c.i32_real_div_p", "length"], [159, 1, 1, "c.i32_real_div_p", "output"]], "i32_real_div_s": [[159, 1, 1, "c.i32_real_div_s", "core_mask"], [159, 1, 1, "c.i32_real_div_s", "input0"], [159, 1, 1, "c.i32_real_div_s", "input1"], [159, 1, 1, "c.i32_real_div_s", "length"], [159, 1, 1, "c.i32_real_div_s", "output"]], "i32_reciprocal_p": [[160, 1, 1, "c.i32_reciprocal_p", "Input"], [160, 1, 1, "c.i32_reciprocal_p", "length"], [160, 1, 1, "c.i32_reciprocal_p", "output"]], "i32_reciprocal_s": [[160, 1, 1, "c.i32_reciprocal_s", "Input"], [160, 1, 1, "c.i32_reciprocal_s", "core_mask"], [160, 1, 1, "c.i32_reciprocal_s", "length"], [160, 1, 1, "c.i32_reciprocal_s", "output"]], "i32_reduce_all_p": [[23, 1, 1, "c.i32_reduce_all_p", "axis_size"], [23, 1, 1, "c.i32_reduce_all_p", "dst_data"], [23, 1, 1, "c.i32_reduce_all_p", "inner_size"], [23, 1, 1, "c.i32_reduce_all_p", "outer_size"], [23, 1, 1, "c.i32_reduce_all_p", "src_data"]], "i32_reduce_all_s": [[23, 1, 1, "c.i32_reduce_all_s", "axis_size"], [23, 1, 1, "c.i32_reduce_all_s", "core_mask"], [23, 1, 1, "c.i32_reduce_all_s", "dst_data"], [23, 1, 1, "c.i32_reduce_all_s", "inner_size"], [23, 1, 1, "c.i32_reduce_all_s", "outer_size"], [23, 1, 1, "c.i32_reduce_all_s", "src_data"]], "i32_reduce_p": [[161, 1, 1, "c.i32_reduce_p", "core_mask"], [161, 1, 1, "c.i32_reduce_p", "dst_data"], [161, 1, 1, "c.i32_reduce_p", "param"], [161, 1, 1, "c.i32_reduce_p", "src_data"], [161, 1, 1, "c.i32_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.i32_reduce_p", "tmp_src_data"]], "i32_reduce_s": [[161, 1, 1, "c.i32_reduce_s", "core_mask"], [161, 1, 1, "c.i32_reduce_s", "dst_data"], [161, 1, 1, "c.i32_reduce_s", "param"], [161, 1, 1, "c.i32_reduce_s", "src_data"]], "i32_reducescatter_p": [[162, 1, 1, "c.i32_reducescatter_p", "data_size"], [162, 1, 1, "c.i32_reducescatter_p", "input_data"], [162, 1, 1, "c.i32_reducescatter_p", "output_data"], [162, 1, 1, "c.i32_reducescatter_p", "reduce_type"]], "i32_reducescatter_s": [[162, 1, 1, "c.i32_reducescatter_s", "core_mask"], [162, 1, 1, "c.i32_reducescatter_s", "data_size"], [162, 1, 1, "c.i32_reducescatter_s", "input_data"], [162, 1, 1, "c.i32_reducescatter_s", "output_data"], [162, 1, 1, "c.i32_reducescatter_s", "reduce_type"]], "i32_reshape_p": [[163, 1, 1, "c.i32_reshape_p", "input"], [163, 1, 1, "c.i32_reshape_p", "length"], [163, 1, 1, "c.i32_reshape_p", "output"]], "i32_reshape_s": [[163, 1, 1, "c.i32_reshape_s", "core_mask"], [163, 1, 1, "c.i32_reshape_s", "input"], [163, 1, 1, "c.i32_reshape_s", "length"], [163, 1, 1, "c.i32_reshape_s", "output"]], "i32_rsqrt_p": [[171, 1, 1, "c.i32_rsqrt_p", "dst"], [171, 1, 1, "c.i32_rsqrt_p", "length"], [171, 1, 1, "c.i32_rsqrt_p", "src"]], "i32_rsqrt_s": [[171, 1, 1, "c.i32_rsqrt_s", "core_mask"], [171, 1, 1, "c.i32_rsqrt_s", "dst"], [171, 1, 1, "c.i32_rsqrt_s", "length"], [171, 1, 1, "c.i32_rsqrt_s", "src"]], "i32_scale_fusion_p": [[173, 1, 1, "c.i32_scale_fusion_p", "bias"], [173, 1, 1, "c.i32_scale_fusion_p", "dst_data"], [173, 1, 1, "c.i32_scale_fusion_p", "length"], [173, 1, 1, "c.i32_scale_fusion_p", "scale"], [173, 1, 1, "c.i32_scale_fusion_p", "src_data"]], "i32_scale_fusion_s": [[173, 1, 1, "c.i32_scale_fusion_s", "bias"], [173, 1, 1, "c.i32_scale_fusion_s", "core_mask"], [173, 1, 1, "c.i32_scale_fusion_s", "dst_data"], [173, 1, 1, "c.i32_scale_fusion_s", "length"], [173, 1, 1, "c.i32_scale_fusion_s", "scale"], [173, 1, 1, "c.i32_scale_fusion_s", "src_data"]], "i32_scatter_elements_p": [[174, 1, 1, "c.i32_scatter_elements_p", "core_mask"], [174, 1, 1, "c.i32_scatter_elements_p", "indices"], [174, 1, 1, "c.i32_scatter_elements_p", "input"], [174, 1, 1, "c.i32_scatter_elements_p", "output"], [174, 1, 1, "c.i32_scatter_elements_p", "param"], [174, 1, 1, "c.i32_scatter_elements_p", "updates"]], "i32_scatter_elements_s": [[174, 1, 1, "c.i32_scatter_elements_s", "core_mask"], [174, 1, 1, "c.i32_scatter_elements_s", "indices"], [174, 1, 1, "c.i32_scatter_elements_s", "input"], [174, 1, 1, "c.i32_scatter_elements_s", "output"], [174, 1, 1, "c.i32_scatter_elements_s", "param"], [174, 1, 1, "c.i32_scatter_elements_s", "updates"]], "i32_scatter_nd_p": [[175, 1, 1, "c.i32_scatter_nd_p", "indices"], [175, 1, 1, "c.i32_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.i32_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.i32_scatter_nd_p", "output"], [175, 1, 1, "c.i32_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.i32_scatter_nd_p", "output_shape"], [175, 1, 1, "c.i32_scatter_nd_p", "updates"]], "i32_scatter_nd_s": [[175, 1, 1, "c.i32_scatter_nd_s", "core_mask"], [175, 1, 1, "c.i32_scatter_nd_s", "indices"], [175, 1, 1, "c.i32_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.i32_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.i32_scatter_nd_s", "output"], [175, 1, 1, "c.i32_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.i32_scatter_nd_s", "output_shape"], [175, 1, 1, "c.i32_scatter_nd_s", "updates"]], "i32_scatter_nd_update_p": [[176, 1, 1, "c.i32_scatter_nd_update_p", "indices"], [176, 1, 1, "c.i32_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.i32_scatter_nd_update_p", "output"], [176, 1, 1, "c.i32_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.i32_scatter_nd_update_p", "updates"]], "i32_scatter_nd_update_s": [[176, 1, 1, "c.i32_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.i32_scatter_nd_update_s", "indices"], [176, 1, 1, "c.i32_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.i32_scatter_nd_update_s", "output"], [176, 1, 1, "c.i32_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.i32_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.i32_scatter_nd_update_s", "updates"]], "i32_select_p": [[177, 1, 1, "c.i32_select_p", "condition"], [177, 1, 1, "c.i32_select_p", "input0"], [177, 1, 1, "c.i32_select_p", "input1"], [177, 1, 1, "c.i32_select_p", "output"], [177, 1, 1, "c.i32_select_p", "params"]], "i32_select_s": [[177, 1, 1, "c.i32_select_s", "condition"], [177, 1, 1, "c.i32_select_s", "core_mask"], [177, 1, 1, "c.i32_select_s", "input0"], [177, 1, 1, "c.i32_select_s", "input1"], [177, 1, 1, "c.i32_select_s", "output"], [177, 1, 1, "c.i32_select_s", "params"]], "i32_sin_p": [[182, 1, 1, "c.i32_sin_p", "dst_data"], [182, 1, 1, "c.i32_sin_p", "length"], [182, 1, 1, "c.i32_sin_p", "src_data"]], "i32_sin_s": [[182, 1, 1, "c.i32_sin_s", "core_mask"], [182, 1, 1, "c.i32_sin_s", "dst_data"], [182, 1, 1, "c.i32_sin_s", "length"], [182, 1, 1, "c.i32_sin_s", "src_data"]], "i32_slice_p": [[185, 1, 1, "c.i32_slice_p", "begin"], [185, 1, 1, "c.i32_slice_p", "input"], [185, 1, 1, "c.i32_slice_p", "input_shape"], [185, 1, 1, "c.i32_slice_p", "ndim"], [185, 1, 1, "c.i32_slice_p", "output"], [185, 1, 1, "c.i32_slice_p", "size"]], "i32_slice_s": [[185, 1, 1, "c.i32_slice_s", "begin"], [185, 1, 1, "c.i32_slice_s", "core_mask"], [185, 1, 1, "c.i32_slice_s", "input"], [185, 1, 1, "c.i32_slice_s", "input_shape"], [185, 1, 1, "c.i32_slice_s", "ndim"], [185, 1, 1, "c.i32_slice_s", "output"], [185, 1, 1, "c.i32_slice_s", "size"]], "i32_spacetobatch_p": [[190, 1, 1, "c.i32_spacetobatch_p", "block_size"], [190, 1, 1, "c.i32_spacetobatch_p", "data_size"], [190, 1, 1, "c.i32_spacetobatch_p", "input"], [190, 1, 1, "c.i32_spacetobatch_p", "input_shape"], [190, 1, 1, "c.i32_spacetobatch_p", "output"], [190, 1, 1, "c.i32_spacetobatch_p", "paddings"]], "i32_spacetobatch_s": [[190, 1, 1, "c.i32_spacetobatch_s", "block_size"], [190, 1, 1, "c.i32_spacetobatch_s", "core_mask"], [190, 1, 1, "c.i32_spacetobatch_s", "data_size"], [190, 1, 1, "c.i32_spacetobatch_s", "input"], [190, 1, 1, "c.i32_spacetobatch_s", "input_shape"], [190, 1, 1, "c.i32_spacetobatch_s", "output"], [190, 1, 1, "c.i32_spacetobatch_s", "paddings"]], "i32_spacetobatchnd_p": [[191, 1, 1, "c.i32_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.i32_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.i32_spacetobatchnd_p", "input"], [191, 1, 1, "c.i32_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.i32_spacetobatchnd_p", "output"], [191, 1, 1, "c.i32_spacetobatchnd_p", "paddings"]], "i32_spacetobatchnd_s": [[191, 1, 1, "c.i32_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.i32_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.i32_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.i32_spacetobatchnd_s", "input"], [191, 1, 1, "c.i32_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.i32_spacetobatchnd_s", "output"], [191, 1, 1, "c.i32_spacetobatchnd_s", "paddings"]], "i32_spacetodepth_p": [[192, 1, 1, "c.i32_spacetodepth_p", "block"], [192, 1, 1, "c.i32_spacetodepth_p", "data_size"], [192, 1, 1, "c.i32_spacetodepth_p", "in_shape"], [192, 1, 1, "c.i32_spacetodepth_p", "input"], [192, 1, 1, "c.i32_spacetodepth_p", "output"]], "i32_spacetodepth_s": [[192, 1, 1, "c.i32_spacetodepth_s", "block"], [192, 1, 1, "c.i32_spacetodepth_s", "core_mask"], [192, 1, 1, "c.i32_spacetodepth_s", "data_size"], [192, 1, 1, "c.i32_spacetodepth_s", "in_shape"], [192, 1, 1, "c.i32_spacetodepth_s", "input"], [192, 1, 1, "c.i32_spacetodepth_s", "output"]], "i32_sparse_fill_empty_rows_p": [[194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_p", "values_ptr"]], "i32_sparse_fill_empty_rows_s": [[194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.i32_sparse_fill_empty_rows_s", "values_ptr"]], "i32_sparse_reshape_p": [[195, 1, 1, "c.i32_sparse_reshape_p", "in_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_p", "out_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_p", "params"]], "i32_sparse_reshape_s": [[195, 1, 1, "c.i32_sparse_reshape_s", "core_mask"], [195, 1, 1, "c.i32_sparse_reshape_s", "in_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_s", "out_indices_ptr"], [195, 1, 1, "c.i32_sparse_reshape_s", "params"]], "i32_sparse_to_dense_p": [[197, 1, 1, "c.i32_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.i32_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.i32_sparse_to_dense_p", "output"], [197, 1, 1, "c.i32_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.i32_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.i32_sparse_to_dense_p", "sparse_values"]], "i32_sparse_to_dense_s": [[197, 1, 1, "c.i32_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.i32_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.i32_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.i32_sparse_to_dense_s", "output"], [197, 1, 1, "c.i32_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.i32_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.i32_sparse_to_dense_s", "sparse_values"]], "i32_sparsesegmentsum_p": [[196, 1, 1, "c.i32_sparsesegmentsum_p", "in_data"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_data_shape"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_data_shape_size"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_indices"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_indices_size"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "in_segment_ids"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "out_data"], [196, 1, 1, "c.i32_sparsesegmentsum_p", "out_data_shape"]], "i32_sparsesegmentsum_s": [[196, 1, 1, "c.i32_sparsesegmentsum_s", "core_mask"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_data"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_data_shape"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_data_shape_size"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_indices"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_indices_size"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "in_segment_ids"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "out_data"], [196, 1, 1, "c.i32_sparsesegmentsum_s", "out_data_shape"]], "i32_splice_p": [[198, 1, 1, "c.i32_splice_p", "context_dim"], [198, 1, 1, "c.i32_splice_p", "dst_col"], [198, 1, 1, "c.i32_splice_p", "dst_data"], [198, 1, 1, "c.i32_splice_p", "dst_row"], [198, 1, 1, "c.i32_splice_p", "forward_indexes"], [198, 1, 1, "c.i32_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.i32_splice_p", "src_col"], [198, 1, 1, "c.i32_splice_p", "src_data"], [198, 1, 1, "c.i32_splice_p", "src_row"]], "i32_splice_s": [[198, 1, 1, "c.i32_splice_s", "context_dim"], [198, 1, 1, "c.i32_splice_s", "core_mask"], [198, 1, 1, "c.i32_splice_s", "dst_col"], [198, 1, 1, "c.i32_splice_s", "dst_data"], [198, 1, 1, "c.i32_splice_s", "dst_row"], [198, 1, 1, "c.i32_splice_s", "forward_indexes"], [198, 1, 1, "c.i32_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.i32_splice_s", "src_col"], [198, 1, 1, "c.i32_splice_s", "src_data"], [198, 1, 1, "c.i32_splice_s", "src_row"]], "i32_split_p": [[199, 1, 1, "c.i32_split_p", "axis"], [199, 1, 1, "c.i32_split_p", "input"], [199, 1, 1, "c.i32_split_p", "input_ndim"], [199, 1, 1, "c.i32_split_p", "input_shape"], [199, 1, 1, "c.i32_split_p", "num_split"], [199, 1, 1, "c.i32_split_p", "outputs"], [199, 1, 1, "c.i32_split_p", "split_sizes"]], "i32_split_s": [[199, 1, 1, "c.i32_split_s", "axis"], [199, 1, 1, "c.i32_split_s", "core_mask"], [199, 1, 1, "c.i32_split_s", "input"], [199, 1, 1, "c.i32_split_s", "input_ndim"], [199, 1, 1, "c.i32_split_s", "input_shape"], [199, 1, 1, "c.i32_split_s", "num_split"], [199, 1, 1, "c.i32_split_s", "outputs"], [199, 1, 1, "c.i32_split_s", "split_sizes"]], "i32_split_with_overlap_p": [[200, 1, 1, "c.i32_split_with_overlap_p", "axis"], [200, 1, 1, "c.i32_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.i32_split_with_overlap_p", "input"], [200, 1, 1, "c.i32_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.i32_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.i32_split_with_overlap_p", "num_split"], [200, 1, 1, "c.i32_split_with_overlap_p", "outputs"], [200, 1, 1, "c.i32_split_with_overlap_p", "start_indices"]], "i32_split_with_overlap_s": [[200, 1, 1, "c.i32_split_with_overlap_s", "axis"], [200, 1, 1, "c.i32_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.i32_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.i32_split_with_overlap_s", "input"], [200, 1, 1, "c.i32_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.i32_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.i32_split_with_overlap_s", "num_split"], [200, 1, 1, "c.i32_split_with_overlap_s", "outputs"], [200, 1, 1, "c.i32_split_with_overlap_s", "start_indices"]], "i32_sqrt_p": [[201, 1, 1, "c.i32_sqrt_p", "dst_data"], [201, 1, 1, "c.i32_sqrt_p", "length"], [201, 1, 1, "c.i32_sqrt_p", "src_data"]], "i32_sqrt_s": [[201, 1, 1, "c.i32_sqrt_s", "core_mask"], [201, 1, 1, "c.i32_sqrt_s", "dst_data"], [201, 1, 1, "c.i32_sqrt_s", "length"], [201, 1, 1, "c.i32_sqrt_s", "src_data"]], "i32_square_difference_p": [[204, 1, 1, "c.i32_square_difference_p", "input0"], [204, 1, 1, "c.i32_square_difference_p", "input1"], [204, 1, 1, "c.i32_square_difference_p", "output"], [204, 1, 1, "c.i32_square_difference_p", "params"]], "i32_square_difference_s": [[204, 1, 1, "c.i32_square_difference_s", "core_mask"], [204, 1, 1, "c.i32_square_difference_s", "input0"], [204, 1, 1, "c.i32_square_difference_s", "input1"], [204, 1, 1, "c.i32_square_difference_s", "output"], [204, 1, 1, "c.i32_square_difference_s", "params"]], "i32_square_p": [[203, 1, 1, "c.i32_square_p", "dst"], [203, 1, 1, "c.i32_square_p", "length"], [203, 1, 1, "c.i32_square_p", "src"]], "i32_square_s": [[203, 1, 1, "c.i32_square_s", "core_mask"], [203, 1, 1, "c.i32_square_s", "dst"], [203, 1, 1, "c.i32_square_s", "length"], [203, 1, 1, "c.i32_square_s", "src"]], "i32_stack_p": [[206, 1, 1, "c.i32_stack_p", "axis"], [206, 1, 1, "c.i32_stack_p", "input_ndim"], [206, 1, 1, "c.i32_stack_p", "input_shape"], [206, 1, 1, "c.i32_stack_p", "inputs"], [206, 1, 1, "c.i32_stack_p", "num_inputs"], [206, 1, 1, "c.i32_stack_p", "output"]], "i32_stack_s": [[206, 1, 1, "c.i32_stack_s", "axis"], [206, 1, 1, "c.i32_stack_s", "core_mask"], [206, 1, 1, "c.i32_stack_s", "input_ndim"], [206, 1, 1, "c.i32_stack_s", "input_shape"], [206, 1, 1, "c.i32_stack_s", "inputs"], [206, 1, 1, "c.i32_stack_s", "num_inputs"], [206, 1, 1, "c.i32_stack_s", "output"]], "i32_sub_p": [[209, 1, 1, "c.i32_sub_p", "input0"], [209, 1, 1, "c.i32_sub_p", "input1"], [209, 1, 1, "c.i32_sub_p", "output"], [209, 1, 1, "c.i32_sub_p", "param"]], "i32_sub_s": [[209, 1, 1, "c.i32_sub_s", "core_mask"], [209, 1, 1, "c.i32_sub_s", "input0"], [209, 1, 1, "c.i32_sub_s", "input1"], [209, 1, 1, "c.i32_sub_s", "output"], [209, 1, 1, "c.i32_sub_s", "param"]], "i32_tensor_scatter_add_p": [[213, 1, 1, "c.i32_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "input"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "output"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.i32_tensor_scatter_add_p", "updates"]], "i32_tensor_scatter_add_s": [[213, 1, 1, "c.i32_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "input"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "output"], [213, 1, 1, "c.i32_tensor_scatter_add_s", "updates"]], "i32_tensorarrayread_p": [[215, 1, 1, "c.i32_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.i32_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.i32_tensorarrayread_p", "index"], [215, 1, 1, "c.i32_tensorarrayread_p", "output_data"], [215, 1, 1, "c.i32_tensorarrayread_p", "output_size"]], "i32_tensorarrayread_s": [[215, 1, 1, "c.i32_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.i32_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.i32_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.i32_tensorarrayread_s", "index"], [215, 1, 1, "c.i32_tensorarrayread_s", "output_data"], [215, 1, 1, "c.i32_tensorarrayread_s", "output_size"]], "i32_tensorlist_from_tensor_p": [[217, 1, 1, "c.i32_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.i32_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.i32_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.i32_tensorlist_from_tensor_p", "output_tensors"]], "i32_tensorlist_from_tensor_s": [[217, 1, 1, "c.i32_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.i32_tensorlist_from_tensor_s", "output_tensors"]], "i32_tensorlist_stack_p": [[221, 1, 1, "c.i32_tensorlist_stack_p", "output_data"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_data"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_data_type"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_element_nums"], [221, 1, 1, "c.i32_tensorlist_stack_p", "tensor_num"], [221, 1, 1, "c.i32_tensorlist_stack_p", "unknown_type_offset"]], "i32_tensorlist_stack_s": [[221, 1, 1, "c.i32_tensorlist_stack_s", "core_mask"], [221, 1, 1, "c.i32_tensorlist_stack_s", "output_data"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_data"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_data_type"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_element_nums"], [221, 1, 1, "c.i32_tensorlist_stack_s", "tensor_num"], [221, 1, 1, "c.i32_tensorlist_stack_s", "unknown_type_offset"]], "i32_tile_p": [[222, 1, 1, "c.i32_tile_p", "input"], [222, 1, 1, "c.i32_tile_p", "input_shape"], [222, 1, 1, "c.i32_tile_p", "output"], [222, 1, 1, "c.i32_tile_p", "stride"], [222, 1, 1, "c.i32_tile_p", "tile_dim"], [222, 1, 1, "c.i32_tile_p", "tile_num"]], "i32_tile_s": [[222, 1, 1, "c.i32_tile_s", "core_mask"], [222, 1, 1, "c.i32_tile_s", "input"], [222, 1, 1, "c.i32_tile_s", "input_shape"], [222, 1, 1, "c.i32_tile_s", "output"], [222, 1, 1, "c.i32_tile_s", "stride"], [222, 1, 1, "c.i32_tile_s", "tile_dim"], [222, 1, 1, "c.i32_tile_s", "tile_num"]], "i32_transpose_p": [[224, 1, 1, "c.i32_transpose_p", "in_data"], [224, 1, 1, "c.i32_transpose_p", "num_axes"], [224, 1, 1, "c.i32_transpose_p", "out_data"], [224, 1, 1, "c.i32_transpose_p", "out_strides"], [224, 1, 1, "c.i32_transpose_p", "output_shape"], [224, 1, 1, "c.i32_transpose_p", "perm"], [224, 1, 1, "c.i32_transpose_p", "strides"]], "i32_transpose_s": [[224, 1, 1, "c.i32_transpose_s", "core_mask"], [224, 1, 1, "c.i32_transpose_s", "in_data"], [224, 1, 1, "c.i32_transpose_s", "num_axes"], [224, 1, 1, "c.i32_transpose_s", "out_data"], [224, 1, 1, "c.i32_transpose_s", "out_strides"], [224, 1, 1, "c.i32_transpose_s", "output_shape"], [224, 1, 1, "c.i32_transpose_s", "perm"], [224, 1, 1, "c.i32_transpose_s", "strides"]], "i32_tril_p": [[225, 1, 1, "c.i32_tril_p", "dst"], [225, 1, 1, "c.i32_tril_p", "height"], [225, 1, 1, "c.i32_tril_p", "k"], [225, 1, 1, "c.i32_tril_p", "out_elems"], [225, 1, 1, "c.i32_tril_p", "src"], [225, 1, 1, "c.i32_tril_p", "width"]], "i32_tril_s": [[225, 1, 1, "c.i32_tril_s", "core_mask"], [225, 1, 1, "c.i32_tril_s", "dst"], [225, 1, 1, "c.i32_tril_s", "height"], [225, 1, 1, "c.i32_tril_s", "k"], [225, 1, 1, "c.i32_tril_s", "out_elems"], [225, 1, 1, "c.i32_tril_s", "src"], [225, 1, 1, "c.i32_tril_s", "width"]], "i32_triu_p": [[226, 1, 1, "c.i32_triu_p", "dst"], [226, 1, 1, "c.i32_triu_p", "height"], [226, 1, 1, "c.i32_triu_p", "k"], [226, 1, 1, "c.i32_triu_p", "out_elems"], [226, 1, 1, "c.i32_triu_p", "src"], [226, 1, 1, "c.i32_triu_p", "width"]], "i32_triu_s": [[226, 1, 1, "c.i32_triu_s", "core_mask"], [226, 1, 1, "c.i32_triu_s", "dst"], [226, 1, 1, "c.i32_triu_s", "height"], [226, 1, 1, "c.i32_triu_s", "k"], [226, 1, 1, "c.i32_triu_s", "out_elems"], [226, 1, 1, "c.i32_triu_s", "src"], [226, 1, 1, "c.i32_triu_s", "width"]], "i32_unsorted_segment_sum_p": [[229, 1, 1, "c.i32_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.i32_unsorted_segment_sum_p", "output"]], "i32_unsorted_segment_sum_s": [[229, 1, 1, "c.i32_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.i32_unsorted_segment_sum_s", "output"]], "i32_where_p": [[232, 1, 1, "c.i32_where_p", "condition"], [232, 1, 1, "c.i32_where_p", "input0"], [232, 1, 1, "c.i32_where_p", "input1"], [232, 1, 1, "c.i32_where_p", "length"], [232, 1, 1, "c.i32_where_p", "output"]], "i32_where_s": [[232, 1, 1, "c.i32_where_s", "condition"], [232, 1, 1, "c.i32_where_s", "core_mask"], [232, 1, 1, "c.i32_where_s", "input0"], [232, 1, 1, "c.i32_where_s", "input1"], [232, 1, 1, "c.i32_where_s", "length"], [232, 1, 1, "c.i32_where_s", "output"]], "i32_zerolike_p": [[233, 1, 1, "c.i32_zerolike_p", "length"], [233, 1, 1, "c.i32_zerolike_p", "output"]], "i32_zerolike_s": [[233, 1, 1, "c.i32_zerolike_s", "core_mask"], [233, 1, 1, "c.i32_zerolike_s", "length"], [233, 1, 1, "c.i32_zerolike_s", "output"]], "i8_Gru_p": [[101, 1, 1, "c.i8_Gru_p", "buffer"], [101, 1, 1, "c.i8_Gru_p", "core_mask"], [101, 1, 1, "c.i8_Gru_p", "gru_param"], [101, 1, 1, "c.i8_Gru_p", "hidden_state"], [101, 1, 1, "c.i8_Gru_p", "input"], [101, 1, 1, "c.i8_Gru_p", "input_bias"], [101, 1, 1, "c.i8_Gru_p", "output"], [101, 1, 1, "c.i8_Gru_p", "state_bias"], [101, 1, 1, "c.i8_Gru_p", "weight_g"], [101, 1, 1, "c.i8_Gru_p", "weight_r"]], "i8_Gru_s": [[101, 1, 1, "c.i8_Gru_s", "buffer"], [101, 1, 1, "c.i8_Gru_s", "core_mask"], [101, 1, 1, "c.i8_Gru_s", "gru_param"], [101, 1, 1, "c.i8_Gru_s", "hidden_state"], [101, 1, 1, "c.i8_Gru_s", "input"], [101, 1, 1, "c.i8_Gru_s", "input_bias"], [101, 1, 1, "c.i8_Gru_s", "output"], [101, 1, 1, "c.i8_Gru_s", "state_bias"], [101, 1, 1, "c.i8_Gru_s", "weight_g"], [101, 1, 1, "c.i8_Gru_s", "weight_r"]], "i8_Unique_p": [[228, 1, 1, "c.i8_Unique_p", "input"], [228, 1, 1, "c.i8_Unique_p", "input_len"], [228, 1, 1, "c.i8_Unique_p", "output0"], [228, 1, 1, "c.i8_Unique_p", "output0_len"]], "i8_Unique_s": [[228, 1, 1, "c.i8_Unique_s", "core_mask"], [228, 1, 1, "c.i8_Unique_s", "input"], [228, 1, 1, "c.i8_Unique_s", "input_len"], [228, 1, 1, "c.i8_Unique_s", "output0"], [228, 1, 1, "c.i8_Unique_s", "output0_len"]], "i8_abs_p": [[12, 1, 1, "c.i8_abs_p", "dst_data"], [12, 1, 1, "c.i8_abs_p", "length"], [12, 1, 1, "c.i8_abs_p", "src_data"]], "i8_abs_s": [[12, 1, 1, "c.i8_abs_s", "core_mask"], [12, 1, 1, "c.i8_abs_s", "dst_data"], [12, 1, 1, "c.i8_abs_s", "length"], [12, 1, 1, "c.i8_abs_s", "src_data"]], "i8_add_p": [[18, 1, 1, "c.i8_add_p", "input0"], [18, 1, 1, "c.i8_add_p", "input1"], [18, 1, 1, "c.i8_add_p", "output"], [18, 1, 1, "c.i8_add_p", "param"]], "i8_add_s": [[18, 1, 1, "c.i8_add_s", "core_mask"], [18, 1, 1, "c.i8_add_s", "input0"], [18, 1, 1, "c.i8_add_s", "input1"], [18, 1, 1, "c.i8_add_s", "output"], [18, 1, 1, "c.i8_add_s", "param"]], "i8_adder_p": [[20, 1, 1, "c.i8_adder_p", "bias"], [20, 1, 1, "c.i8_adder_p", "conv_param"], [20, 1, 1, "c.i8_adder_p", "input_w"], [20, 1, 1, "c.i8_adder_p", "input_x"], [20, 1, 1, "c.i8_adder_p", "out_y"]], "i8_adder_s": [[20, 1, 1, "c.i8_adder_s", "bias"], [20, 1, 1, "c.i8_adder_s", "conv_param"], [20, 1, 1, "c.i8_adder_s", "core_mask"], [20, 1, 1, "c.i8_adder_s", "input_w"], [20, 1, 1, "c.i8_adder_s", "input_x"], [20, 1, 1, "c.i8_adder_s", "out_y"]], "i8_addn_p": [[21, 1, 1, "c.i8_addn_p", "element_nums"], [21, 1, 1, "c.i8_addn_p", "inputs"], [21, 1, 1, "c.i8_addn_p", "output"], [21, 1, 1, "c.i8_addn_p", "tensor_num"]], "i8_addn_s": [[21, 1, 1, "c.i8_addn_s", "core_mask"], [21, 1, 1, "c.i8_addn_s", "element_nums"], [21, 1, 1, "c.i8_addn_s", "inputs"], [21, 1, 1, "c.i8_addn_s", "output"], [21, 1, 1, "c.i8_addn_s", "tensor_num"]], "i8_affine_p": [[22, 1, 1, "c.i8_affine_p", "input0"], [22, 1, 1, "c.i8_affine_p", "input1"], [22, 1, 1, "c.i8_affine_p", "input2"], [22, 1, 1, "c.i8_affine_p", "output"], [22, 1, 1, "c.i8_affine_p", "params"]], "i8_affine_s": [[22, 1, 1, "c.i8_affine_s", "core_mask"], [22, 1, 1, "c.i8_affine_s", "input0"], [22, 1, 1, "c.i8_affine_s", "input1"], [22, 1, 1, "c.i8_affine_s", "input2"], [22, 1, 1, "c.i8_affine_s", "output"], [22, 1, 1, "c.i8_affine_s", "params"]], "i8_all_gather_p": [[24, 1, 1, "c.i8_all_gather_p", "data_size"], [24, 1, 1, "c.i8_all_gather_p", "input"], [24, 1, 1, "c.i8_all_gather_p", "input_rank"], [24, 1, 1, "c.i8_all_gather_p", "output"], [24, 1, 1, "c.i8_all_gather_p", "output_rank"]], "i8_all_gather_s": [[24, 1, 1, "c.i8_all_gather_s", "core_mask"], [24, 1, 1, "c.i8_all_gather_s", "data_size"], [24, 1, 1, "c.i8_all_gather_s", "input"], [24, 1, 1, "c.i8_all_gather_s", "input_rank"], [24, 1, 1, "c.i8_all_gather_s", "output"], [24, 1, 1, "c.i8_all_gather_s", "output_rank"]], "i8_assert_p": [[28, 1, 1, "c.i8_assert_p", "input"], [28, 1, 1, "c.i8_assert_p", "output"]], "i8_assert_s": [[28, 1, 1, "c.i8_assert_s", "core_mask"], [28, 1, 1, "c.i8_assert_s", "input"], [28, 1, 1, "c.i8_assert_s", "output"]], "i8_assign_add_p": [[30, 1, 1, "c.i8_assign_add_p", "input"], [30, 1, 1, "c.i8_assign_add_p", "length"], [30, 1, 1, "c.i8_assign_add_p", "output"]], "i8_assign_add_s": [[30, 1, 1, "c.i8_assign_add_s", "core_mask"], [30, 1, 1, "c.i8_assign_add_s", "input"], [30, 1, 1, "c.i8_assign_add_s", "length"], [30, 1, 1, "c.i8_assign_add_s", "output"]], "i8_assign_p": [[29, 1, 1, "c.i8_assign_p", "dst"], [29, 1, 1, "c.i8_assign_p", "length"], [29, 1, 1, "c.i8_assign_p", "src"]], "i8_assign_s": [[29, 1, 1, "c.i8_assign_s", "core_mask"], [29, 1, 1, "c.i8_assign_s", "dst"], [29, 1, 1, "c.i8_assign_s", "length"], [29, 1, 1, "c.i8_assign_s", "src"]], "i8_avgpool_fusion_p": [[34, 1, 1, "c.i8_avgpool_fusion_p", "input"], [34, 1, 1, "c.i8_avgpool_fusion_p", "output"], [34, 1, 1, "c.i8_avgpool_fusion_p", "params"]], "i8_avgpool_fusion_s": [[34, 1, 1, "c.i8_avgpool_fusion_s", "core_mask"], [34, 1, 1, "c.i8_avgpool_fusion_s", "input"], [34, 1, 1, "c.i8_avgpool_fusion_s", "output"], [34, 1, 1, "c.i8_avgpool_fusion_s", "params"]], "i8_batch_norm_p": [[36, 1, 1, "c.i8_batch_norm_p", "channel"], [36, 1, 1, "c.i8_batch_norm_p", "epsilon"], [36, 1, 1, "c.i8_batch_norm_p", "input"], [36, 1, 1, "c.i8_batch_norm_p", "mean"], [36, 1, 1, "c.i8_batch_norm_p", "output"], [36, 1, 1, "c.i8_batch_norm_p", "unit"], [36, 1, 1, "c.i8_batch_norm_p", "variance"]], "i8_batch_norm_s": [[36, 1, 1, "c.i8_batch_norm_s", "channel"], [36, 1, 1, "c.i8_batch_norm_s", "core_mask"], [36, 1, 1, "c.i8_batch_norm_s", "epsilon"], [36, 1, 1, "c.i8_batch_norm_s", "input"], [36, 1, 1, "c.i8_batch_norm_s", "mean"], [36, 1, 1, "c.i8_batch_norm_s", "output"], [36, 1, 1, "c.i8_batch_norm_s", "unit"], [36, 1, 1, "c.i8_batch_norm_s", "variance"]], "i8_batch_to_space_p": [[35, 1, 1, "c.i8_batch_to_space_p", "block"], [35, 1, 1, "c.i8_batch_to_space_p", "crops"], [35, 1, 1, "c.i8_batch_to_space_p", "in_shape"], [35, 1, 1, "c.i8_batch_to_space_p", "input"], [35, 1, 1, "c.i8_batch_to_space_p", "output"]], "i8_batch_to_space_s": [[35, 1, 1, "c.i8_batch_to_space_s", "block"], [35, 1, 1, "c.i8_batch_to_space_s", "core_mask"], [35, 1, 1, "c.i8_batch_to_space_s", "crops"], [35, 1, 1, "c.i8_batch_to_space_s", "in_shape"], [35, 1, 1, "c.i8_batch_to_space_s", "input"], [35, 1, 1, "c.i8_batch_to_space_s", "output"]], "i8_batchtospacend_p": [[38, 1, 1, "c.i8_batchtospacend_p", "block_size"], [38, 1, 1, "c.i8_batchtospacend_p", "crops"], [38, 1, 1, "c.i8_batchtospacend_p", "data_size"], [38, 1, 1, "c.i8_batchtospacend_p", "input"], [38, 1, 1, "c.i8_batchtospacend_p", "input_shape"], [38, 1, 1, "c.i8_batchtospacend_p", "output"]], "i8_batchtospacend_s": [[38, 1, 1, "c.i8_batchtospacend_s", "block_size"], [38, 1, 1, "c.i8_batchtospacend_s", "core_mask"], [38, 1, 1, "c.i8_batchtospacend_s", "crops"], [38, 1, 1, "c.i8_batchtospacend_s", "data_size"], [38, 1, 1, "c.i8_batchtospacend_s", "input"], [38, 1, 1, "c.i8_batchtospacend_s", "input_shape"], [38, 1, 1, "c.i8_batchtospacend_s", "output"]], "i8_bias_add_p": [[39, 1, 1, "c.i8_bias_add_p", "data_format"], [39, 1, 1, "c.i8_bias_add_p", "dims"], [39, 1, 1, "c.i8_bias_add_p", "input_bias"], [39, 1, 1, "c.i8_bias_add_p", "input_x"], [39, 1, 1, "c.i8_bias_add_p", "length"], [39, 1, 1, "c.i8_bias_add_p", "output"], [39, 1, 1, "c.i8_bias_add_p", "shape_size"]], "i8_bias_add_s": [[39, 1, 1, "c.i8_bias_add_s", "core_mask"], [39, 1, 1, "c.i8_bias_add_s", "data_format"], [39, 1, 1, "c.i8_bias_add_s", "dims"], [39, 1, 1, "c.i8_bias_add_s", "input_bias"], [39, 1, 1, "c.i8_bias_add_s", "input_x"], [39, 1, 1, "c.i8_bias_add_s", "length"], [39, 1, 1, "c.i8_bias_add_s", "output"], [39, 1, 1, "c.i8_bias_add_s", "shape_size"]], "i8_binary_cross_entropy_p": [[42, 1, 1, "c.i8_binary_cross_entropy_p", "input_x"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "input_y"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "loss"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "params"], [42, 1, 1, "c.i8_binary_cross_entropy_p", "weight"]], "i8_binary_cross_entropy_s": [[42, 1, 1, "c.i8_binary_cross_entropy_s", "core_mask"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "input_x"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "input_y"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "loss"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "params"], [42, 1, 1, "c.i8_binary_cross_entropy_s", "weight"]], "i8_broadcastto_p": [[43, 1, 1, "c.i8_broadcastto_p", "data_size"], [43, 1, 1, "c.i8_broadcastto_p", "input"], [43, 1, 1, "c.i8_broadcastto_p", "input_shape"], [43, 1, 1, "c.i8_broadcastto_p", "input_shape_size"], [43, 1, 1, "c.i8_broadcastto_p", "output"], [43, 1, 1, "c.i8_broadcastto_p", "output_shape"], [43, 1, 1, "c.i8_broadcastto_p", "output_shape_size"]], "i8_broadcastto_s": [[43, 1, 1, "c.i8_broadcastto_s", "core_mask"], [43, 1, 1, "c.i8_broadcastto_s", "data_size"], [43, 1, 1, "c.i8_broadcastto_s", "input"], [43, 1, 1, "c.i8_broadcastto_s", "input_shape"], [43, 1, 1, "c.i8_broadcastto_s", "input_shape_size"], [43, 1, 1, "c.i8_broadcastto_s", "output"], [43, 1, 1, "c.i8_broadcastto_s", "output_shape"], [43, 1, 1, "c.i8_broadcastto_s", "output_shape_size"]], "i8_cast_to_fp_p": [[45, 1, 1, "c.i8_cast_to_fp_p", "input"], [45, 1, 1, "c.i8_cast_to_fp_p", "length"], [45, 1, 1, "c.i8_cast_to_fp_p", "output"]], "i8_cast_to_fp_s": [[45, 1, 1, "c.i8_cast_to_fp_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_fp_s", "input"], [45, 1, 1, "c.i8_cast_to_fp_s", "length"], [45, 1, 1, "c.i8_cast_to_fp_s", "output"]], "i8_cast_to_i16_p": [[45, 1, 1, "c.i8_cast_to_i16_p", "input"], [45, 1, 1, "c.i8_cast_to_i16_p", "length"], [45, 1, 1, "c.i8_cast_to_i16_p", "output"]], "i8_cast_to_i16_s": [[45, 1, 1, "c.i8_cast_to_i16_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_i16_s", "input"], [45, 1, 1, "c.i8_cast_to_i16_s", "length"], [45, 1, 1, "c.i8_cast_to_i16_s", "output"]], "i8_cast_to_i32_p": [[45, 1, 1, "c.i8_cast_to_i32_p", "input"], [45, 1, 1, "c.i8_cast_to_i32_p", "length"], [45, 1, 1, "c.i8_cast_to_i32_p", "output"]], "i8_cast_to_i32_s": [[45, 1, 1, "c.i8_cast_to_i32_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_i32_s", "input"], [45, 1, 1, "c.i8_cast_to_i32_s", "length"], [45, 1, 1, "c.i8_cast_to_i32_s", "output"]], "i8_cast_to_i8_p": [[45, 1, 1, "c.i8_cast_to_i8_p", "input"], [45, 1, 1, "c.i8_cast_to_i8_p", "length"], [45, 1, 1, "c.i8_cast_to_i8_p", "output"]], "i8_cast_to_i8_s": [[45, 1, 1, "c.i8_cast_to_i8_s", "core_mask"], [45, 1, 1, "c.i8_cast_to_i8_s", "input"], [45, 1, 1, "c.i8_cast_to_i8_s", "length"], [45, 1, 1, "c.i8_cast_to_i8_s", "output"]], "i8_celu_p": [[14, 1, 1, "c.i8_celu_p", "Input0"], [14, 1, 1, "c.i8_celu_p", "alpha"], [14, 1, 1, "c.i8_celu_p", "length"], [14, 1, 1, "c.i8_celu_p", "output"]], "i8_celu_s": [[14, 1, 1, "c.i8_celu_s", "Input0"], [14, 1, 1, "c.i8_celu_s", "alpha"], [14, 1, 1, "c.i8_celu_s", "core_mask"], [14, 1, 1, "c.i8_celu_s", "length"], [14, 1, 1, "c.i8_celu_s", "output"]], "i8_clip_p": [[14, 1, 1, "c.i8_clip_p", "Input0"], [47, 1, 1, "c.i8_clip_p", "dst"], [14, 1, 1, "c.i8_clip_p", "length"], [47, 1, 1, "c.i8_clip_p", "length"], [47, 1, 1, "c.i8_clip_p", "max"], [14, 1, 1, "c.i8_clip_p", "max_val"], [47, 1, 1, "c.i8_clip_p", "min"], [14, 1, 1, "c.i8_clip_p", "min_val"], [14, 1, 1, "c.i8_clip_p", "output"], [47, 1, 1, "c.i8_clip_p", "src"]], "i8_clip_s": [[14, 1, 1, "c.i8_clip_s", "Input0"], [14, 1, 1, "c.i8_clip_s", "core_mask"], [47, 1, 1, "c.i8_clip_s", "core_mask"], [47, 1, 1, "c.i8_clip_s", "dst"], [14, 1, 1, "c.i8_clip_s", "length"], [47, 1, 1, "c.i8_clip_s", "length"], [47, 1, 1, "c.i8_clip_s", "max"], [14, 1, 1, "c.i8_clip_s", "max_val"], [47, 1, 1, "c.i8_clip_s", "min"], [14, 1, 1, "c.i8_clip_s", "min_val"], [14, 1, 1, "c.i8_clip_s", "output"], [47, 1, 1, "c.i8_clip_s", "src"]], "i8_concat_p": [[48, 1, 1, "c.i8_concat_p", "axis"], [48, 1, 1, "c.i8_concat_p", "input_ndim"], [48, 1, 1, "c.i8_concat_p", "input_shapes"], [48, 1, 1, "c.i8_concat_p", "inputs"], [48, 1, 1, "c.i8_concat_p", "num_inputs"], [48, 1, 1, "c.i8_concat_p", "output"]], "i8_concat_s": [[48, 1, 1, "c.i8_concat_s", "axis"], [48, 1, 1, "c.i8_concat_s", "core_mask"], [48, 1, 1, "c.i8_concat_s", "input_ndim"], [48, 1, 1, "c.i8_concat_s", "input_shapes"], [48, 1, 1, "c.i8_concat_s", "inputs"], [48, 1, 1, "c.i8_concat_s", "num_inputs"], [48, 1, 1, "c.i8_concat_s", "output"]], "i8_constant_of_shape_p": [[49, 1, 1, "c.i8_constant_of_shape_p", "end"], [49, 1, 1, "c.i8_constant_of_shape_p", "output"], [49, 1, 1, "c.i8_constant_of_shape_p", "start"], [49, 1, 1, "c.i8_constant_of_shape_p", "value"]], "i8_constant_of_shape_s": [[49, 1, 1, "c.i8_constant_of_shape_s", "core_mask"], [49, 1, 1, "c.i8_constant_of_shape_s", "end"], [49, 1, 1, "c.i8_constant_of_shape_s", "output"], [49, 1, 1, "c.i8_constant_of_shape_s", "start"], [49, 1, 1, "c.i8_constant_of_shape_s", "value"]], "i8_conv2d_p": [[50, 1, 1, "c.i8_conv2d_p", "bias"], [50, 1, 1, "c.i8_conv2d_p", "conv_param"], [50, 1, 1, "c.i8_conv2d_p", "core_mask"], [50, 1, 1, "c.i8_conv2d_p", "input_w"], [50, 1, 1, "c.i8_conv2d_p", "input_x"], [50, 1, 1, "c.i8_conv2d_p", "out_y"], [50, 1, 1, "c.i8_conv2d_p", "quant_param"]], "i8_conv2d_s": [[50, 1, 1, "c.i8_conv2d_s", "bias"], [50, 1, 1, "c.i8_conv2d_s", "conv_param"], [50, 1, 1, "c.i8_conv2d_s", "core_mask"], [50, 1, 1, "c.i8_conv2d_s", "input_w"], [50, 1, 1, "c.i8_conv2d_s", "input_x"], [50, 1, 1, "c.i8_conv2d_s", "out_y"], [50, 1, 1, "c.i8_conv2d_s", "quant_param"]], "i8_convtranspose_p": [[51, 1, 1, "c.i8_convtranspose_p", "bias"], [51, 1, 1, "c.i8_convtranspose_p", "conv_param"], [51, 1, 1, "c.i8_convtranspose_p", "core_mask"], [51, 1, 1, "c.i8_convtranspose_p", "input_w"], [51, 1, 1, "c.i8_convtranspose_p", "input_x"], [51, 1, 1, "c.i8_convtranspose_p", "out_y"]], "i8_convtranspose_s": [[51, 1, 1, "c.i8_convtranspose_s", "bias"], [51, 1, 1, "c.i8_convtranspose_s", "conv_param"], [51, 1, 1, "c.i8_convtranspose_s", "core_mask"], [51, 1, 1, "c.i8_convtranspose_s", "input_w"], [51, 1, 1, "c.i8_convtranspose_s", "input_x"], [51, 1, 1, "c.i8_convtranspose_s", "out_y"]], "i8_cos_p": [[54, 1, 1, "c.i8_cos_p", "dst_data"], [54, 1, 1, "c.i8_cos_p", "length"], [54, 1, 1, "c.i8_cos_p", "src_data"]], "i8_cos_s": [[54, 1, 1, "c.i8_cos_s", "core_mask"], [54, 1, 1, "c.i8_cos_s", "dst_data"], [54, 1, 1, "c.i8_cos_s", "length"], [54, 1, 1, "c.i8_cos_s", "src_data"]], "i8_crop_and_resize_anycore": [[56, 1, 1, "c.i8_crop_and_resize_anycore", "box_idx"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "boxes"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "core_mask"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "dst"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "extrapolation_value"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "param"], [56, 1, 1, "c.i8_crop_and_resize_anycore", "src"]], "i8_cum_sum_p": [[57, 1, 1, "c.i8_cum_sum_p", "axis_dim"], [57, 1, 1, "c.i8_cum_sum_p", "exclusive"], [57, 1, 1, "c.i8_cum_sum_p", "inner_dim"], [57, 1, 1, "c.i8_cum_sum_p", "input"], [57, 1, 1, "c.i8_cum_sum_p", "out_dim"], [57, 1, 1, "c.i8_cum_sum_p", "output"]], "i8_cum_sum_s": [[57, 1, 1, "c.i8_cum_sum_s", "axis_dim"], [57, 1, 1, "c.i8_cum_sum_s", "core_mask"], [57, 1, 1, "c.i8_cum_sum_s", "exclusive"], [57, 1, 1, "c.i8_cum_sum_s", "inner_dim"], [57, 1, 1, "c.i8_cum_sum_s", "input"], [57, 1, 1, "c.i8_cum_sum_s", "out_dim"], [57, 1, 1, "c.i8_cum_sum_s", "output"]], "i8_depthtospace_p": [[64, 1, 1, "c.i8_depthtospace_p", "block_size"], [64, 1, 1, "c.i8_depthtospace_p", "data_size"], [64, 1, 1, "c.i8_depthtospace_p", "in_shape"], [64, 1, 1, "c.i8_depthtospace_p", "input"], [64, 1, 1, "c.i8_depthtospace_p", "output"]], "i8_depthtospace_s": [[64, 1, 1, "c.i8_depthtospace_s", "block_size"], [64, 1, 1, "c.i8_depthtospace_s", "core_mask"], [64, 1, 1, "c.i8_depthtospace_s", "data_size"], [64, 1, 1, "c.i8_depthtospace_s", "in_shape"], [64, 1, 1, "c.i8_depthtospace_s", "input"], [64, 1, 1, "c.i8_depthtospace_s", "output"]], "i8_detection_post_process_p": [[65, 1, 1, "c.i8_detection_post_process_p", "anchors"], [65, 1, 1, "c.i8_detection_post_process_p", "input_boxes"], [65, 1, 1, "c.i8_detection_post_process_p", "input_scores"], [65, 1, 1, "c.i8_detection_post_process_p", "output_boxes"], [65, 1, 1, "c.i8_detection_post_process_p", "output_classes"], [65, 1, 1, "c.i8_detection_post_process_p", "output_num"], [65, 1, 1, "c.i8_detection_post_process_p", "output_scores"], [65, 1, 1, "c.i8_detection_post_process_p", "param"]], "i8_detection_post_process_s": [[65, 1, 1, "c.i8_detection_post_process_s", "anchors"], [65, 1, 1, "c.i8_detection_post_process_s", "core_mask"], [65, 1, 1, "c.i8_detection_post_process_s", "input_boxes"], [65, 1, 1, "c.i8_detection_post_process_s", "input_scores"], [65, 1, 1, "c.i8_detection_post_process_s", "output_boxes"], [65, 1, 1, "c.i8_detection_post_process_s", "output_classes"], [65, 1, 1, "c.i8_detection_post_process_s", "output_num"], [65, 1, 1, "c.i8_detection_post_process_s", "output_scores"], [65, 1, 1, "c.i8_detection_post_process_s", "param"]], "i8_div_p": [[66, 1, 1, "c.i8_div_p", "input0"], [66, 1, 1, "c.i8_div_p", "input1"], [66, 1, 1, "c.i8_div_p", "output"], [66, 1, 1, "c.i8_div_p", "param"]], "i8_div_s": [[66, 1, 1, "c.i8_div_s", "core_mask"], [66, 1, 1, "c.i8_div_s", "input0"], [66, 1, 1, "c.i8_div_s", "input1"], [66, 1, 1, "c.i8_div_s", "output"], [66, 1, 1, "c.i8_div_s", "param"]], "i8_eltwise_p": [[72, 1, 1, "c.i8_eltwise_p", "Input0"], [72, 1, 1, "c.i8_eltwise_p", "Input1"], [72, 1, 1, "c.i8_eltwise_p", "eltwise_mode_"], [72, 1, 1, "c.i8_eltwise_p", "length"], [72, 1, 1, "c.i8_eltwise_p", "output"]], "i8_eltwise_s": [[72, 1, 1, "c.i8_eltwise_s", "Input0"], [72, 1, 1, "c.i8_eltwise_s", "Input1"], [72, 1, 1, "c.i8_eltwise_s", "core_mask"], [72, 1, 1, "c.i8_eltwise_s", "eltwise_mode_"], [72, 1, 1, "c.i8_eltwise_s", "length"], [72, 1, 1, "c.i8_eltwise_s", "output"]], "i8_elu_p": [[14, 1, 1, "c.i8_elu_p", "Input0"], [14, 1, 1, "c.i8_elu_p", "alpha"], [73, 1, 1, "c.i8_elu_p", "alpha"], [73, 1, 1, "c.i8_elu_p", "input"], [14, 1, 1, "c.i8_elu_p", "length"], [73, 1, 1, "c.i8_elu_p", "length"], [14, 1, 1, "c.i8_elu_p", "output"], [73, 1, 1, "c.i8_elu_p", "output"]], "i8_elu_s": [[14, 1, 1, "c.i8_elu_s", "Input0"], [14, 1, 1, "c.i8_elu_s", "alpha"], [73, 1, 1, "c.i8_elu_s", "alpha"], [14, 1, 1, "c.i8_elu_s", "core_mask"], [73, 1, 1, "c.i8_elu_s", "core_mask"], [73, 1, 1, "c.i8_elu_s", "input"], [14, 1, 1, "c.i8_elu_s", "length"], [73, 1, 1, "c.i8_elu_s", "length"], [14, 1, 1, "c.i8_elu_s", "output"], [73, 1, 1, "c.i8_elu_s", "output"]], "i8_equal_p": [[75, 1, 1, "c.i8_equal_p", "Input0"], [75, 1, 1, "c.i8_equal_p", "Input1"], [75, 1, 1, "c.i8_equal_p", "output"], [75, 1, 1, "c.i8_equal_p", "params"]], "i8_equal_s": [[75, 1, 1, "c.i8_equal_s", "Input0"], [75, 1, 1, "c.i8_equal_s", "Input1"], [75, 1, 1, "c.i8_equal_s", "core_mask"], [75, 1, 1, "c.i8_equal_s", "output"], [75, 1, 1, "c.i8_equal_s", "params"]], "i8_exp_p": [[78, 1, 1, "c.i8_exp_p", "dst_data"], [78, 1, 1, "c.i8_exp_p", "in_scale"], [78, 1, 1, "c.i8_exp_p", "length"], [78, 1, 1, "c.i8_exp_p", "out_scale"], [78, 1, 1, "c.i8_exp_p", "scale"], [78, 1, 1, "c.i8_exp_p", "src_data"]], "i8_exp_s": [[78, 1, 1, "c.i8_exp_s", "core_mask"], [78, 1, 1, "c.i8_exp_s", "dst_data"], [78, 1, 1, "c.i8_exp_s", "in_scale"], [78, 1, 1, "c.i8_exp_s", "length"], [78, 1, 1, "c.i8_exp_s", "out_scale"], [78, 1, 1, "c.i8_exp_s", "scale"], [78, 1, 1, "c.i8_exp_s", "src_data"]], "i8_extract_features_p": [[59, 1, 1, "c.i8_extract_features_p", "num_strings"], [59, 1, 1, "c.i8_extract_features_p", "output_labels"], [59, 1, 1, "c.i8_extract_features_p", "output_weights"], [59, 1, 1, "c.i8_extract_features_p", "string_lengths"], [59, 1, 1, "c.i8_extract_features_p", "string_pointers"]], "i8_extract_features_s": [[59, 1, 1, "c.i8_extract_features_s", "core_mask"], [59, 1, 1, "c.i8_extract_features_s", "num_strings"], [59, 1, 1, "c.i8_extract_features_s", "output_labels"], [59, 1, 1, "c.i8_extract_features_s", "output_weights"], [59, 1, 1, "c.i8_extract_features_s", "string_lengths"], [59, 1, 1, "c.i8_extract_features_s", "string_pointers"]], "i8_fill_p": [[83, 1, 1, "c.i8_fill_p", "output"], [83, 1, 1, "c.i8_fill_p", "param"], [83, 1, 1, "c.i8_fill_p", "value"]], "i8_fill_s": [[83, 1, 1, "c.i8_fill_s", "core_mask"], [83, 1, 1, "c.i8_fill_s", "output"], [83, 1, 1, "c.i8_fill_s", "param"], [83, 1, 1, "c.i8_fill_s", "value"]], "i8_format_transpose_p": [[90, 1, 1, "c.i8_format_transpose_p", "batch"], [90, 1, 1, "c.i8_format_transpose_p", "channel"], [90, 1, 1, "c.i8_format_transpose_p", "dst_data"], [90, 1, 1, "c.i8_format_transpose_p", "dst_format"], [90, 1, 1, "c.i8_format_transpose_p", "plane"], [90, 1, 1, "c.i8_format_transpose_p", "src_data"], [90, 1, 1, "c.i8_format_transpose_p", "src_format"]], "i8_format_transpose_s": [[90, 1, 1, "c.i8_format_transpose_s", "batch"], [90, 1, 1, "c.i8_format_transpose_s", "channel"], [90, 1, 1, "c.i8_format_transpose_s", "core_mask"], [90, 1, 1, "c.i8_format_transpose_s", "dst_data"], [90, 1, 1, "c.i8_format_transpose_s", "dst_format"], [90, 1, 1, "c.i8_format_transpose_s", "plane"], [90, 1, 1, "c.i8_format_transpose_s", "src_data"], [90, 1, 1, "c.i8_format_transpose_s", "src_format"]], "i8_full_connection_p": [[91, 1, 1, "c.i8_full_connection_p", "A"], [91, 1, 1, "c.i8_full_connection_p", "B"], [91, 1, 1, "c.i8_full_connection_p", "C"], [91, 1, 1, "c.i8_full_connection_p", "bias"], [91, 1, 1, "c.i8_full_connection_p", "params"]], "i8_full_connection_s": [[91, 1, 1, "c.i8_full_connection_s", "A"], [91, 1, 1, "c.i8_full_connection_s", "B"], [91, 1, 1, "c.i8_full_connection_s", "C"], [91, 1, 1, "c.i8_full_connection_s", "bias"], [91, 1, 1, "c.i8_full_connection_s", "core_mask"], [91, 1, 1, "c.i8_full_connection_s", "params"]], "i8_gather_d_p": [[95, 1, 1, "c.i8_gather_d_p", "dim"], [95, 1, 1, "c.i8_gather_d_p", "index"], [95, 1, 1, "c.i8_gather_d_p", "index_shape"], [95, 1, 1, "c.i8_gather_d_p", "input_shape"], [95, 1, 1, "c.i8_gather_d_p", "input_shape_size"], [95, 1, 1, "c.i8_gather_d_p", "input_x"], [95, 1, 1, "c.i8_gather_d_p", "output"]], "i8_gather_d_s": [[95, 1, 1, "c.i8_gather_d_s", "core_mask"], [95, 1, 1, "c.i8_gather_d_s", "dim"], [95, 1, 1, "c.i8_gather_d_s", "index"], [95, 1, 1, "c.i8_gather_d_s", "index_shape"], [95, 1, 1, "c.i8_gather_d_s", "input_shape"], [95, 1, 1, "c.i8_gather_d_s", "input_shape_size"], [95, 1, 1, "c.i8_gather_d_s", "input_x"], [95, 1, 1, "c.i8_gather_d_s", "output"]], "i8_gather_nd_p": [[94, 1, 1, "c.i8_gather_nd_p", "input"], [94, 1, 1, "c.i8_gather_nd_p", "output"], [94, 1, 1, "c.i8_gather_nd_p", "params"]], "i8_gather_nd_s": [[94, 1, 1, "c.i8_gather_nd_s", "core_mask"], [94, 1, 1, "c.i8_gather_nd_s", "input"], [94, 1, 1, "c.i8_gather_nd_s", "output"], [94, 1, 1, "c.i8_gather_nd_s", "params"]], "i8_gather_p": [[93, 1, 1, "c.i8_gather_p", "indices"], [93, 1, 1, "c.i8_gather_p", "input"], [93, 1, 1, "c.i8_gather_p", "output"], [93, 1, 1, "c.i8_gather_p", "params"]], "i8_gather_s": [[93, 1, 1, "c.i8_gather_s", "core_mask"], [93, 1, 1, "c.i8_gather_s", "indices"], [93, 1, 1, "c.i8_gather_s", "input"], [93, 1, 1, "c.i8_gather_s", "output"], [93, 1, 1, "c.i8_gather_s", "params"]], "i8_gelu_p": [[14, 1, 1, "c.i8_gelu_p", "Input0"], [14, 1, 1, "c.i8_gelu_p", "approximate"], [14, 1, 1, "c.i8_gelu_p", "length"], [14, 1, 1, "c.i8_gelu_p", "output"]], "i8_gelu_s": [[14, 1, 1, "c.i8_gelu_s", "Input0"], [14, 1, 1, "c.i8_gelu_s", "approximate"], [14, 1, 1, "c.i8_gelu_s", "core_mask"], [14, 1, 1, "c.i8_gelu_s", "length"], [14, 1, 1, "c.i8_gelu_s", "output"]], "i8_glu_p": [[97, 1, 1, "c.i8_glu_p", "in_data"], [97, 1, 1, "c.i8_glu_p", "out_data"], [97, 1, 1, "c.i8_glu_p", "params"]], "i8_glu_s": [[97, 1, 1, "c.i8_glu_s", "core_mask"], [97, 1, 1, "c.i8_glu_s", "in_data"], [97, 1, 1, "c.i8_glu_s", "out_data"], [97, 1, 1, "c.i8_glu_s", "params"]], "i8_greater_equal_p": [[99, 1, 1, "c.i8_greater_equal_p", "input1"], [99, 1, 1, "c.i8_greater_equal_p", "input2"], [99, 1, 1, "c.i8_greater_equal_p", "output"], [99, 1, 1, "c.i8_greater_equal_p", "params"]], "i8_greater_equal_s": [[99, 1, 1, "c.i8_greater_equal_s", "core_mask"], [99, 1, 1, "c.i8_greater_equal_s", "input1"], [99, 1, 1, "c.i8_greater_equal_s", "input2"], [99, 1, 1, "c.i8_greater_equal_s", "output"], [99, 1, 1, "c.i8_greater_equal_s", "params"]], "i8_greater_p": [[98, 1, 1, "c.i8_greater_p", "input1"], [98, 1, 1, "c.i8_greater_p", "input2"], [98, 1, 1, "c.i8_greater_p", "output"], [98, 1, 1, "c.i8_greater_p", "params"]], "i8_greater_s": [[98, 1, 1, "c.i8_greater_s", "core_mask"], [98, 1, 1, "c.i8_greater_s", "input1"], [98, 1, 1, "c.i8_greater_s", "input2"], [98, 1, 1, "c.i8_greater_s", "output"], [98, 1, 1, "c.i8_greater_s", "params"]], "i8_hardshrink_p": [[14, 1, 1, "c.i8_hardshrink_p", "Input0"], [14, 1, 1, "c.i8_hardshrink_p", "lambd"], [14, 1, 1, "c.i8_hardshrink_p", "length"], [14, 1, 1, "c.i8_hardshrink_p", "output"]], "i8_hardshrink_s": [[14, 1, 1, "c.i8_hardshrink_s", "Input0"], [14, 1, 1, "c.i8_hardshrink_s", "core_mask"], [14, 1, 1, "c.i8_hardshrink_s", "lambd"], [14, 1, 1, "c.i8_hardshrink_s", "length"], [14, 1, 1, "c.i8_hardshrink_s", "output"]], "i8_hardtanh_p": [[14, 1, 1, "c.i8_hardtanh_p", "Input0"], [14, 1, 1, "c.i8_hardtanh_p", "length"], [14, 1, 1, "c.i8_hardtanh_p", "max_val"], [14, 1, 1, "c.i8_hardtanh_p", "min_val"], [14, 1, 1, "c.i8_hardtanh_p", "output"]], "i8_hardtanh_s": [[14, 1, 1, "c.i8_hardtanh_s", "Input0"], [14, 1, 1, "c.i8_hardtanh_s", "core_mask"], [14, 1, 1, "c.i8_hardtanh_s", "length"], [14, 1, 1, "c.i8_hardtanh_s", "max_val"], [14, 1, 1, "c.i8_hardtanh_s", "min_val"], [14, 1, 1, "c.i8_hardtanh_s", "output"]], "i8_hsigmoid_p": [[14, 1, 1, "c.i8_hsigmoid_p", "Input0"], [14, 1, 1, "c.i8_hsigmoid_p", "length"], [14, 1, 1, "c.i8_hsigmoid_p", "output"]], "i8_hsigmoid_s": [[14, 1, 1, "c.i8_hsigmoid_s", "Input0"], [14, 1, 1, "c.i8_hsigmoid_s", "core_mask"], [14, 1, 1, "c.i8_hsigmoid_s", "length"], [14, 1, 1, "c.i8_hsigmoid_s", "output"]], "i8_hswish_p": [[14, 1, 1, "c.i8_hswish_p", "Input0"], [14, 1, 1, "c.i8_hswish_p", "length"], [14, 1, 1, "c.i8_hswish_p", "output"]], "i8_hswish_s": [[14, 1, 1, "c.i8_hswish_s", "Input0"], [14, 1, 1, "c.i8_hswish_s", "core_mask"], [14, 1, 1, "c.i8_hswish_s", "length"], [14, 1, 1, "c.i8_hswish_s", "output"]], "i8_invert_permutation_p": [[104, 1, 1, "c.i8_invert_permutation_p", "input"], [104, 1, 1, "c.i8_invert_permutation_p", "num"], [104, 1, 1, "c.i8_invert_permutation_p", "output"]], "i8_invert_permutation_s": [[104, 1, 1, "c.i8_invert_permutation_s", "core_mask"], [104, 1, 1, "c.i8_invert_permutation_s", "input"], [104, 1, 1, "c.i8_invert_permutation_s", "num"], [104, 1, 1, "c.i8_invert_permutation_s", "output"]], "i8_is_finite_p": [[105, 1, 1, "c.i8_is_finite_p", "Input"], [105, 1, 1, "c.i8_is_finite_p", "length"], [105, 1, 1, "c.i8_is_finite_p", "output"]], "i8_is_finite_s": [[105, 1, 1, "c.i8_is_finite_s", "Input"], [105, 1, 1, "c.i8_is_finite_s", "core_mask"], [105, 1, 1, "c.i8_is_finite_s", "length"], [105, 1, 1, "c.i8_is_finite_s", "output"]], "i8_layernormfusion_p": [[107, 1, 1, "c.i8_layernormfusion_p", "beta_data"], [107, 1, 1, "c.i8_layernormfusion_p", "dst_data"], [107, 1, 1, "c.i8_layernormfusion_p", "epsilon"], [107, 1, 1, "c.i8_layernormfusion_p", "gamma_data"], [107, 1, 1, "c.i8_layernormfusion_p", "norm_inner_size"], [107, 1, 1, "c.i8_layernormfusion_p", "norm_outer_size"], [107, 1, 1, "c.i8_layernormfusion_p", "out_mean"], [107, 1, 1, "c.i8_layernormfusion_p", "out_variance"], [107, 1, 1, "c.i8_layernormfusion_p", "param_inner_size"], [107, 1, 1, "c.i8_layernormfusion_p", "param_outer_size"], [107, 1, 1, "c.i8_layernormfusion_p", "src_data"]], "i8_layernormfusion_s": [[107, 1, 1, "c.i8_layernormfusion_s", "beta_data"], [107, 1, 1, "c.i8_layernormfusion_s", "core_mask"], [107, 1, 1, "c.i8_layernormfusion_s", "dst_data"], [107, 1, 1, "c.i8_layernormfusion_s", "epsilon"], [107, 1, 1, "c.i8_layernormfusion_s", "gamma_data"], [107, 1, 1, "c.i8_layernormfusion_s", "length"], [107, 1, 1, "c.i8_layernormfusion_s", "norm_inner_size"], [107, 1, 1, "c.i8_layernormfusion_s", "norm_outer_size"], [107, 1, 1, "c.i8_layernormfusion_s", "out_mean"], [107, 1, 1, "c.i8_layernormfusion_s", "out_variance"], [107, 1, 1, "c.i8_layernormfusion_s", "param_inner_size"], [107, 1, 1, "c.i8_layernormfusion_s", "param_outer_size"], [107, 1, 1, "c.i8_layernormfusion_s", "src_data"]], "i8_leaky_relu_p": [[109, 1, 1, "c.i8_leaky_relu_p", "alpha"], [109, 1, 1, "c.i8_leaky_relu_p", "core_mask"], [109, 1, 1, "c.i8_leaky_relu_p", "elem_cnt"], [109, 1, 1, "c.i8_leaky_relu_p", "input"], [109, 1, 1, "c.i8_leaky_relu_p", "output"]], "i8_leaky_relu_s": [[109, 1, 1, "c.i8_leaky_relu_s", "alpha"], [109, 1, 1, "c.i8_leaky_relu_s", "core_mask"], [109, 1, 1, "c.i8_leaky_relu_s", "elem_cnt"], [109, 1, 1, "c.i8_leaky_relu_s", "input"], [109, 1, 1, "c.i8_leaky_relu_s", "output"]], "i8_less_equal_p": [[111, 1, 1, "c.i8_less_equal_p", "Input0"], [111, 1, 1, "c.i8_less_equal_p", "Input1"], [111, 1, 1, "c.i8_less_equal_p", "output"], [111, 1, 1, "c.i8_less_equal_p", "params"]], "i8_less_equal_s": [[111, 1, 1, "c.i8_less_equal_s", "Input0"], [111, 1, 1, "c.i8_less_equal_s", "Input1"], [111, 1, 1, "c.i8_less_equal_s", "core_mask"], [111, 1, 1, "c.i8_less_equal_s", "output"], [111, 1, 1, "c.i8_less_equal_s", "params"]], "i8_less_p": [[110, 1, 1, "c.i8_less_p", "Input0"], [110, 1, 1, "c.i8_less_p", "Input1"], [110, 1, 1, "c.i8_less_p", "output"], [110, 1, 1, "c.i8_less_p", "params"]], "i8_less_s": [[110, 1, 1, "c.i8_less_s", "Input0"], [110, 1, 1, "c.i8_less_s", "Input1"], [110, 1, 1, "c.i8_less_s", "core_mask"], [110, 1, 1, "c.i8_less_s", "output"], [110, 1, 1, "c.i8_less_s", "params"]], "i8_log1p_p": [[114, 1, 1, "c.i8_log1p_p", "Input"], [114, 1, 1, "c.i8_log1p_p", "length"], [114, 1, 1, "c.i8_log1p_p", "output"]], "i8_log1p_s": [[114, 1, 1, "c.i8_log1p_s", "Input"], [114, 1, 1, "c.i8_log1p_s", "core_mask"], [114, 1, 1, "c.i8_log1p_s", "length"], [114, 1, 1, "c.i8_log1p_s", "output"]], "i8_logical_and_p": [[116, 1, 1, "c.i8_logical_and_p", "input0"], [116, 1, 1, "c.i8_logical_and_p", "input1"], [116, 1, 1, "c.i8_logical_and_p", "output"], [116, 1, 1, "c.i8_logical_and_p", "params"]], "i8_logical_and_s": [[116, 1, 1, "c.i8_logical_and_s", "core_mask"], [116, 1, 1, "c.i8_logical_and_s", "input0"], [116, 1, 1, "c.i8_logical_and_s", "input1"], [116, 1, 1, "c.i8_logical_and_s", "output"], [116, 1, 1, "c.i8_logical_and_s", "params"]], "i8_logical_not_p": [[117, 1, 1, "c.i8_logical_not_p", "input"], [117, 1, 1, "c.i8_logical_not_p", "length"], [117, 1, 1, "c.i8_logical_not_p", "output"]], "i8_logical_not_s": [[117, 1, 1, "c.i8_logical_not_s", "core_mask"], [117, 1, 1, "c.i8_logical_not_s", "input"], [117, 1, 1, "c.i8_logical_not_s", "length"], [117, 1, 1, "c.i8_logical_not_s", "output"]], "i8_logical_or_p": [[118, 1, 1, "c.i8_logical_or_p", "input0"], [118, 1, 1, "c.i8_logical_or_p", "input1"], [118, 1, 1, "c.i8_logical_or_p", "length"], [118, 1, 1, "c.i8_logical_or_p", "output"]], "i8_logical_or_s": [[118, 1, 1, "c.i8_logical_or_s", "core_mask"], [118, 1, 1, "c.i8_logical_or_s", "input0"], [118, 1, 1, "c.i8_logical_or_s", "input1"], [118, 1, 1, "c.i8_logical_or_s", "length"], [118, 1, 1, "c.i8_logical_or_s", "output"]], "i8_logsoftmax_p": [[119, 1, 1, "c.i8_logsoftmax_p", "axis"], [119, 1, 1, "c.i8_logsoftmax_p", "axis_size"], [119, 1, 1, "c.i8_logsoftmax_p", "inner_size"], [119, 1, 1, "c.i8_logsoftmax_p", "input_ptr"], [119, 1, 1, "c.i8_logsoftmax_p", "n_dim"], [119, 1, 1, "c.i8_logsoftmax_p", "output_ptr"], [119, 1, 1, "c.i8_logsoftmax_p", "outter_size"], [119, 1, 1, "c.i8_logsoftmax_p", "sum_data"]], "i8_logsoftmax_s": [[119, 1, 1, "c.i8_logsoftmax_s", "axis"], [119, 1, 1, "c.i8_logsoftmax_s", "axis_size"], [119, 1, 1, "c.i8_logsoftmax_s", "core_mask"], [119, 1, 1, "c.i8_logsoftmax_s", "inner_size"], [119, 1, 1, "c.i8_logsoftmax_s", "input_ptr"], [119, 1, 1, "c.i8_logsoftmax_s", "n_dim"], [119, 1, 1, "c.i8_logsoftmax_s", "output_ptr"], [119, 1, 1, "c.i8_logsoftmax_s", "outter_size"], [119, 1, 1, "c.i8_logsoftmax_s", "sum_data"]], "i8_lrelu_p": [[14, 1, 1, "c.i8_lrelu_p", "Input0"], [14, 1, 1, "c.i8_lrelu_p", "alpha"], [14, 1, 1, "c.i8_lrelu_p", "length"], [14, 1, 1, "c.i8_lrelu_p", "output"]], "i8_lrelu_s": [[14, 1, 1, "c.i8_lrelu_s", "Input0"], [14, 1, 1, "c.i8_lrelu_s", "alpha"], [14, 1, 1, "c.i8_lrelu_s", "core_mask"], [14, 1, 1, "c.i8_lrelu_s", "length"], [14, 1, 1, "c.i8_lrelu_s", "output"]], "i8_lsh_projection_p": [[122, 1, 1, "c.i8_lsh_projection_p", "bits_per_hash"], [122, 1, 1, "c.i8_lsh_projection_p", "feature"], [122, 1, 1, "c.i8_lsh_projection_p", "feature_num"], [122, 1, 1, "c.i8_lsh_projection_p", "hash_group_num"], [122, 1, 1, "c.i8_lsh_projection_p", "hash_seed"], [122, 1, 1, "c.i8_lsh_projection_p", "output"], [122, 1, 1, "c.i8_lsh_projection_p", "weight"]], "i8_lsh_projection_s": [[122, 1, 1, "c.i8_lsh_projection_s", "bits_per_hash"], [122, 1, 1, "c.i8_lsh_projection_s", "core_mask"], [122, 1, 1, "c.i8_lsh_projection_s", "feature"], [122, 1, 1, "c.i8_lsh_projection_s", "feature_num"], [122, 1, 1, "c.i8_lsh_projection_s", "hash_group_num"], [122, 1, 1, "c.i8_lsh_projection_s", "hash_seed"], [122, 1, 1, "c.i8_lsh_projection_s", "output"], [122, 1, 1, "c.i8_lsh_projection_s", "weight"]], "i8_matmul_fusion_p": [[127, 1, 1, "c.i8_matmul_fusion_p", "A"], [127, 1, 1, "c.i8_matmul_fusion_p", "B"], [127, 1, 1, "c.i8_matmul_fusion_p", "C"], [127, 1, 1, "c.i8_matmul_fusion_p", "bias"], [127, 1, 1, "c.i8_matmul_fusion_p", "params"]], "i8_matmul_fusion_s": [[127, 1, 1, "c.i8_matmul_fusion_s", "A"], [127, 1, 1, "c.i8_matmul_fusion_s", "B"], [127, 1, 1, "c.i8_matmul_fusion_s", "C"], [127, 1, 1, "c.i8_matmul_fusion_s", "bias"], [127, 1, 1, "c.i8_matmul_fusion_s", "core_mask"], [127, 1, 1, "c.i8_matmul_fusion_s", "params"]], "i8_maximum_p": [[128, 1, 1, "c.i8_maximum_p", "input0"], [128, 1, 1, "c.i8_maximum_p", "input1"], [128, 1, 1, "c.i8_maximum_p", "length"], [128, 1, 1, "c.i8_maximum_p", "output"]], "i8_maximum_s": [[128, 1, 1, "c.i8_maximum_s", "core_mask"], [128, 1, 1, "c.i8_maximum_s", "input0"], [128, 1, 1, "c.i8_maximum_s", "input1"], [128, 1, 1, "c.i8_maximum_s", "length"], [128, 1, 1, "c.i8_maximum_s", "output"]], "i8_minimum_p": [[133, 1, 1, "c.i8_minimum_p", "input0"], [133, 1, 1, "c.i8_minimum_p", "input1"], [133, 1, 1, "c.i8_minimum_p", "length"], [133, 1, 1, "c.i8_minimum_p", "output"]], "i8_minimum_s": [[133, 1, 1, "c.i8_minimum_s", "core_mask"], [133, 1, 1, "c.i8_minimum_s", "input0"], [133, 1, 1, "c.i8_minimum_s", "input1"], [133, 1, 1, "c.i8_minimum_s", "length"], [133, 1, 1, "c.i8_minimum_s", "output"]], "i8_mod_p": [[135, 1, 1, "c.i8_mod_p", "input0"], [135, 1, 1, "c.i8_mod_p", "input1"], [135, 1, 1, "c.i8_mod_p", "length"], [135, 1, 1, "c.i8_mod_p", "output"]], "i8_mod_s": [[135, 1, 1, "c.i8_mod_s", "core_mask"], [135, 1, 1, "c.i8_mod_s", "input0"], [135, 1, 1, "c.i8_mod_s", "input1"], [135, 1, 1, "c.i8_mod_s", "length"], [135, 1, 1, "c.i8_mod_s", "output"]], "i8_mul_p": [[136, 1, 1, "c.i8_mul_p", "input0"], [136, 1, 1, "c.i8_mul_p", "input1"], [136, 1, 1, "c.i8_mul_p", "output"], [136, 1, 1, "c.i8_mul_p", "param"]], "i8_mul_s": [[136, 1, 1, "c.i8_mul_s", "core_mask"], [136, 1, 1, "c.i8_mul_s", "input0"], [136, 1, 1, "c.i8_mul_s", "input1"], [136, 1, 1, "c.i8_mul_s", "output"], [136, 1, 1, "c.i8_mul_s", "param"]], "i8_neg_grad_p": [[139, 1, 1, "c.i8_neg_grad_p", "Input"], [139, 1, 1, "c.i8_neg_grad_p", "length"], [139, 1, 1, "c.i8_neg_grad_p", "output"]], "i8_neg_grad_s": [[139, 1, 1, "c.i8_neg_grad_s", "Input"], [139, 1, 1, "c.i8_neg_grad_s", "core_mask"], [139, 1, 1, "c.i8_neg_grad_s", "length"], [139, 1, 1, "c.i8_neg_grad_s", "output"]], "i8_neg_p": [[138, 1, 1, "c.i8_neg_p", "Input"], [138, 1, 1, "c.i8_neg_p", "length"], [138, 1, 1, "c.i8_neg_p", "output"]], "i8_neg_s": [[138, 1, 1, "c.i8_neg_s", "Input"], [138, 1, 1, "c.i8_neg_s", "core_mask"], [138, 1, 1, "c.i8_neg_s", "length"], [138, 1, 1, "c.i8_neg_s", "output"]], "i8_nllloss_p": [[140, 1, 1, "c.i8_nllloss_p", "batch_size"], [140, 1, 1, "c.i8_nllloss_p", "class_num"], [140, 1, 1, "c.i8_nllloss_p", "labels"], [140, 1, 1, "c.i8_nllloss_p", "log_probs"], [140, 1, 1, "c.i8_nllloss_p", "loss"], [140, 1, 1, "c.i8_nllloss_p", "reduction_type"], [140, 1, 1, "c.i8_nllloss_p", "total_weight"], [140, 1, 1, "c.i8_nllloss_p", "weight"]], "i8_nllloss_s": [[140, 1, 1, "c.i8_nllloss_s", "batch_size"], [140, 1, 1, "c.i8_nllloss_s", "class_num"], [140, 1, 1, "c.i8_nllloss_s", "core_mask"], [140, 1, 1, "c.i8_nllloss_s", "labels"], [140, 1, 1, "c.i8_nllloss_s", "log_probs"], [140, 1, 1, "c.i8_nllloss_s", "loss"], [140, 1, 1, "c.i8_nllloss_s", "reduction_type"], [140, 1, 1, "c.i8_nllloss_s", "total_weight"], [140, 1, 1, "c.i8_nllloss_s", "weight"]], "i8_non_max_suppression_p": [[142, 1, 1, "c.i8_non_max_suppression_p", "param"]], "i8_non_max_suppression_s": [[142, 1, 1, "c.i8_non_max_suppression_s", "core_mask"], [142, 1, 1, "c.i8_non_max_suppression_s", "param"]], "i8_nonzero_p": [[143, 1, 1, "c.i8_nonzero_p", "dim_strides"], [143, 1, 1, "c.i8_nonzero_p", "input"], [143, 1, 1, "c.i8_nonzero_p", "input_rank"], [143, 1, 1, "c.i8_nonzero_p", "length"], [143, 1, 1, "c.i8_nonzero_p", "non_zero_num"], [143, 1, 1, "c.i8_nonzero_p", "output"], [143, 1, 1, "c.i8_nonzero_p", "shape"]], "i8_nonzero_s": [[143, 1, 1, "c.i8_nonzero_s", "core_mask"], [143, 1, 1, "c.i8_nonzero_s", "dim_strides"], [143, 1, 1, "c.i8_nonzero_s", "input"], [143, 1, 1, "c.i8_nonzero_s", "input_rank"], [143, 1, 1, "c.i8_nonzero_s", "length"], [143, 1, 1, "c.i8_nonzero_s", "non_zero_num"], [143, 1, 1, "c.i8_nonzero_s", "output"], [143, 1, 1, "c.i8_nonzero_s", "shape"]], "i8_not_equal_p": [[144, 1, 1, "c.i8_not_equal_p", "Input0"], [144, 1, 1, "c.i8_not_equal_p", "Input1"], [144, 1, 1, "c.i8_not_equal_p", "length"], [144, 1, 1, "c.i8_not_equal_p", "output"]], "i8_not_equal_s": [[144, 1, 1, "c.i8_not_equal_s", "Input0"], [144, 1, 1, "c.i8_not_equal_s", "Input1"], [144, 1, 1, "c.i8_not_equal_s", "core_mask"], [144, 1, 1, "c.i8_not_equal_s", "length"], [144, 1, 1, "c.i8_not_equal_s", "output"]], "i8_onehot_p": [[145, 1, 1, "c.i8_onehot_p", "axis"], [145, 1, 1, "c.i8_onehot_p", "depth"], [145, 1, 1, "c.i8_onehot_p", "indices"], [145, 1, 1, "c.i8_onehot_p", "indices_shape"], [145, 1, 1, "c.i8_onehot_p", "indices_shape_size"], [145, 1, 1, "c.i8_onehot_p", "on_off"], [145, 1, 1, "c.i8_onehot_p", "output"], [145, 1, 1, "c.i8_onehot_p", "support_neg_index"]], "i8_onehot_s": [[145, 1, 1, "c.i8_onehot_s", "axis"], [145, 1, 1, "c.i8_onehot_s", "core_mask"], [145, 1, 1, "c.i8_onehot_s", "depth"], [145, 1, 1, "c.i8_onehot_s", "indices"], [145, 1, 1, "c.i8_onehot_s", "indices_shape"], [145, 1, 1, "c.i8_onehot_s", "indices_shape_size"], [145, 1, 1, "c.i8_onehot_s", "on_off"], [145, 1, 1, "c.i8_onehot_s", "output"], [145, 1, 1, "c.i8_onehot_s", "support_neg_index"]], "i8_ones_like_p": [[146, 1, 1, "c.i8_ones_like_p", "length"], [146, 1, 1, "c.i8_ones_like_p", "output"]], "i8_ones_like_s": [[146, 1, 1, "c.i8_ones_like_s", "core_mask"], [146, 1, 1, "c.i8_ones_like_s", "length"], [146, 1, 1, "c.i8_ones_like_s", "output"]], "i8_padfusion_p": [[147, 1, 1, "c.i8_padfusion_p", "params"]], "i8_padfusion_s": [[147, 1, 1, "c.i8_padfusion_s", "core_mask"], [147, 1, 1, "c.i8_padfusion_s", "params"]], "i8_pow_fusion_p": [[149, 1, 1, "c.i8_pow_fusion_p", "Input"], [149, 1, 1, "c.i8_pow_fusion_p", "broadcast"], [149, 1, 1, "c.i8_pow_fusion_p", "exponent"], [149, 1, 1, "c.i8_pow_fusion_p", "length_in"], [149, 1, 1, "c.i8_pow_fusion_p", "output"], [149, 1, 1, "c.i8_pow_fusion_p", "scale"], [149, 1, 1, "c.i8_pow_fusion_p", "shift"]], "i8_pow_fusion_s": [[149, 1, 1, "c.i8_pow_fusion_s", "Input"], [149, 1, 1, "c.i8_pow_fusion_s", "broadcast"], [149, 1, 1, "c.i8_pow_fusion_s", "core_mask"], [149, 1, 1, "c.i8_pow_fusion_s", "exponent"], [149, 1, 1, "c.i8_pow_fusion_s", "length_in"], [149, 1, 1, "c.i8_pow_fusion_s", "output"], [149, 1, 1, "c.i8_pow_fusion_s", "scale"], [149, 1, 1, "c.i8_pow_fusion_s", "shift"]], "i8_prelufusion_p": [[151, 1, 1, "c.i8_prelufusion_p", "dst_data"], [151, 1, 1, "c.i8_prelufusion_p", "end"], [151, 1, 1, "c.i8_prelufusion_p", "slope"], [151, 1, 1, "c.i8_prelufusion_p", "src_data"], [151, 1, 1, "c.i8_prelufusion_p", "start"]], "i8_prelufusion_s": [[151, 1, 1, "c.i8_prelufusion_s", "core_mask"], [151, 1, 1, "c.i8_prelufusion_s", "dst_data"], [151, 1, 1, "c.i8_prelufusion_s", "end"], [151, 1, 1, "c.i8_prelufusion_s", "slope"], [151, 1, 1, "c.i8_prelufusion_s", "src_data"], [151, 1, 1, "c.i8_prelufusion_s", "start"]], "i8_ragged_range_p": [[154, 1, 1, "c.i8_ragged_range_p", "deltas"], [154, 1, 1, "c.i8_ragged_range_p", "limits"], [154, 1, 1, "c.i8_ragged_range_p", "range_count"], [154, 1, 1, "c.i8_ragged_range_p", "splits"], [154, 1, 1, "c.i8_ragged_range_p", "starts"], [154, 1, 1, "c.i8_ragged_range_p", "values"]], "i8_ragged_range_s": [[154, 1, 1, "c.i8_ragged_range_s", "core_mask"], [154, 1, 1, "c.i8_ragged_range_s", "deltas"], [154, 1, 1, "c.i8_ragged_range_s", "limits"], [154, 1, 1, "c.i8_ragged_range_s", "range_count"], [154, 1, 1, "c.i8_ragged_range_s", "splits"], [154, 1, 1, "c.i8_ragged_range_s", "starts"], [154, 1, 1, "c.i8_ragged_range_s", "values"]], "i8_range_p": [[157, 1, 1, "c.i8_range_p", "delta"], [157, 1, 1, "c.i8_range_p", "length"], [157, 1, 1, "c.i8_range_p", "output"], [157, 1, 1, "c.i8_range_p", "start"]], "i8_range_s": [[157, 1, 1, "c.i8_range_s", "core_mask"], [157, 1, 1, "c.i8_range_s", "delta"], [157, 1, 1, "c.i8_range_s", "length"], [157, 1, 1, "c.i8_range_s", "output"], [157, 1, 1, "c.i8_range_s", "start"]], "i8_real_div_p": [[159, 1, 1, "c.i8_real_div_p", "input0"], [159, 1, 1, "c.i8_real_div_p", "input1"], [159, 1, 1, "c.i8_real_div_p", "length"], [159, 1, 1, "c.i8_real_div_p", "output"]], "i8_real_div_s": [[159, 1, 1, "c.i8_real_div_s", "core_mask"], [159, 1, 1, "c.i8_real_div_s", "input0"], [159, 1, 1, "c.i8_real_div_s", "input1"], [159, 1, 1, "c.i8_real_div_s", "length"], [159, 1, 1, "c.i8_real_div_s", "output"]], "i8_reciprocal_p": [[160, 1, 1, "c.i8_reciprocal_p", "Input"], [160, 1, 1, "c.i8_reciprocal_p", "length"], [160, 1, 1, "c.i8_reciprocal_p", "output"]], "i8_reciprocal_s": [[160, 1, 1, "c.i8_reciprocal_s", "Input"], [160, 1, 1, "c.i8_reciprocal_s", "core_mask"], [160, 1, 1, "c.i8_reciprocal_s", "length"], [160, 1, 1, "c.i8_reciprocal_s", "output"]], "i8_reduce_all_p": [[23, 1, 1, "c.i8_reduce_all_p", "axis_size"], [23, 1, 1, "c.i8_reduce_all_p", "dst_data"], [23, 1, 1, "c.i8_reduce_all_p", "inner_size"], [23, 1, 1, "c.i8_reduce_all_p", "outer_size"], [23, 1, 1, "c.i8_reduce_all_p", "src_data"]], "i8_reduce_all_s": [[23, 1, 1, "c.i8_reduce_all_s", "axis_size"], [23, 1, 1, "c.i8_reduce_all_s", "core_mask"], [23, 1, 1, "c.i8_reduce_all_s", "dst_data"], [23, 1, 1, "c.i8_reduce_all_s", "inner_size"], [23, 1, 1, "c.i8_reduce_all_s", "outer_size"], [23, 1, 1, "c.i8_reduce_all_s", "src_data"]], "i8_reduce_p": [[161, 1, 1, "c.i8_reduce_p", "core_mask"], [161, 1, 1, "c.i8_reduce_p", "dst_data"], [161, 1, 1, "c.i8_reduce_p", "param"], [161, 1, 1, "c.i8_reduce_p", "src_data"], [161, 1, 1, "c.i8_reduce_p", "tmp_dst_data"], [161, 1, 1, "c.i8_reduce_p", "tmp_src_data"]], "i8_reduce_s": [[161, 1, 1, "c.i8_reduce_s", "core_mask"], [161, 1, 1, "c.i8_reduce_s", "dst_data"], [161, 1, 1, "c.i8_reduce_s", "param"], [161, 1, 1, "c.i8_reduce_s", "src_data"]], "i8_reducescatter_p": [[162, 1, 1, "c.i8_reducescatter_p", "data_size"], [162, 1, 1, "c.i8_reducescatter_p", "input_data"], [162, 1, 1, "c.i8_reducescatter_p", "output_data"], [162, 1, 1, "c.i8_reducescatter_p", "reduce_type"]], "i8_reducescatter_s": [[162, 1, 1, "c.i8_reducescatter_s", "core_mask"], [162, 1, 1, "c.i8_reducescatter_s", "data_size"], [162, 1, 1, "c.i8_reducescatter_s", "input_data"], [162, 1, 1, "c.i8_reducescatter_s", "output_data"], [162, 1, 1, "c.i8_reducescatter_s", "reduce_type"]], "i8_relu6_p": [[14, 1, 1, "c.i8_relu6_p", "Input0"], [14, 1, 1, "c.i8_relu6_p", "length"], [14, 1, 1, "c.i8_relu6_p", "output"]], "i8_relu6_s": [[14, 1, 1, "c.i8_relu6_s", "Input0"], [14, 1, 1, "c.i8_relu6_s", "core_mask"], [14, 1, 1, "c.i8_relu6_s", "length"], [14, 1, 1, "c.i8_relu6_s", "output"]], "i8_relu_p": [[14, 1, 1, "c.i8_relu_p", "Input0"], [14, 1, 1, "c.i8_relu_p", "length"], [14, 1, 1, "c.i8_relu_p", "output"]], "i8_relu_s": [[14, 1, 1, "c.i8_relu_s", "Input0"], [14, 1, 1, "c.i8_relu_s", "core_mask"], [14, 1, 1, "c.i8_relu_s", "length"], [14, 1, 1, "c.i8_relu_s", "output"]], "i8_reshape_p": [[163, 1, 1, "c.i8_reshape_p", "input"], [163, 1, 1, "c.i8_reshape_p", "length"], [163, 1, 1, "c.i8_reshape_p", "output"]], "i8_reshape_s": [[163, 1, 1, "c.i8_reshape_s", "core_mask"], [163, 1, 1, "c.i8_reshape_s", "input"], [163, 1, 1, "c.i8_reshape_s", "length"], [163, 1, 1, "c.i8_reshape_s", "output"]], "i8_resize_anycore": [[164, 1, 1, "c.i8_resize_anycore", "core_mask"], [164, 1, 1, "c.i8_resize_anycore", "input"], [164, 1, 1, "c.i8_resize_anycore", "output"], [164, 1, 1, "c.i8_resize_anycore", "param"]], "i8_roipooling_p": [[169, 1, 1, "c.i8_roipooling_p", "in_ptr"], [169, 1, 1, "c.i8_roipooling_p", "input_c"], [169, 1, 1, "c.i8_roipooling_p", "input_h"], [169, 1, 1, "c.i8_roipooling_p", "input_n"], [169, 1, 1, "c.i8_roipooling_p", "input_w"], [169, 1, 1, "c.i8_roipooling_p", "max_c"], [169, 1, 1, "c.i8_roipooling_p", "num_rois"], [169, 1, 1, "c.i8_roipooling_p", "out_ptr"], [169, 1, 1, "c.i8_roipooling_p", "pooled_height"], [169, 1, 1, "c.i8_roipooling_p", "pooled_width"], [169, 1, 1, "c.i8_roipooling_p", "roi"], [169, 1, 1, "c.i8_roipooling_p", "scale"]], "i8_roipooling_s": [[169, 1, 1, "c.i8_roipooling_s", "core_mask"], [169, 1, 1, "c.i8_roipooling_s", "in_ptr"], [169, 1, 1, "c.i8_roipooling_s", "input_c"], [169, 1, 1, "c.i8_roipooling_s", "input_h"], [169, 1, 1, "c.i8_roipooling_s", "input_n"], [169, 1, 1, "c.i8_roipooling_s", "input_w"], [169, 1, 1, "c.i8_roipooling_s", "max_c"], [169, 1, 1, "c.i8_roipooling_s", "num_rois"], [169, 1, 1, "c.i8_roipooling_s", "out_ptr"], [169, 1, 1, "c.i8_roipooling_s", "pooled_height"], [169, 1, 1, "c.i8_roipooling_s", "pooled_width"], [169, 1, 1, "c.i8_roipooling_s", "roi"], [169, 1, 1, "c.i8_roipooling_s", "scale"]], "i8_rsqrt_p": [[171, 1, 1, "c.i8_rsqrt_p", "dst"], [171, 1, 1, "c.i8_rsqrt_p", "length"], [171, 1, 1, "c.i8_rsqrt_p", "src"]], "i8_rsqrt_s": [[171, 1, 1, "c.i8_rsqrt_s", "core_mask"], [171, 1, 1, "c.i8_rsqrt_s", "dst"], [171, 1, 1, "c.i8_rsqrt_s", "length"], [171, 1, 1, "c.i8_rsqrt_s", "src"]], "i8_scale_fusion_p": [[173, 1, 1, "c.i8_scale_fusion_p", "bias"], [173, 1, 1, "c.i8_scale_fusion_p", "dst_data"], [173, 1, 1, "c.i8_scale_fusion_p", "length"], [173, 1, 1, "c.i8_scale_fusion_p", "scale"], [173, 1, 1, "c.i8_scale_fusion_p", "src_data"]], "i8_scale_fusion_s": [[173, 1, 1, "c.i8_scale_fusion_s", "bias"], [173, 1, 1, "c.i8_scale_fusion_s", "core_mask"], [173, 1, 1, "c.i8_scale_fusion_s", "dst_data"], [173, 1, 1, "c.i8_scale_fusion_s", "length"], [173, 1, 1, "c.i8_scale_fusion_s", "scale"], [173, 1, 1, "c.i8_scale_fusion_s", "src_data"]], "i8_scatter_elements_p": [[174, 1, 1, "c.i8_scatter_elements_p", "core_mask"], [174, 1, 1, "c.i8_scatter_elements_p", "indices"], [174, 1, 1, "c.i8_scatter_elements_p", "input"], [174, 1, 1, "c.i8_scatter_elements_p", "output"], [174, 1, 1, "c.i8_scatter_elements_p", "param"], [174, 1, 1, "c.i8_scatter_elements_p", "updates"]], "i8_scatter_elements_s": [[174, 1, 1, "c.i8_scatter_elements_s", "core_mask"], [174, 1, 1, "c.i8_scatter_elements_s", "indices"], [174, 1, 1, "c.i8_scatter_elements_s", "input"], [174, 1, 1, "c.i8_scatter_elements_s", "output"], [174, 1, 1, "c.i8_scatter_elements_s", "param"], [174, 1, 1, "c.i8_scatter_elements_s", "updates"]], "i8_scatter_nd_p": [[175, 1, 1, "c.i8_scatter_nd_p", "indices"], [175, 1, 1, "c.i8_scatter_nd_p", "indices_ndim"], [175, 1, 1, "c.i8_scatter_nd_p", "indices_shape"], [175, 1, 1, "c.i8_scatter_nd_p", "output"], [175, 1, 1, "c.i8_scatter_nd_p", "output_ndim"], [175, 1, 1, "c.i8_scatter_nd_p", "output_shape"], [175, 1, 1, "c.i8_scatter_nd_p", "updates"]], "i8_scatter_nd_s": [[175, 1, 1, "c.i8_scatter_nd_s", "core_mask"], [175, 1, 1, "c.i8_scatter_nd_s", "indices"], [175, 1, 1, "c.i8_scatter_nd_s", "indices_ndim"], [175, 1, 1, "c.i8_scatter_nd_s", "indices_shape"], [175, 1, 1, "c.i8_scatter_nd_s", "output"], [175, 1, 1, "c.i8_scatter_nd_s", "output_ndim"], [175, 1, 1, "c.i8_scatter_nd_s", "output_shape"], [175, 1, 1, "c.i8_scatter_nd_s", "updates"]], "i8_scatter_nd_update_p": [[176, 1, 1, "c.i8_scatter_nd_update_p", "indices"], [176, 1, 1, "c.i8_scatter_nd_update_p", "indices_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_p", "indices_shape"], [176, 1, 1, "c.i8_scatter_nd_update_p", "output"], [176, 1, 1, "c.i8_scatter_nd_update_p", "output_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_p", "output_shape"], [176, 1, 1, "c.i8_scatter_nd_update_p", "updates"]], "i8_scatter_nd_update_s": [[176, 1, 1, "c.i8_scatter_nd_update_s", "core_mask"], [176, 1, 1, "c.i8_scatter_nd_update_s", "indices"], [176, 1, 1, "c.i8_scatter_nd_update_s", "indices_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_s", "indices_shape"], [176, 1, 1, "c.i8_scatter_nd_update_s", "output"], [176, 1, 1, "c.i8_scatter_nd_update_s", "output_ndim"], [176, 1, 1, "c.i8_scatter_nd_update_s", "output_shape"], [176, 1, 1, "c.i8_scatter_nd_update_s", "updates"]], "i8_select_p": [[177, 1, 1, "c.i8_select_p", "condition"], [177, 1, 1, "c.i8_select_p", "input0"], [177, 1, 1, "c.i8_select_p", "input1"], [177, 1, 1, "c.i8_select_p", "output"], [177, 1, 1, "c.i8_select_p", "params"]], "i8_select_s": [[177, 1, 1, "c.i8_select_s", "condition"], [177, 1, 1, "c.i8_select_s", "core_mask"], [177, 1, 1, "c.i8_select_s", "input0"], [177, 1, 1, "c.i8_select_s", "input1"], [177, 1, 1, "c.i8_select_s", "output"], [177, 1, 1, "c.i8_select_s", "params"]], "i8_sigmoid_p": [[14, 1, 1, "c.i8_sigmoid_p", "Input0"], [14, 1, 1, "c.i8_sigmoid_p", "length"], [14, 1, 1, "c.i8_sigmoid_p", "output"]], "i8_sigmoid_s": [[14, 1, 1, "c.i8_sigmoid_s", "Input0"], [14, 1, 1, "c.i8_sigmoid_s", "core_mask"], [14, 1, 1, "c.i8_sigmoid_s", "length"], [14, 1, 1, "c.i8_sigmoid_s", "output"]], "i8_sigmoidcrossentropywithlogits_p": [[180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "input0"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "input1"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "length"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_p", "output"]], "i8_sigmoidcrossentropywithlogits_s": [[180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "core_mask"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "input0"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "input1"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "length"], [180, 1, 1, "c.i8_sigmoidcrossentropywithlogits_s", "output"]], "i8_sin_p": [[182, 1, 1, "c.i8_sin_p", "dst_data"], [182, 1, 1, "c.i8_sin_p", "length"], [182, 1, 1, "c.i8_sin_p", "src_data"]], "i8_sin_s": [[182, 1, 1, "c.i8_sin_s", "core_mask"], [182, 1, 1, "c.i8_sin_s", "dst_data"], [182, 1, 1, "c.i8_sin_s", "length"], [182, 1, 1, "c.i8_sin_s", "src_data"]], "i8_slice_p": [[185, 1, 1, "c.i8_slice_p", "begin"], [185, 1, 1, "c.i8_slice_p", "input"], [185, 1, 1, "c.i8_slice_p", "input_shape"], [185, 1, 1, "c.i8_slice_p", "ndim"], [185, 1, 1, "c.i8_slice_p", "output"], [185, 1, 1, "c.i8_slice_p", "size"]], "i8_slice_s": [[185, 1, 1, "c.i8_slice_s", "begin"], [185, 1, 1, "c.i8_slice_s", "core_mask"], [185, 1, 1, "c.i8_slice_s", "input"], [185, 1, 1, "c.i8_slice_s", "input_shape"], [185, 1, 1, "c.i8_slice_s", "ndim"], [185, 1, 1, "c.i8_slice_s", "output"], [185, 1, 1, "c.i8_slice_s", "size"]], "i8_smoothl1loss_p": [[186, 1, 1, "c.i8_smoothl1loss_p", "beta"], [186, 1, 1, "c.i8_smoothl1loss_p", "length"], [186, 1, 1, "c.i8_smoothl1loss_p", "out"], [186, 1, 1, "c.i8_smoothl1loss_p", "predict"], [186, 1, 1, "c.i8_smoothl1loss_p", "target"]], "i8_smoothl1loss_s": [[186, 1, 1, "c.i8_smoothl1loss_s", "beta"], [186, 1, 1, "c.i8_smoothl1loss_s", "core_mask"], [186, 1, 1, "c.i8_smoothl1loss_s", "length"], [186, 1, 1, "c.i8_smoothl1loss_s", "out"], [186, 1, 1, "c.i8_smoothl1loss_s", "predict"], [186, 1, 1, "c.i8_smoothl1loss_s", "target"]], "i8_softmax_cross_entropy_with_logits_p": [[189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "batch_size"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "labels"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "logits"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "need_grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "num_of_classes"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "output"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "probs"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_p", "sum_data"]], "i8_softmax_cross_entropy_with_logits_s": [[189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "batch_size"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "core_mask"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "labels"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "logits"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "need_grads"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "num_of_classes"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "output"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "probs"], [189, 1, 1, "c.i8_softmax_cross_entropy_with_logits_s", "sum_data"]], "i8_softmax_p": [[188, 1, 1, "c.i8_softmax_p", "axis"], [188, 1, 1, "c.i8_softmax_p", "axis_size"], [188, 1, 1, "c.i8_softmax_p", "inner_size"], [188, 1, 1, "c.i8_softmax_p", "input_ptr"], [188, 1, 1, "c.i8_softmax_p", "n_dim"], [188, 1, 1, "c.i8_softmax_p", "output_ptr"], [188, 1, 1, "c.i8_softmax_p", "outter_size"], [188, 1, 1, "c.i8_softmax_p", "sum_data"]], "i8_softmax_s": [[188, 1, 1, "c.i8_softmax_s", "axis"], [188, 1, 1, "c.i8_softmax_s", "axis_size"], [188, 1, 1, "c.i8_softmax_s", "core_mask"], [188, 1, 1, "c.i8_softmax_s", "inner_size"], [188, 1, 1, "c.i8_softmax_s", "input_ptr"], [188, 1, 1, "c.i8_softmax_s", "n_dim"], [188, 1, 1, "c.i8_softmax_s", "output_ptr"], [188, 1, 1, "c.i8_softmax_s", "outter_size"], [188, 1, 1, "c.i8_softmax_s", "sum_data"]], "i8_softplus_p": [[14, 1, 1, "c.i8_softplus_p", "Input0"], [14, 1, 1, "c.i8_softplus_p", "length"], [14, 1, 1, "c.i8_softplus_p", "output"]], "i8_softplus_s": [[14, 1, 1, "c.i8_softplus_s", "Input0"], [14, 1, 1, "c.i8_softplus_s", "core_mask"], [14, 1, 1, "c.i8_softplus_s", "length"], [14, 1, 1, "c.i8_softplus_s", "output"]], "i8_softshrink_p": [[14, 1, 1, "c.i8_softshrink_p", "Input0"], [14, 1, 1, "c.i8_softshrink_p", "lambd"], [14, 1, 1, "c.i8_softshrink_p", "length"], [14, 1, 1, "c.i8_softshrink_p", "output"]], "i8_softshrink_s": [[14, 1, 1, "c.i8_softshrink_s", "Input0"], [14, 1, 1, "c.i8_softshrink_s", "core_mask"], [14, 1, 1, "c.i8_softshrink_s", "lambd"], [14, 1, 1, "c.i8_softshrink_s", "length"], [14, 1, 1, "c.i8_softshrink_s", "output"]], "i8_softsignopt_p": [[14, 1, 1, "c.i8_softsignopt_p", "Input0"], [14, 1, 1, "c.i8_softsignopt_p", "length"], [14, 1, 1, "c.i8_softsignopt_p", "output"]], "i8_softsignopt_s": [[14, 1, 1, "c.i8_softsignopt_s", "Input0"], [14, 1, 1, "c.i8_softsignopt_s", "core_mask"], [14, 1, 1, "c.i8_softsignopt_s", "length"], [14, 1, 1, "c.i8_softsignopt_s", "output"]], "i8_spacetobatch_p": [[190, 1, 1, "c.i8_spacetobatch_p", "block_size"], [190, 1, 1, "c.i8_spacetobatch_p", "data_size"], [190, 1, 1, "c.i8_spacetobatch_p", "input"], [190, 1, 1, "c.i8_spacetobatch_p", "input_shape"], [190, 1, 1, "c.i8_spacetobatch_p", "output"], [190, 1, 1, "c.i8_spacetobatch_p", "paddings"]], "i8_spacetobatch_s": [[190, 1, 1, "c.i8_spacetobatch_s", "block_size"], [190, 1, 1, "c.i8_spacetobatch_s", "core_mask"], [190, 1, 1, "c.i8_spacetobatch_s", "data_size"], [190, 1, 1, "c.i8_spacetobatch_s", "input"], [190, 1, 1, "c.i8_spacetobatch_s", "input_shape"], [190, 1, 1, "c.i8_spacetobatch_s", "output"], [190, 1, 1, "c.i8_spacetobatch_s", "paddings"]], "i8_spacetobatchnd_p": [[191, 1, 1, "c.i8_spacetobatchnd_p", "block_size"], [191, 1, 1, "c.i8_spacetobatchnd_p", "data_size"], [191, 1, 1, "c.i8_spacetobatchnd_p", "input"], [191, 1, 1, "c.i8_spacetobatchnd_p", "input_shape"], [191, 1, 1, "c.i8_spacetobatchnd_p", "output"], [191, 1, 1, "c.i8_spacetobatchnd_p", "paddings"]], "i8_spacetobatchnd_s": [[191, 1, 1, "c.i8_spacetobatchnd_s", "block_size"], [191, 1, 1, "c.i8_spacetobatchnd_s", "core_mask"], [191, 1, 1, "c.i8_spacetobatchnd_s", "data_size"], [191, 1, 1, "c.i8_spacetobatchnd_s", "input"], [191, 1, 1, "c.i8_spacetobatchnd_s", "input_shape"], [191, 1, 1, "c.i8_spacetobatchnd_s", "output"], [191, 1, 1, "c.i8_spacetobatchnd_s", "paddings"]], "i8_spacetodepth_p": [[192, 1, 1, "c.i8_spacetodepth_p", "block"], [192, 1, 1, "c.i8_spacetodepth_p", "data_size"], [192, 1, 1, "c.i8_spacetodepth_p", "in_shape"], [192, 1, 1, "c.i8_spacetodepth_p", "input"], [192, 1, 1, "c.i8_spacetodepth_p", "output"]], "i8_spacetodepth_s": [[192, 1, 1, "c.i8_spacetodepth_s", "block"], [192, 1, 1, "c.i8_spacetodepth_s", "core_mask"], [192, 1, 1, "c.i8_spacetodepth_s", "data_size"], [192, 1, 1, "c.i8_spacetodepth_s", "in_shape"], [192, 1, 1, "c.i8_spacetodepth_s", "input"], [192, 1, 1, "c.i8_spacetodepth_s", "output"]], "i8_sparse_fill_empty_rows_p": [[194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "output_y_indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "output_y_values_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "params"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_p", "values_ptr"]], "i8_sparse_fill_empty_rows_s": [[194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "core_mask"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "output_reverse_index_map_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "output_y_indices_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "output_y_values_ptr"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "params"], [194, 1, 1, "c.i8_sparse_fill_empty_rows_s", "values_ptr"]], "i8_sparse_to_dense_p": [[197, 1, 1, "c.i8_sparse_to_dense_p", "indices_vec"], [197, 1, 1, "c.i8_sparse_to_dense_p", "is_scalar"], [197, 1, 1, "c.i8_sparse_to_dense_p", "output"], [197, 1, 1, "c.i8_sparse_to_dense_p", "output_strides"], [197, 1, 1, "c.i8_sparse_to_dense_p", "sparse_length"], [197, 1, 1, "c.i8_sparse_to_dense_p", "sparse_values"]], "i8_sparse_to_dense_s": [[197, 1, 1, "c.i8_sparse_to_dense_s", "core_mask"], [197, 1, 1, "c.i8_sparse_to_dense_s", "indices_vec"], [197, 1, 1, "c.i8_sparse_to_dense_s", "is_scalar"], [197, 1, 1, "c.i8_sparse_to_dense_s", "output"], [197, 1, 1, "c.i8_sparse_to_dense_s", "output_strides"], [197, 1, 1, "c.i8_sparse_to_dense_s", "sparse_length"], [197, 1, 1, "c.i8_sparse_to_dense_s", "sparse_values"]], "i8_splice_p": [[198, 1, 1, "c.i8_splice_p", "context_dim"], [198, 1, 1, "c.i8_splice_p", "dst_col"], [198, 1, 1, "c.i8_splice_p", "dst_data"], [198, 1, 1, "c.i8_splice_p", "dst_row"], [198, 1, 1, "c.i8_splice_p", "forward_indexes"], [198, 1, 1, "c.i8_splice_p", "forward_indexes_dims"], [198, 1, 1, "c.i8_splice_p", "src_col"], [198, 1, 1, "c.i8_splice_p", "src_data"], [198, 1, 1, "c.i8_splice_p", "src_row"]], "i8_splice_s": [[198, 1, 1, "c.i8_splice_s", "context_dim"], [198, 1, 1, "c.i8_splice_s", "core_mask"], [198, 1, 1, "c.i8_splice_s", "dst_col"], [198, 1, 1, "c.i8_splice_s", "dst_data"], [198, 1, 1, "c.i8_splice_s", "dst_row"], [198, 1, 1, "c.i8_splice_s", "forward_indexes"], [198, 1, 1, "c.i8_splice_s", "forward_indexes_dims"], [198, 1, 1, "c.i8_splice_s", "src_col"], [198, 1, 1, "c.i8_splice_s", "src_data"], [198, 1, 1, "c.i8_splice_s", "src_row"]], "i8_split_p": [[199, 1, 1, "c.i8_split_p", "axis"], [199, 1, 1, "c.i8_split_p", "input"], [199, 1, 1, "c.i8_split_p", "input_ndim"], [199, 1, 1, "c.i8_split_p", "input_shape"], [199, 1, 1, "c.i8_split_p", "num_split"], [199, 1, 1, "c.i8_split_p", "outputs"], [199, 1, 1, "c.i8_split_p", "split_sizes"]], "i8_split_s": [[199, 1, 1, "c.i8_split_s", "axis"], [199, 1, 1, "c.i8_split_s", "core_mask"], [199, 1, 1, "c.i8_split_s", "input"], [199, 1, 1, "c.i8_split_s", "input_ndim"], [199, 1, 1, "c.i8_split_s", "input_shape"], [199, 1, 1, "c.i8_split_s", "num_split"], [199, 1, 1, "c.i8_split_s", "outputs"], [199, 1, 1, "c.i8_split_s", "split_sizes"]], "i8_split_with_overlap_p": [[200, 1, 1, "c.i8_split_with_overlap_p", "axis"], [200, 1, 1, "c.i8_split_with_overlap_p", "end_indices"], [200, 1, 1, "c.i8_split_with_overlap_p", "input"], [200, 1, 1, "c.i8_split_with_overlap_p", "input_ndim"], [200, 1, 1, "c.i8_split_with_overlap_p", "input_shape"], [200, 1, 1, "c.i8_split_with_overlap_p", "num_split"], [200, 1, 1, "c.i8_split_with_overlap_p", "outputs"], [200, 1, 1, "c.i8_split_with_overlap_p", "start_indices"]], "i8_split_with_overlap_s": [[200, 1, 1, "c.i8_split_with_overlap_s", "axis"], [200, 1, 1, "c.i8_split_with_overlap_s", "core_mask"], [200, 1, 1, "c.i8_split_with_overlap_s", "end_indices"], [200, 1, 1, "c.i8_split_with_overlap_s", "input"], [200, 1, 1, "c.i8_split_with_overlap_s", "input_ndim"], [200, 1, 1, "c.i8_split_with_overlap_s", "input_shape"], [200, 1, 1, "c.i8_split_with_overlap_s", "num_split"], [200, 1, 1, "c.i8_split_with_overlap_s", "outputs"], [200, 1, 1, "c.i8_split_with_overlap_s", "start_indices"]], "i8_sqrt_p": [[201, 1, 1, "c.i8_sqrt_p", "dst_data"], [201, 1, 1, "c.i8_sqrt_p", "length"], [201, 1, 1, "c.i8_sqrt_p", "src_data"]], "i8_sqrt_s": [[201, 1, 1, "c.i8_sqrt_s", "core_mask"], [201, 1, 1, "c.i8_sqrt_s", "dst_data"], [201, 1, 1, "c.i8_sqrt_s", "length"], [201, 1, 1, "c.i8_sqrt_s", "src_data"]], "i8_square_difference_p": [[204, 1, 1, "c.i8_square_difference_p", "input0"], [204, 1, 1, "c.i8_square_difference_p", "input1"], [204, 1, 1, "c.i8_square_difference_p", "output"], [204, 1, 1, "c.i8_square_difference_p", "params"]], "i8_square_difference_s": [[204, 1, 1, "c.i8_square_difference_s", "core_mask"], [204, 1, 1, "c.i8_square_difference_s", "input0"], [204, 1, 1, "c.i8_square_difference_s", "input1"], [204, 1, 1, "c.i8_square_difference_s", "output"], [204, 1, 1, "c.i8_square_difference_s", "params"]], "i8_square_p": [[203, 1, 1, "c.i8_square_p", "dst"], [203, 1, 1, "c.i8_square_p", "length"], [203, 1, 1, "c.i8_square_p", "src"]], "i8_square_s": [[203, 1, 1, "c.i8_square_s", "core_mask"], [203, 1, 1, "c.i8_square_s", "dst"], [203, 1, 1, "c.i8_square_s", "length"], [203, 1, 1, "c.i8_square_s", "src"]], "i8_stack_p": [[206, 1, 1, "c.i8_stack_p", "axis"], [206, 1, 1, "c.i8_stack_p", "input_ndim"], [206, 1, 1, "c.i8_stack_p", "input_shape"], [206, 1, 1, "c.i8_stack_p", "inputs"], [206, 1, 1, "c.i8_stack_p", "num_inputs"], [206, 1, 1, "c.i8_stack_p", "output"]], "i8_stack_s": [[206, 1, 1, "c.i8_stack_s", "axis"], [206, 1, 1, "c.i8_stack_s", "core_mask"], [206, 1, 1, "c.i8_stack_s", "input_ndim"], [206, 1, 1, "c.i8_stack_s", "input_shape"], [206, 1, 1, "c.i8_stack_s", "inputs"], [206, 1, 1, "c.i8_stack_s", "num_inputs"], [206, 1, 1, "c.i8_stack_s", "output"]], "i8_sub_p": [[209, 1, 1, "c.i8_sub_p", "input0"], [209, 1, 1, "c.i8_sub_p", "input1"], [209, 1, 1, "c.i8_sub_p", "output"], [209, 1, 1, "c.i8_sub_p", "param"]], "i8_sub_s": [[209, 1, 1, "c.i8_sub_s", "core_mask"], [209, 1, 1, "c.i8_sub_s", "input0"], [209, 1, 1, "c.i8_sub_s", "input1"], [209, 1, 1, "c.i8_sub_s", "output"], [209, 1, 1, "c.i8_sub_s", "param"]], "i8_swish_p": [[14, 1, 1, "c.i8_swish_p", "Input0"], [14, 1, 1, "c.i8_swish_p", "length"], [14, 1, 1, "c.i8_swish_p", "output"]], "i8_swish_s": [[14, 1, 1, "c.i8_swish_s", "Input0"], [14, 1, 1, "c.i8_swish_s", "core_mask"], [14, 1, 1, "c.i8_swish_s", "length"], [14, 1, 1, "c.i8_swish_s", "output"]], "i8_tanh_p": [[14, 1, 1, "c.i8_tanh_p", "Input0"], [14, 1, 1, "c.i8_tanh_p", "length"], [14, 1, 1, "c.i8_tanh_p", "output"]], "i8_tanh_s": [[14, 1, 1, "c.i8_tanh_s", "Input0"], [14, 1, 1, "c.i8_tanh_s", "core_mask"], [14, 1, 1, "c.i8_tanh_s", "length"], [14, 1, 1, "c.i8_tanh_s", "output"]], "i8_tensor_scatter_add_p": [[213, 1, 1, "c.i8_tensor_scatter_add_p", "index_depth"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "indices"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "input"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "input_rank"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "input_shape"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "num_unit"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "output"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "output_unit_offsets"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "strides"], [213, 1, 1, "c.i8_tensor_scatter_add_p", "updates"]], "i8_tensor_scatter_add_s": [[213, 1, 1, "c.i8_tensor_scatter_add_s", "core_mask"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "index_depth"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "indices"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "input"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "input_rank"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "input_shape"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "num_unit"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "output"], [213, 1, 1, "c.i8_tensor_scatter_add_s", "updates"]], "i8_tensorarrayread_p": [[215, 1, 1, "c.i8_tensorarrayread_p", "handle_data"], [215, 1, 1, "c.i8_tensorarrayread_p", "handle_size"], [215, 1, 1, "c.i8_tensorarrayread_p", "index"], [215, 1, 1, "c.i8_tensorarrayread_p", "output_data"], [215, 1, 1, "c.i8_tensorarrayread_p", "output_size"]], "i8_tensorarrayread_s": [[215, 1, 1, "c.i8_tensorarrayread_s", "core_mask"], [215, 1, 1, "c.i8_tensorarrayread_s", "handle_data"], [215, 1, 1, "c.i8_tensorarrayread_s", "handle_size"], [215, 1, 1, "c.i8_tensorarrayread_s", "index"], [215, 1, 1, "c.i8_tensorarrayread_s", "output_data"], [215, 1, 1, "c.i8_tensorarrayread_s", "output_size"]], "i8_tensorlist_from_tensor_p": [[217, 1, 1, "c.i8_tensorlist_from_tensor_p", "input_tensor_shape"], [217, 1, 1, "c.i8_tensorlist_from_tensor_p", "input_tensor_total_elements"], [217, 1, 1, "c.i8_tensorlist_from_tensor_p", "input_tensor_values"], [217, 1, 1, "c.i8_tensorlist_from_tensor_p", "output_tensors"]], "i8_tensorlist_from_tensor_s": [[217, 1, 1, "c.i8_tensorlist_from_tensor_s", "core_mask"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "input_tensor_shape"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "input_tensor_total_elements"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "input_tensor_values"], [217, 1, 1, "c.i8_tensorlist_from_tensor_s", "output_tensors"]], "i8_tile_p": [[222, 1, 1, "c.i8_tile_p", "input"], [222, 1, 1, "c.i8_tile_p", "input_shape"], [222, 1, 1, "c.i8_tile_p", "output"], [222, 1, 1, "c.i8_tile_p", "stride"], [222, 1, 1, "c.i8_tile_p", "tile_dim"], [222, 1, 1, "c.i8_tile_p", "tile_num"]], "i8_tile_s": [[222, 1, 1, "c.i8_tile_s", "core_mask"], [222, 1, 1, "c.i8_tile_s", "input"], [222, 1, 1, "c.i8_tile_s", "input_shape"], [222, 1, 1, "c.i8_tile_s", "output"], [222, 1, 1, "c.i8_tile_s", "stride"], [222, 1, 1, "c.i8_tile_s", "tile_dim"], [222, 1, 1, "c.i8_tile_s", "tile_num"]], "i8_to_fp_dequant_p": [[153, 1, 1, "c.i8_to_fp_dequant_p", "input"], [153, 1, 1, "c.i8_to_fp_dequant_p", "length"], [153, 1, 1, "c.i8_to_fp_dequant_p", "output"], [153, 1, 1, "c.i8_to_fp_dequant_p", "scale"], [153, 1, 1, "c.i8_to_fp_dequant_p", "zp"]], "i8_to_fp_dequant_s": [[153, 1, 1, "c.i8_to_fp_dequant_s", "core_mask"], [153, 1, 1, "c.i8_to_fp_dequant_s", "input"], [153, 1, 1, "c.i8_to_fp_dequant_s", "length"], [153, 1, 1, "c.i8_to_fp_dequant_s", "output"], [153, 1, 1, "c.i8_to_fp_dequant_s", "scale"], [153, 1, 1, "c.i8_to_fp_dequant_s", "zp"]], "i8_to_hp_dequant_p": [[153, 1, 1, "c.i8_to_hp_dequant_p", "input"], [153, 1, 1, "c.i8_to_hp_dequant_p", "length"], [153, 1, 1, "c.i8_to_hp_dequant_p", "output"], [153, 1, 1, "c.i8_to_hp_dequant_p", "scale"], [153, 1, 1, "c.i8_to_hp_dequant_p", "zp"]], "i8_to_hp_dequant_s": [[153, 1, 1, "c.i8_to_hp_dequant_s", "core_mask"], [153, 1, 1, "c.i8_to_hp_dequant_s", "input"], [153, 1, 1, "c.i8_to_hp_dequant_s", "length"], [153, 1, 1, "c.i8_to_hp_dequant_s", "output"], [153, 1, 1, "c.i8_to_hp_dequant_s", "scale"], [153, 1, 1, "c.i8_to_hp_dequant_s", "zp"]], "i8_transpose_p": [[224, 1, 1, "c.i8_transpose_p", "in_data"], [224, 1, 1, "c.i8_transpose_p", "num_axes"], [224, 1, 1, "c.i8_transpose_p", "out_data"], [224, 1, 1, "c.i8_transpose_p", "out_strides"], [224, 1, 1, "c.i8_transpose_p", "output_shape"], [224, 1, 1, "c.i8_transpose_p", "perm"], [224, 1, 1, "c.i8_transpose_p", "strides"]], "i8_transpose_s": [[224, 1, 1, "c.i8_transpose_s", "core_mask"], [224, 1, 1, "c.i8_transpose_s", "in_data"], [224, 1, 1, "c.i8_transpose_s", "num_axes"], [224, 1, 1, "c.i8_transpose_s", "out_data"], [224, 1, 1, "c.i8_transpose_s", "out_strides"], [224, 1, 1, "c.i8_transpose_s", "output_shape"], [224, 1, 1, "c.i8_transpose_s", "perm"], [224, 1, 1, "c.i8_transpose_s", "strides"]], "i8_tril_p": [[225, 1, 1, "c.i8_tril_p", "dst"], [225, 1, 1, "c.i8_tril_p", "height"], [225, 1, 1, "c.i8_tril_p", "k"], [225, 1, 1, "c.i8_tril_p", "out_elems"], [225, 1, 1, "c.i8_tril_p", "src"], [225, 1, 1, "c.i8_tril_p", "width"]], "i8_tril_s": [[225, 1, 1, "c.i8_tril_s", "core_mask"], [225, 1, 1, "c.i8_tril_s", "dst"], [225, 1, 1, "c.i8_tril_s", "height"], [225, 1, 1, "c.i8_tril_s", "k"], [225, 1, 1, "c.i8_tril_s", "out_elems"], [225, 1, 1, "c.i8_tril_s", "src"], [225, 1, 1, "c.i8_tril_s", "width"]], "i8_triu_p": [[226, 1, 1, "c.i8_triu_p", "dst"], [226, 1, 1, "c.i8_triu_p", "height"], [226, 1, 1, "c.i8_triu_p", "k"], [226, 1, 1, "c.i8_triu_p", "out_elems"], [226, 1, 1, "c.i8_triu_p", "src"], [226, 1, 1, "c.i8_triu_p", "width"]], "i8_triu_s": [[226, 1, 1, "c.i8_triu_s", "core_mask"], [226, 1, 1, "c.i8_triu_s", "dst"], [226, 1, 1, "c.i8_triu_s", "height"], [226, 1, 1, "c.i8_triu_s", "k"], [226, 1, 1, "c.i8_triu_s", "out_elems"], [226, 1, 1, "c.i8_triu_s", "src"], [226, 1, 1, "c.i8_triu_s", "width"]], "i8_unsorted_segment_sum_p": [[229, 1, 1, "c.i8_unsorted_segment_sum_p", "dim0"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "dim1"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "id_max"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "index"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "input"], [229, 1, 1, "c.i8_unsorted_segment_sum_p", "output"]], "i8_unsorted_segment_sum_s": [[229, 1, 1, "c.i8_unsorted_segment_sum_s", "core_mask"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "dim0"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "dim1"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "id_max"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "index"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "input"], [229, 1, 1, "c.i8_unsorted_segment_sum_s", "output"]], "i8_where_p": [[232, 1, 1, "c.i8_where_p", "condition"], [232, 1, 1, "c.i8_where_p", "input0"], [232, 1, 1, "c.i8_where_p", "input1"], [232, 1, 1, "c.i8_where_p", "length"], [232, 1, 1, "c.i8_where_p", "output"]], "i8_where_s": [[232, 1, 1, "c.i8_where_s", "condition"], [232, 1, 1, "c.i8_where_s", "core_mask"], [232, 1, 1, "c.i8_where_s", "input0"], [232, 1, 1, "c.i8_where_s", "input1"], [232, 1, 1, "c.i8_where_s", "length"], [232, 1, 1, "c.i8_where_s", "output"]], "i8_zerolike_p": [[233, 1, 1, "c.i8_zerolike_p", "length"], [233, 1, 1, "c.i8_zerolike_p", "output"]], "i8_zerolike_s": [[233, 1, 1, "c.i8_zerolike_s", "core_mask"], [233, 1, 1, "c.i8_zerolike_s", "length"], [233, 1, 1, "c.i8_zerolike_s", "output"]], "rank_p": [[158, 1, 1, "c.rank_p", "n"], [158, 1, 1, "c.rank_p", "output"]], "rank_s": [[158, 1, 1, "c.rank_s", "core_mask"], [158, 1, 1, "c.rank_s", "n"], [158, 1, 1, "c.rank_s", "output"]], "shape": [[179, 1, 1, "c.shape", "inputs"], [179, 1, 1, "c.shape", "inputs_size"], [179, 1, 1, "c.shape", "outputs"], [179, 1, 1, "c.shape", "outputs_size"], [179, 1, 1, "c.shape", "param"]], "size_p": [[183, 1, 1, "c.size_p", "n"], [183, 1, 1, "c.size_p", "output"], [183, 1, 1, "c.size_p", "shape"]], "size_s": [[183, 1, 1, "c.size_s", "core_mask"], [183, 1, 1, "c.size_s", "n"], [183, 1, 1, "c.size_s", "output"], [183, 1, 1, "c.size_s", "shape"]], "skipgram_p": [[184, 1, 1, "c.skipgram_p", "blank"], [184, 1, 1, "c.skipgram_p", "grams"], [184, 1, 1, "c.skipgram_p", "grams_word_count"], [184, 1, 1, "c.skipgram_p", "include_all_ngrams"], [184, 1, 1, "c.skipgram_p", "len"], [184, 1, 1, "c.skipgram_p", "max_skip_size"], [184, 1, 1, "c.skipgram_p", "ngram_size"], [184, 1, 1, "c.skipgram_p", "offset"], [184, 1, 1, "c.skipgram_p", "output_tensor"], [184, 1, 1, "c.skipgram_p", "sentence"], [184, 1, 1, "c.skipgram_p", "shape"], [184, 1, 1, "c.skipgram_p", "stack"], [184, 1, 1, "c.skipgram_p", "words"]], "skipgram_s": [[184, 1, 1, "c.skipgram_s", "blank"], [184, 1, 1, "c.skipgram_s", "core_mask"], [184, 1, 1, "c.skipgram_s", "grams"], [184, 1, 1, "c.skipgram_s", "grams_word_count"], [184, 1, 1, "c.skipgram_s", "include_all_ngrams"], [184, 1, 1, "c.skipgram_s", "len"], [184, 1, 1, "c.skipgram_s", "max_skip_size"], [184, 1, 1, "c.skipgram_s", "ngram_size"], [184, 1, 1, "c.skipgram_s", "offset"], [184, 1, 1, "c.skipgram_s", "output_tensor"], [184, 1, 1, "c.skipgram_s", "sentence"], [184, 1, 1, "c.skipgram_s", "shape"], [184, 1, 1, "c.skipgram_s", "stack"], [184, 1, 1, "c.skipgram_s", "words"]], "stridedslice": [[207, 1, 1, "c.stridedslice", "begins"], [207, 1, 1, "c.stridedslice", "begins"], [207, 1, 1, "c.stridedslice", "cal_num_per_thread"], [207, 1, 1, "c.stridedslice", "cal_num_per_thread"], [207, 1, 1, "c.stridedslice", "caled_num"], [207, 1, 1, "c.stridedslice", "caled_num"], [207, 1, 1, "c.stridedslice", "core_mask"], [207, 1, 1, "c.stridedslice", "data_type_bytes"], [207, 1, 1, "c.stridedslice", "data_type_bytes"], [207, 1, 1, "c.stridedslice", "ends"], [207, 1, 1, "c.stridedslice", "ends"], [207, 1, 1, "c.stridedslice", "fast_run"], [207, 1, 1, "c.stridedslice", "fast_run"], [207, 1, 1, "c.stridedslice", "in_shape"], [207, 1, 1, "c.stridedslice", "in_shape"], [207, 1, 1, "c.stridedslice", "in_shape_size"], [207, 1, 1, "c.stridedslice", "in_shape_size"], [207, 1, 1, "c.stridedslice", "inner"], [207, 1, 1, "c.stridedslice", "inner"], [207, 1, 1, "c.stridedslice", "inner_size"], [207, 1, 1, "c.stridedslice", "inner_size"], [207, 1, 1, "c.stridedslice", "input"], [207, 1, 1, "c.stridedslice", "input"], [207, 1, 1, "c.stridedslice", "out_shape"], [207, 1, 1, "c.stridedslice", "out_shape"], [207, 1, 1, "c.stridedslice", "out_shape_size"], [207, 1, 1, "c.stridedslice", "out_shape_size"], [207, 1, 1, "c.stridedslice", "outer"], [207, 1, 1, "c.stridedslice", "outer"], [207, 1, 1, "c.stridedslice", "output"], [207, 1, 1, "c.stridedslice", "output"], [207, 1, 1, "c.stridedslice", "parallel_on_outer"], [207, 1, 1, "c.stridedslice", "parallel_on_outer"], [207, 1, 1, "c.stridedslice", "parallel_on_split_axis"], [207, 1, 1, "c.stridedslice", "parallel_on_split_axis"], [207, 1, 1, "c.stridedslice", "soft_copy_mode"], [207, 1, 1, "c.stridedslice", "soft_copy_mode"], [207, 1, 1, "c.stridedslice", "split_axis"], [207, 1, 1, "c.stridedslice", "split_axis"], [207, 1, 1, "c.stridedslice", "strides"], [207, 1, 1, "c.stridedslice", "strides"], [207, 1, 1, "c.stridedslice", "temp_space"], [207, 1, 1, "c.stridedslice", "temp_space"]], "switch_p": [[211, 1, 1, "c.switch_p", "condition"], [211, 1, 1, "c.switch_p", "input_x"], [211, 1, 1, "c.switch_p", "input_y"], [211, 1, 1, "c.switch_p", "output"]], "switch_s": [[211, 1, 1, "c.switch_s", "condition"], [211, 1, 1, "c.switch_s", "input_x"], [211, 1, 1, "c.switch_s", "input_y"], [211, 1, 1, "c.switch_s", "output"]], "switchlayer_p": [[212, 1, 1, "c.switchlayer_p", "index"], [212, 1, 1, "c.switchlayer_p", "input_tensors"], [212, 1, 1, "c.switchlayer_p", "output"]], "switchlayer_s": [[212, 1, 1, "c.switchlayer_s", "core_mask"], [212, 1, 1, "c.switchlayer_s", "index"], [212, 1, 1, "c.switchlayer_s", "input_tensors"], [212, 1, 1, "c.switchlayer_s", "output"]], "tensorarrayread_p": [[214, 1, 1, "c.tensorarrayread_p", "index"], [214, 1, 1, "c.tensorarrayread_p", "output"], [214, 1, 1, "c.tensorarrayread_p", "tensors"]], "tensorarrayread_s": [[214, 1, 1, "c.tensorarrayread_s", "core_mask"], [214, 1, 1, "c.tensorarrayread_s", "index"], [214, 1, 1, "c.tensorarrayread_s", "output"], [214, 1, 1, "c.tensorarrayread_s", "tensors"]], "tensorarraywrite_p": [[214, 1, 1, "c.tensorarraywrite_p", "index"], [214, 1, 1, "c.tensorarraywrite_p", "input"], [214, 1, 1, "c.tensorarraywrite_p", "tensors"]], "tensorarraywrite_s": [[214, 1, 1, "c.tensorarraywrite_s", "core_mask"], [214, 1, 1, "c.tensorarraywrite_s", "index"], [214, 1, 1, "c.tensorarraywrite_s", "input"], [214, 1, 1, "c.tensorarraywrite_s", "tensors"]], "tensorlistgetitem_p": [[218, 1, 1, "c.tensorlistgetitem_p", "data_type"], [218, 1, 1, "c.tensorlistgetitem_p", "dst"], [218, 1, 1, "c.tensorlistgetitem_p", "length"], [218, 1, 1, "c.tensorlistgetitem_p", "src"]], "tensorlistgetitem_s": [[218, 1, 1, "c.tensorlistgetitem_s", "core_mask"], [218, 1, 1, "c.tensorlistgetitem_s", "data_type"], [218, 1, 1, "c.tensorlistgetitem_s", "dst"], [218, 1, 1, "c.tensorlistgetitem_s", "length"], [218, 1, 1, "c.tensorlistgetitem_s", "src"]], "tensorlistsetitem_p": [[220, 1, 1, "c.tensorlistsetitem_p", "copy_size"], [220, 1, 1, "c.tensorlistsetitem_p", "in_data"], [220, 1, 1, "c.tensorlistsetitem_p", "in_item"], [220, 1, 1, "c.tensorlistsetitem_p", "index"], [220, 1, 1, "c.tensorlistsetitem_p", "out_data"], [220, 1, 1, "c.tensorlistsetitem_p", "tensorlist_size"]], "tensorlistsetitem_s": [[220, 1, 1, "c.tensorlistsetitem_s", "copy_size"], [220, 1, 1, "c.tensorlistsetitem_s", "core_mask"], [220, 1, 1, "c.tensorlistsetitem_s", "in_data"], [220, 1, 1, "c.tensorlistsetitem_s", "in_item"], [220, 1, 1, "c.tensorlistsetitem_s", "index"], [220, 1, 1, "c.tensorlistsetitem_s", "out_data"], [220, 1, 1, "c.tensorlistsetitem_s", "tensorlist_size"]], "unstack_p": [[231, 1, 1, "c.unstack_p", "axis"], [231, 1, 1, "c.unstack_p", "data_size"], [231, 1, 1, "c.unstack_p", "input"], [231, 1, 1, "c.unstack_p", "ndim"], [231, 1, 1, "c.unstack_p", "output"], [231, 1, 1, "c.unstack_p", "shape"]], "unstack_s": [[231, 1, 1, "c.unstack_s", "axis"], [231, 1, 1, "c.unstack_s", "core_mask"], [231, 1, 1, "c.unstack_s", "data_size"], [231, 1, 1, "c.unstack_s", "input"], [231, 1, 1, "c.unstack_s", "ndim"], [231, 1, 1, "c.unstack_s", "output"], [231, 1, 1, "c.unstack_s", "shape"]], "mindradar": [[8, 2, 1, "", "ComplexAbs"], [9, 2, 1, "", "FFT"], [10, 2, 1, "", "IFFT"]]}, "objtypes": {"0": "c:function", "1": "c:functionParam", "2": "py:class"}, "objnames": {"0": ["c", "function", "C \u51fd\u6570"], "1": ["c", "functionParam", "C \u51fd\u6570\u53c2\u6570"], "2": ["py", "class", "Python \u7c7b"]}, "titleterms": {"gray_cnn": 0, "python": [0, 6, 237, 239], "ai": [1, 2], "dsp": [1, 4, 70, 241], "hrrp": 3, "mindspor": [3, 5, 236, 237, 239, 244], "signal": [3, 5, 236, 244], "keyston": 3, "rdsar": 5, "sar": 5, "matlab": 5, "rpc": 6, "ft04": 6, "complexab": 8, "fft": 9, "ifft": 10, "abs": 12, "absgrad": 13, "activ": 14, "activationgrad": 15, "adam": 16, "adamweightdecay": 17, "addfus": 18, "addgrad": 19, "adderfus": 20, "addn": 21, "affin": 22, "all": 23, "allgath": 24, "applymomentum": 25, "argmax": 26, "argmin": 27, "assert": 28, "assign": 29, "assignadd": 30, "attent": 31, "audiospectrogram": 32, "avgpoolgrad": 33, "avgpool": 34, "batchtospac": 35, "batchnorm": 36, "batchnormgrad": 37, "batchtospacend": 38, "biasadd": 39, "biasaddgrad": 40, "binarycrossentropygrad": 41, "binarycrossentropi": 42, "broadcastto": 43, "call": 44, "cast": 45, "ceil": 46, "clip": 47, "concat": 48, "constantofshap": 49, "conv2d": 50, "conv2dtranspos": 51, "conv2dbackpropfilterfus": 52, "conv2dbackpropinputfus": 53, "cos": 54, "crop": 55, "cropandres": 56, "cumsum": 57, "custom": 58, "customextractfeatur": 59, "customnorm": 60, "custompredict": 61, "deconvgradfilt": 62, "depend": 63, "depthtospac": 64, "detectionpostprocess": 65, "divfus": 66, "divgrad": 67, "dropout": 68, "dropoutgrad": 69, "librari": 70, "api": 70, "refer": 70, "dynamicqu": 71, "eltwis": 72, "elu": 73, "embeddinglookup": 74, "equal": 75, "erf": 76, "expanddim": 77, "expfus": 78, "fakequantwithminmaxvar": 79, "fakequantwithminmaxvarsperchannel": 80, "fftimag": 81, "fftreal": 82, "fill": 83, "fillv2": 84, "flatten": 85, "flattengrad": 86, "floor": 87, "floormod": 88, "floordiv": 89, "formattranspos": 90, "fullconnect": 91, "fusedbatchnorm": 92, "gather": 93, "gathernd": 94, "gatherd": 95, "genop": 96, "glu": 97, "greater": 98, "greaterequ": 99, "groupnormfus": 100, "gru": 101, "hashtablelookup": 102, "instancenorm": 103, "invertpermut": 104, "isfinit": 105, "l2norm": 106, "layernormfus": 107, "layernormgrad": 108, "leakyrelu": 109, "less": 110, "lessequ": 111, "linspac": 112, "log": 113, "log1p": 114, "loggrad": 115, "logicaland": 116, "logicalnot": 117, "logicalor": 118, "logsoftmax": 119, "lpnormal": 120, "lrn": 121, "lshproject": 122, "lstm": 123, "lstmgrad": 124, "lstmgraddata": 125, "lstmgradweight": 126, "matmulfus": 127, "maximum": 128, "maximumgrad": 129, "maxpoolfus": 130, "maxpoolgrad": 131, "mfcc": 132, "minimum": 133, "minimumgrad": 134, "mod": 135, "mulfus": 136, "mulgrad": 137, "neg": 138, "neggrad": 139, "nllloss": 140, "nlllossgrad": 141, "nonmaxsuppress": 142, "nonzero": 143, "notequ": 144, "onehot": 145, "oneslik": 146, "padfus": 147, "partialfus": 148, "powfus": 149, "powergrad": 150, "prelufus": 151, "priorbox": 152, "quantdtypecast": 153, "raggedrang": 154, "randomnorm": 155, "randomstandardnorm": 156, "rang": 157, "rank": 158, "realdiv": 159, "reciproc": 160, "reduc": 161, "reducescatt": 162, "reshap": 163, "resiz": 164, "resizegrad": 165, "reversesequ": 166, "reversev2": 167, "rfft": 168, "roipool": 169, "round": 170, "rsqrt": 171, "rsqrtgrad": 172, "scalefus": 173, "scatterel": 174, "scatternd": 175, "scatterndupd": 176, "select": 177, "sgd": 178, "shape": 179, "sigmoidcrossentropywithlogit": 180, "sigmoidcrossentropywithlogitsgrad": 181, "sin": 182, "size": 183, "skipgram": 184, "slicefus": 185, "smoothl1loss": 186, "smoothl1lossgrad": 187, "softmax": 188, "softmaxcrossentropywithlogit": 189, "spacetobatch": 190, "spacetobatchnd": 191, "spacetodepth": 192, "sparsesoftmaxcrossentropywithlogit": 193, "sparsefillemptyrow": 194, "sparsereshap": 195, "sparsesegmentsum": 196, "sparsetodens": 197, "splice": 198, "split": 199, "splitwithoverlap": 200, "sqrt": 201, "sqrtgrad": 202, "squar": 203, "squarediffer": 204, "squeez": 205, "stack": 206, "stridedslic": 207, "stridedslicegrad": 208, "subfus": 209, "subgrad": 210, "switch": 211, "switchlay": 212, "tensorscatteradd": 213, "tensorarray": 214, "tensorarrayread": 215, "tensorarraywrit": 216, "tensorlistfromtensor": 217, "tensorlistgetitem": 218, "tensorlistreserv": 219, "tensorlistsetitem": 220, "tensorliststack": 221, "tile": 222, "topkfus": 223, "transpos": 224, "tril": 225, "triu": 226, "uniformr": 227, "uniqu": 228, "unsortedsegmentsum": 229, "unsqueez": 230, "unstack": 231, "where": 232, "zeroslik": 233, "hellodsp": 237, "lite": 237, "main": 237, "cc": 237, "mt7004": 237, "radar": 239, "conda": 239, "mindradar": 239, "yhft": 239, "ide": 239, "cmake": 239, "netron": 239}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"GRAY_CNN(\u56fe\u7247\u7070\u5ea6\u5316\u5904\u7406+\u56fe\u7247\u8bc6\u522b)": [[0, "gray-cnn"]], "\u5e94\u7528\u6982\u8ff0": [[0, "id1"]], "\u5f00\u53d1\u6d41\u7a0b": [[0, "id2"]], "1. \u5b9a\u4e49\u6a21\u578b": [[0, "id3"]], "2. \u6a21\u578b\u8bad\u7ec3": [[0, "model-training"]], "3. \u91cd\u65b0\u7ec4\u7f51": [[0, "id5"]], "4. \u8f6c\u6362\u6a21\u578b": [[0, "id6"], [6, "id6"]], "5. \u90e8\u7f72\u548c\u8fd0\u884c\u7a0b\u5e8f": [[0, "id7"]], "python\u5b8c\u6574\u4ee3\u7801\u793a\u4f8b": [[0, "python"]], "AI+DSP\u5e94\u7528\u793a\u4f8b": [[1, "ai-dsp"]], "AI\u8f85\u52a9\u5f00\u53d1\u793a\u4f8b": [[2, "ai"]], "HRRP\uff08\u9ad8\u5206\u8fa8\u7387\u8ddd\u79bb\u50cf\u7b97\u6cd5\uff09": [[3, "hrrp"]], "\u7b97\u6cd5\u6982\u8ff0": [[3, "id1"], [5, "id1"]], "\u4ee3\u7801\u6765\u6e90": [[3, "id2"]], "MindSpore Signal+ \u5b9e\u73b0": [[3, "mindspore-signal"], [5, "mindspore-signal"]], "1 \u6570\u636e\u8bfb\u53d6": [[3, "id3"]], "2 \u6570\u636e\u9884\u5904\u7406": [[3, "id4"]], "2.1 \u76f8\u4f4d\u8865\u507f\u56e0\u5b50\u8ba1\u7b97": [[3, "id5"]], "2.2 Keystone\u53d8\u6362\u53c2\u6570\u9884\u8ba1\u7b97": [[3, "keystone"]], "2.3 \u6cf0\u52d2\u7a97\u51fd\u6570\u9884\u8ba1\u7b97": [[3, "id6"]], "2.4 \u5faa\u73af\u79fb\u4f4d\u7d22\u5f15\u9884\u8ba1\u7b97": [[3, "id7"]], "3 \u6838\u5fc3\u8ba1\u7b97": [[3, "id8"]], "3.1 \u76f8\u4f4d\u8865\u507f": [[3, "id9"]], "3.2 \u591a\u6a21\u7cca\u6570\u5904\u7406\u5faa\u73af": [[3, "id10"]], "3.3 Keystone\u53d8\u6362\u8be6\u89e3": [[3, "id11"]], "3.4 HRRP\u751f\u6210": [[3, "id12"]], "3.5 \u71b5\u503c\u8bc4\u4f30": [[3, "id13"]], "3.6 \u6700\u4f18\u7ed3\u679c\u9009\u62e9": [[3, "id14"]], "4 \u6570\u636e\u540e\u5904\u7406": [[3, "id15"]], "\u677f\u5361\u90e8\u7f72": [[3, "id16"], [5, "id6"]], "DSP\u5e94\u7528\u793a\u4f8b": [[4, "dsp"]], "RDSAR\uff08\u8ddd\u79bb-\u591a\u666e\u52d2SAR\u6210\u50cf\u7b97\u6cd5\uff09": [[5, "rdsar-sar"]], "MATLAB \u5b9e\u73b0": [[5, "matlab"]], "1. \u6570\u636e\u8bfb\u53d6": [[5, "id2"]], "2. \u6570\u636e\u9884\u5904\u7406": [[5, "id3"]], "3. \u6838\u5fc3\u8ba1\u7b97": [[5, "id4"]], "4. \u6570\u636e\u540e\u5904\u7406": [[5, "id5"]], "\u53c2\u8003\u4e0e\u6e90\u7801": [[5, "id7"]], "RPC(\u5927\u70b9\u6570\u8109\u51b2\u538b\u7f29\u7b97\u6cd5)": [[6, "rpc"]], "1. \u6982\u8ff0": [[6, "id1"]], "2. FT04 c\u5b9e\u73b0": [[6, "ft04-c"]], "3. \u5f00\u53d1\u6d41\u7a0b": [[6, "id2"]], "3.1 \u6570\u636e\u5bfc\u5165": [[6, "id3"]], "3.2 \u5e38\u91cf\u5904\u7406": [[6, "id4"]], "3.3 \u6838\u5fc3\u8ba1\u7b97": [[6, "id5"]], "python\u5b8c\u6574\u4ee3\u7801\u793a\u4f8b\uff1a": [[6, "python"]], "5. \u7aef\u4fa7\u90e8\u7f72\u3001\u8fd0\u884c": [[6, "id7"]], "6. \u6d4b\u8bd5": [[6, "id8"]], "\u5e94\u7528\u5f00\u53d1\u793a\u4f8b": [[7, "id1"]], "ComplexAbs": [[8, "complexabs"]], "FFT": [[9, "fft"]], "IFFT": [[10, "ifft"]], "\u81ea\u5b9a\u4e49\u7b97\u5b50\u5217\u8868": [[11, "id1"]], "Abs": [[12, "abs"]], "AbsGrad": [[13, "absgrad"]], "Activation": [[14, "activation"]], "ActivationGrad": [[15, "activationgrad"]], "Adam": [[16, "adam"]], "AdamWeightDecay": [[17, "adamweightdecay"]], "AddFusion": [[18, "addfusion"]], "AddGrad": [[19, "addgrad"]], "AdderFusion": [[20, "adderfusion"]], "AddN": [[21, "addn"]], "Affine": [[22, "affine"]], "All": [[23, "all"]], "AllGather": [[24, "allgather"]], "ApplyMomentum": [[25, "applymomentum"]], "Argmax": [[26, "argmax"]], "Argmin": [[27, "argmin"]], "Assert": [[28, "assert"]], "Assign": [[29, "assign"]], "AssignAdd": [[30, "assignadd"]], "Attention": [[31, "attention"]], "AudioSpectrogram": [[32, "audiospectrogram"]], "AvgPoolGrad": [[33, "avgpoolgrad"]], "Avgpooling": [[34, "avgpooling"]], "BatchToSpace": [[35, "batchtospace"]], "BatchNorm": [[36, "batchnorm"]], "Batchnormgrad": [[37, "batchnormgrad"]], "BatchToSpaceND": [[38, "batchtospacend"]], "Biasadd": [[39, "biasadd"]], "Biasaddgrad": [[40, "biasaddgrad"]], "BinaryCrossEntropyGrad": [[41, "binarycrossentropygrad"]], "Binarycrossentropy": [[42, "binarycrossentropy"]], "BroadcastTo": [[43, "broadcastto"]], "Call": [[44, "call"]], "Cast": [[45, "cast"]], "Ceil": [[46, "ceil"]], "Clip": [[47, "clip"]], "Concat": [[48, "concat"]], "ConstantOfShape": [[49, "constantofshape"]], "Conv2d": [[50, "conv2d"]], "Conv2dTranspose": [[51, "conv2dtranspose"]], "Conv2DBackpropFilterFusion": [[52, "conv2dbackpropfilterfusion"]], "Conv2DBackpropInputFusion": [[53, "conv2dbackpropinputfusion"]], "Cos": [[54, "cos"]], "Crop": [[55, "crop"]], "CropAndResize": [[56, "cropandresize"]], "Cumsum": [[57, "cumsum"]], "Custom": [[58, "custom"]], "CustomExtractFeatures": [[59, "customextractfeatures"]], "Customnormalize": [[60, "customnormalize"]], "CustomPredict": [[61, "custompredict"]], "DeconvGradFilter": [[62, "deconvgradfilter"]], "Depend": [[63, "depend"]], "DepthToSpace": [[64, "depthtospace"]], "DetectionPostProcess": [[65, "detectionpostprocess"]], "DivFusion": [[66, "divfusion"]], "Divgrad": [[67, "divgrad"]], "Dropout": [[68, "dropout"]], "Dropoutgrad": [[69, "dropoutgrad"]], "DSP Library C API Reference": [[70, "dsp-library-c-api-reference"]], "DynamicQuant": [[71, "dynamicquant"]], "Eltwise": [[72, "eltwise"]], "Elu": [[73, "elu"]], "EmbeddingLookup": [[74, "embeddinglookup"]], "Equal": [[75, "equal"]], "Erf": [[76, "erf"]], "ExpandDims": [[77, "expanddims"]], "ExpFusion": [[78, "expfusion"]], "FakeQuantWithMinMaxVars": [[79, "fakequantwithminmaxvars"]], "FakeQuantWithMinMaxVarsPerChannel": [[80, "fakequantwithminmaxvarsperchannel"]], "FFTImag": [[81, "fftimag"]], "FFTReal": [[82, "fftreal"]], "Fill": [[83, "fill"]], "FillV2": [[84, "fillv2"]], "Flatten": [[85, "flatten"]], "FlattenGrad": [[86, "flattengrad"]], "Floor": [[87, "floor"]], "FloorMod": [[88, "floormod"]], "FloorDiv": [[89, "floordiv"]], "FormatTranspose": [[90, "formattranspose"]], "FullConnection": [[91, "fullconnection"]], "FusedBatchNorm": [[92, "fusedbatchnorm"]], "Gather": [[93, "gather"]], "GatherNd": [[94, "gathernd"]], "GatherD": [[95, "gatherd"]], "GenOp": [[96, "genop"]], "GLU": [[97, "glu"]], "GreaterEqual": [[99, "greaterequal"]], "GroupNormFusion": [[100, "groupnormfusion"]], "GRU": [[101, "gru"]], "HashtableLookup": [[102, "hashtablelookup"]], "InstanceNorm": [[103, "instancenorm"]], "InvertPermutation": [[104, "invertpermutation"]], "Isfinite": [[105, "isfinite"]], "L2norm": [[106, "l2norm"]], "LayerNormFusion": [[107, "layernormfusion"]], "Layernormgrad": [[108, "layernormgrad"]], "LeakyReLu": [[109, "leakyrelu"]], "Less": [[110, "less"]], "LessEqual": [[111, "lessequal"]], "LinSpace": [[112, "linspace"]], "Log": [[113, "log"]], "Log1p": [[114, "log1p"]], "LogGrad": [[115, "loggrad"]], "LogicalAnd": [[116, "logicaland"]], "LogicalNot": [[117, "logicalnot"]], "LogicalOr": [[118, "logicalor"]], "LogSoftmax": [[119, "logsoftmax"]], "LpNormalization": [[120, "lpnormalization"]], "Lrn": [[121, "lrn"]], "LshProjection": [[122, "lshprojection"]], "LSTM": [[123, "lstm"]], "LstmGrad": [[124, "lstmgrad"]], "LstmGradData": [[125, "lstmgraddata"]], "LstmGradWeight": [[126, "lstmgradweight"]], "MatMulFusion": [[127, "matmulfusion"]], "Maximum": [[128, "maximum"]], "Maximumgrad": [[129, "maximumgrad"]], "MaxPoolFusion": [[130, "maxpoolfusion"]], "MaxPoolGrad": [[131, "maxpoolgrad"]], "MFCC": [[132, "mfcc"]], "Minimum": [[133, "minimum"]], "Minimumgrad": [[134, "minimumgrad"]], "Mod": [[135, "mod"]], "MulFusion": [[136, "mulfusion"]], "Mulgrad": [[137, "mulgrad"]], "Neg": [[138, "neg"]], "NegGrad": [[139, "neggrad"]], "NLLLoss": [[140, "nllloss"]], "NLLLossGrad": [[141, "nlllossgrad"]], "NonMaxSuppression": [[142, "nonmaxsuppression"]], "NonZero": [[143, "nonzero"]], "NotEqual": [[144, "notequal"]], "OneHot": [[145, "onehot"]], "OnesLike": [[146, "oneslike"]], "PadFusion": [[147, "padfusion"]], "PartialFusion": [[148, "partialfusion"]], "PowFusion": [[149, "powfusion"]], "PowerGrad": [[150, "powergrad"]], "PReLUFusion": [[151, "prelufusion"]], "Priorbox": [[152, "priorbox"]], "QuantDTypeCast": [[153, "quantdtypecast"]], "RaggedRange": [[154, "raggedrange"]], "RandomNormal": [[155, "randomnormal"]], "RandomStandardNormal": [[156, "randomstandardnormal"]], "Range": [[157, "range"]], "Rank": [[158, "rank"]], "RealDiv": [[159, "realdiv"]], "Reciprocal": [[160, "reciprocal"]], "Reduce": [[161, "reduce"]], "ReduceScatter": [[162, "reducescatter"]], "Reshape": [[163, "reshape"]], "Resize": [[164, "resize"]], "Resizegrad": [[165, "resizegrad"]], "ReverseSequence": [[166, "reversesequence"]], "ReverseV2": [[167, "reversev2"]], "RFFT": [[168, "rfft"]], "ROIPooling": [[169, "roipooling"]], "Round": [[170, "round"]], "Rsqrt": [[171, "rsqrt"]], "RsqrtGrad": [[172, "rsqrtgrad"]], "ScaleFusion": [[173, "scalefusion"]], "ScatterElements": [[174, "scatterelements"]], "ScatterNd": [[175, "scatternd"]], "ScatterNdUpdate": [[176, "scatterndupdate"]], "Select": [[177, "select"]], "SGD": [[178, "sgd"]], "Shape": [[179, "shape"]], "SigmoidCrossEntropyWithLogits": [[180, "sigmoidcrossentropywithlogits"]], "SigmoidCrossEntropyWithLogitsGrad": [[181, "sigmoidcrossentropywithlogitsgrad"]], "Sin": [[182, "sin"]], "Size": [[183, "size"]], "Skipgram": [[184, "skipgram"]], "SliceFusion": [[185, "slicefusion"]], "SmoothL1Loss": [[186, "smoothl1loss"]], "Smoothl1lossgrad": [[187, "smoothl1lossgrad"]], "Softmax": [[188, "softmax"]], "SoftmaxCrossEntropyWithLogits": [[189, "softmaxcrossentropywithlogits"]], "SpaceToBatch": [[190, "spacetobatch"]], "SpaceToBatchND": [[191, "spacetobatchnd"]], "SpaceToDepth": [[192, "spacetodepth"]], "SparseSoftmaxCrossEntropyWithLogits": [[193, "sparsesoftmaxcrossentropywithlogits"]], "SparseFillEmptyRows": [[194, "sparsefillemptyrows"]], "Sparsereshape": [[195, "sparsereshape"]], "Sparsesegmentsum": [[196, "sparsesegmentsum"]], "Sparsetodense": [[197, "sparsetodense"]], "Splice": [[198, "splice"]], "Split": [[199, "split"]], "SplitWithOverlap": [[200, "splitwithoverlap"]], "Sqrt": [[201, "sqrt"]], "SqrtGrad": [[202, "sqrtgrad"]], "Square": [[203, "square"]], "Squaredifference": [[204, "squaredifference"]], "Squeeze": [[205, "squeeze"]], "Stack": [[206, "stack"]], "Stridedslice": [[207, "stridedslice"]], "Stridedslicegrad": [[208, "stridedslicegrad"]], "SubFusion": [[209, "subfusion"]], "SubGrad": [[210, "subgrad"]], "Switch": [[211, "switch"]], "Switchlayer": [[212, "switchlayer"]], "TensorScatterAdd": [[213, "tensorscatteradd"]], "Tensorarray": [[214, "tensorarray"]], "Tensorarrayread": [[215, "tensorarrayread"]], "TensorarrayWrite": [[216, "tensorarraywrite"]], "TensorListFromTensor": [[217, "tensorlistfromtensor"]], "Tensorlistgetitem": [[218, "tensorlistgetitem"]], "Tensorlistreserve": [[219, "tensorlistreserve"]], "Tensorlistsetitem": [[220, "tensorlistsetitem"]], "Tensorliststack": [[221, "tensorliststack"]], "Tile": [[222, "tile"]], "TopkFusion": [[223, "topkfusion"]], "Transpose": [[224, "transpose"]], "Tril": [[225, "tril"]], "Triu": [[226, "triu"]], "UniformReal": [[227, "uniformreal"]], "Unique": [[228, "unique"]], "UnsortedSegmentSum": [[229, "unsortedsegmentsum"]], "UnSqueeze": [[230, "unsqueeze"]], "Unstack": [[231, "unstack"]], "Where": [[232, "where"]], "ZerosLike": [[233, "zeroslike"]], "\u7b97\u5b50\u5e93\u652f\u6301": [[234, "id1"]], "\u7b97\u5b50\u5e93\u652f\u6301\u60c5\u51b5": [[235, "id1"]], "MindSpore Signal+ \u4f7f\u7528\u624b\u518c": [[236, "mindspore-signal"]], "HelloDSP": [[237, "hellodsp"]], "1.MindSpore Python\u7aef": [[237, "mindspore-python"]], "1.1 \u65b0\u5efaPython\u6587\u4ef6": [[237, "id1"]], "1.2 \u7f16\u5199Python\u4ee3\u7801": [[237, "id2"]], "1.3 \u8fd0\u884cPython\u4ee3\u7801": [[237, "id3"]], "MindSpore Lite\u7aef": [[237, "mindspore-lite"]], "1. \u65b0\u5efa\u5de5\u7a0b": [[237, "id4"]], "2. \u5de5\u7a0b\u76ee\u5f55\u7ed3\u6784": [[237, "id5"]], "3. \u66f4\u6539\u8f93\u5165\u6570\u636e": [[237, "id6"]], "4. main.cc \u529f\u80fd\u4ecb\u7ecd": [[237, "main-cc"]], "4.1 \u8bfb\u53d6\u6a21\u578b\u6587\u4ef6": [[237, "id7"]], "4.2 \u8bbe\u7f6e\u8fd0\u884c\u540e\u7aef": [[237, "id8"]], "4.3 \u7f16\u8bd1\u6a21\u578b\u56fe": [[237, "id9"]], "4.4 \u83b7\u53d6\u6a21\u578b\u8f93\u5165": [[237, "id10"]], "4.5 \u6267\u884c\u6a21\u578b\u63a8\u7406": [[237, "id11"]], "4.6 \u83b7\u53d6\u6a21\u578b\u7ed3\u679c": [[237, "id12"]], "5. \u7f16\u8bd1\u5de5\u7a0b": [[237, "id13"]], "6. \u8fd0\u884c\u5de5\u7a0b": [[237, "id14"]], "6.1 \u8fde\u63a5 MT7004 \u677f\u5361": [[237, "mt7004"]], "6.2 \u90e8\u7f72\u548c\u8fd0\u884c\u7a0b\u5e8f": [[237, "id15"]], "\u5feb\u901f\u5165\u95e8": [[238, "id1"]], "\u73af\u5883\u5b89\u88c5": [[239, "id1"]], "\u5b89\u88c5MindSpore Radar \u4e0e\u4f9d\u8d56\u8f6f\u4ef6": [[239, "mindspore-radar"]], "\u5b89\u88c5Python": [[239, "python"]], "1.\u5b89\u88c5\u5305\u65b9\u5f0f\u5b89\u88c5": [[239, "id2"]], "1.1 \u4e0b\u8f7d\u5b89\u88c5\u5305": [[239, "id3"]], "1.2 \u5f00\u59cb\u5b89\u88c5": [[239, "id4"]], "1.3 \u9a8c\u8bc1\u5b89\u88c5": [[239, "id5"]], "2.Conda\u65b9\u5f0f\u5b89\u88c5": [[239, "conda"]], "\u521b\u5efa\u5e76\u8fdb\u5165Conda\u865a\u62df\u73af\u5883": [[239, "id6"]], "\u5b89\u88c5MindSpore": [[239, "mindspore"]], "\u5b89\u88c5MindRadar": [[239, "mindradar"]], "\u914d\u7f6e\u4ea4\u53c9\u7f16\u8bd1\u5de5\u5177\u94fe": [[239, "toolchain"]], "\u5b89\u88c5YHFT-IDE": [[239, "yhft-ide"]], "\u5b89\u88c5CMake": [[239, "cmake"]], "\u5b89\u88c5Netron": [[239, "netron"]], "\u6574\u4f53\u6982\u89c8": [[240, "id1"]], "DSP\u7b97\u5b50C\u63a5\u53e3\u547d\u540d\u89c4\u8303": [[241, "dspc"]], "1. \u57fa\u672c\u539f\u5219": [[241, "id1"]], "2. \u5177\u4f53\u547d\u540d\u793a\u4f8b": [[241, "id2"]], "2.1 \u52a0\u6cd5\u7b97\u5b50": [[241, "id3"]], "3. \u5176\u4ed6\u6ce8\u610f\u4e8b\u9879": [[241, "id4"]], "\u53c2\u8003\u8d44\u6599": [[242, "id1"]], "\u5b98\u65b9\u8d44\u6599": [[243, "id1"]], "MindSpore Signal+ \u8c03\u5ea6\u65b9\u6848": [[244, "mindspore-signal"]], "Greater": [[98, "greater"]]}, "indexentries": {"dp_greater_p\uff08c function\uff09": [[98, "c.dp_greater_p"]], "dp_greater_s\uff08c function\uff09": [[98, "c.dp_greater_s"]], "fp_greater_p\uff08c function\uff09": [[98, "c.fp_greater_p"]], "fp_greater_s\uff08c function\uff09": [[98, "c.fp_greater_s"]], "hp_greater_p\uff08c function\uff09": [[98, "c.hp_greater_p"]], "hp_greater_s\uff08c function\uff09": [[98, "c.hp_greater_s"]], "i16_greater_p\uff08c function\uff09": [[98, "c.i16_greater_p"]], "i16_greater_s\uff08c function\uff09": [[98, "c.i16_greater_s"]], "i32_greater_p\uff08c function\uff09": [[98, "c.i32_greater_p"]], "i32_greater_s\uff08c function\uff09": [[98, "c.i32_greater_s"]], "i8_greater_p\uff08c function\uff09": [[98, "c.i8_greater_p"]], "i8_greater_s\uff08c function\uff09": [[98, "c.i8_greater_s"]]}}) \ No newline at end of file