24.08
|
#include <ClDepthwiseConvolutionWorkload.hpp>
Public Member Functions | |
ClDepthwiseConvolutionWorkload (const DepthwiseConvolution2dQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext) | |
void | Execute () const override |
Public Member Functions inherited from ClBaseWorkload< DepthwiseConvolution2dQueueDescriptor > | |
ClBaseWorkload (const DepthwiseConvolution2dQueueDescriptor &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< DepthwiseConvolution2dQueueDescriptor > | |
BaseWorkload (const DepthwiseConvolution2dQueueDescriptor &descriptor, const WorkloadInfo &info) | |
virtual const std::string & | GetName () const override |
void | ExecuteAsync (ExecutionData &executionData) override |
void | PostAllocationConfigure () override |
const DepthwiseConvolution2dQueueDescriptor & | GetData () const |
arm::pipe::ProfilingGuid | GetGuid () const final |
virtual bool | SupportsTensorHandleReplacement () const override |
Public Member Functions inherited from IWorkload | |
virtual | ~IWorkload () |
virtual arm::pipe::ProfilingGuid | GetGuid () const =0 |
virtual bool | SupportsTensorHandleReplacement () const =0 |
virtual const std::string & | GetName () const =0 |
virtual void | RegisterDebugCallback (const DebugCallbackFunction &) |
virtual armnn::Optional< armnn::MemoryRequirements > | GetMemoryRequirements () |
Protected Attributes | |
std::unique_ptr< arm_compute::IFunction > | m_DepthwiseConvolutionLayer |
Protected Attributes inherited from BaseWorkload< DepthwiseConvolution2dQueueDescriptor > | |
DepthwiseConvolution2dQueueDescriptor | m_Data |
const arm::pipe::ProfilingGuid | m_Guid |
const std::string | m_Name |
Additional Inherited Members | |
Protected Member Functions inherited from ClBaseWorkload< DepthwiseConvolution2dQueueDescriptor > | |
virtual void | Reconfigure () |
Definition at line 24 of file ClDepthwiseConvolutionWorkload.hpp.
ClDepthwiseConvolutionWorkload | ( | const DepthwiseConvolution2dQueueDescriptor & | descriptor, |
const WorkloadInfo & | info, | ||
const arm_compute::CLCompileContext & | clCompileContext | ||
) |
Definition at line 86 of file ClDepthwiseConvolutionWorkload.cpp.
References DepthwiseConvolution2dDescriptor::GetNumInputs(), armnn::info, BaseWorkload< DepthwiseConvolution2dQueueDescriptor >::m_Data, QueueDescriptor::m_Inputs, QueueDescriptor::m_Outputs, QueueDescriptorWithParameters< LayerDescriptor >::m_Parameters, and QueueDescriptor::ValidateInputsOutputs().
|
overridevirtual |
Implements IWorkload.
Definition at line 157 of file ClDepthwiseConvolutionWorkload.cpp.
References ARMNN_SCOPED_PROFILING_EVENT_CL_NAME_GUID, CHECK_LOCATION, ClDepthwiseConvolutionWorkload::m_DepthwiseConvolutionLayer, and armnn::RunClFunction().
|
protected |
Definition at line 36 of file ClDepthwiseConvolutionWorkload.hpp.
Referenced by ClDepthwiseConvolutionWorkload::Execute().