blob: 8da0cecad50d5ca11c2303b05acb5448e7961b6a [file] [log] [blame]
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001/*
2 * Copyright (c) 2016, 2017 ARM Limited.
3 *
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"
32#include "arm_compute/core/CL/kernels/CLArithmeticSubtractionKernel.h"
33#include "arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h"
34#include "arm_compute/core/CL/kernels/CLBitwiseAndKernel.h"
35#include "arm_compute/core/CL/kernels/CLBitwiseNotKernel.h"
36#include "arm_compute/core/CL/kernels/CLBitwiseOrKernel.h"
37#include "arm_compute/core/CL/kernels/CLBitwiseXorKernel.h"
38#include "arm_compute/core/CL/kernels/CLBox3x3Kernel.h"
39#include "arm_compute/core/CL/kernels/CLCannyEdgeKernel.h"
40#include "arm_compute/core/CL/kernels/CLChannelCombineKernel.h"
41#include "arm_compute/core/CL/kernels/CLChannelExtractKernel.h"
42#include "arm_compute/core/CL/kernels/CLCol2ImKernel.h"
43#include "arm_compute/core/CL/kernels/CLColorConvertKernel.h"
44#include "arm_compute/core/CL/kernels/CLConvolutionKernel.h"
45#include "arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h"
46#include "arm_compute/core/CL/kernels/CLDepthConvertKernel.h"
Giorgio Arena9fe41442017-08-23 16:36:24 +010047#include "arm_compute/core/CL/kernels/CLDepthwiseConvolution3x3Kernel.h"
48#include "arm_compute/core/CL/kernels/CLDepthwiseIm2ColKernel.h"
49#include "arm_compute/core/CL/kernels/CLDepthwiseVectorToTensorKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010050#include "arm_compute/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.h"
51#include "arm_compute/core/CL/kernels/CLDequantizationLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010052#include "arm_compute/core/CL/kernels/CLDerivativeKernel.h"
53#include "arm_compute/core/CL/kernels/CLDilateKernel.h"
steniu0127b386c2017-07-18 17:37:43 +010054#include "arm_compute/core/CL/kernels/CLDirectConvolutionLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010055#include "arm_compute/core/CL/kernels/CLErodeKernel.h"
56#include "arm_compute/core/CL/kernels/CLFastCornersKernel.h"
57#include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010058#include "arm_compute/core/CL/kernels/CLFloorKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010059#include "arm_compute/core/CL/kernels/CLGEMMInterleave4x4Kernel.h"
60#include "arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.h"
61#include "arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h"
62#include "arm_compute/core/CL/kernels/CLGEMMMatrixAdditionKernel.h"
63#include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h"
Giorgio Arena9fe41442017-08-23 16:36:24 +010064#include "arm_compute/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010065#include "arm_compute/core/CL/kernels/CLGEMMTranspose1xWKernel.h"
66#include "arm_compute/core/CL/kernels/CLGaussian3x3Kernel.h"
67#include "arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h"
68#include "arm_compute/core/CL/kernels/CLGaussianPyramidKernel.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010069#include "arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h"
70#include "arm_compute/core/CL/kernels/CLHOGDetectorKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010071#include "arm_compute/core/CL/kernels/CLHarrisCornersKernel.h"
72#include "arm_compute/core/CL/kernels/CLHistogramKernel.h"
73#include "arm_compute/core/CL/kernels/CLIm2ColKernel.h"
74#include "arm_compute/core/CL/kernels/CLIntegralImageKernel.h"
Michalis Spyrou04f089c2017-08-08 17:42:38 +010075#include "arm_compute/core/CL/kernels/CLL2NormalizeKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010076#include "arm_compute/core/CL/kernels/CLLKTrackerKernel.h"
77#include "arm_compute/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h"
78#include "arm_compute/core/CL/kernels/CLMagnitudePhaseKernel.h"
79#include "arm_compute/core/CL/kernels/CLMeanStdDevKernel.h"
80#include "arm_compute/core/CL/kernels/CLMedian3x3Kernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010081#include "arm_compute/core/CL/kernels/CLMinMaxLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010082#include "arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h"
83#include "arm_compute/core/CL/kernels/CLNonLinearFilterKernel.h"
84#include "arm_compute/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h"
85#include "arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h"
86#include "arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h"
87#include "arm_compute/core/CL/kernels/CLPoolingLayerKernel.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010088#include "arm_compute/core/CL/kernels/CLQuantizationLayerKernel.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010089#include "arm_compute/core/CL/kernels/CLROIPoolingLayerKernel.h"
Michalis Spyrou04f089c2017-08-08 17:42:38 +010090#include "arm_compute/core/CL/kernels/CLReductionOperationKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010091#include "arm_compute/core/CL/kernels/CLRemapKernel.h"
Georgios Pinitas5ee66ea2017-09-07 17:29:16 +010092#include "arm_compute/core/CL/kernels/CLReshapeLayerKernel.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010093#include "arm_compute/core/CL/kernels/CLScaleKernel.h"
94#include "arm_compute/core/CL/kernels/CLScharr3x3Kernel.h"
95#include "arm_compute/core/CL/kernels/CLSobel3x3Kernel.h"
96#include "arm_compute/core/CL/kernels/CLSobel5x5Kernel.h"
97#include "arm_compute/core/CL/kernels/CLSobel7x7Kernel.h"
98#include "arm_compute/core/CL/kernels/CLSoftmaxLayerKernel.h"
99#include "arm_compute/core/CL/kernels/CLTableLookupKernel.h"
100#include "arm_compute/core/CL/kernels/CLThresholdKernel.h"
101#include "arm_compute/core/CL/kernels/CLTransposeKernel.h"
102#include "arm_compute/core/CL/kernels/CLWarpAffineKernel.h"
103#include "arm_compute/core/CL/kernels/CLWarpPerspectiveKernel.h"
104#include "arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h"
105
106#endif /* __ARM_COMPUTE_CLKERNELS_H__ */