• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) 2016-2020 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/NEArgMinMaxLayer.h"
32 #include "arm_compute/runtime/NEON/functions/NEArithmeticAddition.h"
33 #include "arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h"
34 #include "arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h"
35 #include "arm_compute/runtime/NEON/functions/NEBatchToSpaceLayer.h"
36 #include "arm_compute/runtime/NEON/functions/NEBitwiseAnd.h"
37 #include "arm_compute/runtime/NEON/functions/NEBitwiseNot.h"
38 #include "arm_compute/runtime/NEON/functions/NEBitwiseOr.h"
39 #include "arm_compute/runtime/NEON/functions/NEBitwiseXor.h"
40 #include "arm_compute/runtime/NEON/functions/NEBoundingBoxTransform.h"
41 #include "arm_compute/runtime/NEON/functions/NEBox3x3.h"
42 #include "arm_compute/runtime/NEON/functions/NECannyEdge.h"
43 #include "arm_compute/runtime/NEON/functions/NECast.h"
44 #include "arm_compute/runtime/NEON/functions/NEChannelCombine.h"
45 #include "arm_compute/runtime/NEON/functions/NEChannelExtract.h"
46 #include "arm_compute/runtime/NEON/functions/NEChannelShuffleLayer.h"
47 #include "arm_compute/runtime/NEON/functions/NECol2Im.h"
48 #include "arm_compute/runtime/NEON/functions/NEColorConvert.h"
49 #include "arm_compute/runtime/NEON/functions/NEComputeAllAnchors.h"
50 #include "arm_compute/runtime/NEON/functions/NEConcatenateLayer.h"
51 #include "arm_compute/runtime/NEON/functions/NEConvertFullyConnectedWeights.h"
52 #include "arm_compute/runtime/NEON/functions/NEConvolution.h"
53 #include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h"
54 #include "arm_compute/runtime/NEON/functions/NECopy.h"
55 #include "arm_compute/runtime/NEON/functions/NECropResize.h"
56 #include "arm_compute/runtime/NEON/functions/NEDeconvolutionLayer.h"
57 #include "arm_compute/runtime/NEON/functions/NEDepthConvertLayer.h"
58 #include "arm_compute/runtime/NEON/functions/NEDepthToSpaceLayer.h"
59 #include "arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h"
60 #include "arm_compute/runtime/NEON/functions/NEDequantizationLayer.h"
61 #include "arm_compute/runtime/NEON/functions/NEDerivative.h"
62 #include "arm_compute/runtime/NEON/functions/NEDetectionPostProcessLayer.h"
63 #include "arm_compute/runtime/NEON/functions/NEDilate.h"
64 #include "arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h"
65 #include "arm_compute/runtime/NEON/functions/NEElementwiseOperations.h"
66 #include "arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h"
67 #include "arm_compute/runtime/NEON/functions/NEEqualizeHistogram.h"
68 #include "arm_compute/runtime/NEON/functions/NEErode.h"
69 #include "arm_compute/runtime/NEON/functions/NEFFT1D.h"
70 #include "arm_compute/runtime/NEON/functions/NEFFT2D.h"
71 #include "arm_compute/runtime/NEON/functions/NEFFTConvolutionLayer.h"
72 #include "arm_compute/runtime/NEON/functions/NEFastCorners.h"
73 #include "arm_compute/runtime/NEON/functions/NEFill.h"
74 #include "arm_compute/runtime/NEON/functions/NEFillBorder.h"
75 #include "arm_compute/runtime/NEON/functions/NEFlattenLayer.h"
76 #include "arm_compute/runtime/NEON/functions/NEFloor.h"
77 #include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h"
78 #include "arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h"
79 #include "arm_compute/runtime/NEON/functions/NEGEMM.h"
80 #include "arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h"
81 #include "arm_compute/runtime/NEON/functions/NEGEMMConv2d.h"
82 #include "arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h"
83 #include "arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h"
84 #include "arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h"
85 #include "arm_compute/runtime/NEON/functions/NEGEMMLowpOutputStage.h"
86 #include "arm_compute/runtime/NEON/functions/NEGEMMTranspose1xW.h"
87 #include "arm_compute/runtime/NEON/functions/NEGather.h"
88 #include "arm_compute/runtime/NEON/functions/NEGaussian3x3.h"
89 #include "arm_compute/runtime/NEON/functions/NEGaussian5x5.h"
90 #include "arm_compute/runtime/NEON/functions/NEGaussianPyramid.h"
91 #include "arm_compute/runtime/NEON/functions/NEGenerateProposalsLayer.h"
92 #include "arm_compute/runtime/NEON/functions/NEHOGDescriptor.h"
93 #include "arm_compute/runtime/NEON/functions/NEHOGDetector.h"
94 #include "arm_compute/runtime/NEON/functions/NEHOGGradient.h"
95 #include "arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h"
96 #include "arm_compute/runtime/NEON/functions/NEHarrisCorners.h"
97 #include "arm_compute/runtime/NEON/functions/NEHistogram.h"
98 #include "arm_compute/runtime/NEON/functions/NEIm2Col.h"
99 #include "arm_compute/runtime/NEON/functions/NEInstanceNormalizationLayer.h"
100 #include "arm_compute/runtime/NEON/functions/NEIntegralImage.h"
101 #include "arm_compute/runtime/NEON/functions/NEL2NormalizeLayer.h"
102 #include "arm_compute/runtime/NEON/functions/NELSTMLayer.h"
103 #include "arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h"
104 #include "arm_compute/runtime/NEON/functions/NELaplacianPyramid.h"
105 #include "arm_compute/runtime/NEON/functions/NELaplacianReconstruct.h"
106 #include "arm_compute/runtime/NEON/functions/NELocallyConnectedLayer.h"
107 #include "arm_compute/runtime/NEON/functions/NELogical.h"
108 #include "arm_compute/runtime/NEON/functions/NEMagnitude.h"
109 #include "arm_compute/runtime/NEON/functions/NEMaxUnpoolingLayer.h"
110 #include "arm_compute/runtime/NEON/functions/NEMeanStdDev.h"
111 #include "arm_compute/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.h"
112 #include "arm_compute/runtime/NEON/functions/NEMedian3x3.h"
113 #include "arm_compute/runtime/NEON/functions/NEMinMaxLocation.h"
114 #include "arm_compute/runtime/NEON/functions/NENonLinearFilter.h"
115 #include "arm_compute/runtime/NEON/functions/NENonMaximaSuppression3x3.h"
116 #include "arm_compute/runtime/NEON/functions/NENormalizationLayer.h"
117 #include "arm_compute/runtime/NEON/functions/NEOpticalFlow.h"
118 #include "arm_compute/runtime/NEON/functions/NEPReluLayer.h"
119 #include "arm_compute/runtime/NEON/functions/NEPadLayer.h"
120 #include "arm_compute/runtime/NEON/functions/NEPermute.h"
121 #include "arm_compute/runtime/NEON/functions/NEPhase.h"
122 #include "arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h"
123 #include "arm_compute/runtime/NEON/functions/NEPoolingLayer.h"
124 #include "arm_compute/runtime/NEON/functions/NEPriorBoxLayer.h"
125 #include "arm_compute/runtime/NEON/functions/NEQLSTMLayer.h"
126 #include "arm_compute/runtime/NEON/functions/NEQuantizationLayer.h"
127 #include "arm_compute/runtime/NEON/functions/NERNNLayer.h"
128 #include "arm_compute/runtime/NEON/functions/NEROIAlignLayer.h"
129 #include "arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h"
130 #include "arm_compute/runtime/NEON/functions/NERange.h"
131 #include "arm_compute/runtime/NEON/functions/NEReduceMean.h"
132 #include "arm_compute/runtime/NEON/functions/NEReductionOperation.h"
133 #include "arm_compute/runtime/NEON/functions/NERemap.h"
134 #include "arm_compute/runtime/NEON/functions/NEReorgLayer.h"
135 #include "arm_compute/runtime/NEON/functions/NEReshapeLayer.h"
136 #include "arm_compute/runtime/NEON/functions/NEReverse.h"
137 #include "arm_compute/runtime/NEON/functions/NEScale.h"
138 #include "arm_compute/runtime/NEON/functions/NEScharr3x3.h"
139 #include "arm_compute/runtime/NEON/functions/NESelect.h"
140 #include "arm_compute/runtime/NEON/functions/NESlice.h"
141 #include "arm_compute/runtime/NEON/functions/NESobel3x3.h"
142 #include "arm_compute/runtime/NEON/functions/NESobel5x5.h"
143 #include "arm_compute/runtime/NEON/functions/NESobel7x7.h"
144 #include "arm_compute/runtime/NEON/functions/NESoftmaxLayer.h"
145 #include "arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h"
146 #include "arm_compute/runtime/NEON/functions/NESpaceToDepthLayer.h"
147 #include "arm_compute/runtime/NEON/functions/NESplit.h"
148 #include "arm_compute/runtime/NEON/functions/NEStackLayer.h"
149 #include "arm_compute/runtime/NEON/functions/NEStridedSlice.h"
150 #include "arm_compute/runtime/NEON/functions/NETableLookup.h"
151 #include "arm_compute/runtime/NEON/functions/NEThreshold.h"
152 #include "arm_compute/runtime/NEON/functions/NETile.h"
153 #include "arm_compute/runtime/NEON/functions/NETranspose.h"
154 #include "arm_compute/runtime/NEON/functions/NEUnstack.h"
155 #include "arm_compute/runtime/NEON/functions/NEUpsampleLayer.h"
156 #include "arm_compute/runtime/NEON/functions/NEWarpAffine.h"
157 #include "arm_compute/runtime/NEON/functions/NEWarpPerspective.h"
158 #include "arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h"
159 #include "arm_compute/runtime/NEON/functions/NEYOLOLayer.h"
160 
161 #endif /* ARM_COMPUTE_NEFUNCTIONS_H */
162