Home
last modified time | relevance | path

Searched defs:GetConstantTensorsByRef (Results 1 – 11 of 11) sorted by relevance

/external/armnn/src/armnn/layers/
DConstantLayer.hpp55 ConstantTensors GetConstantTensorsByRef() override { return {m_LayerOutput}; } in GetConstantTensorsByRef() function in armnn::ConstantLayer
DDetectionPostProcessLayer.cpp76 Layer::ConstantTensors DetectionPostProcessLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::DetectionPostProcessLayer
DBatchNormalizationLayer.cpp68 Layer::ConstantTensors BatchNormalizationLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::BatchNormalizationLayer
DFullyConnectedLayer.cpp85 Layer::ConstantTensors FullyConnectedLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::FullyConnectedLayer
DTransposeConvolution2dLayer.cpp135 Layer::ConstantTensors TransposeConvolution2dLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::TransposeConvolution2dLayer
DQuantizedLstmLayer.cpp151 Layer::ConstantTensors QuantizedLstmLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::QuantizedLstmLayer
DConvolution2dLayer.cpp138 Layer::ConstantTensors Convolution2dLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::Convolution2dLayer
DDepthwiseConvolution2dLayer.cpp146 Layer::ConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::DepthwiseConvolution2dLayer
DQLstmLayer.cpp272 Layer::ConstantTensors QLstmLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::QLstmLayer
DLstmLayer.cpp270 Layer::ConstantTensors LstmLayer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::LstmLayer
/external/armnn/src/armnn/
DLayer.hpp391 virtual ConstantTensors GetConstantTensorsByRef() {return ConstantTensors(); }; in GetConstantTensorsByRef() function in armnn::Layer