blob: 694e8187887b0ebf4b81c89917a5157b82703e0e [file] [log] [blame]
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001/*
Michalis Spyrou5237e012018-01-17 09:40:27 +00002 * Copyright (c) 2016-2018 ARM Limited.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01003 *
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/CLArithmeticAddition.h"
Michalis Spyrou0a887922018-06-11 16:30:23 +010032#include "arm_compute/runtime/CL/functions/CLArithmeticDivision.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010033#include "arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h"
34#include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h"
Michalis Spyrou6a8d3b62018-08-31 10:07:09 +010035#include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010036#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"
giuros01c04a0e82018-10-03 12:44:35 +010040#include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010041#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"
Michele Di Giorgio72175632018-05-01 16:52:00 +010045#include "arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010046#include "arm_compute/runtime/CL/functions/CLColorConvert.h"
Georgios Pinitase29acf12018-07-16 14:40:09 +010047#include "arm_compute/runtime/CL/functions/CLConcatenateLayer.h"
Giorgio Arena657bdb32018-04-26 18:52:01 +010048#include "arm_compute/runtime/CL/functions/CLConvertFullyConnectedWeights.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010049#include "arm_compute/runtime/CL/functions/CLConvolution.h"
50#include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h"
Michalis Spyrou5c8e05c2018-03-22 11:56:01 +000051#include "arm_compute/runtime/CL/functions/CLCopy.h"
Michalis Spyrou780db4e2017-11-23 09:49:51 +000052#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h"
53#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayerUpsample.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000054#include "arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h"
55#include "arm_compute/runtime/CL/functions/CLDepthConvertLayer.h"
56#include "arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010057#include "arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010058#include "arm_compute/runtime/CL/functions/CLDequantizationLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010059#include "arm_compute/runtime/CL/functions/CLDerivative.h"
60#include "arm_compute/runtime/CL/functions/CLDilate.h"
steniu0127b386c2017-07-18 17:37:43 +010061#include "arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010062#include "arm_compute/runtime/CL/functions/CLEqualizeHistogram.h"
63#include "arm_compute/runtime/CL/functions/CLErode.h"
64#include "arm_compute/runtime/CL/functions/CLFastCorners.h"
65#include "arm_compute/runtime/CL/functions/CLFillBorder.h"
Gian Marco Iodicebf179552017-09-05 13:51:21 +010066#include "arm_compute/runtime/CL/functions/CLFlattenLayer.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010067#include "arm_compute/runtime/CL/functions/CLFloor.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010068#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
Georgios Pinitasc9369172018-09-26 11:25:40 +010069#include "arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010070#include "arm_compute/runtime/CL/functions/CLGEMM.h"
Isabella Gottardif07d28d2018-02-06 14:52:43 +000071#include "arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010072#include "arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h"
Gian Marco05288a22017-11-21 10:57:50 +000073#include "arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h"
74#include "arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h"
Gian Marco Iodice9f89bae2017-06-22 12:09:49 +010075#include "arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010076#include "arm_compute/runtime/CL/functions/CLGaussian3x3.h"
77#include "arm_compute/runtime/CL/functions/CLGaussian5x5.h"
78#include "arm_compute/runtime/CL/functions/CLGaussianPyramid.h"
79#include "arm_compute/runtime/CL/functions/CLHOGDescriptor.h"
80#include "arm_compute/runtime/CL/functions/CLHOGDetector.h"
81#include "arm_compute/runtime/CL/functions/CLHOGGradient.h"
82#include "arm_compute/runtime/CL/functions/CLHOGMultiDetection.h"
83#include "arm_compute/runtime/CL/functions/CLHarrisCorners.h"
84#include "arm_compute/runtime/CL/functions/CLHistogram.h"
85#include "arm_compute/runtime/CL/functions/CLIntegralImage.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000086#include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h"
Michalis Spyroubcedf512018-03-22 14:55:08 +000087#include "arm_compute/runtime/CL/functions/CLLSTMLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010088#include "arm_compute/runtime/CL/functions/CLLaplacianPyramid.h"
89#include "arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h"
90#include "arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h"
91#include "arm_compute/runtime/CL/functions/CLMagnitude.h"
92#include "arm_compute/runtime/CL/functions/CLMeanStdDev.h"
93#include "arm_compute/runtime/CL/functions/CLMedian3x3.h"
94#include "arm_compute/runtime/CL/functions/CLMinMaxLocation.h"
95#include "arm_compute/runtime/CL/functions/CLNonLinearFilter.h"
96#include "arm_compute/runtime/CL/functions/CLNonMaximaSuppression3x3.h"
97#include "arm_compute/runtime/CL/functions/CLNormalizationLayer.h"
Michele Di Giorgiob57be0d2018-08-31 16:26:25 +010098#include "arm_compute/runtime/CL/functions/CLNormalizePlanarYUVLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010099#include "arm_compute/runtime/CL/functions/CLOpticalFlow.h"
Giuseppe Rossinid7647d42018-07-17 18:13:13 +0100100#include "arm_compute/runtime/CL/functions/CLPadLayer.h"
Michalis Spyrou5237e012018-01-17 09:40:27 +0000101#include "arm_compute/runtime/CL/functions/CLPermute.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100102#include "arm_compute/runtime/CL/functions/CLPhase.h"
103#include "arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h"
104#include "arm_compute/runtime/CL/functions/CLPoolingLayer.h"
Michalis Spyrou6c7c38e2018-08-29 16:28:11 +0100105#include "arm_compute/runtime/CL/functions/CLPriorBoxLayer.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +0100106#include "arm_compute/runtime/CL/functions/CLQuantizationLayer.h"
Michalis Spyrou36a559e2018-03-20 10:30:58 +0000107#include "arm_compute/runtime/CL/functions/CLRNNLayer.h"
giuros0118870812018-09-13 09:31:40 +0100108#include "arm_compute/runtime/CL/functions/CLROIAlignLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +0100109#include "arm_compute/runtime/CL/functions/CLROIPoolingLayer.h"
Michalis Spyrou7e9391b2018-10-05 14:49:28 +0100110#include "arm_compute/runtime/CL/functions/CLReduceMean.h"
Michalis Spyrou04f089c2017-08-08 17:42:38 +0100111#include "arm_compute/runtime/CL/functions/CLReductionOperation.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100112#include "arm_compute/runtime/CL/functions/CLRemap.h"
Gian Marco Iodice477531c2018-08-21 17:53:38 +0100113#include "arm_compute/runtime/CL/functions/CLReorgLayer.h"
Georgios Pinitas5ee66ea2017-09-07 17:29:16 +0100114#include "arm_compute/runtime/CL/functions/CLReshapeLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100115#include "arm_compute/runtime/CL/functions/CLScale.h"
116#include "arm_compute/runtime/CL/functions/CLScharr3x3.h"
Georgios Pinitasc1a72452018-08-24 11:25:32 +0100117#include "arm_compute/runtime/CL/functions/CLSlice.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100118#include "arm_compute/runtime/CL/functions/CLSobel3x3.h"
119#include "arm_compute/runtime/CL/functions/CLSobel5x5.h"
120#include "arm_compute/runtime/CL/functions/CLSobel7x7.h"
121#include "arm_compute/runtime/CL/functions/CLSoftmaxLayer.h"
Michalis Spyrou16934a52018-08-21 18:03:58 +0100122#include "arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h"
Georgios Pinitase1a352c2018-09-03 12:42:19 +0100123#include "arm_compute/runtime/CL/functions/CLSplit.h"
Georgios Pinitas77589b52018-08-21 14:41:35 +0100124#include "arm_compute/runtime/CL/functions/CLStridedSlice.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100125#include "arm_compute/runtime/CL/functions/CLTableLookup.h"
126#include "arm_compute/runtime/CL/functions/CLThreshold.h"
127#include "arm_compute/runtime/CL/functions/CLTranspose.h"
Michalis Spyrouceb889e2018-09-17 18:24:41 +0100128#include "arm_compute/runtime/CL/functions/CLUpsampleLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100129#include "arm_compute/runtime/CL/functions/CLWarpAffine.h"
130#include "arm_compute/runtime/CL/functions/CLWarpPerspective.h"
Michalis Spyrou55b3d122018-05-09 09:59:23 +0100131#include "arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h"
Gian Marco Iodiced2fab732018-03-02 11:18:12 +0000132#include "arm_compute/runtime/CL/functions/CLWinogradConvolutionLayer.h"
Giorgio Arena1f9ca1d2018-03-01 11:13:45 +0000133#include "arm_compute/runtime/CL/functions/CLWinogradInputTransform.h"
Giorgio Arena73023022018-09-04 14:55:55 +0100134#include "arm_compute/runtime/CL/functions/CLYOLOLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100135
136#endif /* __ARM_COMPUTE_CLFUNCTIONS_H__ */