Home
last modified time | relevance | path

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

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