blob: e647819bff3fd730c6ad4d536dbb17ffcc6397d8 [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001/*
Jenkins514be652019-02-28 12:25:18 +00002 * Copyright (c) 2016-2019 ARM Limited.
Anthony Barbier871448e2017-03-24 14:54:29 +00003 *
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 */
Anthony Barbier871448e2017-03-24 14:54:29 +000028#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"
Jenkins514be652019-02-28 12:25:18 +000031#include "arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h"
Anthony Barbierdbdab852017-06-23 15:42:00 +010032#include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000033#include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000034#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"
Jenkinsb9abeae2018-11-22 11:58:08 +000038#include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000039#include "arm_compute/runtime/CL/functions/CLBox3x3.h"
40#include "arm_compute/runtime/CL/functions/CLCannyEdge.h"
Jenkins514be652019-02-28 12:25:18 +000041#include "arm_compute/runtime/CL/functions/CLCast.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000042#include "arm_compute/runtime/CL/functions/CLChannelCombine.h"
43#include "arm_compute/runtime/CL/functions/CLChannelExtract.h"
Jenkinsb3a371b2018-05-23 11:36:53 +010044#include "arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000045#include "arm_compute/runtime/CL/functions/CLColorConvert.h"
Jenkins514be652019-02-28 12:25:18 +000046#include "arm_compute/runtime/CL/functions/CLComparison.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000047#include "arm_compute/runtime/CL/functions/CLComputeAllAnchors.h"
Jenkins52ba29e2018-08-29 15:32:11 +000048#include "arm_compute/runtime/CL/functions/CLConcatenateLayer.h"
Jenkinsb3a371b2018-05-23 11:36:53 +010049#include "arm_compute/runtime/CL/functions/CLConvertFullyConnectedWeights.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000050#include "arm_compute/runtime/CL/functions/CLConvolution.h"
51#include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h"
Jenkinsb3a371b2018-05-23 11:36:53 +010052#include "arm_compute/runtime/CL/functions/CLCopy.h"
Jenkins4ba87db2019-05-23 17:11:51 +010053#include "arm_compute/runtime/CL/functions/CLCropResize.h"
Anthony Barbierf45d5a92018-01-24 16:23:15 +000054#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h"
55#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayerUpsample.h"
Anthony Barbier8140e1e2017-12-14 23:48:46 +000056#include "arm_compute/runtime/CL/functions/CLDepthConvertLayer.h"
Jenkins975dfe12019-09-02 11:47:54 +010057#include "arm_compute/runtime/CL/functions/CLDepthToSpaceLayer.h"
Anthony Barbier8140e1e2017-12-14 23:48:46 +000058#include "arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +010059#include "arm_compute/runtime/CL/functions/CLDequantizationLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000060#include "arm_compute/runtime/CL/functions/CLDerivative.h"
61#include "arm_compute/runtime/CL/functions/CLDilate.h"
Kaizen8938bd32017-09-28 14:38:23 +010062#include "arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h"
Jenkins4ba87db2019-05-23 17:11:51 +010063#include "arm_compute/runtime/CL/functions/CLDirectDeconvolutionLayer.h"
Jenkins514be652019-02-28 12:25:18 +000064#include "arm_compute/runtime/CL/functions/CLElementWiseUnaryLayer.h"
65#include "arm_compute/runtime/CL/functions/CLElementwiseOperations.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000066#include "arm_compute/runtime/CL/functions/CLEqualizeHistogram.h"
67#include "arm_compute/runtime/CL/functions/CLErode.h"
Jenkins4ba87db2019-05-23 17:11:51 +010068#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"
Anthony Barbier871448e2017-03-24 14:54:29 +000071#include "arm_compute/runtime/CL/functions/CLFastCorners.h"
72#include "arm_compute/runtime/CL/functions/CLFillBorder.h"
Kaizen8938bd32017-09-28 14:38:23 +010073#include "arm_compute/runtime/CL/functions/CLFlattenLayer.h"
74#include "arm_compute/runtime/CL/functions/CLFloor.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000075#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000076#include "arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000077#include "arm_compute/runtime/CL/functions/CLGEMM.h"
Anthony Barbier06ea0482018-02-22 15:45:35 +000078#include "arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h"
Jenkins4ba87db2019-05-23 17:11:51 +010079#include "arm_compute/runtime/CL/functions/CLGEMMDeconvolutionLayer.h"
Anthony Barbier8140e1e2017-12-14 23:48:46 +000080#include "arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h"
81#include "arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h"
Jenkins514be652019-02-28 12:25:18 +000082#include "arm_compute/runtime/CL/functions/CLGather.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000083#include "arm_compute/runtime/CL/functions/CLGaussian3x3.h"
84#include "arm_compute/runtime/CL/functions/CLGaussian5x5.h"
85#include "arm_compute/runtime/CL/functions/CLGaussianPyramid.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000086#include "arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h"
Anthony Barbierdbdab852017-06-23 15:42:00 +010087#include "arm_compute/runtime/CL/functions/CLHOGDescriptor.h"
88#include "arm_compute/runtime/CL/functions/CLHOGDetector.h"
89#include "arm_compute/runtime/CL/functions/CLHOGGradient.h"
90#include "arm_compute/runtime/CL/functions/CLHOGMultiDetection.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000091#include "arm_compute/runtime/CL/functions/CLHarrisCorners.h"
92#include "arm_compute/runtime/CL/functions/CLHistogram.h"
Jenkins0e205f72019-11-28 16:53:35 +000093#include "arm_compute/runtime/CL/functions/CLInstanceNormalizationLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000094#include "arm_compute/runtime/CL/functions/CLIntegralImage.h"
Anthony Barbier8140e1e2017-12-14 23:48:46 +000095#include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h"
Jenkinsb3a371b2018-05-23 11:36:53 +010096#include "arm_compute/runtime/CL/functions/CLLSTMLayer.h"
Jenkins975dfe12019-09-02 11:47:54 +010097#include "arm_compute/runtime/CL/functions/CLLSTMLayerQuantized.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000098#include "arm_compute/runtime/CL/functions/CLLaplacianPyramid.h"
99#include "arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h"
Anthony Barbierdbdab852017-06-23 15:42:00 +0100100#include "arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000101#include "arm_compute/runtime/CL/functions/CLMagnitude.h"
102#include "arm_compute/runtime/CL/functions/CLMeanStdDev.h"
Jenkins975dfe12019-09-02 11:47:54 +0100103#include "arm_compute/runtime/CL/functions/CLMeanStdDevNormalizationLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000104#include "arm_compute/runtime/CL/functions/CLMedian3x3.h"
105#include "arm_compute/runtime/CL/functions/CLMinMaxLocation.h"
106#include "arm_compute/runtime/CL/functions/CLNonLinearFilter.h"
107#include "arm_compute/runtime/CL/functions/CLNonMaximaSuppression3x3.h"
108#include "arm_compute/runtime/CL/functions/CLNormalizationLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000109#include "arm_compute/runtime/CL/functions/CLNormalizePlanarYUVLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000110#include "arm_compute/runtime/CL/functions/CLOpticalFlow.h"
Jenkins975dfe12019-09-02 11:47:54 +0100111#include "arm_compute/runtime/CL/functions/CLPReluLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000112#include "arm_compute/runtime/CL/functions/CLPadLayer.h"
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000113#include "arm_compute/runtime/CL/functions/CLPermute.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000114#include "arm_compute/runtime/CL/functions/CLPhase.h"
115#include "arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h"
116#include "arm_compute/runtime/CL/functions/CLPoolingLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000117#include "arm_compute/runtime/CL/functions/CLPriorBoxLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +0100118#include "arm_compute/runtime/CL/functions/CLQuantizationLayer.h"
Jenkinsb3a371b2018-05-23 11:36:53 +0100119#include "arm_compute/runtime/CL/functions/CLRNNLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000120#include "arm_compute/runtime/CL/functions/CLROIAlignLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +0100121#include "arm_compute/runtime/CL/functions/CLROIPoolingLayer.h"
Jenkins514be652019-02-28 12:25:18 +0000122#include "arm_compute/runtime/CL/functions/CLRange.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000123#include "arm_compute/runtime/CL/functions/CLReduceMean.h"
Kaizen8938bd32017-09-28 14:38:23 +0100124#include "arm_compute/runtime/CL/functions/CLReductionOperation.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000125#include "arm_compute/runtime/CL/functions/CLRemap.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000126#include "arm_compute/runtime/CL/functions/CLReorgLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +0100127#include "arm_compute/runtime/CL/functions/CLReshapeLayer.h"
Jenkins514be652019-02-28 12:25:18 +0000128#include "arm_compute/runtime/CL/functions/CLReverse.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000129#include "arm_compute/runtime/CL/functions/CLScale.h"
130#include "arm_compute/runtime/CL/functions/CLScharr3x3.h"
Jenkins514be652019-02-28 12:25:18 +0000131#include "arm_compute/runtime/CL/functions/CLSelect.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000132#include "arm_compute/runtime/CL/functions/CLSlice.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000133#include "arm_compute/runtime/CL/functions/CLSobel3x3.h"
134#include "arm_compute/runtime/CL/functions/CLSobel5x5.h"
135#include "arm_compute/runtime/CL/functions/CLSobel7x7.h"
136#include "arm_compute/runtime/CL/functions/CLSoftmaxLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000137#include "arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h"
Jenkins975dfe12019-09-02 11:47:54 +0100138#include "arm_compute/runtime/CL/functions/CLSpaceToDepthLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000139#include "arm_compute/runtime/CL/functions/CLSplit.h"
Jenkins514be652019-02-28 12:25:18 +0000140#include "arm_compute/runtime/CL/functions/CLStackLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000141#include "arm_compute/runtime/CL/functions/CLStridedSlice.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000142#include "arm_compute/runtime/CL/functions/CLTableLookup.h"
143#include "arm_compute/runtime/CL/functions/CLThreshold.h"
Jenkins514be652019-02-28 12:25:18 +0000144#include "arm_compute/runtime/CL/functions/CLTile.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000145#include "arm_compute/runtime/CL/functions/CLTranspose.h"
Jenkins514be652019-02-28 12:25:18 +0000146#include "arm_compute/runtime/CL/functions/CLUnstack.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000147#include "arm_compute/runtime/CL/functions/CLUpsampleLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000148#include "arm_compute/runtime/CL/functions/CLWarpAffine.h"
149#include "arm_compute/runtime/CL/functions/CLWarpPerspective.h"
Jenkinsb3a371b2018-05-23 11:36:53 +0100150#include "arm_compute/runtime/CL/functions/CLWinogradConvolutionLayer.h"
151#include "arm_compute/runtime/CL/functions/CLWinogradInputTransform.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000152#include "arm_compute/runtime/CL/functions/CLYOLOLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000153
154#endif /* __ARM_COMPUTE_CLFUNCTIONS_H__ */