blob: 8812fb7c81cab314c82e0340682ceeafdcb1bfe6 [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_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"
42#include "arm_compute/runtime/NEON/functions/NEColorConvert.h"
43#include "arm_compute/runtime/NEON/functions/NEConvolution.h"
44#include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h"
45#include "arm_compute/runtime/NEON/functions/NEDepthConcatenate.h"
46#include "arm_compute/runtime/NEON/functions/NEDepthConvert.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010047#include "arm_compute/runtime/NEON/functions/NEDequantizationLayer.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010048#include "arm_compute/runtime/NEON/functions/NEDerivative.h"
49#include "arm_compute/runtime/NEON/functions/NEDilate.h"
50#include "arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h"
51#include "arm_compute/runtime/NEON/functions/NEEqualizeHistogram.h"
52#include "arm_compute/runtime/NEON/functions/NEErode.h"
53#include "arm_compute/runtime/NEON/functions/NEFastCorners.h"
54#include "arm_compute/runtime/NEON/functions/NEFillBorder.h"
Georgios Pinitasd8e765b2017-08-02 13:44:33 +010055#include "arm_compute/runtime/NEON/functions/NEFloor.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010056#include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h"
57#include "arm_compute/runtime/NEON/functions/NEGEMM.h"
58#include "arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h"
59#include "arm_compute/runtime/NEON/functions/NEGEMMLowp.h"
60#include "arm_compute/runtime/NEON/functions/NEGEMMTranspose1xW.h"
61#include "arm_compute/runtime/NEON/functions/NEGaussian3x3.h"
62#include "arm_compute/runtime/NEON/functions/NEGaussian5x5.h"
63#include "arm_compute/runtime/NEON/functions/NEGaussianPyramid.h"
64#include "arm_compute/runtime/NEON/functions/NEHOGDescriptor.h"
65#include "arm_compute/runtime/NEON/functions/NEHOGDetector.h"
66#include "arm_compute/runtime/NEON/functions/NEHOGGradient.h"
67#include "arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h"
68#include "arm_compute/runtime/NEON/functions/NEHarrisCorners.h"
69#include "arm_compute/runtime/NEON/functions/NEHistogram.h"
70#include "arm_compute/runtime/NEON/functions/NEIntegralImage.h"
Georgios Pinitasd9769582017-08-03 10:19:40 +010071#include "arm_compute/runtime/NEON/functions/NEL2Normalize.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010072#include "arm_compute/runtime/NEON/functions/NELaplacianPyramid.h"
73#include "arm_compute/runtime/NEON/functions/NELaplacianReconstruct.h"
74#include "arm_compute/runtime/NEON/functions/NELocallyConnectedLayer.h"
75#include "arm_compute/runtime/NEON/functions/NEMagnitude.h"
76#include "arm_compute/runtime/NEON/functions/NEMeanStdDev.h"
77#include "arm_compute/runtime/NEON/functions/NEMedian3x3.h"
78#include "arm_compute/runtime/NEON/functions/NEMinMaxLocation.h"
79#include "arm_compute/runtime/NEON/functions/NENonLinearFilter.h"
80#include "arm_compute/runtime/NEON/functions/NENonMaximaSuppression3x3.h"
81#include "arm_compute/runtime/NEON/functions/NENormalizationLayer.h"
82#include "arm_compute/runtime/NEON/functions/NEOpticalFlow.h"
83#include "arm_compute/runtime/NEON/functions/NEPhase.h"
84#include "arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h"
85#include "arm_compute/runtime/NEON/functions/NEPoolingLayer.h"
Anthony Barbier14e7d142017-09-14 12:05:05 +010086#include "arm_compute/runtime/NEON/functions/NEQuantizationLayer.h"
Georgios Pinitas7b7858d2017-06-21 16:44:24 +010087#include "arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h"
Georgios Pinitasd9769582017-08-03 10:19:40 +010088#include "arm_compute/runtime/NEON/functions/NEReductionOperation.h"
Anthony Barbier6ff3b192017-09-04 18:44:23 +010089#include "arm_compute/runtime/NEON/functions/NERemap.h"
90#include "arm_compute/runtime/NEON/functions/NEScale.h"
91#include "arm_compute/runtime/NEON/functions/NEScharr3x3.h"
92#include "arm_compute/runtime/NEON/functions/NESobel3x3.h"
93#include "arm_compute/runtime/NEON/functions/NESobel5x5.h"
94#include "arm_compute/runtime/NEON/functions/NESobel7x7.h"
95#include "arm_compute/runtime/NEON/functions/NESoftmaxLayer.h"
96#include "arm_compute/runtime/NEON/functions/NETableLookup.h"
97#include "arm_compute/runtime/NEON/functions/NEThreshold.h"
98#include "arm_compute/runtime/NEON/functions/NETranspose.h"
99#include "arm_compute/runtime/NEON/functions/NEWarpAffine.h"
100#include "arm_compute/runtime/NEON/functions/NEWarpPerspective.h"
101
102#endif /* __ARM_COMPUTE_NEFUNCTIONS_H__ */