blob: d070d6a8c8fb5409d6d3066c508bd01a11e85335 [file] [log] [blame]
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001/*
Manuel Bottini8529bd62018-11-21 11:53:04 +00002 * Copyright (c) 2016-2019 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 */
Manuel Bottini7b9998d2019-10-21 17:59:07 +010024#ifndef ARM_COMPUTE_CLKERNELS_H
25#define ARM_COMPUTE_CLKERNELS_H
Anthony Barbier6ff3b192017-09-04 18:44:23 +010026
27/* Header regrouping all the CL kernels */
28#include "arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h"
29#include "arm_compute/core/CL/kernels/CLAccumulateKernel.h"
30#include "arm_compute/core/CL/kernels/CLActivationLayerKernel.h"
Manuel Bottini7b9998d2019-10-21 17:59:07 +010031#include "arm_compute/core/CL/kernels/CLArgMinMaxLayerKernel.h"
Vidhya Sudhan Loganathan338595b2019-06-28 14:09:53 +010032#include "arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010033#include "arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h"
Michalis Spyrou6a8d3b62018-08-31 10:07:09 +010034#include "arm_compute/core/CL/kernels/CLBatchToSpaceLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010035#include "arm_compute/core/CL/kernels/CLBitwiseAndKernel.h"
36#include "arm_compute/core/CL/kernels/CLBitwiseNotKernel.h"
37#include "arm_compute/core/CL/kernels/CLBitwiseOrKernel.h"
38#include "arm_compute/core/CL/kernels/CLBitwiseXorKernel.h"
giuros01c04a0e82018-10-03 12:44:35 +010039#include "arm_compute/core/CL/kernels/CLBoundingBoxTransformKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010040#include "arm_compute/core/CL/kernels/CLBox3x3Kernel.h"
41#include "arm_compute/core/CL/kernels/CLCannyEdgeKernel.h"
42#include "arm_compute/core/CL/kernels/CLChannelCombineKernel.h"
43#include "arm_compute/core/CL/kernels/CLChannelExtractKernel.h"
Michele Di Giorgio72175632018-05-01 16:52:00 +010044#include "arm_compute/core/CL/kernels/CLChannelShuffleLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010045#include "arm_compute/core/CL/kernels/CLCol2ImKernel.h"
46#include "arm_compute/core/CL/kernels/CLColorConvertKernel.h"
Georgios Pinitas7900a9e2018-11-23 11:44:58 +000047#include "arm_compute/core/CL/kernels/CLComparisonKernel.h"
Giorgio Arena657bdb32018-04-26 18:52:01 +010048#include "arm_compute/core/CL/kernels/CLConvertFullyConnectedWeightsKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010049#include "arm_compute/core/CL/kernels/CLConvolutionKernel.h"
Michalis Spyrou5c8e05c2018-03-22 11:56:01 +000050#include "arm_compute/core/CL/kernels/CLCopyKernel.h"
George Wort894066d2019-02-15 15:12:52 +000051#include "arm_compute/core/CL/kernels/CLCropKernel.h"
Michalis Spyrou780db4e2017-11-23 09:49:51 +000052#include "arm_compute/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.h"
giuros0146a49a02019-04-01 13:50:22 +010053#include "arm_compute/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000054#include "arm_compute/core/CL/kernels/CLDepthConcatenateLayerKernel.h"
55#include "arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h"
Michalis Spyrou649962c2019-05-22 11:11:55 +010056#include "arm_compute/core/CL/kernels/CLDepthToSpaceLayerKernel.h"
Giorgio Arenadfca60b2018-01-31 10:30:59 +000057#include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h"
58#include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h"
Gian Marco Iodice9285adb2019-09-05 16:10:27 +010059#include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.h"
giuros016d109962019-01-07 17:47:19 +000060#include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010061#include "arm_compute/core/CL/kernels/CLDequantizationLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010062#include "arm_compute/core/CL/kernels/CLDerivativeKernel.h"
63#include "arm_compute/core/CL/kernels/CLDilateKernel.h"
steniu0127b386c2017-07-18 17:37:43 +010064#include "arm_compute/core/CL/kernels/CLDirectConvolutionLayerKernel.h"
Michalis Spyroue9362622018-11-23 17:41:37 +000065#include "arm_compute/core/CL/kernels/CLElementWiseUnaryLayerKernel.h"
giuros01164a2722018-11-20 18:34:46 +000066#include "arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010067#include "arm_compute/core/CL/kernels/CLErodeKernel.h"
Georgios Pinitas0bc78492019-03-18 20:07:37 +000068#include "arm_compute/core/CL/kernels/CLFFTDigitReverseKernel.h"
69#include "arm_compute/core/CL/kernels/CLFFTRadixStageKernel.h"
Georgios Pinitas8be91482019-03-26 17:23:28 +000070#include "arm_compute/core/CL/kernels/CLFFTScaleKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010071#include "arm_compute/core/CL/kernels/CLFastCornersKernel.h"
72#include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
Gian Marco Iodice215b4ea2018-06-28 16:29:29 +010073#include "arm_compute/core/CL/kernels/CLFlattenLayerKernel.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010074#include "arm_compute/core/CL/kernels/CLFloorKernel.h"
Georgios Pinitasc9369172018-09-26 11:25:40 +010075#include "arm_compute/core/CL/kernels/CLFuseBatchNormalizationKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010076#include "arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.h"
Gian Marco Iodicee7510622019-06-03 17:28:17 +010077#include "arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.h"
Gian Marco Iodicedb63b9c2019-01-17 09:47:04 +000078#include "arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.h"
Gian Marco Iodice62251f72019-03-11 16:07:12 +000079#include "arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.h"
Gian Marco05288a22017-11-21 10:57:50 +000080#include "arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.h"
Gian Marco Iodice4b908652018-10-18 10:21:02 +010081#include "arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.h"
Manuel Bottini9c9b70b2019-07-01 17:35:56 +010082#include "arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.h"
Manuel Bottini1f332d42019-11-29 17:25:25 +000083#include "arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.h"
Gian Marco58c57942017-11-28 09:10:03 +000084#include "arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h"
Georgios Pinitas51e53a32018-10-22 13:49:08 +010085#include "arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloatKernel.h"
Gian Marco05288a22017-11-21 10:57:50 +000086#include "arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.h"
87#include "arm_compute/core/CL/kernels/CLGEMMLowpReductionKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010088#include "arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010089#include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h"
giuros01b3204e72019-04-01 13:50:22 +010090#include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.h"
Gian Marco Iodicebf9731e2018-12-12 10:18:04 +000091#include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h"
Gian Marco Iodiceadc53952019-02-15 11:10:31 +000092#include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h"
Giorgio Arena9fe41442017-08-23 16:36:24 +010093#include "arm_compute/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h"
Gian Marco Iodice5ba5e092018-12-06 17:13:09 +000094#include "arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h"
Gian Marco Iodice3b0a2652018-12-07 11:18:09 +000095#include "arm_compute/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.h"
Manuel Bottini8529bd62018-11-21 11:53:04 +000096#include "arm_compute/core/CL/kernels/CLGatherKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010097#include "arm_compute/core/CL/kernels/CLGaussian3x3Kernel.h"
98#include "arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h"
99#include "arm_compute/core/CL/kernels/CLGaussianPyramidKernel.h"
Manuel Bottini5209be52019-02-13 16:34:56 +0000100#include "arm_compute/core/CL/kernels/CLGenerateProposalsLayerKernel.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +0100101#include "arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h"
102#include "arm_compute/core/CL/kernels/CLHOGDetectorKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100103#include "arm_compute/core/CL/kernels/CLHarrisCornersKernel.h"
Pablo Tello6a14adb2019-03-05 17:33:08 +0000104#include "arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100105#include "arm_compute/core/CL/kernels/CLHistogramKernel.h"
106#include "arm_compute/core/CL/kernels/CLIm2ColKernel.h"
Manuel Bottini79f88e62019-09-18 15:02:53 +0100107#include "arm_compute/core/CL/kernels/CLInstanceNormalizationLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100108#include "arm_compute/core/CL/kernels/CLIntegralImageKernel.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +0000109#include "arm_compute/core/CL/kernels/CLL2NormalizeLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100110#include "arm_compute/core/CL/kernels/CLLKTrackerKernel.h"
111#include "arm_compute/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h"
112#include "arm_compute/core/CL/kernels/CLMagnitudePhaseKernel.h"
113#include "arm_compute/core/CL/kernels/CLMeanStdDevKernel.h"
Michele Di Giorgio5b48ad72019-06-04 18:43:35 +0100114#include "arm_compute/core/CL/kernels/CLMeanStdDevNormalizationKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100115#include "arm_compute/core/CL/kernels/CLMedian3x3Kernel.h"
Giuseppe Rossinid7647d42018-07-17 18:13:13 +0100116#include "arm_compute/core/CL/kernels/CLMemsetKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +0100117#include "arm_compute/core/CL/kernels/CLMinMaxLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100118#include "arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h"
119#include "arm_compute/core/CL/kernels/CLNonLinearFilterKernel.h"
120#include "arm_compute/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h"
121#include "arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h"
Michele Di Giorgiob57be0d2018-08-31 16:26:25 +0100122#include "arm_compute/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.h"
Giorgio Arena205eed82019-08-14 10:13:50 +0100123#include "arm_compute/core/CL/kernels/CLPadLayerKernel.h"
Michalis Spyrou5237e012018-01-17 09:40:27 +0000124#include "arm_compute/core/CL/kernels/CLPermuteKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100125#include "arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h"
126#include "arm_compute/core/CL/kernels/CLPoolingLayerKernel.h"
Michalis Spyrou6c7c38e2018-08-29 16:28:11 +0100127#include "arm_compute/core/CL/kernels/CLPriorBoxLayerKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +0100128#include "arm_compute/core/CL/kernels/CLQuantizationLayerKernel.h"
giuros0118870812018-09-13 09:31:40 +0100129#include "arm_compute/core/CL/kernels/CLROIAlignLayerKernel.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +0100130#include "arm_compute/core/CL/kernels/CLROIPoolingLayerKernel.h"
Vidhya Sudhan Loganathan5e96be72018-12-18 14:17:00 +0000131#include "arm_compute/core/CL/kernels/CLRangeKernel.h"
Michalis Spyrou04f089c2017-08-08 17:42:38 +0100132#include "arm_compute/core/CL/kernels/CLReductionOperationKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100133#include "arm_compute/core/CL/kernels/CLRemapKernel.h"
Gian Marco Iodice477531c2018-08-21 17:53:38 +0100134#include "arm_compute/core/CL/kernels/CLReorgLayerKernel.h"
Georgios Pinitas5ee66ea2017-09-07 17:29:16 +0100135#include "arm_compute/core/CL/kernels/CLReshapeLayerKernel.h"
Michele Di Giorgio5daeffd2018-11-26 10:01:15 +0000136#include "arm_compute/core/CL/kernels/CLReverseKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100137#include "arm_compute/core/CL/kernels/CLScaleKernel.h"
138#include "arm_compute/core/CL/kernels/CLScharr3x3Kernel.h"
Georgios Pinitasaaa27182018-11-21 16:32:15 +0000139#include "arm_compute/core/CL/kernels/CLSelectKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100140#include "arm_compute/core/CL/kernels/CLSobel3x3Kernel.h"
141#include "arm_compute/core/CL/kernels/CLSobel5x5Kernel.h"
142#include "arm_compute/core/CL/kernels/CLSobel7x7Kernel.h"
143#include "arm_compute/core/CL/kernels/CLSoftmaxLayerKernel.h"
Michalis Spyrou16934a52018-08-21 18:03:58 +0100144#include "arm_compute/core/CL/kernels/CLSpaceToBatchLayerKernel.h"
Michalis Spyroud69b3b22019-05-29 17:03:38 +0100145#include "arm_compute/core/CL/kernels/CLSpaceToDepthLayerKernel.h"
Gian Marco Iodice8aa985e2018-11-27 15:58:08 +0000146#include "arm_compute/core/CL/kernels/CLStackLayerKernel.h"
Georgios Pinitas77589b52018-08-21 14:41:35 +0100147#include "arm_compute/core/CL/kernels/CLStridedSliceKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100148#include "arm_compute/core/CL/kernels/CLTableLookupKernel.h"
149#include "arm_compute/core/CL/kernels/CLThresholdKernel.h"
giuros013175fcf2018-11-21 09:59:17 +0000150#include "arm_compute/core/CL/kernels/CLTileKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100151#include "arm_compute/core/CL/kernels/CLTransposeKernel.h"
Michalis Spyrouceb889e2018-09-17 18:24:41 +0100152#include "arm_compute/core/CL/kernels/CLUpsampleLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100153#include "arm_compute/core/CL/kernels/CLWarpAffineKernel.h"
154#include "arm_compute/core/CL/kernels/CLWarpPerspectiveKernel.h"
155#include "arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h"
Michele Di Giorgio27400b92018-11-01 13:44:05 +0000156#include "arm_compute/core/CL/kernels/CLWidthConcatenate2TensorsKernel.h"
157#include "arm_compute/core/CL/kernels/CLWidthConcatenate4TensorsKernel.h"
Michalis Spyrou55b3d122018-05-09 09:59:23 +0100158#include "arm_compute/core/CL/kernels/CLWidthConcatenateLayerKernel.h"
Gian Marco Iodice7e4b2392018-02-22 16:17:20 +0000159#include "arm_compute/core/CL/kernels/CLWinogradFilterTransformKernel.h"
Giorgio Arena1f9ca1d2018-03-01 11:13:45 +0000160#include "arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h"
Gian Marco Iodiced2fab732018-03-02 11:18:12 +0000161#include "arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h"
Giorgio Arena73023022018-09-04 14:55:55 +0100162#include "arm_compute/core/CL/kernels/CLYOLOLayerKernel.h"
Giorgio Arenadfca60b2018-01-31 10:30:59 +0000163#include "arm_compute/core/CL/kernels/ICLDepthwiseConvolutionLayer3x3Kernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100164
Manuel Bottini7b9998d2019-10-21 17:59:07 +0100165#endif /* ARM_COMPUTE_CLKERNELS_H */