Home
last modified time | relevance | path

Searched refs:QuantizedLstmQueueDescriptor (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonQuantizedLstmWorkload.hpp18 class NeonQuantizedLstmWorkload : public NeonBaseWorkload<QuantizedLstmQueueDescriptor>
21 using BaseWorkload<QuantizedLstmQueueDescriptor>::m_Data;
22 …NeonQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor& descriptor, const WorkloadInfo& info…
H A DNeonQuantizedLstmWorkload.cpp17 NeonQuantizedLstmWorkload::NeonQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor &descriptor, in NeonQuantizedLstmWorkload()
19 : NeonBaseWorkload<QuantizedLstmQueueDescriptor>(descriptor, info) in NeonQuantizedLstmWorkload()
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClQuantizedLstmWorkload.hpp24 class ClQuantizedLstmWorkload : public ClBaseWorkload<QuantizedLstmQueueDescriptor>
27 ClQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor& descriptor,
H A DClQuantizedLstmWorkload.cpp64 ClQuantizedLstmWorkload::ClQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor &descriptor, in ClQuantizedLstmWorkload()
67 … : ClBaseWorkload<QuantizedLstmQueueDescriptor>(descriptor, info) in ClQuantizedLstmWorkload()
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkloadData.hpp609 struct QuantizedLstmQueueDescriptor : QueueDescriptor struct
611 QuantizedLstmQueueDescriptor() in QuantizedLstmQueueDescriptor() argument
H A DWorkloadFactory.hpp325 …virtual std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descrip…
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DQuantizedLstmLayer.cpp24 QuantizedLstmQueueDescriptor descriptor; in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp219 … std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*descriptor*/, in CreateQuantizedLstm() argument
H A DWorkloadFactory.cpp2239 std::unique_ptr<IWorkload> IWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor in CreateQuantizedLstm() argument
H A DWorkloadData.cpp3338 void QuantizedLstmQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.hpp291 std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descriptor,
H A DNeonWorkloadFactory.cpp537 …auto quantizedLstmQueueDescriptor = PolymorphicDowncast<const QuantizedLstmQueueDescriptor*>(&desc… in CreateWorkload()
998 …ptr<IWorkload> NeonWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descri… in CreateQuantizedLstm()
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.hpp294 std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descriptor,
H A DClWorkloadFactory.cpp692 …auto quantizedLstmQueueDescriptor = PolymorphicDowncast<const QuantizedLstmQueueDescriptor*>(&desc… in CreateWorkload()
1153 …e_ptr<IWorkload> ClWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descri… in CreateQuantizedLstm()
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonCreateWorkloadTests.cpp1007 QuantizedLstmQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateQuantizedLstmWorkloadTest()
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClCreateWorkloadTests.cpp1310 QuantizedLstmQueueDescriptor queueDescriptor = workload->GetData(); in ClCreateQuantizedLstmWorkloadTest()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLstmTestImpl.cpp1563 armnn::QuantizedLstmQueueDescriptor data; in QuantizedLstmTestImpl()
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DCreateWorkload.hpp942 QuantizedLstmQueueDescriptor queueDescriptor = workload->GetData(); in CreateQuantizedLstmWorkloadTest()