Lines Matching defs:operatorIndex
146 size_t operatorIndex, in CheckModel()
288 …ator GetOpCode(const TfLiteParserImpl::ModelPtr& model, size_t subgraphIndex, size_t operatorIndex) in GetOpCode()
813 size_t operatorIndex, in InputTensorInfo()
835 size_t operatorIndex, in OutputTensorInfoFromInputs()
893 size_t operatorIndex, in OutputTensorInfoFromShapes()
986 size_t operatorIndex = 0; in CreateNetworkFromModel() local
1110 void TfLiteParserImpl::ParseCustomOperator(size_t subgraphIndex, size_t operatorIndex) in ParseCustomOperator()
1132 void TfLiteParserImpl::ParseUnsupportedOperator(size_t subgraphIndex, size_t operatorIndex) in ParseUnsupportedOperator()
1188 void TfLiteParserImpl::ParseCast(size_t subgraphIndex, size_t operatorIndex) in ParseCast()
1212 void TfLiteParserImpl::ParseConv2D(size_t subgraphIndex, size_t operatorIndex) in ParseConv2D()
1294 void TfLiteParserImpl::ParseConv3D(size_t subgraphIndex, size_t operatorIndex) in ParseConv3D()
1372 void TfLiteParserImpl::ParseDepthwiseConv2D(size_t subgraphIndex, size_t operatorIndex) in ParseDepthwiseConv2D()
1448 void TfLiteParserImpl::ParseDequantize(size_t subgraphIndex, size_t operatorIndex) in ParseDequantize()
1473 void TfLiteParserImpl::ParseExpandDims(size_t subgraphIndex, size_t operatorIndex) in ParseExpandDims()
1545 void TfLiteParserImpl::ParseTranspose(size_t subgraphIndex, size_t operatorIndex) in ParseTranspose()
1585 void TfLiteParserImpl::ParseTransposeConv(size_t subgraphIndex, size_t operatorIndex) in ParseTransposeConv()
1699 void TfLiteParserImpl::ParseAveragePool2D(size_t subgraphIndex, size_t operatorIndex) in ParseAveragePool2D()
1704 void TfLiteParserImpl::ParseBatchMatMul(size_t subgraphIndex, size_t operatorIndex) in ParseBatchMatMul()
1742 void TfLiteParserImpl::ParseBatchToSpaceND(size_t subgraphIndex, size_t operatorIndex) in ParseBatchToSpaceND()
1794 void TfLiteParserImpl::ParseL2Normalization(size_t subgraphIndex, size_t operatorIndex) in ParseL2Normalization()
1821 void TfLiteParserImpl::ParseMaxPool2D(size_t subgraphIndex, size_t operatorIndex) in ParseMaxPool2D()
1826 void TfLiteParserImpl::ParseMaximum(size_t subgraphIndex, size_t operatorIndex) in ParseMaximum()
1856 void TfLiteParserImpl::ParseMinimum(size_t subgraphIndex, size_t operatorIndex) in ParseMinimum()
1887 size_t operatorIndex, in ParsePool()
1958 void TfLiteParserImpl::ParseSlice(size_t subgraphIndex, size_t operatorIndex) in ParseSlice()
2034 void TfLiteParserImpl::ParseSoftmax(size_t subgraphIndex, size_t operatorIndex) in ParseSoftmax()
2064 void TfLiteParserImpl::ParseLogSoftmax(size_t subgraphIndex, size_t operatorIndex) in ParseLogSoftmax()
2091 void TfLiteParserImpl::ParseSpaceToBatchND(size_t subgraphIndex, size_t operatorIndex) in ParseSpaceToBatchND()
2143 void TfLiteParserImpl::ParseSpaceToDepth(size_t subgraphIndex, size_t operatorIndex) in ParseSpaceToDepth()
2230 void TfLiteParserImpl::ParseShape(size_t subgraphIndex, size_t operatorIndex) in ParseShape()
2264 void TfLiteParserImpl::ParseSqueeze(size_t subgraphIndex, size_t operatorIndex) in ParseSqueeze()
2314 void TfLiteParserImpl::ParseStridedSlice(size_t subgraphIndex, size_t operatorIndex) in ParseStridedSlice()
2371 void TfLiteParserImpl::ParseSub(size_t subgraphIndex, size_t operatorIndex) in ParseSub()
2403 void TfLiteParserImpl::ParseDiv(size_t subgraphIndex, size_t operatorIndex) in ParseDiv()
2434 void TfLiteParserImpl::ParseFloorDiv(size_t subgraphIndex, size_t operatorIndex) in ParseFloorDiv()
2462 void TfLiteParserImpl::ParseAdd(size_t subgraphIndex, size_t operatorIndex) in ParseAdd()
2493 void TfLiteParserImpl::ParseMul(size_t subgraphIndex, size_t operatorIndex) in ParseMul()
2524 void TfLiteParserImpl::ParseMean(size_t subgraphIndex, size_t operatorIndex) in ParseMean()
2580 void TfLiteParserImpl::ParsePad(size_t subgraphIndex, size_t operatorIndex) in ParsePad()
2679 void TfLiteParserImpl::ParseMirrorPad(size_t subgraphIndex, size_t operatorIndex) in ParseMirrorPad()
2750 void TfLiteParserImpl::ParsePrelu(size_t subgraphIndex, size_t operatorIndex) in ParsePrelu()
2803 void TfLiteParserImpl::ParseQuantize(size_t subgraphIndex, size_t operatorIndex) in ParseQuantize()
2828 void TfLiteParserImpl::ParseRelu(size_t subgraphIndex, size_t operatorIndex) in ParseRelu()
2833 void TfLiteParserImpl::ParseRelu6(size_t subgraphIndex, size_t operatorIndex) in ParseRelu6()
2838 void TfLiteParserImpl::ParseLeakyRelu(size_t subgraphIndex, size_t operatorIndex) in ParseLeakyRelu()
2843 void TfLiteParserImpl::ParseLogistic(size_t subgraphIndex, size_t operatorIndex) in ParseLogistic()
2848 void TfLiteParserImpl::ParseTanH(size_t subgraphIndex, size_t operatorIndex) in ParseTanH()
2853 void TfLiteParserImpl::ParseElu(size_t subgraphIndex, size_t operatorIndex) in ParseElu()
2858 void TfLiteParserImpl::ParseHardSwish(size_t subgraphIndex, size_t operatorIndex) in ParseHardSwish()
2863 void TfLiteParserImpl::ParseActivation(size_t subgraphIndex, size_t operatorIndex, ActivationFuncti… in ParseActivation()
2975 void TfLiteParserImpl::ParseReshape(size_t subgraphIndex, size_t operatorIndex) in ParseReshape()
3142 void TfLiteParserImpl::ParseResizeBilinear(size_t subgraphIndex, size_t operatorIndex) in ParseResizeBilinear()
3147 void TfLiteParserImpl::ParseResizeNearestNeighbor(size_t subgraphIndex, size_t operatorIndex) in ParseResizeNearestNeighbor()
3152 void TfLiteParserImpl::ParseResize(size_t subgraphIndex, size_t operatorIndex, ResizeMethod resizeM… in ParseResize()
3218 void TfLiteParserImpl::ParseConcatenation(size_t subgraphIndex, size_t operatorIndex) in ParseConcatenation()
3269 void TfLiteParserImpl::ParseFullyConnected(size_t subgraphIndex, size_t operatorIndex) in ParseFullyConnected()
3414 void TfLiteParserImpl::ParseDetectionPostProcess(size_t subgraphIndex, size_t operatorIndex) in ParseDetectionPostProcess()
3492 void TfLiteParserImpl::ParsePack(size_t subgraphIndex, size_t operatorIndex) in ParsePack()
3531 void TfLiteParserImpl::ParseUnidirectionalSequenceLSTM(size_t subgraphIndex, size_t operatorIndex) in ParseUnidirectionalSequenceLSTM()
3805 void TfLiteParserImpl::ParseUnpack(size_t subgraphIndex, size_t operatorIndex) in ParseUnpack()
3918 void TfLiteParserImpl::ParseSplit(size_t subgraphIndex, size_t operatorIndex) in ParseSplit()
4030 void TfLiteParserImpl::ParseSplitV(size_t subgraphIndex, size_t operatorIndex) in ParseSplitV()
4186 void TfLiteParserImpl::ParseArgMin(size_t subgraphIndex, size_t operatorIndex) in ParseArgMin()
4191 void TfLiteParserImpl::ParseArgMax(size_t subgraphIndex, size_t operatorIndex) in ParseArgMax()
4196 void TfLiteParserImpl::ParseArgMinMax(size_t subgraphIndex, size_t operatorIndex, ArgMinMaxFunction… in ParseArgMinMax()
4266 void TfLiteParserImpl::ParseGather(size_t subgraphIndex, size_t operatorIndex) in ParseGather()
4321 void TfLiteParserImpl::ParseGatherNd(size_t subgraphIndex, size_t operatorIndex) in ParseGatherNd()
4346 void TfLiteParserImpl::ParseDepthToSpace(size_t subgraphIndex, size_t operatorIndex) in ParseDepthToSpace()
4382 void TfLiteParserImpl::ParseSum(size_t subgraphIndex, size_t operatorIndex) in ParseSum()
4387 void TfLiteParserImpl::ParseReduceProd(size_t subgraphIndex, size_t operatorIndex) in ParseReduceProd()
4392 void TfLiteParserImpl::ParseReduceMax(size_t subgraphIndex, size_t operatorIndex) in ParseReduceMax()
4397 void TfLiteParserImpl::ParseReduceMin(size_t subgraphIndex, size_t operatorIndex) in ParseReduceMin()
4402 void TfLiteParserImpl::ParseReduce(size_t subgraphIndex, size_t operatorIndex, ReduceOperation redu… in ParseReduce()
4464 void TfLiteParserImpl::ParseLocalResponseNormalization(size_t subgraphIndex, size_t operatorIndex) in ParseLocalResponseNormalization()
4508 void TfLiteParserImpl::ParseAbs(size_t subgraphIndex, size_t operatorIndex) in ParseAbs()
4513 void TfLiteParserImpl::ParseCeil(size_t subgraphIndex, size_t operatorIndex) in ParseCeil()
4518 void TfLiteParserImpl::ParseExp(size_t subgraphIndex, size_t operatorIndex) in ParseExp()
4523 void TfLiteParserImpl::ParseLog(size_t subgraphIndex, size_t operatorIndex) in ParseLog()
4528 void TfLiteParserImpl::ParseLogicalNot(size_t subgraphIndex, size_t operatorIndex) in ParseLogicalNot()
4533 void TfLiteParserImpl::ParseNeg(size_t subgraphIndex, size_t operatorIndex) in ParseNeg()
4538 void TfLiteParserImpl::ParseRsqrt(size_t subgraphIndex, size_t operatorIndex) in ParseRsqrt()
4543 void TfLiteParserImpl::ParseSin(size_t subgraphIndex, size_t operatorIndex) in ParseSin()
4548 void TfLiteParserImpl::ParseSqrt(size_t subgraphIndex, size_t operatorIndex) in ParseSqrt()
4553 void TfLiteParserImpl::ParseElementwiseUnary(size_t subgraphIndex, size_t operatorIndex, UnaryOpera… in ParseElementwiseUnary()
4581 void TfLiteParserImpl::ParseEqual(size_t subgraphIndex, size_t operatorIndex) in ParseEqual()
4586 void TfLiteParserImpl::ParseNotEqual(size_t subgraphIndex, size_t operatorIndex) in ParseNotEqual()
4591 void TfLiteParserImpl::ParseGreater(size_t subgraphIndex, size_t operatorIndex) in ParseGreater()
4596 void TfLiteParserImpl::ParseGreaterOrEqual(size_t subgraphIndex, size_t operatorIndex) in ParseGreaterOrEqual()
4601 void TfLiteParserImpl::ParseLess(size_t subgraphIndex, size_t operatorIndex) in ParseLess()
4606 void TfLiteParserImpl::ParseLessOrEqual(size_t subgraphIndex, size_t operatorIndex) in ParseLessOrEqual()
4611 void TfLiteParserImpl::ParseComparison(size_t subgraphIndex, size_t operatorIndex, in ParseComparison()
4788 size_t operatorIndex) in GetInputs()
4815 size_t operatorIndex) in GetOutputs()
4868 size_t operatorIndex) in GetInputTensorIds()
4878 size_t operatorIndex) in GetOutputTensorIds()
4887 size_t operatorIndex, in RegisterInputSlots()
4916 size_t operatorIndex, in RegisterOutputSlots()