/external/armnn/include/armnn/backends/ |
D | WorkloadData.hpp | 241 const ConstTensorHandle* m_Anchors; 316 const ConstTensorHandle* m_Mean; 317 const ConstTensorHandle* m_Variance; 318 const ConstTensorHandle* m_Beta; 319 const ConstTensorHandle* m_Gamma; 342 const ConstTensorHandle* m_Min; 343 const ConstTensorHandle* m_Max; 370 const ConstTensorHandle* m_LayerOutput; 422 const ConstTensorHandle* m_InputToInputWeights; 423 const ConstTensorHandle* m_InputToForgetWeights; [all …]
|
D | TensorHandle.hpp | 24 class ConstTensorHandle : public ITensorHandle class 59 ConstTensorHandle(const TensorInfo& tensorInfo); 68 ConstTensorHandle(const ConstTensorHandle& other) = delete; 69 ConstTensorHandle& operator=(const ConstTensorHandle& other) = delete; 76 const void* ConstTensorHandle::GetConstTensor<void>() const; 79 class TensorHandle : public ConstTensorHandle 124 explicit ScopedTensorHandle(const ConstTensorHandle& tensorHandle); 166 class ConstPassthroughTensorHandle : public ConstTensorHandle 170 : ConstTensorHandle(tensorInfo) in ConstPassthroughTensorHandle() 182 const void* ConstTensorHandle::GetConstTensor() const; [all …]
|
D | TensorHandleFwd.hpp | 11 class ConstTensorHandle;
|
/external/armnn/src/armnn/layers/ |
D | LstmParameters.hpp | 17 std::shared_ptr<ConstTensorHandle> m_InputLayerNormWeights; 19 std::shared_ptr<ConstTensorHandle> m_ForgetLayerNormWeights; 21 std::shared_ptr<ConstTensorHandle> m_CellLayerNormWeights; 23 std::shared_ptr<ConstTensorHandle> m_OutputLayerNormWeights; 29 std::shared_ptr<ConstTensorHandle> m_InputToInputWeights; 31 std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights; 33 std::shared_ptr<ConstTensorHandle> m_InputGateBias; 39 std::shared_ptr<ConstTensorHandle> m_ProjectionWeights; 41 std::shared_ptr<ConstTensorHandle> m_ProjectionBias; 47 std::shared_ptr<ConstTensorHandle> m_CellToInputWeights; [all …]
|
D | QLstmLayer.hpp | 17 std::shared_ptr<ConstTensorHandle> m_InputToForgetWeights; 19 std::shared_ptr<ConstTensorHandle> m_InputToCellWeights; 21 std::shared_ptr<ConstTensorHandle> m_InputToOutputWeights; 24 std::shared_ptr<ConstTensorHandle> m_RecurrentToForgetWeights; 26 std::shared_ptr<ConstTensorHandle> m_RecurrentToCellWeights; 28 std::shared_ptr<ConstTensorHandle> m_RecurrentToOutputWeights; 31 std::shared_ptr<ConstTensorHandle> m_ForgetGateBias; 33 std::shared_ptr<ConstTensorHandle> m_CellBias; 35 std::shared_ptr<ConstTensorHandle> m_OutputGateBias; 41 std::shared_ptr<ConstTensorHandle> m_ProjectionWeights; [all …]
|
D | QuantizedLstmLayer.hpp | 17 std::shared_ptr<ConstTensorHandle> m_InputToInputWeights; 19 std::shared_ptr<ConstTensorHandle> m_InputToForgetWeights; 21 std::shared_ptr<ConstTensorHandle> m_InputToCellWeights; 23 std::shared_ptr<ConstTensorHandle> m_InputToOutputWeights; 26 std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights; 28 std::shared_ptr<ConstTensorHandle> m_RecurrentToForgetWeights; 30 std::shared_ptr<ConstTensorHandle> m_RecurrentToCellWeights; 32 std::shared_ptr<ConstTensorHandle> m_RecurrentToOutputWeights; 35 std::shared_ptr<ConstTensorHandle> m_InputGateBias; 37 std::shared_ptr<ConstTensorHandle> m_ForgetGateBias; [all …]
|
D | BatchNormalizationLayer.hpp | 19 std::shared_ptr<ConstTensorHandle> m_Mean; 21 std::shared_ptr<ConstTensorHandle> m_Variance; 23 std::shared_ptr<ConstTensorHandle> m_Beta; 25 std::shared_ptr<ConstTensorHandle> m_Gamma;
|
D | TransposeConvolution2dLayer.hpp | 19 std::shared_ptr<ConstTensorHandle> m_Weight; 21 std::shared_ptr<ConstTensorHandle> m_Bias;
|
D | DetectionPostProcessLayer.hpp | 20 std::shared_ptr<ConstTensorHandle> m_Anchors;
|
D | ConstantLayer.hpp | 44 std::shared_ptr<ConstTensorHandle> m_LayerOutput;
|
/external/armnn/src/backends/backendsCommon/ |
D | TensorHandle.cpp | 31 ConstTensorHandle::ConstTensorHandle(const TensorInfo& tensorInfo) in ConstTensorHandle() function in armnn::ConstTensorHandle 38 const void* ConstTensorHandle::GetConstTensor<void>() const in GetConstTensor() 44 : ConstTensorHandle(tensorInfo) in TensorHandle() 66 ScopedTensorHandle::ScopedTensorHandle(const ConstTensorHandle& tensorHandle) in ScopedTensorHandle()
|
D | WorkloadUtils.hpp | 208 armnn::ConstTensor PermuteTensor(const ConstTensorHandle* tensor, 224 armnn::ConstTensor ConvertWeightTensorFromArmnnToAcl(const ConstTensorHandle* weightTensor, 237 std::tuple<ConstTensor, unsigned int> Convert1HWOTensorToAcl(const ConstTensorHandle* weightTensor, 249 std::tuple<ConstTensor, unsigned int> Convert1HWOtoMIHW(const ConstTensorHandle* weightTensor,
|
D | WorkloadUtils.cpp | 18 armnn::ConstTensor PermuteTensor(const ConstTensorHandle* tensor, in PermuteTensor() 139 std::tuple<ConstTensor, unsigned int> Convert1HWOTensorToAcl(const ConstTensorHandle* weightTensor, in Convert1HWOTensorToAcl() 201 std::tuple<ConstTensor, unsigned int> Convert1HWOtoMIHW(const ConstTensorHandle* weightTensor, in Convert1HWOtoMIHW() 230 armnn::ConstTensor ConvertWeightTensorFromArmnnToAcl(const ConstTensorHandle* weightTensor, in ConvertWeightTensorFromArmnnToAcl()
|
/external/armnn/src/armnn/test/ |
D | TestLayerVisitor.hpp | 26 const ConstTensorHandle& actual); 33 const std::shared_ptr<ConstTensorHandle> actual);
|
D | TestLayerVisitor.cpp | 52 void TestLayerVisitor::CheckConstTensors(const ConstTensor& expected, const ConstTensorHandle& actu… in CheckConstTensors() 74 const std::shared_ptr<ConstTensorHandle> actual) in CheckConstTensorPtrs()
|
/external/armnn/src/armnn/optimizations/ |
D | ConvertConstants.hpp | 23 static void Func(std::shared_ptr<ConstTensorHandle>& handle) in Func() 44 static void Func(std::shared_ptr<ConstTensorHandle>& handle) in Func()
|
/external/armnn/src/backends/reference/workloads/ |
D | LstmUtils.hpp | 88 std::unique_ptr<armnn::ScopedTensorHandle> AssignScopedTensorHandle(const armnn::ConstTensorHandle …
|
D | LstmUtils.cpp | 299 std::unique_ptr<armnn::ScopedTensorHandle> AssignScopedTensorHandle(const armnn::ConstTensorHandle … in AssignScopedTensorHandle()
|
/external/armnn/src/backends/cl/workloads/ |
D | ClWorkloadUtils.hpp | 117 const ConstTensorHandle* handle) in InitializeArmComputeClTensorData()
|
/external/armnn/src/backends/neon/workloads/ |
D | NeonWorkloadUtils.hpp | 97 const ConstTensorHandle* handle) in InitializeArmComputeTensorData()
|
/external/armnn/src/armnn/ |
D | Layer.cpp | 307 OperateOnConstantTensors([](std::shared_ptr<ConstTensorHandle>& handle) in ReleaseConstantData() 549 res.push_back(const_cast<std::shared_ptr<ConstTensorHandle>&>(i.get())); in GetConstantTensorsByRef()
|
/external/armnn/src/backends/tosaCommon/operatorMappings/ |
D | TosaOperatorUtils.hpp | 280 …or<uint8_t> ConvertConstantTensorDataToBuffer(const std::shared_ptr<ConstTensorHandle>& tensorHand… in ConvertConstantTensorDataToBuffer()
|
/external/armnn/include/armnn/ |
D | INetwork.hpp | 124 using ConstantTensors = std::vector<std::reference_wrapper<std::shared_ptr<ConstTensorHandle>>>; 129 …bleConstantTensors = std::vector<std::reference_wrapper<const std::shared_ptr<ConstTensorHandle>>>;
|