From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_cl_layer_support_8cpp.xhtml | 244 +++++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 20.02/_cl_layer_support_8cpp.xhtml (limited to '20.02/_cl_layer_support_8cpp.xhtml') diff --git a/20.02/_cl_layer_support_8cpp.xhtml b/20.02/_cl_layer_support_8cpp.xhtml new file mode 100644 index 0000000000..89d4962024 --- /dev/null +++ b/20.02/_cl_layer_support_8cpp.xhtml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + +ArmNN: src/backends/cl/ClLayerSupport.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ClLayerSupport.cpp File Reference
+
+
+
#include "ClLayerSupport.hpp"
+#include "ClBackendId.hpp"
+#include <armnn/utility/IgnoreUnused.hpp>
+#include <armnn/Descriptors.hpp>
+#include <armnn/BackendRegistry.hpp>
+#include <InternalTypes.hpp>
+#include <LayerSupportCommon.hpp>
+#include <aclCommon/ArmComputeUtils.hpp>
+#include <aclCommon/ArmComputeTensorUtils.hpp>
+#include "workloads/ClAbsWorkload.hpp"
+#include "workloads/ClAdditionWorkload.hpp"
+#include "workloads/ClActivationWorkload.hpp"
+#include "workloads/ClArgMinMaxWorkload.hpp"
+#include "workloads/ClBatchNormalizationFloatWorkload.hpp"
+#include "workloads/ClBatchToSpaceNdWorkload.hpp"
+#include "workloads/ClConvertFp16ToFp32Workload.hpp"
+#include "workloads/ClConvertFp32ToFp16Workload.hpp"
+#include "workloads/ClConvolution2dWorkload.hpp"
+#include "workloads/ClDepthToSpaceWorkload.hpp"
+#include "workloads/ClDepthwiseConvolutionWorkload.hpp"
+#include "workloads/ClDequantizeWorkload.hpp"
+#include "workloads/ClDivisionFloatWorkload.hpp"
+#include "workloads/ClFloorFloatWorkload.hpp"
+#include "workloads/ClFullyConnectedWorkload.hpp"
+#include "workloads/ClGreaterWorkload.hpp"
+#include "workloads/ClInstanceNormalizationWorkload.hpp"
+#include "workloads/ClL2NormalizationFloatWorkload.hpp"
+#include "workloads/ClLstmFloatWorkload.hpp"
+#include "workloads/ClMaximumWorkload.hpp"
+#include "workloads/ClMeanWorkload.hpp"
+#include "workloads/ClConcatWorkload.hpp"
+#include "workloads/ClMinimumWorkload.hpp"
+#include "workloads/ClMultiplicationWorkload.hpp"
+#include "workloads/ClNormalizationFloatWorkload.hpp"
+#include "workloads/ClPadWorkload.hpp"
+#include "workloads/ClPermuteWorkload.hpp"
+#include "workloads/ClPooling2dWorkload.hpp"
+#include "workloads/ClPreluWorkload.hpp"
+#include "workloads/ClReshapeWorkload.hpp"
+#include "workloads/ClResizeWorkload.hpp"
+#include "workloads/ClRsqrtWorkload.hpp"
+#include "workloads/ClQuantizedLstmWorkload.hpp"
+#include "workloads/ClQuantizeWorkload.hpp"
+#include "workloads/ClSliceWorkload.hpp"
+#include "workloads/ClSoftmaxBaseWorkload.hpp"
+#include "workloads/ClSpaceToBatchNdWorkload.hpp"
+#include "workloads/ClSpaceToDepthWorkload.hpp"
+#include "workloads/ClSplitterWorkload.hpp"
+#include "workloads/ClStackWorkload.hpp"
+#include "workloads/ClStridedSliceWorkload.hpp"
+#include "workloads/ClSubtractionWorkload.hpp"
+#include "workloads/ClTransposeConvolution2dWorkload.hpp"
+#include "workloads/ClTransposeWorkload.hpp"
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
+ + + + + +

+Macros

#define FORWARD_CL_LAYER_SUPPORT_FUNC(expr)   (expr)
 
#define FORWARD_WORKLOAD_VALIDATE_FUNC(func, reasonIfUnsupported, ...)   return IsWorkloadSupported(func, reasonIfUnsupported, __VA_ARGS__);
 
+

Macro Definition Documentation

+ +

◆ FORWARD_CL_LAYER_SUPPORT_FUNC

+ +
+
+ + + + + + + + +
#define FORWARD_CL_LAYER_SUPPORT_FUNC( expr)   (expr)
+
+ +

Definition at line 107 of file ClLayerSupport.cpp.

+ +
+
+ +

◆ FORWARD_WORKLOAD_VALIDATE_FUNC

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
#define FORWARD_WORKLOAD_VALIDATE_FUNC( func,
 reasonIfUnsupported,
 ... 
)   return IsWorkloadSupported(func, reasonIfUnsupported, __VA_ARGS__);
+
+ +

Definition at line 125 of file ClLayerSupport.cpp.

+ +

Referenced by ClLayerSupport::IsActivationSupported(), ClLayerSupport::IsAdditionSupported(), ClLayerSupport::IsArgMinMaxSupported(), ClLayerSupport::IsBatchNormalizationSupported(), ClLayerSupport::IsBatchToSpaceNdSupported(), ClLayerSupport::IsComparisonSupported(), ClLayerSupport::IsConcatSupported(), ClLayerSupport::IsConvertFp16ToFp32Supported(), ClLayerSupport::IsConvertFp32ToFp16Supported(), ClLayerSupport::IsConvolution2dSupported(), ClLayerSupport::IsDepthToSpaceSupported(), ClLayerSupport::IsDepthwiseConvolutionSupported(), ClLayerSupport::IsDequantizeSupported(), ClLayerSupport::IsDilatedDepthwiseConvolutionSupported(), ClLayerSupport::IsDivisionSupported(), ClLayerSupport::IsElementwiseUnarySupported(), ClLayerSupport::IsFloorSupported(), ClLayerSupport::IsFullyConnectedSupported(), ClLayerSupport::IsInstanceNormalizationSupported(), ClLayerSupport::IsL2NormalizationSupported(), ClLayerSupport::IsLstmSupported(), ClLayerSupport::IsMaximumSupported(), ClLayerSupport::IsMeanSupported(), ClLayerSupport::IsMinimumSupported(), ClLayerSupport::IsMultiplicationSupported(), ClLayerSupport::IsNormalizationSupported(), ClLayerSupport::IsPadSupported(), ClLayerSupport::IsPermuteSupported(), ClLayerSupport::IsPooling2dSupported(), ClLayerSupport::IsPreluSupported(), ClLayerSupport::IsQuantizedLstmSupported(), ClLayerSupport::IsQuantizeSupported(), ClLayerSupport::IsReshapeSupported(), ClLayerSupport::IsResizeSupported(), ClLayerSupport::IsSliceSupported(), ClLayerSupport::IsSoftmaxSupported(), ClLayerSupport::IsSpaceToBatchNdSupported(), ClLayerSupport::IsSpaceToDepthSupported(), ClLayerSupport::IsSplitterSupported(), ClLayerSupport::IsStackSupported(), ClLayerSupport::IsStridedSliceSupported(), ClLayerSupport::IsSubtractionSupported(), ClLayerSupport::IsTransposeConvolution2dSupported(), and ClLayerSupport::IsTransposeSupported().

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