blob: 26e459680c1487ba89275803b63354e74d06fe87 [file] [log] [blame]
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001/*
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +00002 * Copyright (c) 2016-2023 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 */
Michalis Spyrouf4643372019-11-29 16:17:13 +000024#ifndef ARM_COMPUTE_CLFUNCTIONS_H
25#define ARM_COMPUTE_CLFUNCTIONS_H
Anthony Barbier6ff3b192017-09-04 18:44:23 +010026
27/* Header regrouping all the CL functions */
Anthony Barbier6ff3b192017-09-04 18:44:23 +010028#include "arm_compute/runtime/CL/functions/CLActivationLayer.h"
Michalis Spyrou7930db42018-11-22 17:36:28 +000029#include "arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010030#include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h"
Michalis Spyrou6a8d3b62018-08-31 10:07:09 +010031#include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010032#include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h"
33#include "arm_compute/runtime/CL/functions/CLBitwiseNot.h"
34#include "arm_compute/runtime/CL/functions/CLBitwiseOr.h"
35#include "arm_compute/runtime/CL/functions/CLBitwiseXor.h"
giuros01c04a0e82018-10-03 12:44:35 +010036#include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h"
Georgios Pinitas303f0db2018-11-19 11:56:51 +000037#include "arm_compute/runtime/CL/functions/CLCast.h"
Michele Di Giorgio72175632018-05-01 16:52:00 +010038#include "arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h"
Georgios Pinitas7900a9e2018-11-23 11:44:58 +000039#include "arm_compute/runtime/CL/functions/CLComparison.h"
Georgios Pinitase29acf12018-07-16 14:40:09 +010040#include "arm_compute/runtime/CL/functions/CLConcatenateLayer.h"
Giorgio Arena945ae9e2021-10-13 11:13:04 +010041#include "arm_compute/runtime/CL/functions/CLConv3D.h"
Giorgio Arena657bdb32018-04-26 18:52:01 +010042#include "arm_compute/runtime/CL/functions/CLConvertFullyConnectedWeights.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010043#include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h"
Michalis Spyrou5c8e05c2018-03-22 11:56:01 +000044#include "arm_compute/runtime/CL/functions/CLCopy.h"
Sheri Zhang7e20e292021-02-02 11:49:34 +000045#include "arm_compute/runtime/CL/functions/CLCrop.h"
George Wort894066d2019-02-15 15:12:52 +000046#include "arm_compute/runtime/CL/functions/CLCropResize.h"
Michalis Spyrou780db4e2017-11-23 09:49:51 +000047#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h"
48#include "arm_compute/runtime/CL/functions/CLDeconvolutionLayerUpsample.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000049#include "arm_compute/runtime/CL/functions/CLDepthConvertLayer.h"
Michalis Spyrou649962c2019-05-22 11:11:55 +010050#include "arm_compute/runtime/CL/functions/CLDepthToSpaceLayer.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000051#include "arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010052#include "arm_compute/runtime/CL/functions/CLDequantizationLayer.h"
steniu0127b386c2017-07-18 17:37:43 +010053#include "arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h"
giuros014a8ec802019-03-18 13:25:05 +000054#include "arm_compute/runtime/CL/functions/CLDirectDeconvolutionLayer.h"
giuros01164a2722018-11-20 18:34:46 +000055#include "arm_compute/runtime/CL/functions/CLElementwiseOperations.h"
Jakub Sujakee301b32021-06-04 09:46:08 +010056#include "arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h"
Georgios Pinitas0bc78492019-03-18 20:07:37 +000057#include "arm_compute/runtime/CL/functions/CLFFT1D.h"
Georgios Pinitas8be91482019-03-26 17:23:28 +000058#include "arm_compute/runtime/CL/functions/CLFFT2D.h"
59#include "arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h"
Kurtis Charnock9afc41a2019-11-11 17:24:37 +000060#include "arm_compute/runtime/CL/functions/CLFill.h"
Gian Marco Iodicebf179552017-09-05 13:51:21 +010061#include "arm_compute/runtime/CL/functions/CLFlattenLayer.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010062#include "arm_compute/runtime/CL/functions/CLFloor.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010063#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
Georgios Pinitasc9369172018-09-26 11:25:40 +010064#include "arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010065#include "arm_compute/runtime/CL/functions/CLGEMM.h"
Isabella Gottardif07d28d2018-02-06 14:52:43 +000066#include "arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h"
giuros0146a49a02019-04-01 13:50:22 +010067#include "arm_compute/runtime/CL/functions/CLGEMMDeconvolutionLayer.h"
Gian Marco05288a22017-11-21 10:57:50 +000068#include "arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h"
69#include "arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h"
Manuel Bottini8529bd62018-11-21 11:53:04 +000070#include "arm_compute/runtime/CL/functions/CLGather.h"
Manuel Bottini5209be52019-02-13 16:34:56 +000071#include "arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h"
Gian Marco Iodice76335eb2022-11-17 11:03:39 +000072#include "arm_compute/runtime/CL/functions/CLIndirectConvolutionLayer.h"
Manuel Bottini79f88e62019-09-18 15:02:53 +010073#include "arm_compute/runtime/CL/functions/CLInstanceNormalizationLayer.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000074#include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h"
Michalis Spyroubcedf512018-03-22 14:55:08 +000075#include "arm_compute/runtime/CL/functions/CLLSTMLayer.h"
Manuel Bottini10c53f12019-07-17 16:11:53 +010076#include "arm_compute/runtime/CL/functions/CLLSTMLayerQuantized.h"
Sang-Hoon Park75eea332020-11-13 13:44:13 +000077#include "arm_compute/runtime/CL/functions/CLLogicalAnd.h"
78#include "arm_compute/runtime/CL/functions/CLLogicalNot.h"
79#include "arm_compute/runtime/CL/functions/CLLogicalOr.h"
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +000080#include "arm_compute/runtime/CL/functions/CLMatMul.h"
Gian Marco Iodice4d81d752020-07-14 15:05:31 +010081#include "arm_compute/runtime/CL/functions/CLMaxUnpoolingLayer.h"
Michele Di Giorgio5b48ad72019-06-04 18:43:35 +010082#include "arm_compute/runtime/CL/functions/CLMeanStdDevNormalizationLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010083#include "arm_compute/runtime/CL/functions/CLNormalizationLayer.h"
Michele Di Giorgiob57be0d2018-08-31 16:26:25 +010084#include "arm_compute/runtime/CL/functions/CLNormalizePlanarYUVLayer.h"
giuros011e6e1b82019-05-14 16:12:53 +010085#include "arm_compute/runtime/CL/functions/CLPReluLayer.h"
Giuseppe Rossinid7647d42018-07-17 18:13:13 +010086#include "arm_compute/runtime/CL/functions/CLPadLayer.h"
Michalis Spyrou5237e012018-01-17 09:40:27 +000087#include "arm_compute/runtime/CL/functions/CLPermute.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010088#include "arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h"
ramelg0137515692022-02-26 22:06:20 +000089#include "arm_compute/runtime/CL/functions/CLPooling3dLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010090#include "arm_compute/runtime/CL/functions/CLPoolingLayer.h"
Michalis Spyrou6c7c38e2018-08-29 16:28:11 +010091#include "arm_compute/runtime/CL/functions/CLPriorBoxLayer.h"
Michele Di Giorgio1c1b3aa2020-04-02 17:35:42 +010092#include "arm_compute/runtime/CL/functions/CLQLSTMLayer.h"
Anthony Barbier6a5627a2017-09-26 14:42:02 +010093#include "arm_compute/runtime/CL/functions/CLQuantizationLayer.h"
Michalis Spyrou36a559e2018-03-20 10:30:58 +000094#include "arm_compute/runtime/CL/functions/CLRNNLayer.h"
giuros0118870812018-09-13 09:31:40 +010095#include "arm_compute/runtime/CL/functions/CLROIAlignLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010096#include "arm_compute/runtime/CL/functions/CLROIPoolingLayer.h"
Vidhya Sudhan Loganathan5e96be72018-12-18 14:17:00 +000097#include "arm_compute/runtime/CL/functions/CLRange.h"
Michalis Spyrou7e9391b2018-10-05 14:49:28 +010098#include "arm_compute/runtime/CL/functions/CLReduceMean.h"
Michalis Spyrou04f089c2017-08-08 17:42:38 +010099#include "arm_compute/runtime/CL/functions/CLReductionOperation.h"
Gian Marco Iodice477531c2018-08-21 17:53:38 +0100100#include "arm_compute/runtime/CL/functions/CLReorgLayer.h"
Georgios Pinitas5ee66ea2017-09-07 17:29:16 +0100101#include "arm_compute/runtime/CL/functions/CLReshapeLayer.h"
Michele Di Giorgio5daeffd2018-11-26 10:01:15 +0000102#include "arm_compute/runtime/CL/functions/CLReverse.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100103#include "arm_compute/runtime/CL/functions/CLScale.h"
Georgios Pinitasaaa27182018-11-21 16:32:15 +0000104#include "arm_compute/runtime/CL/functions/CLSelect.h"
Georgios Pinitasc1a72452018-08-24 11:25:32 +0100105#include "arm_compute/runtime/CL/functions/CLSlice.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100106#include "arm_compute/runtime/CL/functions/CLSoftmaxLayer.h"
Michalis Spyrou16934a52018-08-21 18:03:58 +0100107#include "arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h"
Michalis Spyroud69b3b22019-05-29 17:03:38 +0100108#include "arm_compute/runtime/CL/functions/CLSpaceToDepthLayer.h"
Georgios Pinitase1a352c2018-09-03 12:42:19 +0100109#include "arm_compute/runtime/CL/functions/CLSplit.h"
Gian Marco Iodice8aa985e2018-11-27 15:58:08 +0000110#include "arm_compute/runtime/CL/functions/CLStackLayer.h"
Georgios Pinitas77589b52018-08-21 14:41:35 +0100111#include "arm_compute/runtime/CL/functions/CLStridedSlice.h"
giuros013175fcf2018-11-21 09:59:17 +0000112#include "arm_compute/runtime/CL/functions/CLTile.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100113#include "arm_compute/runtime/CL/functions/CLTranspose.h"
Pablo Tello54303692018-11-22 16:14:36 +0000114#include "arm_compute/runtime/CL/functions/CLUnstack.h"
Gian Marco Iodiced2fab732018-03-02 11:18:12 +0000115#include "arm_compute/runtime/CL/functions/CLWinogradConvolutionLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100116
Michalis Spyrouf4643372019-11-29 16:17:13 +0000117#endif /* ARM_COMPUTE_CLFUNCTIONS_H */