ArmNN
 22.05
ClWorkloadUtils.hpp File Reference
#include <Half.hpp>
#include <aclCommon/ArmComputeTensorUtils.hpp>
#include <cl/OpenClTimer.hpp>
#include <armnn/backends/TensorHandle.hpp>
#include <armnn/Utils.hpp>
#include <arm_compute/runtime/CL/CLTensor.h>
#include <arm_compute/runtime/IFunction.h>
#include <sstream>

Go to the source code of this file.

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Macros

#define ARMNN_SCOPED_PROFILING_EVENT_CL(name)
 
#define ARMNN_SCOPED_PROFILING_EVENT_CL_GUID(name, guid)
 

Functions

std::string GetConvolutionMethodString (arm_compute::ConvolutionMethod &convolutionMethod)
 
template<typename T >
void CopyArmComputeClTensorData (arm_compute::CLTensor &dstTensor, const T *srcData)
 
auto SetClStridedSliceData (const std::vector< int > &m_begin, const std::vector< int > &m_end, const std::vector< int > &m_stride)
 
auto SetClSliceData (const std::vector< unsigned int > &m_begin, const std::vector< unsigned int > &m_size)
 
void InitializeArmComputeClTensorData (arm_compute::CLTensor &clTensor, const ConstTensorHandle *handle)
 
RuntimeException WrapClError (const cl::Error &clError, const CheckLocation &location)
 
void RunClFunction (arm_compute::IFunction &function, const CheckLocation &location)
 
template<typename DataType , typename PayloadType >
DataType * GetOutputTensorData (unsigned int idx, const PayloadType &data)
 

Macro Definition Documentation

◆ ARMNN_SCOPED_PROFILING_EVENT_CL

#define ARMNN_SCOPED_PROFILING_EVENT_CL (   name)
Value:
name, \
GPU Execution: OpenCL: ArmCompute.
OpenClTimer instrument that times all OpenCl kernels executed between calls to Start() and Stop()...
Definition: OpenClTimer.hpp:20
EmptyOptional is used to initialize the Optional class in case we want to have default value for an O...
Definition: Optional.hpp:32
#define ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS(backendId, guid,...)
Definition: Profiling.hpp:217

Definition at line 20 of file ClWorkloadUtils.hpp.

Referenced by armnn::CopyArmComputeClTensorData().

◆ ARMNN_SCOPED_PROFILING_EVENT_CL_GUID

#define ARMNN_SCOPED_PROFILING_EVENT_CL_GUID (   name,
  guid 
)
Value:
guid, \
name, \
GPU Execution: OpenCL: ArmCompute.
OpenClTimer instrument that times all OpenCl kernels executed between calls to Start() and Stop()...
Definition: OpenClTimer.hpp:20
#define ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS(backendId, guid,...)
Definition: Profiling.hpp:217

Definition at line 27 of file ClWorkloadUtils.hpp.

Referenced by ClFillWorkload::Execute(), ClPadWorkload::Execute(), ClAdditionWorkload::Execute(), ClSubtractionWorkload::Execute(), ClDequantizeWorkload::Execute(), ClLogWorkload::Execute(), ClLstmFloatWorkload::Execute(), ClNegWorkload::Execute(), ClActivationWorkload::Execute(), ClConstantWorkload::Execute(), ClExpWorkload::Execute(), ClPreluWorkload::Execute(), ClQuantizeWorkload::Execute(), ClConvertFp16ToFp32Workload::Execute(), ClReduceWorkload::Execute(), ClRsqrtWorkload::Execute(), ClConvertFp32ToFp16Workload::Execute(), ClSinWorkload::Execute(), ClAbsWorkload::Execute(), ClLogicalNotWorkload::Execute(), ClSqrtWorkload::Execute(), ClCastWorkload::Execute(), ClStackWorkload::Execute(), ClMaximumWorkload::Execute(), ClMinimumWorkload::Execute(), ClNormalizationFloatWorkload::Execute(), ClFloorFloatWorkload::Execute(), ClQLstmWorkload::Execute(), ClReshapeWorkload::Execute(), ClInstanceNormalizationWorkload::Execute(), ClBatchToSpaceNdWorkload::Execute(), ClResizeWorkload::Execute(), ClGatherWorkload::Execute(), ClSpaceToDepthWorkload::Execute(), ClSliceWorkload::Execute(), ClChannelShuffleWorkload::Execute(), ClMeanWorkload::Execute(), ClArgMinMaxWorkload::Execute(), ClComparisonWorkload::Execute(), ClLogicalAndWorkload::Execute(), ClL2NormalizationFloatWorkload::Execute(), ClLogicalOrWorkload::Execute(), ClDepthToSpaceWorkload::Execute(), ClDivisionWorkload::Execute(), ClGatherNdWorkload::Execute(), ClPooling3dWorkload::Execute(), ClUnidirectionalSequenceLstmFloatWorkload::Execute(), ClPooling2dWorkload::Execute(), ClConcatWorkload::Execute(), ClMultiplicationWorkload::Execute(), ClStridedSliceWorkload::Execute(), ClSpaceToBatchNdWorkload::Execute(), ClQuantizedLstmWorkload::Execute(), ClSplitterWorkload::Execute(), ClSoftmaxWorkload::Execute(), ClLogSoftmaxWorkload::Execute(), ClDepthwiseConvolutionWorkload::Execute(), ClBatchNormalizationFloatWorkload::Execute(), ClFullyConnectedWorkload::Execute(), ClConvolution3dWorkload::Execute(), ClTransposeConvolution2dWorkload::Execute(), ClPermuteWorkload::Execute(), ClTransposeWorkload::Execute(), and ClConvolution2dWorkload::Execute().