/aosp_15_r20/external/armnn/src/backends/neon/workloads/ |
H A D | NeonQuantizedLstmWorkload.cpp | 40 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonQuantizedLstmWorkload() 41 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in NeonQuantizedLstmWorkload() 72 m_RecurrentToCellWeightsTensor.get(), in NeonQuantizedLstmWorkload() 101 InitializeArmComputeTensorData(*m_RecurrentToCellWeightsTensor, in NeonQuantizedLstmWorkload() 200 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonQLstmWorkload.cpp | 41 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonQLstmWorkload() 42 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in NeonQLstmWorkload() 165 m_RecurrentToCellWeightsTensor.get(), in NeonQLstmWorkload() 183 …InitializeArmComputeTensorData(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights); in NeonQLstmWorkload() 402 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonLstmFloatWorkload.cpp | 44 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonLstmFloatWorkload() 45 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in NeonLstmFloatWorkload() 169 … m_RecurrentToCellWeightsTensor.get(), m_RecurrentToOutputWeightsTensor.get(), in NeonLstmFloatWorkload() 185 InitializeArmComputeTensorData(*m_RecurrentToCellWeightsTensor, in NeonLstmFloatWorkload() 399 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 163 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonUnidirectionalSequenceLstmFloatWorkload() 164 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in NeonUnidirectionalSequenceLstmFloatWorkload() 333 m_RecurrentToCellWeightsTensor.get(), in NeonUnidirectionalSequenceLstmFloatWorkload() 358 … InitializeArmComputeTensorData(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights); in NeonUnidirectionalSequenceLstmFloatWorkload() 889 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonUnidirectionalSequenceLstmWorkload.cpp | 176 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonUnidirectionalSequenceLstmWorkload() 177 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in NeonUnidirectionalSequenceLstmWorkload() 320 m_RecurrentToCellWeightsTensor.get(), in NeonUnidirectionalSequenceLstmWorkload() 339 … InitializeArmComputeTensorData(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights); in NeonUnidirectionalSequenceLstmWorkload() 862 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonQuantizedLstmWorkload.hpp | 34 std::unique_ptr<arm_compute::Tensor> m_RecurrentToCellWeightsTensor; member in armnn::NeonQuantizedLstmWorkload
|
H A D | NeonQLstmWorkload.hpp | 35 std::unique_ptr<arm_compute::Tensor> m_RecurrentToCellWeightsTensor; member in armnn::NeonQLstmWorkload
|
H A D | NeonLstmFloatWorkload.hpp | 38 std::unique_ptr<arm_compute::Tensor> m_RecurrentToCellWeightsTensor; member in armnn::NeonLstmFloatWorkload
|
H A D | NeonUnidirectionalSequenceLstmWorkload.hpp | 49 std::unique_ptr<arm_compute::Tensor> m_RecurrentToCellWeightsTensor; member in armnn::NeonUnidirectionalSequenceLstmWorkload
|
H A D | NeonUnidirectionalSequenceLstmFloatWorkload.hpp | 51 std::unique_ptr<arm_compute::Tensor> m_RecurrentToCellWeightsTensor; member in armnn::NeonUnidirectionalSequenceLstmFloatWorkload
|
/aosp_15_r20/external/armnn/src/backends/cl/workloads/ |
H A D | ClQuantizedLstmWorkload.cpp | 87 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClQuantizedLstmWorkload() 88 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in ClQuantizedLstmWorkload() 118 … m_RecurrentToCellWeightsTensor.get(), m_RecurrentToOutputWeightsTensor.get(), in ClQuantizedLstmWorkload() 131 …InitializeArmComputeClTensorData(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeight… in ClQuantizedLstmWorkload() 156 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | ClQLstmWorkload.cpp | 43 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClQLstmWorkload() 44 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in ClQLstmWorkload() 170 m_RecurrentToCellWeightsTensor.get(), in ClQLstmWorkload() 189 …InitializeArmComputeClTensorData(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeight… in ClQLstmWorkload() 406 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | ClLstmFloatWorkload.cpp | 49 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClLstmFloatWorkload() 50 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in ClLstmFloatWorkload() 174 … m_RecurrentToForgetWeightsTensor.get(), m_RecurrentToCellWeightsTensor.get(), in ClLstmFloatWorkload() 188 …InitializeArmComputeClTensorData(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeight… in ClLstmFloatWorkload() 378 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 165 m_RecurrentToCellWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClUnidirectionalSequenceLstmFloatWorkload() 166 …BuildArmComputeTensor(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights->GetTensorI… in ClUnidirectionalSequenceLstmFloatWorkload() 330 m_RecurrentToCellWeightsTensor.get(), in ClUnidirectionalSequenceLstmFloatWorkload() 355 …InitializeArmComputeClTensorData(*m_RecurrentToCellWeightsTensor, m_Data.m_RecurrentToCellWeights); in ClUnidirectionalSequenceLstmFloatWorkload() 885 FreeTensorIfUnused(m_RecurrentToCellWeightsTensor); in FreeUnusedTensors()
|
H A D | ClQuantizedLstmWorkload.hpp | 41 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToCellWeightsTensor; member in armnn::ClQuantizedLstmWorkload
|
H A D | ClQLstmWorkload.hpp | 37 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToCellWeightsTensor; member in armnn::ClQLstmWorkload
|
H A D | ClLstmFloatWorkload.hpp | 40 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToCellWeightsTensor; member in armnn::ClLstmFloatWorkload
|
H A D | ClUnidirectionalSequenceLstmFloatWorkload.hpp | 53 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToCellWeightsTensor; member in armnn::ClUnidirectionalSequenceLstmFloatWorkload
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | RefLstmWorkload.cpp | 25 … , m_RecurrentToCellWeightsTensor (AssignScopedTensorHandle(descriptor.m_RecurrentToCellWeights)) in RefLstmWorkload() 131 …m_RecurrentToCellWeightsTensor->GetTensorInfo(), m_RecurrentToCellWeightsTensor->GetConstTensor<vo… in Execute()
|
H A D | RefUnidirectionalSequenceLstmWorkload.cpp | 29 … , m_RecurrentToCellWeightsTensor (AssignScopedTensorHandle(descriptor.m_RecurrentToCellWeights)) in RefUnidirectionalSequenceLstmWorkload() 162 …m_RecurrentToCellWeightsTensor->GetTensorInfo(), m_RecurrentToCellWeightsTensor->GetConstTensor<vo… in Execute()
|
H A D | RefQLstmWorkload.cpp | 25 … , m_RecurrentToCellWeightsTensor (AssignScopedTensorHandle(descriptor.m_RecurrentToCellWeights)) in RefQLstmWorkload() 126 …m_RecurrentToCellWeightsTensor->GetTensorInfo(), m_RecurrentToCellWeightsTensor->GetConstTensor<vo… in Execute()
|
H A D | RefUnidirectionalSequenceLstmWorkload.hpp | 37 std::unique_ptr<ScopedTensorHandle> m_RecurrentToCellWeightsTensor; member in armnn::RefUnidirectionalSequenceLstmWorkload
|
H A D | RefLstmWorkload.hpp | 32 std::unique_ptr<ScopedTensorHandle> m_RecurrentToCellWeightsTensor; member in armnn::RefLstmWorkload
|
H A D | RefQLstmWorkload.hpp | 33 std::unique_ptr<ScopedTensorHandle> m_RecurrentToCellWeightsTensor; member in armnn::RefQLstmWorkload
|