/external/armnn/delegate/classic/src/ |
D | MultiLayerFacade.hpp | 125 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/ |
D | FullyConnectedLayer.hpp | 57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | DetectionPostProcessLayer.hpp | 56 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | ConstantLayer.hpp | 56 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {m_LayerOutput}; } in GetConstantTensorsByRef() function in armnn::ConstantLayer
|
D | DepthwiseConvolution2dLayer.hpp | 59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | Convolution2dLayer.hpp | 59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | BatchNormalizationLayer.hpp | 55 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | TransposeConvolution2dLayer.hpp | 57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | UnidirectionalSequenceLstmLayer.hpp | 61 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | LstmLayer.hpp | 60 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | QuantizedLstmLayer.hpp | 84 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | FullyConnectedLayer.cpp | 64 Layer::ImmutableConstantTensors FullyConnectedLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::FullyConnectedLayer
|
D | QLstmLayer.hpp | 122 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
D | BatchNormalizationLayer.cpp | 68 Layer::ImmutableConstantTensors BatchNormalizationLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::BatchNormalizationLayer
|
D | DetectionPostProcessLayer.cpp | 92 Layer::ImmutableConstantTensors DetectionPostProcessLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::DetectionPostProcessLayer
|
D | DepthwiseConvolution2dLayer.cpp | 126 Layer::ImmutableConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::DepthwiseConvolution2dLayer
|
D | Convolution2dLayer.cpp | 122 Layer::ImmutableConstantTensors Convolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::Convolution2dLayer
|
D | TransposeConvolution2dLayer.cpp | 119 Layer::ImmutableConstantTensors TransposeConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::TransposeConvolution2dLayer
|
D | QuantizedLstmLayer.cpp | 151 Layer::ImmutableConstantTensors QuantizedLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::QuantizedLstmLayer
|
D | QLstmLayer.cpp | 272 Layer::ImmutableConstantTensors QLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::QLstmLayer
|
D | LstmLayer.cpp | 270 Layer::ImmutableConstantTensors LstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() function in armnn::LstmLayer
|
/external/armnn/src/armnn/ |
D | Layer.hpp | 308 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
|
D | Layer.cpp | 541 Layer::ConstantTensors Layer::GetConstantTensorsByRef() in GetConstantTensorsByRef() function in armnn::Layer 546 ImmutableConstantTensors immutableData = constThis->GetConstantTensorsByRef(); in GetConstantTensorsByRef()
|
/external/armnn/include/armnn/ |
D | INetwork.hpp | 127 virtual ConstantTensors GetConstantTensorsByRef() = 0; 132 virtual ImmutableConstantTensors GetConstantTensorsByRef() const = 0;
|
/external/armnn/src/armnn/test/ |
D | GraphTests.cpp | 629 const void* weightData = constLayer->GetConstantTensorsByRef()[0].get()->GetConstTensor<void>(); 638 …const void* resultDataWeights = weightsLayer->GetConstantTensorsByRef()[0].get()->GetConstTensor<v…
|