blob: bfecbcf65e81b374ac62f365e13b4aa6d6db5cb3 [file] [log] [blame]
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001/*
Georgios Pinitas284cfe22018-02-13 12:15:13 +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_NEFUNCTIONS_H__
25#define __ARM_COMPUTE_NEFUNCTIONS_H__
26
27/* Header regrouping all the NEON functions */
28#include "arm_compute/runtime/NEON/functions/NEAbsoluteDifference.h"
29#include "arm_compute/runtime/NEON/functions/NEAccumulate.h"
30#include "arm_compute/runtime/NEON/functions/NEActivationLayer.h"
31#include "arm_compute/runtime/NEON/functions/NEArithmeticAddition.h"
32#include "arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h"
33#include "arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h"
34#include "arm_compute/runtime/NEON/functions/NEBitwiseAnd.h"
35#include "arm_compute/runtime/NEON/functions/NEBitwiseNot.h"
36#include "arm_compute/runtime/NEON/functions/NEBitwiseOr.h"
37#include "arm_compute/runtime/NEON/functions/NEBitwiseXor.h"
38#include "arm_compute/runtime/NEON/functions/NEBox3x3.h"
39#include "arm_compute/runtime/NEON/functions/NECannyEdge.h"
40#include "arm_compute/runtime/NEON/functions/NEChannelCombine.h"
41#include "arm_compute/runtime/NEON/functions/NEChannelExtract.h"
Georgios Pinitasf1adf112018-11-02 12:54:18 +000042#include "arm_compute/runtime/NEON/functions/NEChannelShuffleLayer.h"
Gian Marco857e32c2017-11-27 11:42:55 +000043#include "arm_compute/runtime/NEON/functions/NECol2Im.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010044#include "arm_compute/runtime/NEON/functions/NEColorConvert.h"
Georgios Pinitasae54e022018-07-16 15:41:27 +010045#include "arm_compute/runtime/NEON/functions/NEConcatenateLayer.h"
Giorgio Arena657bdb32018-04-26 18:52:01 +010046#include "arm_compute/runtime/NEON/functions/NEConvertFullyConnectedWeights.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010047#include "arm_compute/runtime/NEON/functions/NEConvolution.h"
48#include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h"
Michalis Spyrou1d382592018-08-13 17:28:04 +010049#include "arm_compute/runtime/NEON/functions/NECopy.h"
Pablo Tellof5f34bb2017-08-22 13:34:13 +010050#include "arm_compute/runtime/NEON/functions/NEDeconvolutionLayer.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000051#include "arm_compute/runtime/NEON/functions/NEDepthConcatenateLayer.h"
52#include "arm_compute/runtime/NEON/functions/NEDepthConvertLayer.h"
53#include "arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h"
Michalis Spyrou53d8c5c2017-11-23 17:11:35 +000054#include "arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010055#include "arm_compute/runtime/NEON/functions/NEDequantizationLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010056#include "arm_compute/runtime/NEON/functions/NEDerivative.h"
57#include "arm_compute/runtime/NEON/functions/NEDilate.h"
58#include "arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h"
giuros0192fd9432018-12-03 17:30:00 +000059#include "arm_compute/runtime/NEON/functions/NEElementwiseOperations.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010060#include "arm_compute/runtime/NEON/functions/NEEqualizeHistogram.h"
61#include "arm_compute/runtime/NEON/functions/NEErode.h"
62#include "arm_compute/runtime/NEON/functions/NEFastCorners.h"
63#include "arm_compute/runtime/NEON/functions/NEFillBorder.h"
Gian Marco Iodice3c2c4332017-09-28 14:10:36 +010064#include "arm_compute/runtime/NEON/functions/NEFlattenLayer.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010065#include "arm_compute/runtime/NEON/functions/NEFloor.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010066#include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h"
giuros0115ecc9a2018-12-06 10:47:34 +000067#include "arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010068#include "arm_compute/runtime/NEON/functions/NEGEMM.h"
Anthony Barbier71d9b572018-07-06 17:05:59 +010069#include "arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h"
Isabella Gottardi6acc6ad2018-02-02 17:19:18 +000070#include "arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010071#include "arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h"
Pablo Tello181e6512017-11-15 13:28:27 +000072#include "arm_compute/runtime/NEON/functions/NEGEMMLowpAssemblyMatrixMultiplyCore.h"
Gian Marco Iodiceab182122017-10-09 15:05:40 +010073#include "arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h"
Gian Marcoe75a02b2017-11-08 12:24:09 +000074#include "arm_compute/runtime/NEON/functions/NEGEMMLowpOutputStage.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010075#include "arm_compute/runtime/NEON/functions/NEGEMMTranspose1xW.h"
76#include "arm_compute/runtime/NEON/functions/NEGaussian3x3.h"
77#include "arm_compute/runtime/NEON/functions/NEGaussian5x5.h"
78#include "arm_compute/runtime/NEON/functions/NEGaussianPyramid.h"
79#include "arm_compute/runtime/NEON/functions/NEHOGDescriptor.h"
80#include "arm_compute/runtime/NEON/functions/NEHOGDetector.h"
81#include "arm_compute/runtime/NEON/functions/NEHOGGradient.h"
82#include "arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h"
83#include "arm_compute/runtime/NEON/functions/NEHarrisCorners.h"
84#include "arm_compute/runtime/NEON/functions/NEHistogram.h"
Gian Marco857e32c2017-11-27 11:42:55 +000085#include "arm_compute/runtime/NEON/functions/NEIm2Col.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010086#include "arm_compute/runtime/NEON/functions/NEIntegralImage.h"
Giorgio Arena04a8f8c2017-11-23 11:45:24 +000087#include "arm_compute/runtime/NEON/functions/NEL2NormalizeLayer.h"
Michalis Spyrou25f45a42018-08-08 12:53:05 +010088#include "arm_compute/runtime/NEON/functions/NELSTMLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010089#include "arm_compute/runtime/NEON/functions/NELaplacianPyramid.h"
90#include "arm_compute/runtime/NEON/functions/NELaplacianReconstruct.h"
91#include "arm_compute/runtime/NEON/functions/NELocallyConnectedLayer.h"
92#include "arm_compute/runtime/NEON/functions/NEMagnitude.h"
93#include "arm_compute/runtime/NEON/functions/NEMeanStdDev.h"
94#include "arm_compute/runtime/NEON/functions/NEMedian3x3.h"
95#include "arm_compute/runtime/NEON/functions/NEMinMaxLocation.h"
96#include "arm_compute/runtime/NEON/functions/NENonLinearFilter.h"
97#include "arm_compute/runtime/NEON/functions/NENonMaximaSuppression3x3.h"
98#include "arm_compute/runtime/NEON/functions/NENormalizationLayer.h"
99#include "arm_compute/runtime/NEON/functions/NEOpticalFlow.h"
Georgios Pinitas284cfe22018-02-13 12:15:13 +0000100#include "arm_compute/runtime/NEON/functions/NEPermute.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100101#include "arm_compute/runtime/NEON/functions/NEPhase.h"
102#include "arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h"
103#include "arm_compute/runtime/NEON/functions/NEPoolingLayer.h"
Michalis Spyrou721c4cb2018-09-04 15:27:25 +0100104#include "arm_compute/runtime/NEON/functions/NEPriorBoxLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +0100105#include "arm_compute/runtime/NEON/functions/NEQuantizationLayer.h"
Michalis Spyrou542e92d2018-06-05 11:45:48 +0100106#include "arm_compute/runtime/NEON/functions/NERNNLayer.h"
Georgios Pinitas7b7858d2017-06-21 16:44:24 +0100107#include "arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h"
Michalis Spyroubcf8a962018-10-12 10:51:31 +0100108#include "arm_compute/runtime/NEON/functions/NEReduceMean.h"
Georgios Pinitasd9769582017-08-03 10:19:40 +0100109#include "arm_compute/runtime/NEON/functions/NEReductionOperation.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100110#include "arm_compute/runtime/NEON/functions/NERemap.h"
Georgios Pinitasaa6a04a2018-08-29 12:53:41 +0100111#include "arm_compute/runtime/NEON/functions/NEReorgLayer.h"
Georgios Pinitas5ee66ea2017-09-07 17:29:16 +0100112#include "arm_compute/runtime/NEON/functions/NEReshapeLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100113#include "arm_compute/runtime/NEON/functions/NEScale.h"
114#include "arm_compute/runtime/NEON/functions/NEScharr3x3.h"
George Wort5801a552018-12-13 17:50:26 +0000115#include "arm_compute/runtime/NEON/functions/NESelect.h"
Anthony Barbierc8e84b52018-07-17 16:48:42 +0100116#include "arm_compute/runtime/NEON/functions/NESimpleAssemblyFunction.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100117#include "arm_compute/runtime/NEON/functions/NESobel3x3.h"
118#include "arm_compute/runtime/NEON/functions/NESobel5x5.h"
119#include "arm_compute/runtime/NEON/functions/NESobel7x7.h"
120#include "arm_compute/runtime/NEON/functions/NESoftmaxLayer.h"
121#include "arm_compute/runtime/NEON/functions/NETableLookup.h"
122#include "arm_compute/runtime/NEON/functions/NEThreshold.h"
giuros01be1c0172018-12-04 11:36:08 +0000123#include "arm_compute/runtime/NEON/functions/NETile.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100124#include "arm_compute/runtime/NEON/functions/NETranspose.h"
Michalis Spyrou7c9541c2018-09-20 17:40:04 +0100125#include "arm_compute/runtime/NEON/functions/NEUpsampleLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100126#include "arm_compute/runtime/NEON/functions/NEWarpAffine.h"
127#include "arm_compute/runtime/NEON/functions/NEWarpPerspective.h"
Georgios Pinitasae54e022018-07-16 15:41:27 +0100128#include "arm_compute/runtime/NEON/functions/NEWidthConcatenateLayer.h"
Georgios Pinitas9fb11592018-04-26 20:34:58 +0100129#include "arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h"
Michalis Spyroua6825a42018-09-13 12:24:03 +0100130#include "arm_compute/runtime/NEON/functions/NEYOLOLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100131
giuros01be1c0172018-12-04 11:36:08 +0000132#endif /* __ARM_COMPUTE_NEFUNCTIONS_H__ */