Searched refs:RefElementwiseBinaryWorkload (Results 1 – 5 of 5) sorted by relevance
88 RefElementwiseBinaryWorkload::RefElementwiseBinaryWorkload(const ElementwiseBinaryQueueDescriptor& … in RefElementwiseBinaryWorkload() function in armnn::RefElementwiseBinaryWorkload93 void RefElementwiseBinaryWorkload::Execute() const in Execute()98 void RefElementwiseBinaryWorkload::ExecuteAsync(ExecutionData& executionData) in ExecuteAsync()105 void RefElementwiseBinaryWorkload::Execute(std::vector<ITensorHandle*> inputs, in Execute()
16 class RefElementwiseBinaryWorkload : public RefBaseWorkload<ElementwiseBinaryQueueDescriptor> class21 …RefElementwiseBinaryWorkload(const ElementwiseBinaryQueueDescriptor& descriptor, const WorkloadInf…
111 RefElementwiseBinaryWorkload.cpp112 RefElementwiseBinaryWorkload.hpp
70 workloads/RefElementwiseBinaryWorkload.cpp \
309 … return std::make_unique<RefElementwiseBinaryWorkload>(*elementwiseBinaryQueueDescriptor, info); in CreateWorkload()