Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/armnn/src/armnn/layers/
H A DLayerWithParameters.hpp59 Layer::ImmutableConstantTensors GetConnectedConstantAsInputTensors() const in GetConnectedConstantAsInputTensors()
61 Layer::ImmutableConstantTensors tensors; in GetConnectedConstantAsInputTensors()
H A DFullyConnectedLayer.cpp64 Layer::ImmutableConstantTensors FullyConnectedLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
66 Layer::ImmutableConstantTensors tensors = GetConnectedConstantAsInputTensors(); in GetConstantTensorsByRef()
H A DDepthwiseConvolution2dLayer.cpp126 Layer::ImmutableConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
128 Layer::ImmutableConstantTensors tensors = GetConnectedConstantAsInputTensors(); in GetConstantTensorsByRef()
H A DConvolution2dLayer.cpp122 Layer::ImmutableConstantTensors Convolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
124 Layer::ImmutableConstantTensors tensors = GetConnectedConstantAsInputTensors(); in GetConstantTensorsByRef()
H A DFullyConnectedLayer.hpp57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DDetectionPostProcessLayer.hpp56 ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DConstantLayer.hpp56 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {m_LayerOutput}; } in GetConstantTensorsByRef()
H A DDepthwiseConvolution2dLayer.hpp59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DConvolution2dLayer.hpp59 ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DBatchNormalizationLayer.hpp55 ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DTransposeConvolution2dLayer.hpp57 ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DLstmLayer.hpp60 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DUnidirectionalSequenceLstmLayer.hpp61 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DQuantizedLstmLayer.hpp84 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DQLstmLayer.hpp122 Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
H A DBatchNormalizationLayer.cpp68 Layer::ImmutableConstantTensors BatchNormalizationLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
H A DDetectionPostProcessLayer.cpp92 Layer::ImmutableConstantTensors DetectionPostProcessLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
H A DTransposeConvolution2dLayer.cpp119 Layer::ImmutableConstantTensors TransposeConvolution2dLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
H A DQuantizedLstmLayer.cpp151 Layer::ImmutableConstantTensors QuantizedLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
H A DUnidirectionalSequenceLstmLayer.cpp277 Layer::ImmutableConstantTensors UnidirectionalSequenceLstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
H A DLstmLayer.cpp270 Layer::ImmutableConstantTensors LstmLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
/aosp_15_r20/external/armnn/src/armnn/
H A DLayer.hpp413 …virtual ImmutableConstantTensors GetConstantTensorsByRef() const override { return ImmutableConsta… in GetConstantTensorsByRef()
H A DLayer.cpp546 ImmutableConstantTensors immutableData = constThis->GetConstantTensorsByRef(); in GetConstantTensorsByRef()
/aosp_15_r20/external/armnn/include/armnn/
H A DINetwork.hpp129 …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 DMultiLayerFacade.hpp126 ImmutableConstantTensors GetConstantTensorsByRef() const override { return {}; } in GetConstantTensorsByRef()

12