|
25.11
|
#include <ClElementwiseBinaryWorkload.hpp>
Public Member Functions | |
| ClElementwiseBinaryWorkload (const ElementwiseBinaryQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext) | |
| void | Execute () const override |
| Public Member Functions inherited from ClBaseWorkload< ElementwiseBinaryQueueDescriptor > | |
| ClBaseWorkload (const ElementwiseBinaryQueueDescriptor &descriptor, const WorkloadInfo &info) | |
| void | ReplaceInputTensorHandle (ITensorHandle *tensorHandle, unsigned int slot) override |
| void | ReplaceOutputTensorHandle (ITensorHandle *tensorHandle, unsigned int slot) override |
| Public Member Functions inherited from BaseWorkload< ElementwiseBinaryQueueDescriptor > | |
| BaseWorkload (const ElementwiseBinaryQueueDescriptor &descriptor, const WorkloadInfo &info) | |
| virtual const std::string & | GetName () const override |
| void | PostAllocationConfigure () override |
| const ElementwiseBinaryQueueDescriptor & | GetData () const |
| arm::pipe::ProfilingGuid | GetGuid () const final |
| virtual bool | SupportsTensorHandleReplacement () const override |
| Public Member Functions inherited from IWorkload | |
| virtual | ~IWorkload () |
| virtual void | RegisterDebugCallback (const DebugCallbackFunction &) |
| virtual armnn::Optional< armnn::MemoryRequirements > | GetMemoryRequirements () |
Additional Inherited Members | |
| Protected Member Functions inherited from ClBaseWorkload< ElementwiseBinaryQueueDescriptor > | |
| virtual void | Reconfigure () |
| Protected Attributes inherited from BaseWorkload< ElementwiseBinaryQueueDescriptor > | |
| ElementwiseBinaryQueueDescriptor | m_Data |
| const arm::pipe::ProfilingGuid | m_Guid |
| const std::string | m_Name |
Definition at line 15 of file ClElementwiseBinaryWorkload.hpp.
| ClElementwiseBinaryWorkload | ( | const ElementwiseBinaryQueueDescriptor & | descriptor, |
| const WorkloadInfo & | info, | ||
| const arm_compute::CLCompileContext & | clCompileContext ) |
Definition at line 19 of file ClElementwiseBinaryWorkload.cpp.
References ARMNN_SCOPED_PROFILING_EVENT_CL_NAME_GUID, CHECK_LOCATION, ClBaseWorkload< ElementwiseBinaryQueueDescriptor >::ClBaseWorkload(), armnn::ConvertAdditionalInfoToAclActivationLayerInfo(), IClTensorHandle::GetTensor(), armnn::info, BaseWorkload< ElementwiseBinaryQueueDescriptor >::m_Data, ElementwiseBinaryDescriptor::m_Operation, QueueDescriptorWithParameters< LayerDescriptor >::m_Parameters, armnn::Power, and armnn::SqDiff.
|
overridevirtual |
Implements IWorkload.
Definition at line 55 of file ClElementwiseBinaryWorkload.cpp.
References ARMNN_SCOPED_PROFILING_EVENT_CL_NAME_GUID.