ArmNN
 25.11
Loading...
Searching...
No Matches
ClLayerSupport.cpp File Reference
#include "ClLayerSupport.hpp"
#include "ClBackendId.hpp"
#include "ClBackendModelContext.hpp"
#include <armnn/BackendRegistry.hpp>
#include <InternalTypes.hpp>
#include <LayerSupportCommon.hpp>
#include <armnn/utility/IgnoreUnused.hpp>
#include <armnn/utility/PolymorphicDowncast.hpp>
#include <aclCommon/ArmComputeUtils.hpp>
#include <aclCommon/ArmComputeTensorUtils.hpp>
#include <backendsCommon/WorkloadUtils.hpp>
#include "workloads/ClAbsWorkload.hpp"
#include "workloads/ClAdditionWorkload.hpp"
#include "workloads/ClActivationWorkload.hpp"
#include "workloads/ClArgMinMaxWorkload.hpp"
#include "workloads/ClBatchMatMulWorkload.hpp"
#include "workloads/ClBatchNormalizationFloatWorkload.hpp"
#include "workloads/ClBatchToSpaceNdWorkload.hpp"
#include "workloads/ClCastWorkload.hpp"
#include "workloads/ClChannelShuffleWorkload.hpp"
#include "workloads/ClComparisonWorkload.hpp"
#include "workloads/ClConstantWorkload.hpp"
#include "workloads/ClConvertFp16ToFp32Workload.hpp"
#include "workloads/ClConvertFp32ToFp16Workload.hpp"
#include "workloads/ClConvolution2dWorkload.hpp"
#include "workloads/ClConvolution3dWorkload.hpp"
#include "workloads/ClDepthToSpaceWorkload.hpp"
#include "workloads/ClDepthwiseConvolutionWorkload.hpp"
#include "workloads/ClDequantizeWorkload.hpp"
#include "workloads/ClDivisionWorkload.hpp"
#include "workloads/ClElementwiseBinaryWorkload.hpp"
#include "workloads/ClExpWorkload.hpp"
#include "workloads/ClFillWorkload.hpp"
#include "workloads/ClFloorDivWorkload.hpp"
#include "workloads/ClFloorFloatWorkload.hpp"
#include "workloads/ClFullyConnectedWorkload.hpp"
#include "workloads/ClGatherWorkload.hpp"
#include "workloads/ClGatherNdWorkload.hpp"
#include "workloads/ClInstanceNormalizationWorkload.hpp"
#include "workloads/ClL2NormalizationFloatWorkload.hpp"
#include "workloads/ClLogWorkload.hpp"
#include "workloads/ClLogSoftmaxWorkload.hpp"
#include "workloads/ClLogicalAndWorkload.hpp"
#include "workloads/ClLogicalNotWorkload.hpp"
#include "workloads/ClLogicalOrWorkload.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/ClNegWorkload.hpp"
#include "workloads/ClNormalizationFloatWorkload.hpp"
#include "workloads/ClPadWorkload.hpp"
#include "workloads/ClPermuteWorkload.hpp"
#include "workloads/ClPooling2dWorkload.hpp"
#include "workloads/ClPooling3dWorkload.hpp"
#include "workloads/ClPreluWorkload.hpp"
#include "workloads/ClQLstmWorkload.hpp"
#include "workloads/ClQuantizedLstmWorkload.hpp"
#include "workloads/ClQuantizeWorkload.hpp"
#include "workloads/ClReduceWorkload.hpp"
#include "workloads/ClReshapeWorkload.hpp"
#include "workloads/ClResizeWorkload.hpp"
#include "workloads/ClReverseV2Workload.hpp"
#include "workloads/ClRsqrtWorkload.hpp"
#include "workloads/ClScatterNdWorkload.hpp"
#include "workloads/ClSinWorkload.hpp"
#include "workloads/ClSliceWorkload.hpp"
#include "workloads/ClSoftmaxWorkload.hpp"
#include "workloads/ClSpaceToBatchNdWorkload.hpp"
#include "workloads/ClSpaceToDepthWorkload.hpp"
#include "workloads/ClSplitterWorkload.hpp"
#include "workloads/ClSqrtWorkload.hpp"
#include "workloads/ClStackWorkload.hpp"
#include "workloads/ClStridedSliceWorkload.hpp"
#include "workloads/ClSubtractionWorkload.hpp"
#include "workloads/ClTileWorkload.hpp"
#include "workloads/ClTransposeConvolution2dWorkload.hpp"
#include "workloads/ClTransposeWorkload.hpp"
#include "workloads/ClUnidirectionalSequenceLstmFloatWorkload.hpp"
Include dependency graph for ClLayerSupport.cpp:

