blob: 863a8a6412fba08472f479067d328bfc348c26ac [file] [log] [blame]
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001/*
Sheri Zhangac6499a2021-02-10 15:32:38 +00002 * Copyright (c) 2016-2021 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_NEFUNCTIONS_H
25#define ARM_COMPUTE_NEFUNCTIONS_H
Anthony Barbier6ff3b192017-09-04 18:44:23 +010026
Anthony Barbier6ff3b192017-09-04 18:44:23 +010027#include "arm_compute/runtime/NEON/functions/NEActivationLayer.h"
Michalis Spyrouaea14c62019-01-03 11:10:25 +000028#include "arm_compute/runtime/NEON/functions/NEArgMinMaxLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010029#include "arm_compute/runtime/NEON/functions/NEArithmeticAddition.h"
30#include "arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h"
31#include "arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h"
giuros01fc1da132019-02-18 16:48:35 +000032#include "arm_compute/runtime/NEON/functions/NEBatchToSpaceLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010033#include "arm_compute/runtime/NEON/functions/NEBitwiseAnd.h"
34#include "arm_compute/runtime/NEON/functions/NEBitwiseNot.h"
35#include "arm_compute/runtime/NEON/functions/NEBitwiseOr.h"
36#include "arm_compute/runtime/NEON/functions/NEBitwiseXor.h"
Pablo Telloed0e35b2019-08-30 14:44:52 +010037#include "arm_compute/runtime/NEON/functions/NEBoundingBoxTransform.h"
Usama Arif9e631c22019-05-14 17:10:40 +010038#include "arm_compute/runtime/NEON/functions/NECast.h"
Georgios Pinitasf1adf112018-11-02 12:54:18 +000039#include "arm_compute/runtime/NEON/functions/NEChannelShuffleLayer.h"
Georgios Pinitasae54e022018-07-16 15:41:27 +010040#include "arm_compute/runtime/NEON/functions/NEConcatenateLayer.h"
Giorgio Arena657bdb32018-04-26 18:52:01 +010041#include "arm_compute/runtime/NEON/functions/NEConvertFullyConnectedWeights.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010042#include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h"
Michalis Spyrou1d382592018-08-13 17:28:04 +010043#include "arm_compute/runtime/NEON/functions/NECopy.h"
George Wort05398a92019-01-25 15:38:33 +000044#include "arm_compute/runtime/NEON/functions/NECropResize.h"
Pablo Tellof5f34bb2017-08-22 13:34:13 +010045#include "arm_compute/runtime/NEON/functions/NEDeconvolutionLayer.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000046#include "arm_compute/runtime/NEON/functions/NEDepthConvertLayer.h"
Michalis Spyrou22f917c2019-05-21 13:30:10 +010047#include "arm_compute/runtime/NEON/functions/NEDepthToSpaceLayer.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000048#include "arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010049#include "arm_compute/runtime/NEON/functions/NEDequantizationLayer.h"
Giuseppe Rossinid9853782019-10-25 11:11:44 +010050#include "arm_compute/runtime/NEON/functions/NEDetectionPostProcessLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010051#include "arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h"
giuros0192fd9432018-12-03 17:30:00 +000052#include "arm_compute/runtime/NEON/functions/NEElementwiseOperations.h"
George Wort5a97b282018-12-21 16:21:04 +000053#include "arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h"
giuros0114c4e0f2019-03-26 17:44:40 +000054#include "arm_compute/runtime/NEON/functions/NEFFT1D.h"
giuros0105fb4482019-03-26 17:44:40 +000055#include "arm_compute/runtime/NEON/functions/NEFFT2D.h"
giuros01154bc1c2019-03-26 17:44:40 +000056#include "arm_compute/runtime/NEON/functions/NEFFTConvolutionLayer.h"
Kurtis Charnock2963a6f2019-11-15 11:53:32 +000057#include "arm_compute/runtime/NEON/functions/NEFill.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010058#include "arm_compute/runtime/NEON/functions/NEFillBorder.h"
Gian Marco Iodice3c2c4332017-09-28 14:10:36 +010059#include "arm_compute/runtime/NEON/functions/NEFlattenLayer.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010060#include "arm_compute/runtime/NEON/functions/NEFloor.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010061#include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h"
giuros0115ecc9a2018-12-06 10:47:34 +000062#include "arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010063#include "arm_compute/runtime/NEON/functions/NEGEMM.h"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +000064#include "arm_compute/runtime/NEON/functions/NEGEMMConv2d.h"
Isabella Gottardi6acc6ad2018-02-02 17:19:18 +000065#include "arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h"
Gian Marco Iodiceab182122017-10-09 15:05:40 +010066#include "arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h"
Gian Marcoe75a02b2017-11-08 12:24:09 +000067#include "arm_compute/runtime/NEON/functions/NEGEMMLowpOutputStage.h"
John Kesapides2dce6cc2019-01-14 09:47:09 +000068#include "arm_compute/runtime/NEON/functions/NEGather.h"
Pablo Telloc9564cb2019-09-13 10:20:25 +010069#include "arm_compute/runtime/NEON/functions/NEGenerateProposalsLayer.h"
Manuel Bottini769c6382019-08-22 13:13:48 +010070#include "arm_compute/runtime/NEON/functions/NEInstanceNormalizationLayer.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000071#include "arm_compute/runtime/NEON/functions/NEL2NormalizeLayer.h"
Michalis Spyrou25f45a42018-08-08 12:53:05 +010072#include "arm_compute/runtime/NEON/functions/NELSTMLayer.h"
Michalis Spyrouba27e442019-05-28 10:04:57 +010073#include "arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h"
Georgios Pinitas58bce682020-11-13 11:38:58 +000074#include "arm_compute/runtime/NEON/functions/NELogical.h"
morgolock37722d92020-04-09 14:17:48 +010075#include "arm_compute/runtime/NEON/functions/NEMaxUnpoolingLayer.h"
Michele Di Giorgio91753922019-06-13 10:56:59 +010076#include "arm_compute/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010077#include "arm_compute/runtime/NEON/functions/NENormalizationLayer.h"
giuros01d5134362019-05-14 16:12:53 +010078#include "arm_compute/runtime/NEON/functions/NEPReluLayer.h"
Georgios Pinitasdea2d2d2018-12-19 16:23:17 +000079#include "arm_compute/runtime/NEON/functions/NEPadLayer.h"
Georgios Pinitas284cfe22018-02-13 12:15:13 +000080#include "arm_compute/runtime/NEON/functions/NEPermute.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010081#include "arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h"
82#include "arm_compute/runtime/NEON/functions/NEPoolingLayer.h"
Michalis Spyrou721c4cb2018-09-04 15:27:25 +010083#include "arm_compute/runtime/NEON/functions/NEPriorBoxLayer.h"
Michele Di Giorgio47a89902020-03-09 19:32:33 +000084#include "arm_compute/runtime/NEON/functions/NEQLSTMLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010085#include "arm_compute/runtime/NEON/functions/NEQuantizationLayer.h"
Michalis Spyrou542e92d2018-06-05 11:45:48 +010086#include "arm_compute/runtime/NEON/functions/NERNNLayer.h"
Pablo Tellod75f9e92019-08-23 16:26:26 +010087#include "arm_compute/runtime/NEON/functions/NEROIAlignLayer.h"
Georgios Pinitas7b7858d2017-06-21 16:44:24 +010088#include "arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h"
Manuel Bottini053e7512018-12-28 15:05:20 +000089#include "arm_compute/runtime/NEON/functions/NERange.h"
Michalis Spyroubcf8a962018-10-12 10:51:31 +010090#include "arm_compute/runtime/NEON/functions/NEReduceMean.h"
Georgios Pinitasd9769582017-08-03 10:19:40 +010091#include "arm_compute/runtime/NEON/functions/NEReductionOperation.h"
Michalis Spyrou473cb012021-02-23 11:48:12 +000092#include "arm_compute/runtime/NEON/functions/NERemap.h"
Georgios Pinitasaa6a04a2018-08-29 12:53:41 +010093#include "arm_compute/runtime/NEON/functions/NEReorgLayer.h"
Georgios Pinitas5ee66ea2017-09-07 17:29:16 +010094#include "arm_compute/runtime/NEON/functions/NEReshapeLayer.h"
Michalis Spyrou110b9202018-12-28 16:32:49 +000095#include "arm_compute/runtime/NEON/functions/NEReverse.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010096#include "arm_compute/runtime/NEON/functions/NEScale.h"
George Wort5801a552018-12-13 17:50:26 +000097#include "arm_compute/runtime/NEON/functions/NESelect.h"
Georgios Pinitas6d9d6f42018-12-24 16:10:47 +000098#include "arm_compute/runtime/NEON/functions/NESlice.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010099#include "arm_compute/runtime/NEON/functions/NESoftmaxLayer.h"
giuros01ba368252019-02-19 13:53:10 +0000100#include "arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h"
Manuel Bottini5b7d5372019-05-17 14:04:22 +0100101#include "arm_compute/runtime/NEON/functions/NESpaceToDepthLayer.h"
Georgios Pinitas6d9d6f42018-12-24 16:10:47 +0000102#include "arm_compute/runtime/NEON/functions/NESplit.h"
Isabella Gottardiee7c15d2018-12-17 16:15:34 +0000103#include "arm_compute/runtime/NEON/functions/NEStackLayer.h"
Georgios Pinitas6d9d6f42018-12-24 16:10:47 +0000104#include "arm_compute/runtime/NEON/functions/NEStridedSlice.h"
giuros01be1c0172018-12-04 11:36:08 +0000105#include "arm_compute/runtime/NEON/functions/NETile.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100106#include "arm_compute/runtime/NEON/functions/NETranspose.h"
Georgios Pinitas6d9d6f42018-12-24 16:10:47 +0000107#include "arm_compute/runtime/NEON/functions/NEUnstack.h"
Georgios Pinitas9fb11592018-04-26 20:34:58 +0100108#include "arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100109
Michalis Spyrouf4643372019-11-29 16:17:13 +0000110#endif /* ARM_COMPUTE_NEFUNCTIONS_H */