Lines Matching defs:layerName
1170 auto layerName = fmt::format("StandIn:{}:{}:{}", subgraphIndex, operatorIndex, opcode); in ParseUnsupportedOperator() local
1197 auto layerName = fmt::format("Cast:{}:{}", subgraphIndex, operatorIndex); in ParseCast() local
1256 auto layerName = fmt::format("Conv2D:{}:{}", subgraphIndex, operatorIndex); in ParseConv2D() local
1341 auto layerName = fmt::format("Conv3D:{}:{}", subgraphIndex, operatorIndex); in ParseConv3D() local
1416 auto layerName = fmt::format("DepthwiseConv2D:{}:{}", subgraphIndex, operatorIndex); in ParseDepthwiseConv2D() local
1458 auto layerName = fmt::format("Dequantize:{}:{}", subgraphIndex, operatorIndex); in ParseDequantize() local
1483 auto layerName = fmt::format("ExpandDims:{}:{}", subgraphIndex, operatorIndex); in ParseExpandDims() local
1555 auto layerName = fmt::format("Transpose:{}:{}", subgraphIndex, operatorIndex); in ParseTranspose() local
1667 auto layerName = fmt::format("TransposeConv:{}:{}", subgraphIndex, operatorIndex); in ParseTransposeConv() local
1714 auto layerName = fmt::format("BatchMatMul:{}:{}", subgraphIndex, operatorIndex); in ParseBatchMatMul() local
1776 auto layerName = fmt::format("BatchToSpaceND:{}:{}", subgraphIndex, operatorIndex); in ParseBatchToSpaceND() local
1806 auto layerName = fmt::format("L2Normalization:{}:{}", subgraphIndex, operatorIndex); in ParseL2Normalization() local
1836 auto layerName = fmt::format("Maximum:{}:{}", subgraphIndex, operatorIndex); in ParseMaximum() local
1866 auto layerName = fmt::format("Minimum:{}:{}", subgraphIndex, operatorIndex); in ParseMinimum() local
1897 std::string layerName; in ParsePool() local
2016 auto layerName = fmt::format("Slice:{}:{}", subgraphIndex, operatorIndex); in ParseSlice() local
2048 auto layerName = fmt::format("Softmax:{}:{}", subgraphIndex, operatorIndex); in ParseSoftmax() local
2075 auto layerName = fmt::format("LogSoftmax:{}:{}", subgraphIndex, operatorIndex); in ParseLogSoftmax() local
2125 auto layerName = fmt::format("SpaceToBatchND:{}:{}", subgraphIndex, operatorIndex); in ParseSpaceToBatchND() local
2166 auto layerName = fmt::format("SpaceToDepth:{}:{}", subgraphIndex, operatorIndex); in ParseSpaceToDepth() local
2239 auto layerName = fmt::format("Shape:{}:{}", subgraphIndex, operatorIndex); in ParseShape() local
2276 auto layerName = fmt::format("Squeeze:{}:{}", subgraphIndex, operatorIndex); in ParseSqueeze() local
2357 auto layerName = fmt::format("StridedSlice:{}:{}", subgraphIndex, operatorIndex); in ParseStridedSlice() local
2387 auto layerName = fmt::format("Sub:{}:{}", subgraphIndex, operatorIndex); in ParseSub() local
2419 auto layerName = fmt::format("Div:{}:{}", subgraphIndex, operatorIndex); in ParseDiv() local
2447 auto layerName = fmt::format("Div:{}:{}", subgraphIndex, operatorIndex); in ParseFloorDiv() local
2478 auto layerName = fmt::format("Add:{}:{}", subgraphIndex, operatorIndex); in ParseAdd() local
2509 auto layerName = fmt::format("Mul:{}:{}", subgraphIndex, operatorIndex); in ParseMul() local
2566 auto layerName = fmt::format("Mean:{}:{}", subgraphIndex, operatorIndex); in ParseMean() local
2664 …auto layerName = (opcode == tflite::BuiltinOperator_PAD) ? fmt::format("Pad:{}:{}", subgraphIndex,… in ParsePad() local
2736 auto layerName = fmt::format("MirrorPad:{}:{}", subgraphIndex, operatorIndex); in ParseMirrorPad() local
2760 auto layerName = fmt::format("Prelu:{}:{}", subgraphIndex, operatorIndex); in ParsePrelu() local
2813 auto layerName = fmt::format("Quantize:{}:{}", subgraphIndex, operatorIndex); in ParseQuantize() local
2875 auto layerName = fmt::format("Activation:"); in ParseActivation() local
2986 auto layerName = fmt::format("Reshape:{}:{}", subgraphIndex, operatorIndex); in ParseReshape() local
3176 auto layerName = fmt::format("Resize:"); in ParseResize() local
3252 auto layerName = fmt::format("Concatenation:{}:{}", subgraphIndex, operatorIndex); in ParseConcatenation() local
3300 auto layerName = fmt::format("FullyConnected:{}:{}", subgraphIndex, operatorIndex); in ParseFullyConnected() local
3458 auto layerName = fmt::format("DetectionPostProcess:{}:{}", subgraphIndex, operatorIndex); in ParseDetectionPostProcess() local
3516 auto layerName = fmt::format("Pack:{}:{}", subgraphIndex, operatorIndex); in ParsePack() local
3781 auto layerName = fmt::format("UnidirectionalSequenceLSTM:{}:{}", subgraphIndex, operatorIndex); in ParseUnidirectionalSequenceLSTM() local
3874 auto layerName = fmt::format("Unpack:{}:{}", subgraphIndex, operatorIndex); in ParseUnpack() local
4003 auto layerName = fmt::format("Split:{}:{}", subgraphIndex, operatorIndex); in ParseSplit() local
4169 auto layerName = fmt::format("SplitV:{}:{}", subgraphIndex, operatorIndex); in ParseSplitV() local
4250 auto layerName = argMinMaxFunction == ArgMinMaxFunction::Max ? "ArgMax:{}:{}" : "ArgMin:{}:{}"; in ParseArgMinMax() local
4285 auto layerName = fmt::format("Gather:{}:{}", subgraphIndex, operatorIndex); in ParseGather() local
4333 auto layerName = fmt::format("GatherNd:{}:{}", subgraphIndex, operatorIndex); in ParseGatherNd() local
4369 auto layerName = fmt::format("DepthToSpace:{}:{}", subgraphIndex, operatorIndex); in ParseDepthToSpace() local
4415 auto layerName = fmt::format("Reduce:{}:{}", subgraphIndex, operatorIndex); in ParseReduce() local
4474 auto layerName = fmt::format("LRN:{}:{}", subgraphIndex, operatorIndex); in ParseLocalResponseNormalization() local
4563 std::string layerName = std::string(GetUnaryOperationAsCString(unaryOperation)) + ":{}:{}"; in ParseElementwiseUnary() local
4622 auto layerName = std::string(GetComparisonOperationAsCString(comparisonOperation)) + ":{}:{}"; in ParseComparison() local
4666 std::string layerName = prevLayer->GetName(); in AddFusedActivationLayer() local
4734 std::string layerName = prevLayer->GetName(); in AddFusedFloorLayer() local
5041 std::string layerName = fmt::format("Constant:{}", tensorPtr->name); in SetupConstantLayers() local
5066 std::string layerName = fmt::format("Constant:{}", tensorPtr->name); in SetupConstantLayers() local