/aosp_15_r20/external/armnn/src/backends/neon/workloads/ |
H A D | NeonQuantizedLstmWorkload.cpp | 34 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonQuantizedLstmWorkload() 35 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in NeonQuantizedLstmWorkload() 70 m_RecurrentToInputWeightsTensor.get(), in NeonQuantizedLstmWorkload() 95 InitializeArmComputeTensorData(*m_RecurrentToInputWeightsTensor, in NeonQuantizedLstmWorkload() 198 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonQLstmWorkload.cpp | 126 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonQLstmWorkload() 127 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in NeonQLstmWorkload() 135 m_RecurrentToInputWeightsTensor.get(), in NeonQLstmWorkload() 194 …InitializeArmComputeTensorData(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights); in NeonQLstmWorkload() 400 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonLstmFloatWorkload.cpp | 65 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonLstmFloatWorkload() 66 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in NeonLstmFloatWorkload() 78 m_RecurrentToInputWeightsTensor.get(), in NeonLstmFloatWorkload() 200 InitializeArmComputeTensorData(*m_RecurrentToInputWeightsTensor, in NeonLstmFloatWorkload() 397 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 184 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonUnidirectionalSequenceLstmFloatWorkload() 185 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in NeonUnidirectionalSequenceLstmFloatWorkload() 197 m_RecurrentToInputWeightsTensor.get(), in NeonUnidirectionalSequenceLstmFloatWorkload() 367 …InitializeArmComputeTensorData(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights); in NeonUnidirectionalSequenceLstmFloatWorkload() 887 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonUnidirectionalSequenceLstmWorkload.cpp | 197 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::Tensor>(); in NeonUnidirectionalSequenceLstmWorkload() 198 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in NeonUnidirectionalSequenceLstmWorkload() 209 m_RecurrentToInputWeightsTensor.get(), in NeonUnidirectionalSequenceLstmWorkload() 348 …InitializeArmComputeTensorData(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights); in NeonUnidirectionalSequenceLstmWorkload() 860 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | NeonQuantizedLstmWorkload.hpp | 32 std::unique_ptr<arm_compute::Tensor> m_RecurrentToInputWeightsTensor; member in armnn::NeonQuantizedLstmWorkload
|
H A D | NeonQLstmWorkload.hpp | 33 std::unique_ptr<arm_compute::Tensor> m_RecurrentToInputWeightsTensor; member in armnn::NeonQLstmWorkload
|
H A D | NeonLstmFloatWorkload.hpp | 36 std::unique_ptr<arm_compute::Tensor> m_RecurrentToInputWeightsTensor; member in armnn::NeonLstmFloatWorkload
|
H A D | NeonUnidirectionalSequenceLstmWorkload.hpp | 47 std::unique_ptr<arm_compute::Tensor> m_RecurrentToInputWeightsTensor; member in armnn::NeonUnidirectionalSequenceLstmWorkload
|
H A D | NeonUnidirectionalSequenceLstmFloatWorkload.hpp | 49 std::unique_ptr<arm_compute::Tensor> m_RecurrentToInputWeightsTensor; member in armnn::NeonUnidirectionalSequenceLstmFloatWorkload
|
/aosp_15_r20/external/armnn/src/backends/cl/workloads/ |
H A D | ClQuantizedLstmWorkload.cpp | 81 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClQuantizedLstmWorkload() 82 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in ClQuantizedLstmWorkload() 117 … m_RecurrentToInputWeightsTensor.get(), m_RecurrentToForgetWeightsTensor.get(), in ClQuantizedLstmWorkload() 129 …InitializeArmComputeClTensorData(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeigh… in ClQuantizedLstmWorkload() 154 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | ClQLstmWorkload.cpp | 128 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClQLstmWorkload() 129 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in ClQLstmWorkload() 137 m_RecurrentToInputWeightsTensor.get(), in ClQLstmWorkload() 200 …InitializeArmComputeClTensorData(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeight… in ClQLstmWorkload() 404 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | ClLstmFloatWorkload.cpp | 70 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClLstmFloatWorkload() 71 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in ClLstmFloatWorkload() 83 m_RecurrentToInputWeightsTensor.get(), in ClLstmFloatWorkload() 197 …InitializeArmComputeClTensorData(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeight… in ClLstmFloatWorkload() 376 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 186 m_RecurrentToInputWeightsTensor = std::make_unique<arm_compute::CLTensor>(); in ClUnidirectionalSequenceLstmFloatWorkload() 187 …BuildArmComputeTensor(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeights->GetTenso… in ClUnidirectionalSequenceLstmFloatWorkload() 199 m_RecurrentToInputWeightsTensor.get(), in ClUnidirectionalSequenceLstmFloatWorkload() 364 …InitializeArmComputeClTensorData(*m_RecurrentToInputWeightsTensor, m_Data.m_RecurrentToInputWeight… in ClUnidirectionalSequenceLstmFloatWorkload() 883 FreeTensorIfUnused(m_RecurrentToInputWeightsTensor); in FreeUnusedTensors()
|
H A D | ClQuantizedLstmWorkload.hpp | 39 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToInputWeightsTensor; member in armnn::ClQuantizedLstmWorkload
|
H A D | ClQLstmWorkload.hpp | 35 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToInputWeightsTensor; member in armnn::ClQLstmWorkload
|
H A D | ClLstmFloatWorkload.hpp | 38 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToInputWeightsTensor; member in armnn::ClLstmFloatWorkload
|
H A D | ClUnidirectionalSequenceLstmFloatWorkload.hpp | 51 std::unique_ptr<arm_compute::CLTensor> m_RecurrentToInputWeightsTensor; member in armnn::ClUnidirectionalSequenceLstmFloatWorkload
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | RefLstmWorkload.cpp | 23 … , m_RecurrentToInputWeightsTensor (AssignScopedTensorHandle(descriptor.m_RecurrentToInputWeights)) in RefLstmWorkload() 180 …m_RecurrentToInputWeightsTensor->GetTensorInfo(), m_RecurrentToInputWeightsTensor->GetConstTensor<… in Execute()
|
H A D | RefUnidirectionalSequenceLstmWorkload.cpp | 27 … , m_RecurrentToInputWeightsTensor (AssignScopedTensorHandle(descriptor.m_RecurrentToInputWeights)) in RefUnidirectionalSequenceLstmWorkload() 208 …m_RecurrentToInputWeightsTensor->GetTensorInfo(), m_RecurrentToInputWeightsTensor->GetConstTensor<… in Execute()
|
H A D | RefQLstmWorkload.cpp | 23 … , m_RecurrentToInputWeightsTensor (AssignScopedTensorHandle(descriptor.m_RecurrentToInputWeights)) in RefQLstmWorkload() 216 …recurrentToInputWeightsDecoder = MakeDecoder<float>(m_RecurrentToInputWeightsTensor->GetTensorInfo… in Execute() 217 … m_RecurrentToInputWeightsTensor->GetConstTensor<void>()); in Execute()
|
H A D | RefUnidirectionalSequenceLstmWorkload.hpp | 35 std::unique_ptr<ScopedTensorHandle> m_RecurrentToInputWeightsTensor; member in armnn::RefUnidirectionalSequenceLstmWorkload
|
H A D | RefLstmWorkload.hpp | 30 std::unique_ptr<ScopedTensorHandle> m_RecurrentToInputWeightsTensor; member in armnn::RefLstmWorkload
|
H A D | RefQLstmWorkload.hpp | 31 std::unique_ptr<ScopedTensorHandle> m_RecurrentToInputWeightsTensor; member in armnn::RefQLstmWorkload
|