blob: f39d7b71f643c0d58077de2d404ec399badef838 [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_CLKERNELS_H__
25#define __ARM_COMPUTE_CLKERNELS_H__
26
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"
31#include "arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h"
Michalis Spyrou0a887922018-06-11 16:30:23 +010032#include "arm_compute/core/CL/kernels/CLArithmeticDivisionKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010033#include "arm_compute/core/CL/kernels/CLArithmeticSubtractionKernel.h"
34#include "arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h"
Michalis Spyrou6a8d3b62018-08-31 10:07:09 +010035#include "arm_compute/core/CL/kernels/CLBatchToSpaceLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010036#include "arm_compute/core/CL/kernels/CLBitwiseAndKernel.h"
37#include "arm_compute/core/CL/kernels/CLBitwiseNotKernel.h"
38#include "arm_compute/core/CL/kernels/CLBitwiseOrKernel.h"
39#include "arm_compute/core/CL/kernels/CLBitwiseXorKernel.h"
40#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"
Giorgio Arena657bdb32018-04-26 18:52:01 +010047#include "arm_compute/core/CL/kernels/CLConvertFullyConnectedWeightsKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010048#include "arm_compute/core/CL/kernels/CLConvolutionKernel.h"
Michalis Spyrou5c8e05c2018-03-22 11:56:01 +000049#include "arm_compute/core/CL/kernels/CLCopyKernel.h"
Michalis Spyrou780db4e2017-11-23 09:49:51 +000050#include "arm_compute/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000051#include "arm_compute/core/CL/kernels/CLDepthConcatenateLayerKernel.h"
52#include "arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h"
Giorgio Arenadfca60b2018-01-31 10:30:59 +000053#include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h"
54#include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h"
Giorgio Arena9fe41442017-08-23 16:36:24 +010055#include "arm_compute/core/CL/kernels/CLDepthwiseIm2ColKernel.h"
56#include "arm_compute/core/CL/kernels/CLDepthwiseVectorToTensorKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010057#include "arm_compute/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.h"
58#include "arm_compute/core/CL/kernels/CLDequantizationLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010059#include "arm_compute/core/CL/kernels/CLDerivativeKernel.h"
60#include "arm_compute/core/CL/kernels/CLDilateKernel.h"
steniu0127b386c2017-07-18 17:37:43 +010061#include "arm_compute/core/CL/kernels/CLDirectConvolutionLayerKernel.h"
Georgios Pinitasde5a1cc2018-02-02 12:52:07 +000062#include "arm_compute/core/CL/kernels/CLDirectConvolutionLayerOutputStageKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010063#include "arm_compute/core/CL/kernels/CLErodeKernel.h"
64#include "arm_compute/core/CL/kernels/CLFastCornersKernel.h"
65#include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
Gian Marco Iodice215b4ea2018-06-28 16:29:29 +010066#include "arm_compute/core/CL/kernels/CLFlattenLayerKernel.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010067#include "arm_compute/core/CL/kernels/CLFloorKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010068#include "arm_compute/core/CL/kernels/CLGEMMInterleave4x4Kernel.h"
69#include "arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.h"
Gian Marco05288a22017-11-21 10:57:50 +000070#include "arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.h"
Gian Marco58c57942017-11-28 09:10:03 +000071#include "arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h"
Gian Marco05288a22017-11-21 10:57:50 +000072#include "arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.h"
73#include "arm_compute/core/CL/kernels/CLGEMMLowpReductionKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010074#include "arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h"
75#include "arm_compute/core/CL/kernels/CLGEMMMatrixAdditionKernel.h"
76#include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h"
Giorgio Arena9fe41442017-08-23 16:36:24 +010077#include "arm_compute/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010078#include "arm_compute/core/CL/kernels/CLGEMMTranspose1xWKernel.h"
79#include "arm_compute/core/CL/kernels/CLGaussian3x3Kernel.h"
80#include "arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h"
81#include "arm_compute/core/CL/kernels/CLGaussianPyramidKernel.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010082#include "arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h"
83#include "arm_compute/core/CL/kernels/CLHOGDetectorKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010084#include "arm_compute/core/CL/kernels/CLHarrisCornersKernel.h"
85#include "arm_compute/core/CL/kernels/CLHistogramKernel.h"
86#include "arm_compute/core/CL/kernels/CLIm2ColKernel.h"
87#include "arm_compute/core/CL/kernels/CLIntegralImageKernel.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000088#include "arm_compute/core/CL/kernels/CLL2NormalizeLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010089#include "arm_compute/core/CL/kernels/CLLKTrackerKernel.h"
90#include "arm_compute/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h"
91#include "arm_compute/core/CL/kernels/CLMagnitudePhaseKernel.h"
92#include "arm_compute/core/CL/kernels/CLMeanStdDevKernel.h"
93#include "arm_compute/core/CL/kernels/CLMedian3x3Kernel.h"
Giuseppe Rossinid7647d42018-07-17 18:13:13 +010094#include "arm_compute/core/CL/kernels/CLMemsetKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010095#include "arm_compute/core/CL/kernels/CLMinMaxLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010096#include "arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h"
97#include "arm_compute/core/CL/kernels/CLNonLinearFilterKernel.h"
98#include "arm_compute/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h"
99#include "arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h"
Michele Di Giorgiob57be0d2018-08-31 16:26:25 +0100100#include "arm_compute/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.h"
Michalis Spyrou5237e012018-01-17 09:40:27 +0000101#include "arm_compute/core/CL/kernels/CLPermuteKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100102#include "arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h"
103#include "arm_compute/core/CL/kernels/CLPoolingLayerKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +0100104#include "arm_compute/core/CL/kernels/CLQuantizationLayerKernel.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +0100105#include "arm_compute/core/CL/kernels/CLROIPoolingLayerKernel.h"
Michalis Spyrou04f089c2017-08-08 17:42:38 +0100106#include "arm_compute/core/CL/kernels/CLReductionOperationKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100107#include "arm_compute/core/CL/kernels/CLRemapKernel.h"
Gian Marco Iodice477531c2018-08-21 17:53:38 +0100108#include "arm_compute/core/CL/kernels/CLReorgLayerKernel.h"
Georgios Pinitas5ee66ea2017-09-07 17:29:16 +0100109#include "arm_compute/core/CL/kernels/CLReshapeLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100110#include "arm_compute/core/CL/kernels/CLScaleKernel.h"
111#include "arm_compute/core/CL/kernels/CLScharr3x3Kernel.h"
112#include "arm_compute/core/CL/kernels/CLSobel3x3Kernel.h"
113#include "arm_compute/core/CL/kernels/CLSobel5x5Kernel.h"
114#include "arm_compute/core/CL/kernels/CLSobel7x7Kernel.h"
115#include "arm_compute/core/CL/kernels/CLSoftmaxLayerKernel.h"
Michalis Spyrou16934a52018-08-21 18:03:58 +0100116#include "arm_compute/core/CL/kernels/CLSpaceToBatchLayerKernel.h"
Georgios Pinitas77589b52018-08-21 14:41:35 +0100117#include "arm_compute/core/CL/kernels/CLStridedSliceKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100118#include "arm_compute/core/CL/kernels/CLTableLookupKernel.h"
119#include "arm_compute/core/CL/kernels/CLThresholdKernel.h"
120#include "arm_compute/core/CL/kernels/CLTransposeKernel.h"
Michalis Spyrouceb889e2018-09-17 18:24:41 +0100121#include "arm_compute/core/CL/kernels/CLUpsampleLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100122#include "arm_compute/core/CL/kernels/CLWarpAffineKernel.h"
123#include "arm_compute/core/CL/kernels/CLWarpPerspectiveKernel.h"
124#include "arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h"
Michalis Spyrou55b3d122018-05-09 09:59:23 +0100125#include "arm_compute/core/CL/kernels/CLWidthConcatenateLayerKernel.h"
Gian Marco Iodice7e4b2392018-02-22 16:17:20 +0000126#include "arm_compute/core/CL/kernels/CLWinogradFilterTransformKernel.h"
Giorgio Arena1f9ca1d2018-03-01 11:13:45 +0000127#include "arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h"
Gian Marco Iodiced2fab732018-03-02 11:18:12 +0000128#include "arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h"
Giorgio Arena73023022018-09-04 14:55:55 +0100129#include "arm_compute/core/CL/kernels/CLYOLOLayerKernel.h"
Giorgio Arenadfca60b2018-01-31 10:30:59 +0000130#include "arm_compute/core/CL/kernels/ICLDepthwiseConvolutionLayer3x3Kernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100131
132#endif /* __ARM_COMPUTE_CLKERNELS_H__ */