blob: 9d4aa5b6a29404b926d433e60da30170c026a323 [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001/*
Anthony Barbierf45d5a92018-01-24 16:23:15 +00002 * Copyright (c) 2016-2018 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"
31#include "arm_compute/runtime/CL/functions/CLArithmeticAddition.h"
Jenkins52ba29e2018-08-29 15:32:11 +000032#include "arm_compute/runtime/CL/functions/CLArithmeticDivision.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000033#include "arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h"
Anthony Barbierdbdab852017-06-23 15:42:00 +010034#include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000035#include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000036#include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h"
37#include "arm_compute/runtime/CL/functions/CLBitwiseNot.h"
38#include "arm_compute/runtime/CL/functions/CLBitwiseOr.h"
39#include "arm_compute/runtime/CL/functions/CLBitwiseXor.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000040#include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000041#include "arm_compute/runtime/CL/functions/CLBox3x3.h"
42#include "arm_compute/runtime/CL/functions/CLCannyEdge.h"
43#include "arm_compute/runtime/CL/functions/CLChannelCombine.h"
44#include "arm_compute/runtime/CL/functions/CLChannelExtract.h"
Jenkinsb3a371b2018-05-23 11:36:53 +010045#include "arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000046#include "arm_compute/runtime/CL/functions/CLColorConvert.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"
Anthony Barbierf45d5a92018-01-24 16:23:15 +000053#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h"
54#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayerUpsample.h"
Anthony Barbier8140e1e2017-12-14 23:48:46 +000055#include "arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h"
56#include "arm_compute/runtime/CL/functions/CLDepthConvertLayer.h"
57#include "arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +010058#include "arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h"
59#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"
Anthony Barbier871448e2017-03-24 14:54:29 +000063#include "arm_compute/runtime/CL/functions/CLEqualizeHistogram.h"
64#include "arm_compute/runtime/CL/functions/CLErode.h"
65#include "arm_compute/runtime/CL/functions/CLFastCorners.h"
66#include "arm_compute/runtime/CL/functions/CLFillBorder.h"
Kaizen8938bd32017-09-28 14:38:23 +010067#include "arm_compute/runtime/CL/functions/CLFlattenLayer.h"
68#include "arm_compute/runtime/CL/functions/CLFloor.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000069#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000070#include "arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000071#include "arm_compute/runtime/CL/functions/CLGEMM.h"
Anthony Barbier06ea0482018-02-22 15:45:35 +000072#include "arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h"
Anthony Barbier46d59272017-05-04 09:15:15 +010073#include "arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h"
Anthony Barbier8140e1e2017-12-14 23:48:46 +000074#include "arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h"
75#include "arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h"
Kaizen8938bd32017-09-28 14:38:23 +010076#include "arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000077#include "arm_compute/runtime/CL/functions/CLGaussian3x3.h"
78#include "arm_compute/runtime/CL/functions/CLGaussian5x5.h"
79#include "arm_compute/runtime/CL/functions/CLGaussianPyramid.h"
Jenkinsb9abeae2018-11-22 11:58:08 +000080#include "arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h"
Anthony Barbierdbdab852017-06-23 15:42:00 +010081#include "arm_compute/runtime/CL/functions/CLHOGDescriptor.h"
82#include "arm_compute/runtime/CL/functions/CLHOGDetector.h"
83#include "arm_compute/runtime/CL/functions/CLHOGGradient.h"
84#include "arm_compute/runtime/CL/functions/CLHOGMultiDetection.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000085#include "arm_compute/runtime/CL/functions/CLHarrisCorners.h"
86#include "arm_compute/runtime/CL/functions/CLHistogram.h"
87#include "arm_compute/runtime/CL/functions/CLIntegralImage.h"
Anthony Barbier8140e1e2017-12-14 23:48:46 +000088#include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h"
Jenkinsb3a371b2018-05-23 11:36:53 +010089#include "arm_compute/runtime/CL/functions/CLLSTMLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000090#include "arm_compute/runtime/CL/functions/CLLaplacianPyramid.h"
91#include "arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h"
Anthony Barbierdbdab852017-06-23 15:42:00 +010092#include "arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +000093#include "arm_compute/runtime/CL/functions/CLMagnitude.h"
94#include "arm_compute/runtime/CL/functions/CLMeanStdDev.h"
95#include "arm_compute/runtime/CL/functions/CLMedian3x3.h"
96#include "arm_compute/runtime/CL/functions/CLMinMaxLocation.h"
97#include "arm_compute/runtime/CL/functions/CLNonLinearFilter.h"
98#include "arm_compute/runtime/CL/functions/CLNonMaximaSuppression3x3.h"
99#include "arm_compute/runtime/CL/functions/CLNormalizationLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000100#include "arm_compute/runtime/CL/functions/CLNormalizePlanarYUVLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000101#include "arm_compute/runtime/CL/functions/CLOpticalFlow.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000102#include "arm_compute/runtime/CL/functions/CLPadLayer.h"
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000103#include "arm_compute/runtime/CL/functions/CLPermute.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000104#include "arm_compute/runtime/CL/functions/CLPhase.h"
105#include "arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h"
106#include "arm_compute/runtime/CL/functions/CLPoolingLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000107#include "arm_compute/runtime/CL/functions/CLPriorBoxLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +0100108#include "arm_compute/runtime/CL/functions/CLQuantizationLayer.h"
Jenkinsb3a371b2018-05-23 11:36:53 +0100109#include "arm_compute/runtime/CL/functions/CLRNNLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000110#include "arm_compute/runtime/CL/functions/CLROIAlignLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +0100111#include "arm_compute/runtime/CL/functions/CLROIPoolingLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000112#include "arm_compute/runtime/CL/functions/CLReduceMean.h"
Kaizen8938bd32017-09-28 14:38:23 +0100113#include "arm_compute/runtime/CL/functions/CLReductionOperation.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000114#include "arm_compute/runtime/CL/functions/CLRemap.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000115#include "arm_compute/runtime/CL/functions/CLReorgLayer.h"
Kaizen8938bd32017-09-28 14:38:23 +0100116#include "arm_compute/runtime/CL/functions/CLReshapeLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000117#include "arm_compute/runtime/CL/functions/CLScale.h"
118#include "arm_compute/runtime/CL/functions/CLScharr3x3.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000119#include "arm_compute/runtime/CL/functions/CLSlice.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000120#include "arm_compute/runtime/CL/functions/CLSobel3x3.h"
121#include "arm_compute/runtime/CL/functions/CLSobel5x5.h"
122#include "arm_compute/runtime/CL/functions/CLSobel7x7.h"
123#include "arm_compute/runtime/CL/functions/CLSoftmaxLayer.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000124#include "arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h"
125#include "arm_compute/runtime/CL/functions/CLSplit.h"
126#include "arm_compute/runtime/CL/functions/CLStridedSlice.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000127#include "arm_compute/runtime/CL/functions/CLTableLookup.h"
128#include "arm_compute/runtime/CL/functions/CLThreshold.h"
129#include "arm_compute/runtime/CL/functions/CLTranspose.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000130#include "arm_compute/runtime/CL/functions/CLUpsampleLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000131#include "arm_compute/runtime/CL/functions/CLWarpAffine.h"
132#include "arm_compute/runtime/CL/functions/CLWarpPerspective.h"
Jenkinsb3a371b2018-05-23 11:36:53 +0100133#include "arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h"
134#include "arm_compute/runtime/CL/functions/CLWinogradConvolutionLayer.h"
135#include "arm_compute/runtime/CL/functions/CLWinogradInputTransform.h"
Jenkinsb9abeae2018-11-22 11:58:08 +0000136#include "arm_compute/runtime/CL/functions/CLYOLOLayer.h"
Anthony Barbier871448e2017-03-24 14:54:29 +0000137
138#endif /* __ARM_COMPUTE_CLFUNCTIONS_H__ */