Home
last modified time | relevance | path

Searched refs:GetConstantTensorsByRef (Results 1 – 25 of 26) sorted by relevance

12

/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/
DFullyConnectedLayer.hpp57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
DDetectionPostProcessLayer.hpp56 ImmutableConstantTensors GetConstantTensorsByRef() const override;
DConstantLayer.hpp56 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {m_LayerOutput}; } in GetConstantTensorsByRef() function in armnn::ConstantLayer
DDepthwiseConvolution2dLayer.hpp59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
DConvolution2dLayer.hpp59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
DBatchNormalizationLayer.hpp55 ImmutableConstantTensors GetConstantTensorsByRef() const override;
DTransposeConvolution2dLayer.hpp57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
DUnidirectionalSequenceLstmLayer.hpp61 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
DLstmLayer.hpp60 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
DQuantizedLstmLayer.hpp84 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
DFullyConnectedLayer.cpp64 Layer::ImmutableConstantTensors FullyConnectedLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::FullyConnectedLayer
DQLstmLayer.hpp122 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
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
DDepthwiseConvolution2dLayer.cpp126 Layer::ImmutableConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::DepthwiseConvolution2dLayer
DConvolution2dLayer.cpp122 Layer::ImmutableConstantTensors Convolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::Convolution2dLayer
DTransposeConvolution2dLayer.cpp119 Layer::ImmutableConstantTensors TransposeConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::TransposeConvolution2dLayer
DQuantizedLstmLayer.cpp151 Layer::ImmutableConstantTensors QuantizedLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::QuantizedLstmLayer
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
/external/armnn/src/armnn/
DLayer.hpp308 for (auto constant : GetConstantTensorsByRef()) in OperateOnConstantTensors()
409 virtual ConstantTensors GetConstantTensorsByRef() override final;
413 …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
546 ImmutableConstantTensors immutableData = constThis->GetConstantTensorsByRef(); in GetConstantTensorsByRef()
/external/armnn/include/armnn/
DINetwork.hpp127 virtual ConstantTensors GetConstantTensorsByRef() = 0;
132 virtual ImmutableConstantTensors GetConstantTensorsByRef() const = 0;
/external/armnn/src/armnn/test/
DGraphTests.cpp629 const void* weightData = constLayer->GetConstantTensorsByRef()[0].get()->GetConstTensor<void>();
638 …const void* resultDataWeights = weightsLayer->GetConstantTensorsByRef()[0].get()->GetConstTensor<v…

12