|
25.11
|
#include <ClDepthwiseConvolutionWorkload.hpp>
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 ARMNN_REPORT_PROFILING_WORKLOAD_DESC, ARMNN_SCOPED_PROFILING_EVENT_CL_NAME_GUID, ClBaseWorkload< DepthwiseConvolution2dQueueDescriptor >::ClBaseWorkload(), armnn::ConvertAdditionalInfoToAclActivationLayerInfo(), BaseWorkload< DepthwiseConvolution2dQueueDescriptor >::GetGuid(), DepthwiseConvolution2dDescriptor::GetNumInputs(), armnn::info, BaseWorkload< DepthwiseConvolution2dQueueDescriptor >::m_Data, m_DepthwiseConvolutionLayer, WorkloadInfo::m_InputTensorInfos, WorkloadInfo::m_OutputTensorInfos, QueueDescriptorWithParameters< LayerDescriptor >::m_Parameters, and armnn::PolymorphicDowncast().
|
overridevirtual |
Implements IWorkload.
Definition at line 157 of file ClDepthwiseConvolutionWorkload.cpp.
References ARMNN_SCOPED_PROFILING_EVENT_CL_NAME_GUID, CHECK_LOCATION, m_DepthwiseConvolutionLayer, and armnn::RunClFunction().
|
protected |
Definition at line 36 of file ClDepthwiseConvolutionWorkload.hpp.
Referenced by ClDepthwiseConvolutionWorkload(), and Execute().