Lines Matching full:layername
439 return layer->layerName()->str(); in GetLayerName()
826 const auto layerName = GetBaseLayer(graph, layerIndex)->layerName()->c_str(); in ParseUnsupportedLayer() local
828 "layerName: {1} / {2}", in ParseUnsupportedLayer()
830 layerName, in ParseUnsupportedLayer()
1042 ARMNN_ASSERT_MSG(baseLayer->layerName()->c_str(), "Input has no name."); in SetupInputLayers()
1045 m_Network->AddInputLayer(bindingId, baseLayer->layerName()->c_str()); in SetupInputLayers()
1052 m_InputBindings.push_back(std::make_pair(baseLayer->layerName()->c_str(), bindingInfo)); in SetupInputLayers()
1081 ARMNN_ASSERT_MSG(baseLayer->layerName()->c_str(), "Output has no name."); in SetupOutputLayers()
1084 m_Network->AddOutputLayer(bindingId, baseLayer->layerName()->c_str()); in SetupOutputLayers()
1095 m_OutputBindings.push_back(std::make_pair(baseLayer->layerName()->c_str(), bindingInfo)); in SetupOutputLayers()
1205 auto layerName = GetLayerName(graph, layerIndex); in ParseAbs() local
1208 IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(descriptor, layerName.c_str()); in ParseAbs()
1227 auto layerName = GetLayerName(graph, layerIndex); in ParseActivation() local
1236 layerName.c_str()); in ParseActivation()
1254 auto layerName = GetLayerName(graph, layerIndex); in ParseAdd() local
1256 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseAdd()
1281 auto layerName = GetLayerName(graph, layerIndex); in ParseArgMinMax() local
1282 IConnectableLayer* layer = m_Network->AddArgMinMaxLayer(descriptor, layerName.c_str()); in ParseArgMinMax()
1312 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchMatMul() local
1313 IConnectableLayer* layer = m_Network->AddBatchMatMulLayer(descriptor, layerName.c_str()); in ParseBatchMatMul()
1354 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchToSpaceNd() local
1355 IConnectableLayer* layer = m_Network->AddBatchToSpaceNdLayer(descriptor, layerName.c_str()); in ParseBatchToSpaceNd()
1375 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchNormalization() local
1394 layerName.c_str()); in ParseBatchNormalization()
1411 auto layerName = GetLayerName(graph, layerIndex); in ParseCast() local
1413 IConnectableLayer* layer = m_Network->AddCastLayer(layerName.c_str()); in ParseCast()
1430 auto layerName = GetLayerName(graph, layerIndex); in ParseConstant() local
1464 layer = m_Network->AddConstantLayer(weightsPermuted, layerName.c_str()); in ParseConstant()
1474 layer = m_Network->AddConstantLayer(input, layerName.c_str()); in ParseConstant()
1495 auto layerName = GetLayerName(graph, layerIndex); in ParseConvolution2d() local
1523 layerName.c_str()); in ParseConvolution2d()
1543 layerName.c_str()); in ParseConvolution2d()
1565 auto layerName = GetLayerName(graph, layerIndex); in ParseConvolution3d() local
1587 IConnectableLayer* layer = m_Network->AddConvolution3dLayer(descriptor, layerName.c_str()); in ParseConvolution3d()
1612 auto layerName = GetLayerName(graph, layerIndex); in ParseDepthToSpace() local
1613 IConnectableLayer* layer = m_Network->AddDepthToSpaceLayer(descriptor, layerName.c_str()); in ParseDepthToSpace()
1632 auto layerName = GetLayerName(graph, layerIndex); in ParseDepthwiseConvolution2d() local
1662 layerName.c_str()); in ParseDepthwiseConvolution2d()
1710 layerName.c_str()); in ParseDepthwiseConvolution2d()
1733 auto layerName = GetLayerName(graph, layerIndex); in ParseDetectionPostProcess() local
1753 layerName.c_str()); in ParseDetectionPostProcess()
1774 auto layerName = GetLayerName(graph, layerIndex); in ParseDivision() local
1776 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseDivision()
1795 auto layerName = GetLayerName(graph, layerIndex); in ParseEqual() local
1797 IConnectableLayer* layer = m_Network->AddComparisonLayer(descriptor, layerName.c_str()); in ParseEqual()
1816 auto layerName = GetLayerName(graph, layerIndex); in ParseFill() local
1819 IConnectableLayer* layer = m_Network->AddFillLayer(descriptor, layerName.c_str()); in ParseFill()
1838 auto layerName = GetLayerName(graph, layerIndex); in ParseGreater() local
1840 IConnectableLayer* layer = m_Network->AddComparisonLayer(descriptor, layerName.c_str()); in ParseGreater()
1868 const std::string layerName = GetLayerName(graph, layerIndex); in ParseInstanceNormalization() local
1871 …IConnectableLayer* layer = m_Network->AddInstanceNormalizationLayer(descriptor, layerName.c_str()); in ParseInstanceNormalization()
1892 auto layerName = GetLayerName(graph, layerIndex); in ParseL2Normalization() local
1897 IConnectableLayer* layer = m_Network->AddL2NormalizationLayer(descriptor, layerName.c_str()); in ParseL2Normalization()
1921 const std::string& layerName = GetLayerName(graph, layerIndex); in ParseLogicalBinary() local
1922 IConnectableLayer* layer = m_Network->AddLogicalBinaryLayer(descriptor, layerName.c_str()); in ParseLogicalBinary()
1944 auto layerName = GetLayerName(graph, layerIndex); in ParseLogSoftmax() local
1946 IConnectableLayer* layer = m_Network->AddLogSoftmaxLayer(descriptor, layerName.c_str()); in ParseLogSoftmax()
1965 auto layerName = GetLayerName(graph, layerIndex); in ParseMinimum() local
1967 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseMinimum()
1986 auto layerName = GetLayerName(graph, layerIndex); in ParseMaximum() local
1988 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseMaximum()
2027 auto layerName = GetLayerName(graph, layerIndex); in ParseChannelShuffle() local
2028 IConnectableLayer* layer = m_Network->AddChannelShuffleLayer(descriptor, layerName.c_str()); in ParseChannelShuffle()
2053 const std::string& layerName = GetLayerName(graph, layerIndex); in ParseComparison() local
2054 IConnectableLayer* layer = m_Network->AddComparisonLayer(descriptor, layerName.c_str()); in ParseComparison()
2080 const std::string& layerName = GetLayerName(graph, layerIndex); in ParseElementwiseBinary() local
2081 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseElementwiseBinary()
2107 const std::string& layerName = GetLayerName(graph, layerIndex); in ParseElementwiseUnary() local
2108 … IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(descriptor, layerName.c_str()); in ParseElementwiseUnary()
2125 auto layerName = GetLayerName(graph, layerIndex); in ParseConcat() local
2147 IConnectableLayer* layer = m_Network->AddConcatLayer(descriptor, layerName.c_str()); in ParseConcat()
2165 auto layerName = GetLayerName(graph, layerIndex); in ParseMultiplication() local
2167 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseMultiplication()
2187 auto layerName = GetLayerName(graph, layerIndex); in ParseFloor() local
2191 layer = m_Network->AddFloorLayer(layerName.c_str()); in ParseFloor()
2210 auto layerName = GetLayerName(graph, layerIndex); in ParseFullyConnected() local
2229 layerName.c_str()); in ParseFullyConnected()
2249 layerName.c_str()); in ParseFullyConnected()
2291 auto layerName = GetLayerName(graph, layerIndex); in ParsePad() local
2292 IConnectableLayer* layer = m_Network->AddPadLayer(descriptor, layerName.c_str()); in ParsePad()
2315 auto layerName = GetLayerName(graph, layerIndex); in ParsePermute() local
2318 IConnectableLayer* layer = m_Network->AddPermuteLayer(descriptor, layerName.c_str()); in ParsePermute()
2532 auto layerName = GetLayerName(graph, layerIndex); in ParsePooling2d() local
2533 IConnectableLayer* layer = m_Network->AddPooling2dLayer(pooling2dDescriptor, layerName.c_str()); in ParsePooling2d()
2553 auto layerName = GetLayerName(graph, layerIndex); in ParsePooling3d() local
2554 IConnectableLayer* layer = m_Network->AddPooling3dLayer(pooling3dDescriptor, layerName.c_str()); in ParsePooling3d()
2572 auto layerName = GetLayerName(graph, layerIndex); in ParseQuantize() local
2573 IConnectableLayer* layer = m_Network->AddQuantizeLayer(layerName.c_str()); in ParseQuantize()
2620 auto layerName = GetLayerName(graph, layerIndex); in ParseRank() local
2621 IConnectableLayer* layer = m_Network->AddRankLayer( layerName.c_str()); in ParseRank()
2650 const std::string& layerName = GetLayerName(graph, layerIndex); in ParseReduce() local
2651 IConnectableLayer* layer = m_Network->AddReduceLayer(descriptor, layerName.c_str()); in ParseReduce()
2695 auto layerName = GetLayerName(graph, layerIndex); in ParseReshape() local
2696 IConnectableLayer* layer = m_Network->AddReshapeLayer(reshapeDesc, layerName.c_str()); in ParseReshape()
2723 auto layerName = GetLayerName(graph, layerIndex); in ParseResize() local
2724 IConnectableLayer* layer = m_Network->AddResizeLayer(descriptor, layerName.c_str()); in ParseResize()
2756 auto layerName = GetLayerName(graph, layerIndex); in ParseResizeBilinear() local
2757 IConnectableLayer* layer = m_Network->AddResizeLayer(descriptor, layerName.c_str()); in ParseResizeBilinear()
2776 auto layerName = GetLayerName(graph, layerIndex); in ParseShape() local
2777 IConnectableLayer* layer = m_Network->AddShapeLayer( layerName.c_str()); in ParseShape()
2799 auto layerName = GetLayerName(graph, layerIndex); in ParseSoftmax() local
2801 IConnectableLayer* layer = m_Network->AddSoftmaxLayer(descriptor, layerName.c_str()); in ParseSoftmax()
2843 auto layerName = GetLayerName(graph, layerIndex); in ParseSpaceToBatchNd() local
2844 IConnectableLayer* layer = m_Network->AddSpaceToBatchNdLayer(descriptor, layerName.c_str()); in ParseSpaceToBatchNd()
2869 auto layerName = GetLayerName(graph, layerIndex); in ParseSpaceToDepth() local
2870 IConnectableLayer* layer = m_Network->AddSpaceToDepthLayer(descriptor, layerName.c_str()); in ParseSpaceToDepth()
2963 auto layerName = GetLayerName(graph, layerIndex); in ParseNormalization() local
2965 …IConnectableLayer* layer = m_Network->AddNormalizationLayer(normalizationDescriptor, layerName.c_s… in ParseNormalization()
2982 auto layerName = GetLayerName(graph, layerIndex); in ParseRsqrt() local
2985 IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(descriptor, layerName.c_str()); in ParseRsqrt()
3018 auto layerName = GetLayerName(graph, layerIndex); in ParseSlice() local
3019 IConnectableLayer* layer = m_Network->AddSliceLayer(descriptor, layerName.c_str()); in ParseSlice()
3063 auto layerName = GetLayerName(graph, layerIndex); in ParseStridedSlice() local
3064 IConnectableLayer* layer = m_Network->AddStridedSliceLayer(descriptor, layerName.c_str()); in ParseStridedSlice()
3083 auto layerName = GetLayerName(graph, layerIndex); in ParseSubtraction() local
3085 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseSubtraction()
3107 auto layerName = GetLayerName(graph, layerIndex); in ParseGather() local
3108 IConnectableLayer* layer = m_Network->AddGatherLayer(descriptor, layerName.c_str()); in ParseGather()
3127 auto layerName = GetLayerName(graph, layerIndex); in ParseGatherNd() local
3128 IConnectableLayer* layer = m_Network->AddGatherNdLayer(layerName.c_str()); in ParseGatherNd()
3155 auto layerName = GetLayerName(graph, layerIndex); in ParseMean() local
3156 IConnectableLayer* layer = m_Network->AddMeanLayer(descriptor, layerName.c_str()); in ParseMean()
3195 auto layerName = GetLayerName(graph, layerIndex); in ParseSplitter() local
3196 IConnectableLayer* layer = m_Network->AddSplitterLayer(viewsDescriptor, layerName.c_str()); in ParseSplitter()
3235 auto layerName = GetLayerName(graph, layerIndex); in ParseLstm() local
3322 …IConnectableLayer* layer = m_Network->AddLstmLayer(lstmDescriptor, lstmInputParams, layerName.c_st… in ParseLstm()
3374 auto layerName = GetLayerName(graph, layerIndex); in ParseQLstm() local
3474 …tableLayer* layer = m_Network->AddQLstmLayer(qLstmDescriptor, qLstmInputParams, layerName.c_str()); in ParseQLstm()
3500 auto layerName = GetLayerName(graph, layerIndex); in ParseQuantizedLstm() local
3531 IConnectableLayer* layer = m_Network->AddQuantizedLstmLayer(lstmInputParams, layerName.c_str()); in ParseQuantizedLstm()
3553 const std::string layerName = GetLayerName(graph, layerIndex); in ParseDequantize() local
3554 IConnectableLayer* layer = m_Network->AddDequantizeLayer(layerName.c_str()); in ParseDequantize()
3573 const std::string layerName = GetLayerName(graph, layerIndex); in ParseMerge() local
3574 IConnectableLayer* layer = m_Network->AddMergeLayer(layerName.c_str()); in ParseMerge()
3593 auto layerName = GetLayerName(graph, layerIndex); in ParseSwitch() local
3594 IConnectableLayer* layer = m_Network->AddSwitchLayer(layerName.c_str()); in ParseSwitch()
3616 auto layerName = GetLayerName(graph, layerIndex); in ParsePrelu() local
3617 IConnectableLayer* layer = m_Network->AddPreluLayer(layerName.c_str()); in ParsePrelu()
3639 auto layerName = GetLayerName(graph, layerIndex); in ParseTranspose() local
3642 IConnectableLayer* layer = m_Network->AddTransposeLayer(descriptor, layerName.c_str()); in ParseTranspose()
3660 auto layerName = GetLayerName(graph, layerIndex); in ParseTransposeConvolution2d() local
3685 layerName.c_str()); in ParseTransposeConvolution2d()
3732 auto layerName = GetLayerName(graph, layerIndex); in ParseStack() local
3733 IConnectableLayer* layer = m_Network->AddStackLayer(descriptor, layerName.c_str()); in ParseStack()
3759 const std::string layerName = GetLayerName(graph, layerIndex); in ParseStandIn() local
3760 armnn::IConnectableLayer* layer = m_Network->AddStandInLayer(descriptor, layerName.c_str()); in ParseStandIn()
3800 auto layerName = GetLayerName(graph, layerIndex); in ParseUnidirectionalSequenceLstm() local
3893 layerName.c_str()); in ParseUnidirectionalSequenceLstm()