Searched refs:QuantizedLstmQueueDescriptor (Results 1 – 18 of 18) sorted by relevance
18 class NeonQuantizedLstmWorkload : public NeonBaseWorkload<QuantizedLstmQueueDescriptor>21 using BaseWorkload<QuantizedLstmQueueDescriptor>::m_Data;22 …NeonQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor& descriptor, const WorkloadInfo& info…
17 NeonQuantizedLstmWorkload::NeonQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor &descriptor, in NeonQuantizedLstmWorkload()19 : NeonBaseWorkload<QuantizedLstmQueueDescriptor>(descriptor, info) in NeonQuantizedLstmWorkload()
24 class ClQuantizedLstmWorkload : public ClBaseWorkload<QuantizedLstmQueueDescriptor>27 ClQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor& descriptor,
64 ClQuantizedLstmWorkload::ClQuantizedLstmWorkload(const QuantizedLstmQueueDescriptor &descriptor, in ClQuantizedLstmWorkload()67 … : ClBaseWorkload<QuantizedLstmQueueDescriptor>(descriptor, info) in ClQuantizedLstmWorkload()
609 struct QuantizedLstmQueueDescriptor : QueueDescriptor struct611 QuantizedLstmQueueDescriptor() in QuantizedLstmQueueDescriptor() function
325 …virtual std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descrip…
219 … std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& /*descriptor*/, in CreateQuantizedLstm() argument
2239 std::unique_ptr<IWorkload> IWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor… in CreateQuantizedLstm() argument
3338 void QuantizedLstmQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
24 QuantizedLstmQueueDescriptor descriptor; in CreateWorkload()
291 std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descriptor,
537 …auto quantizedLstmQueueDescriptor = PolymorphicDowncast<const QuantizedLstmQueueDescriptor*>(&desc… in CreateWorkload()998 …ptr<IWorkload> NeonWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descri… in CreateQuantizedLstm()
294 std::unique_ptr<IWorkload> CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descriptor,
692 …auto quantizedLstmQueueDescriptor = PolymorphicDowncast<const QuantizedLstmQueueDescriptor*>(&desc… in CreateWorkload()1153 …e_ptr<IWorkload> ClWorkloadFactory::CreateQuantizedLstm(const QuantizedLstmQueueDescriptor& descri… in CreateQuantizedLstm()
1007 QuantizedLstmQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateQuantizedLstmWorkloadTest()
1310 QuantizedLstmQueueDescriptor queueDescriptor = workload->GetData(); in ClCreateQuantizedLstmWorkloadTest()
942 QuantizedLstmQueueDescriptor queueDescriptor = workload->GetData(); in CreateQuantizedLstmWorkloadTest()
1563 armnn::QuantizedLstmQueueDescriptor data; in QuantizedLstmTestImpl()