Home
last modified time | relevance | path

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

/external/armnn/delegate/classic/src/
DMultiLayerFacade.hpp125 ConstantTensors GetConstantTensorsByRef() override { return {}; } in GetConstantTensorsByRef() function in armnnDelegate::MultiLayerFacade
126 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {}; } in GetConstantTensorsByRef() function in armnnDelegate::MultiLayerFacade
/external/armnn/src/armnn/layers/
DConstantLayer.hpp56 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {m_LayerOutput}; } in GetConstantTensorsByRef() function in armnn::ConstantLayer
DBatchNormalizationLayer.cpp68 Layer::ImmutableConstantTensors BatchNormalizationLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::BatchNormalizationLayer
DDetectionPostProcessLayer.cpp92 Layer::ImmutableConstantTensors DetectionPostProcessLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::DetectionPostProcessLayer
DFullyConnectedLayer.cpp64 Layer::ImmutableConstantTensors FullyConnectedLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::FullyConnectedLayer
DQuantizedLstmLayer.cpp151 Layer::ImmutableConstantTensors QuantizedLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::QuantizedLstmLayer
DTransposeConvolution2dLayer.cpp119 Layer::ImmutableConstantTensors TransposeConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::TransposeConvolution2dLayer
DDepthwiseConvolution2dLayer.cpp126 Layer::ImmutableConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::DepthwiseConvolution2dLayer
DUnidirectionalSequenceLstmLayer.cpp277 Layer::ImmutableConstantTensors UnidirectionalSequenceLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::UnidirectionalSequenceLstmLayer
DQLstmLayer.cpp272 Layer::ImmutableConstantTensors QLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::QLstmLayer
DLstmLayer.cpp270 Layer::ImmutableConstantTensors LstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::LstmLayer
DConvolution2dLayer.cpp122 Layer::ImmutableConstantTensors Convolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::Convolution2dLayer
/external/armnn/src/armnn/
DLayer.hpp413 …virtual ImmutableConstantTensors GetConstantTensorsByRef() const override { return ImmutableConsta… in GetConstantTensorsByRef() function in armnn::Layer
DLayer.cpp541 Layer::ConstantTensors Layer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::Layer