Searched defs:GetConstantTensorsByRef (Results 1 – 11 of 11) sorted by relevance
55 ConstantTensors GetConstantTensorsByRef() override { return {m_LayerOutput}; } in GetConstantTensorsByRef() function in armnn::ConstantLayer
76 Layer::ConstantTensors DetectionPostProcessLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::DetectionPostProcessLayer
68 Layer::ConstantTensors BatchNormalizationLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::BatchNormalizationLayer
85 Layer::ConstantTensors FullyConnectedLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::FullyConnectedLayer
135 Layer::ConstantTensors TransposeConvolution2dLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::TransposeConvolution2dLayer
151 Layer::ConstantTensors QuantizedLstmLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::QuantizedLstmLayer
138 Layer::ConstantTensors Convolution2dLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::Convolution2dLayer
146 Layer::ConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::DepthwiseConvolution2dLayer
272 Layer::ConstantTensors QLstmLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::QLstmLayer
270 Layer::ConstantTensors LstmLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::LstmLayer
391 virtual ConstantTensors GetConstantTensorsByRef() {return ConstantTensors(); }; in GetConstantTensorsByRef() function in armnn::Layer