1 /* 2 * Copyright (c) 2016-2022 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/CLActivationLayer.h" 29 #include "arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h" 30 #include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h" 31 #include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h" 32 #include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h" 33 #include "arm_compute/runtime/CL/functions/CLBitwiseNot.h" 34 #include "arm_compute/runtime/CL/functions/CLBitwiseOr.h" 35 #include "arm_compute/runtime/CL/functions/CLBitwiseXor.h" 36 #include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h" 37 #include "arm_compute/runtime/CL/functions/CLCast.h" 38 #include "arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h" 39 #include "arm_compute/runtime/CL/functions/CLComparison.h" 40 #include "arm_compute/runtime/CL/functions/CLConcatenateLayer.h" 41 #include "arm_compute/runtime/CL/functions/CLConv3D.h" 42 #include "arm_compute/runtime/CL/functions/CLConvertFullyConnectedWeights.h" 43 #include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h" 44 #include "arm_compute/runtime/CL/functions/CLCopy.h" 45 #include "arm_compute/runtime/CL/functions/CLCrop.h" 46 #include "arm_compute/runtime/CL/functions/CLCropResize.h" 47 #include "arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h" 48 #include "arm_compute/runtime/CL/functions/CLDeconvolutionLayerUpsample.h" 49 #include "arm_compute/runtime/CL/functions/CLDepthConvertLayer.h" 50 #include "arm_compute/runtime/CL/functions/CLDepthToSpaceLayer.h" 51 #include "arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h" 52 #include "arm_compute/runtime/CL/functions/CLDequantizationLayer.h" 53 #include "arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h" 54 #include "arm_compute/runtime/CL/functions/CLDirectDeconvolutionLayer.h" 55 #include "arm_compute/runtime/CL/functions/CLElementwiseOperations.h" 56 #include "arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h" 57 #include "arm_compute/runtime/CL/functions/CLFFT1D.h" 58 #include "arm_compute/runtime/CL/functions/CLFFT2D.h" 59 #include "arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h" 60 #include "arm_compute/runtime/CL/functions/CLFill.h" 61 #include "arm_compute/runtime/CL/functions/CLFlattenLayer.h" 62 #include "arm_compute/runtime/CL/functions/CLFloor.h" 63 #include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h" 64 #include "arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h" 65 #include "arm_compute/runtime/CL/functions/CLGEMM.h" 66 #include "arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h" 67 #include "arm_compute/runtime/CL/functions/CLGEMMDeconvolutionLayer.h" 68 #include "arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h" 69 #include "arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h" 70 #include "arm_compute/runtime/CL/functions/CLGather.h" 71 #include "arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h" 72 #include "arm_compute/runtime/CL/functions/CLIndirectConvolutionLayer.h" 73 #include "arm_compute/runtime/CL/functions/CLInstanceNormalizationLayer.h" 74 #include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h" 75 #include "arm_compute/runtime/CL/functions/CLLSTMLayer.h" 76 #include "arm_compute/runtime/CL/functions/CLLSTMLayerQuantized.h" 77 #include "arm_compute/runtime/CL/functions/CLLogicalAnd.h" 78 #include "arm_compute/runtime/CL/functions/CLLogicalNot.h" 79 #include "arm_compute/runtime/CL/functions/CLLogicalOr.h" 80 #include "arm_compute/runtime/CL/functions/CLMaxUnpoolingLayer.h" 81 #include "arm_compute/runtime/CL/functions/CLMeanStdDevNormalizationLayer.h" 82 #include "arm_compute/runtime/CL/functions/CLNormalizationLayer.h" 83 #include "arm_compute/runtime/CL/functions/CLNormalizePlanarYUVLayer.h" 84 #include "arm_compute/runtime/CL/functions/CLPReluLayer.h" 85 #include "arm_compute/runtime/CL/functions/CLPadLayer.h" 86 #include "arm_compute/runtime/CL/functions/CLPermute.h" 87 #include "arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h" 88 #include "arm_compute/runtime/CL/functions/CLPooling3dLayer.h" 89 #include "arm_compute/runtime/CL/functions/CLPoolingLayer.h" 90 #include "arm_compute/runtime/CL/functions/CLPriorBoxLayer.h" 91 #include "arm_compute/runtime/CL/functions/CLQLSTMLayer.h" 92 #include "arm_compute/runtime/CL/functions/CLQuantizationLayer.h" 93 #include "arm_compute/runtime/CL/functions/CLRNNLayer.h" 94 #include "arm_compute/runtime/CL/functions/CLROIAlignLayer.h" 95 #include "arm_compute/runtime/CL/functions/CLROIPoolingLayer.h" 96 #include "arm_compute/runtime/CL/functions/CLRange.h" 97 #include "arm_compute/runtime/CL/functions/CLReduceMean.h" 98 #include "arm_compute/runtime/CL/functions/CLReductionOperation.h" 99 #include "arm_compute/runtime/CL/functions/CLReorgLayer.h" 100 #include "arm_compute/runtime/CL/functions/CLReshapeLayer.h" 101 #include "arm_compute/runtime/CL/functions/CLReverse.h" 102 #include "arm_compute/runtime/CL/functions/CLScale.h" 103 #include "arm_compute/runtime/CL/functions/CLSelect.h" 104 #include "arm_compute/runtime/CL/functions/CLSlice.h" 105 #include "arm_compute/runtime/CL/functions/CLSoftmaxLayer.h" 106 #include "arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h" 107 #include "arm_compute/runtime/CL/functions/CLSpaceToDepthLayer.h" 108 #include "arm_compute/runtime/CL/functions/CLSplit.h" 109 #include "arm_compute/runtime/CL/functions/CLStackLayer.h" 110 #include "arm_compute/runtime/CL/functions/CLStridedSlice.h" 111 #include "arm_compute/runtime/CL/functions/CLTile.h" 112 #include "arm_compute/runtime/CL/functions/CLTranspose.h" 113 #include "arm_compute/runtime/CL/functions/CLUnstack.h" 114 #include "arm_compute/runtime/CL/functions/CLWinogradConvolutionLayer.h" 115 116 #endif /* ARM_COMPUTE_CLFUNCTIONS_H */ 117