/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | LayerWithParameters.hpp | 59 Layer::ImmutableConstantTensors GetConnectedConstantAsInputTensors() const in GetConnectedConstantAsInputTensors() 61 Layer::ImmutableConstantTensors tensors; in GetConnectedConstantAsInputTensors()
|
H A D | FullyConnectedLayer.cpp | 64 Layer::ImmutableConstantTensors FullyConnectedLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() 66 Layer::ImmutableConstantTensors tensors = GetConnectedConstantAsInputTensors(); in GetConstantTensorsByRef()
|
H A D | DepthwiseConvolution2dLayer.cpp | 126 Layer::ImmutableConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() 128 Layer::ImmutableConstantTensors tensors = GetConnectedConstantAsInputTensors(); in GetConstantTensorsByRef()
|
H A D | Convolution2dLayer.cpp | 122 Layer::ImmutableConstantTensors Convolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef() 124 Layer::ImmutableConstantTensors tensors = GetConnectedConstantAsInputTensors(); in GetConstantTensorsByRef()
|
H A D | FullyConnectedLayer.hpp | 57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | DetectionPostProcessLayer.hpp | 56 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | ConstantLayer.hpp | 56 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {m_LayerOutput}; } in GetConstantTensorsByRef()
|
H A D | DepthwiseConvolution2dLayer.hpp | 59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | Convolution2dLayer.hpp | 59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | BatchNormalizationLayer.hpp | 55 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | TransposeConvolution2dLayer.hpp | 57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | LstmLayer.hpp | 60 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | UnidirectionalSequenceLstmLayer.hpp | 61 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | QuantizedLstmLayer.hpp | 84 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | QLstmLayer.hpp | 122 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
|
H A D | BatchNormalizationLayer.cpp | 68 Layer::ImmutableConstantTensors BatchNormalizationLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
|
H A D | DetectionPostProcessLayer.cpp | 92 Layer::ImmutableConstantTensors DetectionPostProcessLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
|
H A D | TransposeConvolution2dLayer.cpp | 119 Layer::ImmutableConstantTensors TransposeConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
|
H A D | QuantizedLstmLayer.cpp | 151 Layer::ImmutableConstantTensors QuantizedLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
|
H A D | UnidirectionalSequenceLstmLayer.cpp | 277 Layer::ImmutableConstantTensors UnidirectionalSequenceLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
|
H A D | LstmLayer.cpp | 270 Layer::ImmutableConstantTensors LstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Layer.hpp | 413 …virtual ImmutableConstantTensors GetConstantTensorsByRef() const override { return ImmutableConsta… in GetConstantTensorsByRef()
|
H A D | Layer.cpp | 546 ImmutableConstantTensors immutableData = constThis->GetConstantTensorsByRef(); in GetConstantTensorsByRef()
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | INetwork.hpp | 129 …using ImmutableConstantTensors = std::vector<std::reference_wrapper<const std::shared_ptr<ConstTen… typedef in armnn::IConnectableLayer 132 virtual ImmutableConstantTensors GetConstantTensorsByRef() const = 0;
|
/aosp_15_r20/external/armnn/delegate/classic/src/ |
H A D | MultiLayerFacade.hpp | 126 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {}; } in GetConstantTensorsByRef()
|