From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- 21.11/_cl_workload_utils_8hpp.xhtml | 226 ++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 21.11/_cl_workload_utils_8hpp.xhtml (limited to '21.11/_cl_workload_utils_8hpp.xhtml') diff --git a/21.11/_cl_workload_utils_8hpp.xhtml b/21.11/_cl_workload_utils_8hpp.xhtml new file mode 100644 index 0000000000..65ad594f34 --- /dev/null +++ b/21.11/_cl_workload_utils_8hpp.xhtml @@ -0,0 +1,226 @@ + + + + + + + + + + + + + +ArmNN: src/backends/cl/workloads/ClWorkloadUtils.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ClWorkloadUtils.hpp File Reference
+
+
+
#include <Half.hpp>
+#include <aclCommon/ArmComputeTensorUtils.hpp>
+#include <cl/OpenClTimer.hpp>
+#include <backendsCommon/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(), ClConvertFp16ToFp32Workload::Execute(), ClConvertFp32ToFp16Workload::Execute(), ClSubtractionWorkload::Execute(), ClLstmFloatWorkload::Execute(), ClDequantizeWorkload::Execute(), ClNegWorkload::Execute(), ClActivationWorkload::Execute(), ClConstantWorkload::Execute(), ClExpWorkload::Execute(), ClPreluWorkload::Execute(), ClQuantizeWorkload::Execute(), ClReduceWorkload::Execute(), ClRsqrtWorkload::Execute(), ClSinWorkload::Execute(), ClAbsWorkload::Execute(), ClCastWorkload::Execute(), ClLogicalNotWorkload::Execute(), ClLogWorkload::Execute(), ClMaximumWorkload::Execute(), ClMinimumWorkload::Execute(), ClNormalizationFloatWorkload::Execute(), ClQLstmWorkload::Execute(), ClGatherWorkload::Execute(), ClFloorFloatWorkload::Execute(), ClReshapeWorkload::Execute(), ClBatchToSpaceNdWorkload::Execute(), ClResizeWorkload::Execute(), ClInstanceNormalizationWorkload::Execute(), ClSpaceToDepthWorkload::Execute(), ClStackWorkload::Execute(), ClLogicalOrWorkload::Execute(), ClChannelShuffleWorkload::Execute(), ClLogicalAndWorkload::Execute(), ClArgMinMaxWorkload::Execute(), ClComparisonWorkload::Execute(), ClMeanWorkload::Execute(), ClSliceWorkload::Execute(), ClL2NormalizationFloatWorkload::Execute(), ClDepthToSpaceWorkload::Execute(), ClDivisionWorkload::Execute(), ClPooling2dWorkload::Execute(), ClSpaceToBatchNdWorkload::Execute(), ClMultiplicationWorkload::Execute(), ClConcatWorkload::Execute(), ClQuantizedLstmWorkload::Execute(), ClStridedSliceWorkload::Execute(), ClSplitterWorkload::Execute(), ClLogSoftmaxWorkload::Execute(), ClSoftmaxWorkload::Execute(), ClDepthwiseConvolutionWorkload::Execute(), ClBatchNormalizationFloatWorkload::Execute(), ClFullyConnectedWorkload::Execute(), ClConvolution3dWorkload::Execute(), ClTransposeWorkload::Execute(), ClPermuteWorkload::Execute(), ClTransposeConvolution2dWorkload::Execute(), and ClConvolution2dWorkload::Execute().

+ +
+
+
+
+ + + + -- cgit v1.2.1