Searched refs:RefQLstmWorkload (Results 1 – 7 of 7) sorted by relevance
16 class RefQLstmWorkload : public RefBaseWorkload<QLstmQueueDescriptor> class19 explicit RefQLstmWorkload(const QLstmQueueDescriptor& descriptor, const WorkloadInfo& info);
16 RefQLstmWorkload::RefQLstmWorkload(const QLstmQueueDescriptor &descriptor, const WorkloadInfo &info) in RefQLstmWorkload() function in armnn::RefQLstmWorkload46 void RefQLstmWorkload::Execute() const in Execute()51 void RefQLstmWorkload::ExecuteAsync(ExecutionData& executionData) in ExecuteAsync()57 void RefQLstmWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outp… in Execute()
155 RefQLstmWorkload.cpp156 RefQLstmWorkload.hpp
92 workloads/RefQLstmWorkload.cpp \
536 return std::make_unique<RefQLstmWorkload>(*qlstmQueueDescriptor, info); in CreateWorkload()1062 return std::make_unique<RefQLstmWorkload>(descriptor, info); in CreateQLstm()
1271 RefCreateQLstmWorkloadTest<RefQLstmWorkload>();
16321 FileName: ./src/backends/reference/workloads/RefQLstmWorkload.cpp16328 FileName: ./src/backends/reference/workloads/RefQLstmWorkload.hpp