Lines Matching defs:layer
437 auto layer = GetBaseLayer(graph, index); in GetLayerName() local
794 auto layer = GetBaseLayer(graphPtr, layerIndex); in GetInputs() local
811 auto layer = GetBaseLayer(graphPtr, layerIndex); in GetOutputs() local
960 auto layer = graph->layers()->Get(i); in GetInputLayerInVector() local
977 auto layer = graph->layers()->Get(i); in GetOutputLayerInVector() local
994 LayerBaseRawPtr layer = GetBaseLayer(graph, i); in GetLayerIndexInVector() local
1101 IConnectableLayer* layer) in RegisterOutputSlots()
1127 armnn::IConnectableLayer* layer, in RegisterInputSlots()
1208 IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(descriptor, layerName.c_str()); in ParseAbs() local
1235 IConnectableLayer* layer = m_Network->AddActivationLayer(descriptor, in ParseActivation() local
1256 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseAdd() local
1282 IConnectableLayer* layer = m_Network->AddArgMinMaxLayer(descriptor, layerName.c_str()); in ParseArgMinMax() local
1313 IConnectableLayer* layer = m_Network->AddBatchMatMulLayer(descriptor, layerName.c_str()); in ParseBatchMatMul() local
1355 IConnectableLayer* layer = m_Network->AddBatchToSpaceNdLayer(descriptor, layerName.c_str()); in ParseBatchToSpaceNd() local
1389 IConnectableLayer* layer = m_Network->AddBatchNormalizationLayer(descriptor, in ParseBatchNormalization() local
1413 IConnectableLayer* layer = m_Network->AddCastLayer(layerName.c_str()); in ParseCast() local
1436 IConnectableLayer* layer; in ParseConstant() local
1510 armnn::IConnectableLayer* layer; in ParseConvolution2d() local
1587 IConnectableLayer* layer = m_Network->AddConvolution3dLayer(descriptor, layerName.c_str()); in ParseConvolution3d() local
1613 IConnectableLayer* layer = m_Network->AddDepthToSpaceLayer(descriptor, layerName.c_str()); in ParseDepthToSpace() local
1647 IConnectableLayer* layer; in ParseDepthwiseConvolution2d() local
1751 IConnectableLayer* layer = m_Network->AddDetectionPostProcessLayer(descriptor, in ParseDetectionPostProcess() local
1776 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseDivision() local
1797 IConnectableLayer* layer = m_Network->AddComparisonLayer(descriptor, layerName.c_str()); in ParseEqual() local
1819 IConnectableLayer* layer = m_Network->AddFillLayer(descriptor, layerName.c_str()); in ParseFill() local
1840 IConnectableLayer* layer = m_Network->AddComparisonLayer(descriptor, layerName.c_str()); in ParseGreater() local
1871 …IConnectableLayer* layer = m_Network->AddInstanceNormalizationLayer(descriptor, layerName.c_str()); in ParseInstanceNormalization() local
1897 IConnectableLayer* layer = m_Network->AddL2NormalizationLayer(descriptor, layerName.c_str()); in ParseL2Normalization() local
1922 IConnectableLayer* layer = m_Network->AddLogicalBinaryLayer(descriptor, layerName.c_str()); in ParseLogicalBinary() local
1946 IConnectableLayer* layer = m_Network->AddLogSoftmaxLayer(descriptor, layerName.c_str()); in ParseLogSoftmax() local
1967 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseMinimum() local
1988 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseMaximum() local
2028 IConnectableLayer* layer = m_Network->AddChannelShuffleLayer(descriptor, layerName.c_str()); in ParseChannelShuffle() local
2054 IConnectableLayer* layer = m_Network->AddComparisonLayer(descriptor, layerName.c_str()); in ParseComparison() local
2081 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseElementwiseBinary() local
2108 … IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(descriptor, layerName.c_str()); in ParseElementwiseUnary() local
2147 IConnectableLayer* layer = m_Network->AddConcatLayer(descriptor, layerName.c_str()); in ParseConcat() local
2167 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseMultiplication() local
2189 armnn::IConnectableLayer* layer; in ParseFloor() local
2218 armnn::IConnectableLayer* layer; in ParseFullyConnected() local
2292 IConnectableLayer* layer = m_Network->AddPadLayer(descriptor, layerName.c_str()); in ParsePad() local
2318 IConnectableLayer* layer = m_Network->AddPermuteLayer(descriptor, layerName.c_str()); in ParsePermute() local
2533 IConnectableLayer* layer = m_Network->AddPooling2dLayer(pooling2dDescriptor, layerName.c_str()); in ParsePooling2d() local
2554 IConnectableLayer* layer = m_Network->AddPooling3dLayer(pooling3dDescriptor, layerName.c_str()); in ParsePooling3d() local
2573 IConnectableLayer* layer = m_Network->AddQuantizeLayer(layerName.c_str()); in ParseQuantize() local
2621 IConnectableLayer* layer = m_Network->AddRankLayer( layerName.c_str()); in ParseRank() local
2651 IConnectableLayer* layer = m_Network->AddReduceLayer(descriptor, layerName.c_str()); in ParseReduce() local
2696 IConnectableLayer* layer = m_Network->AddReshapeLayer(reshapeDesc, layerName.c_str()); in ParseReshape() local
2724 IConnectableLayer* layer = m_Network->AddResizeLayer(descriptor, layerName.c_str()); in ParseResize() local
2757 IConnectableLayer* layer = m_Network->AddResizeLayer(descriptor, layerName.c_str()); in ParseResizeBilinear() local
2777 IConnectableLayer* layer = m_Network->AddShapeLayer( layerName.c_str()); in ParseShape() local
2801 IConnectableLayer* layer = m_Network->AddSoftmaxLayer(descriptor, layerName.c_str()); in ParseSoftmax() local
2844 IConnectableLayer* layer = m_Network->AddSpaceToBatchNdLayer(descriptor, layerName.c_str()); in ParseSpaceToBatchNd() local
2870 IConnectableLayer* layer = m_Network->AddSpaceToDepthLayer(descriptor, layerName.c_str()); in ParseSpaceToDepth() local
2965 …IConnectableLayer* layer = m_Network->AddNormalizationLayer(normalizationDescriptor, layerName.c_s… in ParseNormalization() local
2985 IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(descriptor, layerName.c_str()); in ParseRsqrt() local
3019 IConnectableLayer* layer = m_Network->AddSliceLayer(descriptor, layerName.c_str()); in ParseSlice() local
3064 IConnectableLayer* layer = m_Network->AddStridedSliceLayer(descriptor, layerName.c_str()); in ParseStridedSlice() local
3085 IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(descriptor, layerName.c_str()); in ParseSubtraction() local
3108 IConnectableLayer* layer = m_Network->AddGatherLayer(descriptor, layerName.c_str()); in ParseGather() local
3128 IConnectableLayer* layer = m_Network->AddGatherNdLayer(layerName.c_str()); in ParseGatherNd() local
3156 IConnectableLayer* layer = m_Network->AddMeanLayer(descriptor, layerName.c_str()); in ParseMean() local
3196 IConnectableLayer* layer = m_Network->AddSplitterLayer(viewsDescriptor, layerName.c_str()); in ParseSplitter() local
3322 …IConnectableLayer* layer = m_Network->AddLstmLayer(lstmDescriptor, lstmInputParams, layerName.c_st… in ParseLstm() local
3474 …IConnectableLayer* layer = m_Network->AddQLstmLayer(qLstmDescriptor, qLstmInputParams, layerName.c… in ParseQLstm() local
3531 IConnectableLayer* layer = m_Network->AddQuantizedLstmLayer(lstmInputParams, layerName.c_str()); in ParseQuantizedLstm() local
3554 IConnectableLayer* layer = m_Network->AddDequantizeLayer(layerName.c_str()); in ParseDequantize() local
3574 IConnectableLayer* layer = m_Network->AddMergeLayer(layerName.c_str()); in ParseMerge() local
3594 IConnectableLayer* layer = m_Network->AddSwitchLayer(layerName.c_str()); in ParseSwitch() local
3617 IConnectableLayer* layer = m_Network->AddPreluLayer(layerName.c_str()); in ParsePrelu() local
3642 IConnectableLayer* layer = m_Network->AddTransposeLayer(descriptor, layerName.c_str()); in ParseTranspose() local
3682 IConnectableLayer* layer = m_Network->AddTransposeConvolution2dLayer(descriptor, in ParseTransposeConvolution2d() local
3733 IConnectableLayer* layer = m_Network->AddStackLayer(descriptor, layerName.c_str()); in ParseStack() local
3760 armnn::IConnectableLayer* layer = m_Network->AddStandInLayer(descriptor, layerName.c_str()); in ParseStandIn() local
3891 IConnectableLayer* layer = m_Network->AddUnidirectionalSequenceLstmLayer(descriptor, in ParseUnidirectionalSequenceLstm() local