blob: 5c3634fa81c9d031633ff7e7c61207ebaae6c84a [file] [log] [blame]
Anthony Barbierdec3eb42018-11-16 17:12:18 +00001///
Manuel Bottini581c8982019-02-07 10:31:57 +00002/// Copyright (c) 2018-2019 ARM Limited.
Anthony Barbierdec3eb42018-11-16 17:12:18 +00003///
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///
24namespace arm_compute
25{
26/**
27
28@page functions_list List of functions
29
30@tableofcontents
31
32@section S5_1 NEON functions
33
34- @ref IFunction
35 - @ref INESimpleFunction
36 - @ref NEAbsoluteDifference
Isabella Gottardi62538972019-02-12 19:52:44 +000037 - @ref NEArithmeticAddition
38 - @ref NEArithmeticSubtraction
39 - @ref NEBox3x3
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010040 - @ref NECast
Isabella Gottardi62538972019-02-12 19:52:44 +000041 - @ref NEConvolution3x3
42 - @ref NEConvolutionRectangle
43 - @ref NEDilate
44 - @ref NEElementwiseComparison
45 - @ref NEElementwiseComparisonStatic
46 - @ref NEElementwiseDivision
47 - @ref NEElementwiseMax
48 - @ref NEElementwiseMin
49 - @ref NEElementwiseSquaredDiff
50 - @ref NEErode
51 - @ref NEExpLayer
52 - @ref NEGaussian3x3
53 - @ref NEIntegralImage
54 - @ref NEMedian3x3
55 - @ref NENonLinearFilter
56 - @ref NENonMaximaSuppression3x3
57 - @ref NEPixelWiseMultiplication
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010058 - @ref NEPReluLayer
Isabella Gottardi62538972019-02-12 19:52:44 +000059 - @ref NERemap
60 - @ref NERsqrtLayer
61 - @ref NEScharr3x3
62 - @ref NESelect
63 - @ref NESobel3x3
64 - @ref NEStridedSlice
65 - @ref NEWarpAffine
66 - @ref NEWarpPerspective
67 - @ref INESimpleFunctionNoBorder
Anthony Barbierdec3eb42018-11-16 17:12:18 +000068 - @ref NEAccumulate
69 - @ref NEAccumulateSquared
70 - @ref NEAccumulateWeighted
71 - @ref NEActivationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +010072 - @ref NEBatchToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000073 - @ref NEBitwiseAnd
74 - @ref NEBitwiseNot
75 - @ref NEBitwiseOr
76 - @ref NEBitwiseXor
Anthony Barbierdec3eb42018-11-16 17:12:18 +000077 - @ref NEChannelCombine
78 - @ref NEChannelExtract
79 - @ref NEChannelShuffleLayer
80 - @ref NECol2Im
81 - @ref NEColorConvert
Anthony Barbierdec3eb42018-11-16 17:12:18 +000082 - @ref NECopy
83 - @ref NEDepthConvertLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000084 - @ref NEFlattenLayer
85 - @ref NEFloor
86 - @ref NEFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +000087 - @ref NEGather
Anthony Barbierdec3eb42018-11-16 17:12:18 +000088 - @ref NEGEMMInterleave4x4
89 - @ref NEGEMMLowpQuantizeDownInt32ToUint8Scale
90 - @ref NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
91 - @ref NEGEMMTranspose1xW
Anthony Barbierdec3eb42018-11-16 17:12:18 +000092 - @ref NEHOGDetector
Anthony Barbierdec3eb42018-11-16 17:12:18 +000093 - @ref NEMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010094 - @ref NEMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000095 - @ref NEPermute
96 - @ref NEPhase
Isabella Gottardi8773d7c2018-11-20 09:56:46 +000097 - @ref NEPriorBoxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000098 - @ref NEReorgLayer
99 - @ref NEReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000100 - @ref NEReverse
101 - @ref NESlice
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000102 - @ref NETableLookup
103 - @ref NEThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000104 - @ref NETile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000105 - @ref NETranspose
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000106 - @ref NEYOLOLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000107 - @ref NEArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000108 - @ref NEBatchNormalizationLayer
109 - @ref NECannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100110 - @ref NEComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000111 - @ref NEConcatenateLayer
112 - @ref NEConvertFullyConnectedWeights
113 - @ref NEConvolutionLayer
114 - @ref NEConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000115 - @ref NEConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100116 - @ref NECropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000117 - @ref NEDeconvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100118 - @ref NEDepthwiseConvolutionAssemblyDispatch
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000119 - @ref NEDepthwiseConvolutionLayer
Manuel Bottini05069f02019-09-26 17:18:26 +0100120 - @ref NEDepthwiseConvolutionLayerOptimized
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000121 - @ref NEDequantizationLayer
122 - @ref NEDerivative
123 - @ref NEDirectConvolutionLayer
124 - @ref NEEqualizeHistogram
125 - @ref NEFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100126 - @ref NEFFT1D
127 - @ref NEFFT2D
128 - @ref NEFFTConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000129 - @ref NEFillBorder
130 - @ref NEFullyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000131 - @ref NEFuseBatchNormalization
132 - @ref NEGaussian5x5
133 - @ref NEGaussianPyramid
134 - @ref NEGaussianPyramidHalf
135 - @ref NEGaussianPyramidOrb
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000136 - @ref NEGEMM
137 - @ref NEGEMMAssemblyDispatch
138 - @ref NEGEMMConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000139 - @ref NEGEMMLowpAssemblyMatrixMultiplyCore
140 - @ref NEGEMMLowpMatrixMultiplyCore
Isabella Gottardi62538972019-02-12 19:52:44 +0000141 - @ref NEHarrisCorners
142 - @ref NEHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000143 - @ref NEHOGDescriptor
144 - @ref NEHOGGradient
145 - @ref NEHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000146 - @ref NEIm2Col
147 - @ref NEL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000148 - @ref NELaplacianPyramid
149 - @ref NELaplacianReconstruct
150 - @ref NELocallyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000151 - @ref NELSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100152 - @ref NELSTMLayerQuantized
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000153 - @ref NEMeanStdDev
154 - @ref NEMinMaxLocation
155 - @ref NENormalizationLayer
156 - @ref NEOpticalFlow
Isabella Gottardi62538972019-02-12 19:52:44 +0000157 - @ref NEPadLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000158 - @ref NEPoolingLayer
159 - @ref NEQuantizationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000160 - @ref NERange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000161 - @ref NEReduceMean
162 - @ref NEReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000163 - @ref NERNNLayer
164 - @ref NEROIPoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000165 - @ref NEScale
166 - @ref NESimpleAssemblyFunction
167 - @ref NESobel5x5
168 - @ref NESobel7x7
169 - @ref NESoftmaxLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100170 - @ref NESpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100171 - @ref NESpaceToDepthLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000172 - @ref NESplit
173 - @ref NEStackLayer
174 - @ref NEUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000175 - @ref NEUpsampleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000176 - @ref NEWinogradConvolutionLayer
177
178@section S5_2 OpenCL functions
179
180- @ref IFunction
181 - @ref CLBatchNormalizationLayer
182 - @ref CLBatchToSpaceLayer
183 - @ref CLCannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100184 - @ref CLComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000185 - @ref CLConcatenateLayer
186 - @ref CLConvolutionLayer
187 - @ref CLConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000188 - @ref CLConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100189 - @ref CLCropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000190 - @ref CLDeconvolutionLayer
191 - @ref CLDeconvolutionLayerUpsample
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100192 - @ref CLDepthToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000193 - @ref CLDepthwiseConvolutionLayer
194 - @ref CLDepthwiseConvolutionLayer3x3
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000195 - @ref CLDequantizationLayer
196 - @ref CLDirectConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100197 - @ref CLDirectDeconvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000198 - @ref CLEqualizeHistogram
199 - @ref CLFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100200 - @ref CLFFT1D
201 - @ref CLFFT2D
202 - @ref CLFFTConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000203 - @ref CLFullyConnectedLayer
204 - @ref CLFuseBatchNormalization
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000205 - @ref CLGaussian5x5
206 - @ref CLGaussianPyramid
207 - @ref CLGaussianPyramidHalf
208 - @ref CLGaussianPyramidOrb
Isabella Gottardi62538972019-02-12 19:52:44 +0000209 - @ref CLGEMM
210 - @ref CLGEMMConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100211 - @ref CLGEMMDeconvolutionLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000212 - @ref CLGEMMLowpMatrixMultiplyCore
Manuel Bottini5209be52019-02-13 16:34:56 +0000213 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000214 - @ref CLHarrisCorners
215 - @ref CLHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000216 - @ref CLHOGDescriptor
217 - @ref CLHOGDetector
218 - @ref CLHOGGradient
219 - @ref CLHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000220 - @ref CLIntegralImage
221 - @ref CLL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000222 - @ref CLLaplacianPyramid
223 - @ref CLLaplacianReconstruct
224 - @ref CLLocallyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000225 - @ref CLLSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100226 - @ref CLLSTMLayerQuantized
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000227 - @ref CLMeanStdDev
228 - @ref CLMinMaxLocation
229 - @ref CLNormalizationLayer
230 - @ref CLNormalizePlanarYUVLayer
231 - @ref CLOpticalFlow
232 - @ref CLPadLayer
233 - @ref CLQuantizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000234 - @ref CLReduceMean
235 - @ref CLReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000236 - @ref CLRNNLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000237 - @ref CLSobel5x5
238 - @ref CLSobel7x7
239 - @ref CLSoftmaxLayer
240 - @ref CLSpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100241 - @ref CLSpaceToDepthLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000242 - @ref CLSplit
Isabella Gottardi62538972019-02-12 19:52:44 +0000243 - @ref CLStackLayer
244 - @ref CLUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000245 - @ref CLUpsampleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000246 - @ref CLWinogradConvolutionLayer
247 - @ref ICLSimpleFunction
248 - @ref CLAbsoluteDifference
249 - @ref CLAccumulate
250 - @ref CLAccumulateSquared
251 - @ref CLAccumulateWeighted
252 - @ref CLActivationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000253 - @ref CLArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000254 - @ref CLArithmeticAddition
255 - @ref CLArithmeticDivision
256 - @ref CLArithmeticSubtraction
257 - @ref CLBitwiseAnd
258 - @ref CLBitwiseNot
259 - @ref CLBitwiseOr
260 - @ref CLBitwiseXor
261 - @ref CLBoundingBoxTransform
262 - @ref CLBox3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000263 - @ref CLCast
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000264 - @ref CLChannelCombine
265 - @ref CLChannelExtract
266 - @ref CLChannelShuffleLayer
267 - @ref CLColorConvert
Isabella Gottardi62538972019-02-12 19:52:44 +0000268 - @ref CLComparison
269 - @ref CLComparisonStatic
Manuel Bottini5209be52019-02-13 16:34:56 +0000270 - @ref CLComputeAllAnchors
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000271 - @ref CLConvertFullyConnectedWeights
272 - @ref CLConvolution3x3
273 - @ref CLConvolutionRectangle
274 - @ref CLCopy
275 - @ref CLDepthConvertLayer
276 - @ref CLDerivative
277 - @ref CLDilate
Isabella Gottardi62538972019-02-12 19:52:44 +0000278 - @ref CLElementwiseMax
279 - @ref CLElementwiseMin
280 - @ref CLElementwiseSquaredDiff
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000281 - @ref CLErode
Isabella Gottardi62538972019-02-12 19:52:44 +0000282 - @ref CLExpLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000283 - @ref CLFillBorder
284 - @ref CLFlattenLayer
285 - @ref CLFloor
286 - @ref CLFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +0000287 - @ref CLGather
288 - @ref CLGaussian3x3
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000289 - @ref CLGEMMLowpQuantizeDownInt32ToUint8Scale
290 - @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
291 - @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000292 - @ref CLMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100293 - @ref CLMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000294 - @ref CLMedian3x3
295 - @ref CLNonLinearFilter
296 - @ref CLNonMaximaSuppression3x3
297 - @ref CLPermute
298 - @ref CLPhase
299 - @ref CLPixelWiseMultiplication
300 - @ref CLPoolingLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100301 - @ref CLPReluLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000302 - @ref CLPriorBoxLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000303 - @ref CLRange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000304 - @ref CLRemap
305 - @ref CLReorgLayer
306 - @ref CLReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000307 - @ref CLReverse
308 - @ref CLROIAlignLayer
309 - @ref CLROIPoolingLayer
310 - @ref CLRsqrtLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000311 - @ref CLScale
312 - @ref CLScharr3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000313 - @ref CLSelect
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000314 - @ref CLSlice
315 - @ref CLSobel3x3
316 - @ref CLStridedSlice
317 - @ref CLTableLookup
318 - @ref CLThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000319 - @ref CLTile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000320 - @ref CLTranspose
321 - @ref CLWarpAffine
322 - @ref CLWarpPerspective
323 - @ref CLWinogradInputTransform
324 - @ref CLYOLOLayer
325
326@section S5_3 GLES Compute functions
327
328- @ref IFunction
329 - @ref GCBatchNormalizationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100330 - @ref GCConcatenateLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000331 - @ref GCConvolutionLayer
332 - @ref GCConvolutionLayerReshapeWeights
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000333 - @ref GCDepthwiseConvolutionLayer3x3
334 - @ref GCDirectConvolutionLayer
335 - @ref GCDropoutLayer
336 - @ref GCFullyConnectedLayer
337 - @ref GCGEMM
338 - @ref GCNormalizationLayer
339 - @ref GCNormalizePlanarYUVLayer
340 - @ref GCPoolingLayer
341 - @ref GCSoftmaxLayer
342 - @ref IGCSimpleFunction
343 - @ref GCAbsoluteDifference
344 - @ref GCActivationLayer
345 - @ref GCArithmeticAddition
346 - @ref GCFillBorder
347 - @ref GCFullyConnectedLayerReshapeWeights
348 - @ref GCGEMMInterleave4x4
349 - @ref GCGEMMTranspose1xW
350 - @ref GCPixelWiseMultiplication
351 - @ref GCScale
352 - @ref GCTensorShift
353 - @ref GCTranspose
Isabella Gottardi62538972019-02-12 19:52:44 +0000354
355@section S5_4 CPP functions
356
357 - @ref IFunction
Isabella Gottardi62538972019-02-12 19:52:44 +0000358 - @ref CPPDetectionOutputLayer
359 - @ref ICPPSimpleFunction
360 - @ref CPPBoxWithNonMaximaSuppressionLimit
361 - @ref CPPPermute
362 - @ref CPPTopKV
363 - @ref CPPUpsample
364
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000365*/
366} // namespace