1 /* 2 * Copyright (c) 2016-2020 Arm Limited. 3 * 4 * SPDX-License-Identifier: MIT 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to 8 * deal in the Software without restriction, including without limitation the 9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 10 * sell copies of the Software, and to permit persons to whom the Software is 11 * furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in all 14 * copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 * SOFTWARE. 23 */ 24 #ifndef ARM_COMPUTE_CLFUNCTIONS_H 25 #define ARM_COMPUTE_CLFUNCTIONS_H 26 27 /* Header regrouping all the CL functions */ 28 #include "arm_compute/runtime/CL/functions/CLAbsoluteDifference.h" 29 #include "arm_compute/runtime/CL/functions/CLAccumulate.h" 30 #include "arm_compute/runtime/CL/functions/CLActivationLayer.h" 31 #include "arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h" 32 #include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h" 33 #include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h" 34 #include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h" 35 #include "arm_compute/runtime/CL/functions/CLBitwiseNot.h" 36 #include "arm_compute/runtime/CL/functions/CLBitwiseOr.h" 37 #include "arm_compute/runtime/CL/functions/CLBitwiseXor.h" 38 #include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h" 39 #include "arm_compute/runtime/CL/functions/CLBox3x3.h" 40 #include "arm_compute/runtime/CL/functions/CLCannyEdge.h" 41 #include "arm_compute/runtime/CL/functions/CLCast.h" 42 #include "arm_compute/runtime/CL/functions/CLChannelCombine.h" 43 #include "arm_compute/runtime/CL/functions/CLChannelExtract.h" 44 #include "arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h" 45 #include "arm_compute/runtime/CL/functions/CLColorConvert.h" 46 #include "arm_compute/runtime/CL/functions/CLComparison.h" 47 #include "arm_compute/runtime/CL/functions/CLComputeAllAnchors.h" 48 #include "arm_compute/runtime/CL/functions/CLConcatenateLayer.h" 49 #include "arm_compute/runtime/CL/functions/CLConvertFullyConnectedWeights.h" 50 #include "arm_compute/runtime/CL/functions/CLConvolution.h" 51 #include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h" 52 #include "arm_compute/runtime/CL/functions/CLCopy.h" 53 #include "arm_compute/runtime/CL/functions/CLCropResize.h" 54 #include "arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h" 55 #include "arm_compute/runtime/CL/functions/CLDeconvolutionLayerUpsample.h" 56 #include "arm_compute/runtime/CL/functions/CLDepthConvertLayer.h" 57 #include "arm_compute/runtime/CL/functions/CLDepthToSpaceLayer.h" 58 #include "arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h" 59 #include "arm_compute/runtime/CL/functions/CLDequantizationLayer.h" 60 #include "arm_compute/runtime/CL/functions/CLDerivative.h" 61 #include "arm_compute/runtime/CL/functions/CLDilate.h" 62 #include "arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h" 63 #include "arm_compute/runtime/CL/functions/CLDirectDeconvolutionLayer.h" 64 #include "arm_compute/runtime/CL/functions/CLElementWiseUnaryLayer.h" 65 #include "arm_compute/runtime/CL/functions/CLElementwiseOperations.h" 66 #include "arm_compute/runtime/CL/functions/CLEqualizeHistogram.h" 67 #include "arm_compute/runtime/CL/functions/CLErode.h" 68 #include "arm_compute/runtime/CL/functions/CLFFT1D.h" 69 #include "arm_compute/runtime/CL/functions/CLFFT2D.h" 70 #include "arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h" 71 #include "arm_compute/runtime/CL/functions/CLFastCorners.h" 72 #include "arm_compute/runtime/CL/functions/CLFill.h" 73 #include "arm_compute/runtime/CL/functions/CLFillBorder.h" 74 #include "arm_compute/runtime/CL/functions/CLFlattenLayer.h" 75 #include "arm_compute/runtime/CL/functions/CLFloor.h" 76 #include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h" 77 #include "arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h" 78 #include "arm_compute/runtime/CL/functions/CLGEMM.h" 79 #include "arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h" 80 #include "arm_compute/runtime/CL/functions/CLGEMMDeconvolutionLayer.h" 81 #include "arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h" 82 #include "arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h" 83 #include "arm_compute/runtime/CL/functions/CLGather.h" 84 #include "arm_compute/runtime/CL/functions/CLGaussian3x3.h" 85 #include "arm_compute/runtime/CL/functions/CLGaussian5x5.h" 86 #include "arm_compute/runtime/CL/functions/CLGaussianPyramid.h" 87 #include "arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h" 88 #include "arm_compute/runtime/CL/functions/CLHOGDescriptor.h" 89 #include "arm_compute/runtime/CL/functions/CLHOGDetector.h" 90 #include "arm_compute/runtime/CL/functions/CLHOGGradient.h" 91 #include "arm_compute/runtime/CL/functions/CLHOGMultiDetection.h" 92 #include "arm_compute/runtime/CL/functions/CLHarrisCorners.h" 93 #include "arm_compute/runtime/CL/functions/CLHistogram.h" 94 #include "arm_compute/runtime/CL/functions/CLInstanceNormalizationLayer.h" 95 #include "arm_compute/runtime/CL/functions/CLIntegralImage.h" 96 #include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h" 97 #include "arm_compute/runtime/CL/functions/CLLSTMLayer.h" 98 #include "arm_compute/runtime/CL/functions/CLLSTMLayerQuantized.h" 99 #include "arm_compute/runtime/CL/functions/CLLaplacianPyramid.h" 100 #include "arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h" 101 #include "arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h" 102 #include "arm_compute/runtime/CL/functions/CLLogicalAnd.h" 103 #include "arm_compute/runtime/CL/functions/CLLogicalNot.h" 104 #include "arm_compute/runtime/CL/functions/CLLogicalOr.h" 105 #include "arm_compute/runtime/CL/functions/CLMagnitude.h" 106 #include "arm_compute/runtime/CL/functions/CLMaxUnpoolingLayer.h" 107 #include "arm_compute/runtime/CL/functions/CLMeanStdDev.h" 108 #include "arm_compute/runtime/CL/functions/CLMeanStdDevNormalizationLayer.h" 109 #include "arm_compute/runtime/CL/functions/CLMedian3x3.h" 110 #include "arm_compute/runtime/CL/functions/CLMinMaxLocation.h" 111 #include "arm_compute/runtime/CL/functions/CLNonLinearFilter.h" 112 #include "arm_compute/runtime/CL/functions/CLNonMaximaSuppression3x3.h" 113 #include "arm_compute/runtime/CL/functions/CLNormalizationLayer.h" 114 #include "arm_compute/runtime/CL/functions/CLNormalizePlanarYUVLayer.h" 115 #include "arm_compute/runtime/CL/functions/CLOpticalFlow.h" 116 #include "arm_compute/runtime/CL/functions/CLPReluLayer.h" 117 #include "arm_compute/runtime/CL/functions/CLPadLayer.h" 118 #include "arm_compute/runtime/CL/functions/CLPermute.h" 119 #include "arm_compute/runtime/CL/functions/CLPhase.h" 120 #include "arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h" 121 #include "arm_compute/runtime/CL/functions/CLPoolingLayer.h" 122 #include "arm_compute/runtime/CL/functions/CLPriorBoxLayer.h" 123 #include "arm_compute/runtime/CL/functions/CLQLSTMLayer.h" 124 #include "arm_compute/runtime/CL/functions/CLQuantizationLayer.h" 125 #include "arm_compute/runtime/CL/functions/CLRNNLayer.h" 126 #include "arm_compute/runtime/CL/functions/CLROIAlignLayer.h" 127 #include "arm_compute/runtime/CL/functions/CLROIPoolingLayer.h" 128 #include "arm_compute/runtime/CL/functions/CLRange.h" 129 #include "arm_compute/runtime/CL/functions/CLReduceMean.h" 130 #include "arm_compute/runtime/CL/functions/CLReductionOperation.h" 131 #include "arm_compute/runtime/CL/functions/CLRemap.h" 132 #include "arm_compute/runtime/CL/functions/CLReorgLayer.h" 133 #include "arm_compute/runtime/CL/functions/CLReshapeLayer.h" 134 #include "arm_compute/runtime/CL/functions/CLReverse.h" 135 #include "arm_compute/runtime/CL/functions/CLScale.h" 136 #include "arm_compute/runtime/CL/functions/CLScharr3x3.h" 137 #include "arm_compute/runtime/CL/functions/CLSelect.h" 138 #include "arm_compute/runtime/CL/functions/CLSlice.h" 139 #include "arm_compute/runtime/CL/functions/CLSobel3x3.h" 140 #include "arm_compute/runtime/CL/functions/CLSobel5x5.h" 141 #include "arm_compute/runtime/CL/functions/CLSobel7x7.h" 142 #include "arm_compute/runtime/CL/functions/CLSoftmaxLayer.h" 143 #include "arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h" 144 #include "arm_compute/runtime/CL/functions/CLSpaceToDepthLayer.h" 145 #include "arm_compute/runtime/CL/functions/CLSplit.h" 146 #include "arm_compute/runtime/CL/functions/CLStackLayer.h" 147 #include "arm_compute/runtime/CL/functions/CLStridedSlice.h" 148 #include "arm_compute/runtime/CL/functions/CLTableLookup.h" 149 #include "arm_compute/runtime/CL/functions/CLThreshold.h" 150 #include "arm_compute/runtime/CL/functions/CLTile.h" 151 #include "arm_compute/runtime/CL/functions/CLTranspose.h" 152 #include "arm_compute/runtime/CL/functions/CLUnstack.h" 153 #include "arm_compute/runtime/CL/functions/CLUpsampleLayer.h" 154 #include "arm_compute/runtime/CL/functions/CLWarpAffine.h" 155 #include "arm_compute/runtime/CL/functions/CLWarpPerspective.h" 156 #include "arm_compute/runtime/CL/functions/CLWinogradConvolutionLayer.h" 157 #include "arm_compute/runtime/CL/functions/CLWinogradInputTransform.h" 158 #include "arm_compute/runtime/CL/functions/CLYOLOLayer.h" 159 160 #endif /* ARM_COMPUTE_CLFUNCTIONS_H */ 161