Go to the source code of this file.

Namespaces

namespace  armnn
 Copyright (c) 2021 ARM Limited and Contributors.

Macros

#define FORWARD_CL_LAYER_SUPPORT_FUNC(expr)
#define FORWARD_WORKLOAD_VALIDATE_FUNC(func, reasonIfUnsupported, ...)

Macro Definition Documentation

◆ FORWARD_CL_LAYER_SUPPORT_FUNC

#define FORWARD_CL_LAYER_SUPPORT_FUNC ( expr)
Value:
(expr)

Definition at line 136 of file ClLayerSupport.cpp.

◆ FORWARD_WORKLOAD_VALIDATE_FUNC

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

Definition at line 154 of file ClLayerSupport.cpp.

154#define FORWARD_WORKLOAD_VALIDATE_FUNC(func, reasonIfUnsupported, ...) \
155 return IsWorkloadSupported(func, reasonIfUnsupported, __VA_ARGS__);

Referenced by ClLayerSupport::IsActivationSupported(), NeonLayerSupport::IsActivationSupported(), ClLayerSupport::IsAdditionSupported(), NeonLayerSupport::IsAdditionSupported(), ClLayerSupport::IsArgMinMaxSupported(), NeonLayerSupport::IsArgMinMaxSupported(), ClLayerSupport::IsBatchMatMulSupported(), NeonLayerSupport::IsBatchMatMulSupported(), ClLayerSupport::IsBatchNormalizationSupported(), NeonLayerSupport::IsBatchNormalizationSupported(), ClLayerSupport::IsBatchToSpaceNdSupported(), NeonLayerSupport::IsBatchToSpaceNdSupported(), ClLayerSupport::IsCastSupported(), NeonLayerSupport::IsCastSupported(), ClLayerSupport::IsChannelShuffleSupported(), NeonLayerSupport::IsChannelShuffleSupported(), ClLayerSupport::IsComparisonSupported(), NeonLayerSupport::IsComparisonSupported(), ClLayerSupport::IsConcatSupported(), NeonLayerSupport::IsConcatSupported(), ClLayerSupport::IsConstantSupported(), NeonLayerSupport::IsConstantSupported(), ClLayerSupport::IsConvertFp16ToFp32Supported(), NeonLayerSupport::IsConvertFp16ToFp32Supported(), ClLayerSupport::IsConvertFp32ToFp16Supported(), NeonLayerSupport::IsConvertFp32ToFp16Supported(), ClLayerSupport::IsConvolution2dSupported(), NeonLayerSupport::IsConvolution2dSupported(), ClLayerSupport::IsConvolution3dSupported(), NeonLayerSupport::IsConvolution3dSupported(), ClLayerSupport::IsDepthToSpaceSupported(), NeonLayerSupport::IsDepthToSpaceSupported(), ClLayerSupport::IsDepthwiseConvolutionSupported(), NeonLayerSupport::IsDepthwiseConvolutionSupported(), ClLayerSupport::IsDequantizeSupported(), NeonLayerSupport::IsDequantizeSupported(), ClLayerSupport::IsDilatedDepthwiseConvolutionSupported(), NeonLayerSupport::IsDilatedDepthwiseConvolutionSupported(), ClLayerSupport::IsDivisionSupported(), NeonLayerSupport::IsDivisionSupported(), ClLayerSupport::IsElementwiseUnarySupported(), NeonLayerSupport::IsElementwiseUnarySupported(), ClLayerSupport::IsFloorSupported(), ClLayerSupport::IsFullyConnectedSupported(), NeonLayerSupport::IsFullyConnectedSupported(), NeonLayerSupport::IsFusedSupported(), ClLayerSupport::IsGatherNdSupported(), NeonLayerSupport::IsGatherNdSupported(), ClLayerSupport::IsGatherSupported(), NeonLayerSupport::IsGatherSupported(), ClLayerSupport::IsInstanceNormalizationSupported(), NeonLayerSupport::IsInstanceNormalizationSupported(), ClLayerSupport::IsL2NormalizationSupported(), NeonLayerSupport::IsL2NormalizationSupported(), ClLayerSupport::IsLayerSupported(), armnn::IsLayerTypeSupported(), ClLayerSupport::IsLogicalBinarySupported(), NeonLayerSupport::IsLogicalBinarySupported(), ClLayerSupport::IsLogSoftmaxSupported(), NeonLayerSupport::IsLogSoftmaxSupported(), ClLayerSupport::IsLstmSupported(), NeonLayerSupport::IsLstmSupported(), ClLayerSupport::IsMaximumSupported(), NeonLayerSupport::IsMaximumSupported(), ClLayerSupport::IsMeanSupported(), NeonLayerSupport::IsMeanSupported(), ClLayerSupport::IsMinimumSupported(), NeonLayerSupport::IsMinimumSupported(), ClLayerSupport::IsMultiplicationSupported(), NeonLayerSupport::IsMultiplicationSupported(), ClLayerSupport::IsNormalizationSupported(), NeonLayerSupport::IsNormalizationSupported(), ClLayerSupport::IsPadSupported(), NeonLayerSupport::IsPadSupported(), ClLayerSupport::IsPermuteSupported(), NeonLayerSupport::IsPermuteSupported(), ClLayerSupport::IsPooling2dSupported(), NeonLayerSupport::IsPooling2dSupported(), ClLayerSupport::IsPooling3dSupported(), NeonLayerSupport::IsPooling3dSupported(), ClLayerSupport::IsPreluSupported(), NeonLayerSupport::IsPreluSupported(), ClLayerSupport::IsQLstmSupported(), NeonLayerSupport::IsQLstmSupported(), ClLayerSupport::IsQuantizedLstmSupported(), NeonLayerSupport::IsQuantizedLstmSupported(), ClLayerSupport::IsQuantizeSupported(), NeonLayerSupport::IsQuantizeSupported(), ClLayerSupport::IsReduceSupported(), NeonLayerSupport::IsReduceSupported(), ClLayerSupport::IsReshapeSupported(), NeonLayerSupport::IsReshapeSupported(), ClLayerSupport::IsResizeSupported(), NeonLayerSupport::IsResizeSupported(), ClLayerSupport::IsReverseV2Supported(), NeonLayerSupport::IsReverseV2Supported(), ClLayerSupport::IsScatterNdSupported(), ClLayerSupport::IsSliceSupported(), NeonLayerSupport::IsSliceSupported(), ClLayerSupport::IsSoftmaxSupported(), NeonLayerSupport::IsSoftmaxSupported(), ClLayerSupport::IsSpaceToBatchNdSupported(), NeonLayerSupport::IsSpaceToBatchNdSupported(), ClLayerSupport::IsSpaceToDepthSupported(), NeonLayerSupport::IsSpaceToDepthSupported(), ClLayerSupport::IsSplitterSupported(), NeonLayerSupport::IsSplitterSupported(), ClLayerSupport::IsStackSupported(), NeonLayerSupport::IsStackSupported(), ClLayerSupport::IsStridedSliceSupported(), NeonLayerSupport::IsStridedSliceSupported(), ClLayerSupport::IsSubtractionSupported(), NeonLayerSupport::IsSubtractionSupported(), ClLayerSupport::IsTileSupported(), NeonLayerSupport::IsTileSupported(), ClLayerSupport::IsTransposeConvolution2dSupported(), NeonLayerSupport::IsTransposeConvolution2dSupported(), ClLayerSupport::IsTransposeSupported(), NeonLayerSupport::IsTransposeSupported(), ClLayerSupport::IsUnidirectionalSequenceLstmSupported(), and NeonLayerSupport::IsUnidirectionalSequenceLstmSupported().