• Home
  • Raw
  • Download

Lines Matching defs:operatorIndex

84                 size_t operatorIndex,  in CheckModel()
638 size_t operatorIndex = 0; in CreateNetworkFromModel() local
738 void TfLiteParser::ParseCustomOperator(size_t subgraphIndex, size_t operatorIndex) in ParseCustomOperator()
760 void TfLiteParser::ParseUnsupportedOperator(size_t subgraphIndex, size_t operatorIndex) in ParseUnsupportedOperator()
809 void TfLiteParser::ParseConv2D(size_t subgraphIndex, size_t operatorIndex) in ParseConv2D()
892 void TfLiteParser::ParseDepthwiseConv2D(size_t subgraphIndex, size_t operatorIndex) in ParseDepthwiseConv2D()
979 void TfLiteParser::ParseDequantize(size_t subgraphIndex, size_t operatorIndex) in ParseDequantize()
1004 void TfLiteParser::ParseExp(size_t subgraphIndex, size_t operatorIndex) in ParseExp()
1031 void TfLiteParser::ParseTranspose(size_t subgraphIndex, size_t operatorIndex) in ParseTranspose()
1071 void TfLiteParser::ParseTransposeConv(size_t subgraphIndex, size_t operatorIndex) in ParseTransposeConv()
1163 void TfLiteParser::ParseAveragePool2D(size_t subgraphIndex, size_t operatorIndex) in ParseAveragePool2D()
1168 void TfLiteParser::ParseBatchToSpaceND(size_t subgraphIndex, size_t operatorIndex) in ParseBatchToSpaceND()
1219 void TfLiteParser::ParseL2Normalization(size_t subgraphIndex, size_t operatorIndex) in ParseL2Normalization()
1246 void TfLiteParser::ParseMaxPool2D(size_t subgraphIndex, size_t operatorIndex) in ParseMaxPool2D()
1251 void TfLiteParser::ParseMaximum(size_t subgraphIndex, size_t operatorIndex) in ParseMaximum()
1281 void TfLiteParser::ParseMinimum(size_t subgraphIndex, size_t operatorIndex) in ParseMinimum()
1312 size_t operatorIndex, in ParsePool()
1383 void TfLiteParser::ParseSlice(size_t subgraphIndex, size_t operatorIndex) in ParseSlice()
1428 void TfLiteParser::ParseSoftmax(size_t subgraphIndex, size_t operatorIndex) in ParseSoftmax()
1458 void TfLiteParser::ParseSpaceToBatchND(size_t subgraphIndex, size_t operatorIndex) in ParseSpaceToBatchND()
1561 void TfLiteParser::ParseSqueeze(size_t subgraphIndex, size_t operatorIndex) in ParseSqueeze()
1595 void TfLiteParser::ParseStridedSlice(size_t subgraphIndex, size_t operatorIndex) in ParseStridedSlice()
1652 void TfLiteParser::ParseSub(size_t subgraphIndex, size_t operatorIndex) in ParseSub()
1684 void TfLiteParser::ParseDiv(size_t subgraphIndex, size_t operatorIndex) in ParseDiv()
1715 void TfLiteParser::ParseAdd(size_t subgraphIndex, size_t operatorIndex) in ParseAdd()
1746 void TfLiteParser::ParseMul(size_t subgraphIndex, size_t operatorIndex) in ParseMul()
1777 void TfLiteParser::ParseMean(size_t subgraphIndex, size_t operatorIndex) in ParseMean()
1814 void TfLiteParser::ParseNeg(size_t subgraphIndex, size_t operatorIndex) in ParseNeg()
1839 void TfLiteParser::ParsePad(size_t subgraphIndex, size_t operatorIndex) in ParsePad()
1875 void TfLiteParser::ParseQuantize(size_t subgraphIndex, size_t operatorIndex) in ParseQuantize()
1900 void TfLiteParser::ParseRelu(size_t subgraphIndex, size_t operatorIndex) in ParseRelu()
1905 void TfLiteParser::ParseRelu6(size_t subgraphIndex, size_t operatorIndex) in ParseRelu6()
1910 void TfLiteParser::ParseLeakyRelu(size_t subgraphIndex, size_t operatorIndex) in ParseLeakyRelu()
1915 void TfLiteParser::ParseLogistic(size_t subgraphIndex, size_t operatorIndex) in ParseLogistic()
1920 void TfLiteParser::ParseTanH(size_t subgraphIndex, size_t operatorIndex) in ParseTanH()
1925 void TfLiteParser::ParseHardSwish(size_t subgraphIndex, size_t operatorIndex) in ParseHardSwish()
1930 void TfLiteParser::ParseActivation(size_t subgraphIndex, size_t operatorIndex, ActivationFunction a… in ParseActivation()
2034 void TfLiteParser::ParseReshape(size_t subgraphIndex, size_t operatorIndex) in ParseReshape()
2135 void TfLiteParser::ParseResizeBilinear(size_t subgraphIndex, size_t operatorIndex) in ParseResizeBilinear()
2140 void TfLiteParser::ParseResizeNearestNeighbor(size_t subgraphIndex, size_t operatorIndex) in ParseResizeNearestNeighbor()
2145 void TfLiteParser::ParseResize(size_t subgraphIndex, size_t operatorIndex, ResizeMethod resizeMetho… in ParseResize()
2211 void TfLiteParser::ParseConcatenation(size_t subgraphIndex, size_t operatorIndex) in ParseConcatenation()
2261 void TfLiteParser::ParseFullyConnected(size_t subgraphIndex, size_t operatorIndex) in ParseFullyConnected()
2372 void TfLiteParser::ParseDetectionPostProcess(size_t subgraphIndex, size_t operatorIndex) in ParseDetectionPostProcess()
2451 void TfLiteParser::ParsePack(size_t subgraphIndex, size_t operatorIndex) in ParsePack()
2490 void TfLiteParser::ParseUnpack(size_t subgraphIndex, size_t operatorIndex) in ParseUnpack()
2592 void TfLiteParser::ParseSplit(size_t subgraphIndex, size_t operatorIndex) in ParseSplit()
2684 void TfLiteParser::ParseSplitV(size_t subgraphIndex, size_t operatorIndex) in ParseSplitV()
2820 void TfLiteParser::ParseArgMax(size_t subgraphIndex, size_t operatorIndex) in ParseArgMax()
2967 size_t operatorIndex) in GetInputs()
2986 size_t operatorIndex) in GetOutputs()
3039 size_t operatorIndex) in GetInputTensorIds()
3049 size_t operatorIndex) in GetOutputTensorIds()
3058 size_t operatorIndex, in RegisterInputSlots()
3085 size_t operatorIndex, in RegisterOutputSlots()