Home
last modified time | relevance | path

Searched refs:RefElementwiseBinaryWorkload (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefElementwiseBinaryWorkload.cpp88 RefElementwiseBinaryWorkload::RefElementwiseBinaryWorkload(const ElementwiseBinaryQueueDescriptor& … in RefElementwiseBinaryWorkload() function in armnn::RefElementwiseBinaryWorkload
93 void RefElementwiseBinaryWorkload::Execute() const in Execute()
98 void RefElementwiseBinaryWorkload::ExecuteAsync(ExecutionData& executionData) in ExecuteAsync()
105 void RefElementwiseBinaryWorkload::Execute(std::vector<ITensorHandle*> inputs, in Execute()
H A DRefElementwiseBinaryWorkload.hpp16 class RefElementwiseBinaryWorkload : public RefBaseWorkload<ElementwiseBinaryQueueDescriptor> class
21RefElementwiseBinaryWorkload(const ElementwiseBinaryQueueDescriptor& descriptor, const WorkloadInf…
H A DCMakeLists.txt111 RefElementwiseBinaryWorkload.cpp
112 RefElementwiseBinaryWorkload.hpp
/aosp_15_r20/external/armnn/src/backends/reference/
H A Dbackend.mk70 workloads/RefElementwiseBinaryWorkload.cpp \
H A DRefWorkloadFactory.cpp309 … return std::make_unique<RefElementwiseBinaryWorkload>(*elementwiseBinaryQueueDescriptor, info); in CreateWorkload()