Lines Matching defs:layer

836                                                                armnn::IConnectableLayer* layer,  in OutputTensorInfoFromInputs()
894 armnn::IConnectableLayer* layer, in OutputTensorInfoFromShapes()
1173 IConnectableLayer* layer = m_Network->AddStandInLayer(descriptor, layerName.c_str()); in ParseUnsupportedOperator() local
1199 IConnectableLayer* layer = m_Network->AddCastLayer(layerName.c_str()); in ParseCast() local
1257 armnn::IConnectableLayer* layer = m_Network->AddConvolution2dLayer(desc, layerName.c_str()); in ParseConv2D() local
1356 armnn::IConnectableLayer* layer = m_Network->AddConvolution3dLayer(desc, layerName.c_str()); in ParseConv3D() local
1423 …armnn::IConnectableLayer* layer = m_Network->AddDepthwiseConvolution2dLayer(desc, layerName.c_str(… in ParseDepthwiseConv2D() local
1460 IConnectableLayer* layer = m_Network->AddDequantizeLayer(layerName.c_str()); in ParseDequantize() local
1530 IConnectableLayer* layer = m_Network->AddReshapeLayer(reshapeDesc, layerName.c_str()); in ParseExpandDims() local
1571 IConnectableLayer* layer = m_Network->AddTransposeLayer(desc, layerName.c_str()); in ParseTranspose() local
1666 armnn::IConnectableLayer* layer = nullptr; in ParseTransposeConv() local
1729 IConnectableLayer* layer = m_Network->AddBatchMatMulLayer(descriptor, layerName.c_str()); in ParseBatchMatMul() local
1780 IConnectableLayer* layer = m_Network->AddBatchToSpaceNdLayer(desc, layerName.c_str()); in ParseBatchToSpaceND() local
1807 IConnectableLayer* layer = m_Network->AddL2NormalizationLayer(desc, layerName.c_str()); in ParseL2Normalization() local
1842 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(BinaryOperation::Maximum, layerNam… in ParseMaximum() local
1872 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(BinaryOperation::Minimum, layerNam… in ParseMinimum() local
1940 IConnectableLayer* layer = m_Network->AddPooling2dLayer(desc, layerName.c_str()); in ParsePool() local
2018 IConnectableLayer* const layer = m_Network->AddSliceLayer(desc, layerName.c_str()); in ParseSlice() local
2049 IConnectableLayer* const layer = m_Network->AddSoftmaxLayer(desc, layerName.c_str()); in ParseSoftmax() local
2076 IConnectableLayer* const layer = m_Network->AddLogSoftmaxLayer(desc, layerName.c_str()); in ParseLogSoftmax() local
2129 IConnectableLayer* layer = m_Network->AddSpaceToBatchNdLayer(desc, layerName.c_str()); in ParseSpaceToBatchND() local
2167 IConnectableLayer* layer = m_Network->AddSpaceToDepthLayer(descriptor, layerName.c_str()); in ParseSpaceToDepth() local
2241 IConnectableLayer* layer = m_Network->AddShapeLayer(layerName.c_str()); in ParseShape() local
2303 IConnectableLayer* layer = m_Network->AddReshapeLayer(reshapeDesc, layerName.c_str()); in ParseSqueeze() local
2358 IConnectableLayer* layer = m_Network->AddStridedSliceLayer(desc, layerName.c_str()); in ParseStridedSlice() local
2388 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(BinaryOperation::Sub, layerName.c_… in ParseSub() local
2420 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(BinaryOperation::Div, layerName.c_… in ParseDiv() local
2448 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(BinaryOperation::Div, layerName.c_… in ParseFloorDiv() local
2479 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(BinaryOperation::Add, layerName.c_… in ParseAdd() local
2510 …IConnectableLayer* layer = m_Network->AddElementwiseBinaryLayer(BinaryOperation::Mul, layerName.c_… in ParseMul() local
2567 IConnectableLayer* layer = m_Network->AddMeanLayer(desc, layerName.c_str()); in ParseMean() local
2667 IConnectableLayer* layer = m_Network->AddPadLayer(desc, layerName.c_str()); in ParsePad() local
2738 IConnectableLayer* layer = m_Network->AddPadLayer(desc, layerName.c_str()); in ParseMirrorPad() local
2765 IConnectableLayer* layer = m_Network->AddPreluLayer(layerName.c_str()); in ParsePrelu() local
2815 IConnectableLayer* layer = m_Network->AddQuantizeLayer(layerName.c_str()); in ParseQuantize() local
2931 … IConnectableLayer* const layer = m_Network->AddActivationLayer(activationDesc, layerName.c_str()); in ParseActivation() local
3131 IConnectableLayer* layer = m_Network->AddReshapeLayer(reshapeDesc, layerName.c_str()); in ParseReshape() local
3205 IConnectableLayer* layer = m_Network->AddResizeLayer(desc, layerName.c_str()); in ParseResize() local
3254 IConnectableLayer* layer = m_Network->AddConcatLayer(concatDescriptor, layerName.c_str()); in ParseConcatenation() local
3299 armnn::IConnectableLayer* layer = nullptr; in ParseFullyConnected() local
3459 IConnectableLayer* layer = m_Network->AddDetectionPostProcessLayer(desc, anchorTensorAndData, in ParseDetectionPostProcess() local
3517 IConnectableLayer* layer = m_Network->AddStackLayer(desc, layerName.c_str()); in ParsePack() local
3782 armnn::IConnectableLayer* layer = m_Network->AddUnidirectionalSequenceLstmLayer(desc, params); in ParseUnidirectionalSequenceLSTM() local
3875 IConnectableLayer* layer = m_Network->AddSplitterLayer(splitDesc, layerName.c_str()); in ParseUnpack() local
4004 IConnectableLayer* layer = m_Network->AddSplitterLayer(splitDesc, layerName.c_str()); in ParseSplit() local
4170 IConnectableLayer* layer = m_Network->AddSplitterLayer(splitDesc, layerName.c_str()); in ParseSplitV() local
4252 IConnectableLayer *layer = m_Network->AddArgMinMaxLayer(desc, layerNameFormatted.c_str()); in ParseArgMinMax() local
4309 IConnectableLayer* layer = m_Network->AddGatherLayer(gatherDescriptor, layerName.c_str()); in ParseGather() local
4334 IConnectableLayer* layer = m_Network->AddGatherNdLayer(layerName.c_str()); in ParseGatherNd() local
4370 IConnectableLayer* layer = m_Network->AddDepthToSpaceLayer(descriptor, layerName.c_str()); in ParseDepthToSpace() local
4450 IConnectableLayer* layer = m_Network->AddReduceLayer(desc, layerName.c_str()); in ParseReduce() local
4495 …IConnectableLayer* layer = m_Network->AddNormalizationLayer(descriptor, layerNameFormatted.c_str()… in ParseLocalResponseNormalization() local
4568 … IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(desc, layerNameFormatted.c_str()); in ParseElementwiseUnary() local
4631 IConnectableLayer* layer = m_Network->AddComparisonLayer(desc, layerNameFormatted.c_str()); in ParseComparison() local
4644 armnn::IConnectableLayer* TfLiteParserImpl::AddReshapeLayer(armnn::IConnectableLayer* layer, in AddReshapeLayer()
4888 IConnectableLayer* layer, in RegisterInputSlots()
4917 IConnectableLayer* layer, in RegisterOutputSlots()
4962 IConnectableLayer* layer = in SetupInputLayers() local
4983 IConnectableLayer* layer = in SetupOutputLayers() local
5042 … IConnectableLayer *layer = m_Network->AddConstantLayer(tensorAndData.first, layerName.c_str()); in SetupConstantLayers() local
5067 … IConnectableLayer* layer = m_Network->AddConstantLayer(tensorAndData, layerName.c_str()); in SetupConstantLayers() local