blob: c8006c6c3d36b04763c5d0d1987843773aff7449 [file] [log] [blame]
Anthony Barbierdec3eb42018-11-16 17:12:18 +00001///
Michele Di Giorgiod9eaf612020-07-08 11:12:57 +01002/// 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
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +010032@section S6_1 NEON functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +000033
34- @ref IFunction
35 - @ref INESimpleFunction
36 - @ref NEAbsoluteDifference
Isabella Gottardi62538972019-02-12 19:52:44 +000037 - @ref NEArithmeticAddition
38 - @ref NEArithmeticSubtraction
SiCong Lica1f98c2019-11-28 11:06:11 +000039 - @ref NEBoundingBoxTransform
Isabella Gottardi62538972019-02-12 19:52:44 +000040 - @ref NEBox3x3
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010041 - @ref NECast
SiCong Lica1f98c2019-11-28 11:06:11 +000042 - @ref NEComplexPixelWiseMultiplication
43 - @ref NEComputeAllAnchors
Isabella Gottardi62538972019-02-12 19:52:44 +000044 - @ref NEConvolution3x3
45 - @ref NEConvolutionRectangle
46 - @ref NEDilate
47 - @ref NEElementwiseComparison
48 - @ref NEElementwiseComparisonStatic
49 - @ref NEElementwiseDivision
50 - @ref NEElementwiseMax
51 - @ref NEElementwiseMin
52 - @ref NEElementwiseSquaredDiff
53 - @ref NEErode
54 - @ref NEExpLayer
55 - @ref NEGaussian3x3
56 - @ref NEIntegralImage
morgolockfbcf65c2020-11-20 14:44:22 +000057 - @ref NELogicalAnd
58 - @ref NELogicalNot
59 - @ref NELogicalOr
Isabella Gottardi62538972019-02-12 19:52:44 +000060 - @ref NEMedian3x3
61 - @ref NENonLinearFilter
62 - @ref NENonMaximaSuppression3x3
63 - @ref NEPixelWiseMultiplication
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010064 - @ref NEPReluLayer
Isabella Gottardi62538972019-02-12 19:52:44 +000065 - @ref NERemap
SiCong Lica1f98c2019-11-28 11:06:11 +000066 - @ref NEROIAlignLayer
67 - @ref NERoundLayer
Isabella Gottardi62538972019-02-12 19:52:44 +000068 - @ref NERsqrtLayer
69 - @ref NEScharr3x3
70 - @ref NESelect
71 - @ref NESobel3x3
72 - @ref NEStridedSlice
73 - @ref NEWarpAffine
74 - @ref NEWarpPerspective
75 - @ref INESimpleFunctionNoBorder
Anthony Barbierdec3eb42018-11-16 17:12:18 +000076 - @ref NEAccumulate
77 - @ref NEAccumulateSquared
78 - @ref NEAccumulateWeighted
79 - @ref NEActivationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +010080 - @ref NEBatchToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000081 - @ref NEBitwiseAnd
82 - @ref NEBitwiseNot
83 - @ref NEBitwiseOr
84 - @ref NEBitwiseXor
Anthony Barbierdec3eb42018-11-16 17:12:18 +000085 - @ref NEChannelCombine
86 - @ref NEChannelExtract
87 - @ref NEChannelShuffleLayer
88 - @ref NECol2Im
89 - @ref NEColorConvert
Anthony Barbierdec3eb42018-11-16 17:12:18 +000090 - @ref NECopy
91 - @ref NEDepthConvertLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000092 - @ref NEFlattenLayer
93 - @ref NEFloor
94 - @ref NEFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +000095 - @ref NEGather
Anthony Barbierdec3eb42018-11-16 17:12:18 +000096 - @ref NEGEMMInterleave4x4
Anthony Barbierdec3eb42018-11-16 17:12:18 +000097 - @ref NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Manuel Bottini1f332d42019-11-29 17:25:25 +000098 - @ref NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Anthony Barbierdec3eb42018-11-16 17:12:18 +000099 - @ref NEGEMMTranspose1xW
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000100 - @ref NEHOGDetector
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000101 - @ref NEMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100102 - @ref NEMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000103 - @ref NEPermute
104 - @ref NEPhase
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000105 - @ref NEPriorBoxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000106 - @ref NEReorgLayer
107 - @ref NEReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000108 - @ref NEReverse
109 - @ref NESlice
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000110 - @ref NETableLookup
111 - @ref NEThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000112 - @ref NETile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000113 - @ref NETranspose
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000114 - @ref NEYOLOLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000115 - @ref NEArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000116 - @ref NEBatchNormalizationLayer
117 - @ref NECannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100118 - @ref NEComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000119 - @ref NEConcatenateLayer
120 - @ref NEConvertFullyConnectedWeights
121 - @ref NEConvolutionLayer
122 - @ref NEConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000123 - @ref NEConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100124 - @ref NECropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000125 - @ref NEDeconvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100126 - @ref NEDepthwiseConvolutionAssemblyDispatch
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000127 - @ref NEDepthwiseConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000128 - @ref NEDequantizationLayer
129 - @ref NEDerivative
SiCong Lica1f98c2019-11-28 11:06:11 +0000130 - @ref NEDetectionPostProcessLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000131 - @ref NEDirectConvolutionLayer
132 - @ref NEEqualizeHistogram
133 - @ref NEFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100134 - @ref NEFFT1D
135 - @ref NEFFT2D
136 - @ref NEFFTConvolutionLayer
Kurtis Charnock2963a6f2019-11-15 11:53:32 +0000137 - @ref NEFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000138 - @ref NEFillBorder
139 - @ref NEFullyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000140 - @ref NEFuseBatchNormalization
141 - @ref NEGaussian5x5
142 - @ref NEGaussianPyramid
143 - @ref NEGaussianPyramidHalf
144 - @ref NEGaussianPyramidOrb
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000145 - @ref NEGEMM
146 - @ref NEGEMMAssemblyDispatch
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000147 - @ref NEGEMMConv2d
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000148 - @ref NEGEMMConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000149 - @ref NEGEMMLowpMatrixMultiplyCore
SiCong Lica1f98c2019-11-28 11:06:11 +0000150 - @ref NEGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000151 - @ref NEHarrisCorners
152 - @ref NEHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000153 - @ref NEHOGDescriptor
154 - @ref NEHOGGradient
155 - @ref NEHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000156 - @ref NEIm2Col
SiCong Lica1f98c2019-11-28 11:06:11 +0000157 - @ref NEInstanceNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000158 - @ref NEL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000159 - @ref NELaplacianPyramid
160 - @ref NELaplacianReconstruct
161 - @ref NELocallyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000162 - @ref NELSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100163 - @ref NELSTMLayerQuantized
Manuel Bottini79c88862020-05-22 14:04:30 +0100164 - @ref NEQLSTMLayer
Sang-Hoon Park97c1a672020-08-18 11:44:13 +0100165 - @ref NEMaxUnpoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000166 - @ref NEMeanStdDev
167 - @ref NEMinMaxLocation
168 - @ref NENormalizationLayer
169 - @ref NEOpticalFlow
Isabella Gottardi62538972019-02-12 19:52:44 +0000170 - @ref NEPadLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000171 - @ref NEPoolingLayer
172 - @ref NEQuantizationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000173 - @ref NERange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000174 - @ref NEReduceMean
175 - @ref NEReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000176 - @ref NERNNLayer
177 - @ref NEROIPoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000178 - @ref NEScale
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000179 - @ref NESobel5x5
180 - @ref NESobel7x7
SiCong Lica1f98c2019-11-28 11:06:11 +0000181 - @ref NESoftmaxLayerGeneric <IS_LOG>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100182 - @ref NESpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100183 - @ref NESpaceToDepthLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000184 - @ref NESplit
185 - @ref NEStackLayer
186 - @ref NEUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000187 - @ref NEUpsampleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000188 - @ref NEWinogradConvolutionLayer
189
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100190@section S6_2 OpenCL functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000191
192- @ref IFunction
193 - @ref CLBatchNormalizationLayer
194 - @ref CLBatchToSpaceLayer
195 - @ref CLCannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100196 - @ref CLComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000197 - @ref CLConcatenateLayer
198 - @ref CLConvolutionLayer
199 - @ref CLConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000200 - @ref CLConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100201 - @ref CLCropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000202 - @ref CLDeconvolutionLayer
203 - @ref CLDeconvolutionLayerUpsample
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100204 - @ref CLDepthToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000205 - @ref CLDepthwiseConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000206 - @ref CLDequantizationLayer
207 - @ref CLDirectConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100208 - @ref CLDirectDeconvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000209 - @ref CLEqualizeHistogram
210 - @ref CLFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100211 - @ref CLFFT1D
212 - @ref CLFFT2D
213 - @ref CLFFTConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000214 - @ref CLFullyConnectedLayer
215 - @ref CLFuseBatchNormalization
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000216 - @ref CLGaussian5x5
217 - @ref CLGaussianPyramid
218 - @ref CLGaussianPyramidHalf
219 - @ref CLGaussianPyramidOrb
Isabella Gottardi62538972019-02-12 19:52:44 +0000220 - @ref CLGEMM
221 - @ref CLGEMMConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100222 - @ref CLGEMMDeconvolutionLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000223 - @ref CLGEMMLowpMatrixMultiplyCore
Manuel Bottini5209be52019-02-13 16:34:56 +0000224 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000225 - @ref CLHarrisCorners
226 - @ref CLHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000227 - @ref CLHOGDescriptor
228 - @ref CLHOGDetector
229 - @ref CLHOGGradient
230 - @ref CLHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000231 - @ref CLIntegralImage
232 - @ref CLL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000233 - @ref CLLaplacianPyramid
234 - @ref CLLaplacianReconstruct
235 - @ref CLLocallyConnectedLayer
morgolockfbcf65c2020-11-20 14:44:22 +0000236 - @ref CLLogicalAnd
237 - @ref CLLogicalNot
238 - @ref CLLogicalOr
Isabella Gottardi62538972019-02-12 19:52:44 +0000239 - @ref CLLSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100240 - @ref CLLSTMLayerQuantized
Manuel Bottini79c88862020-05-22 14:04:30 +0100241 - @ref CLQLSTMLayer
Sang-Hoon Park97c1a672020-08-18 11:44:13 +0100242 - @ref CLMaxUnpoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000243 - @ref CLMeanStdDev
244 - @ref CLMinMaxLocation
245 - @ref CLNormalizationLayer
246 - @ref CLNormalizePlanarYUVLayer
247 - @ref CLOpticalFlow
248 - @ref CLPadLayer
249 - @ref CLQuantizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000250 - @ref CLReduceMean
251 - @ref CLReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000252 - @ref CLRNNLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000253 - @ref CLSobel5x5
254 - @ref CLSobel7x7
SiCong Lica1f98c2019-11-28 11:06:11 +0000255 - @ref CLSoftmaxLayerGeneric <IS_LOG>
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000256 - @ref CLSpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100257 - @ref CLSpaceToDepthLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000258 - @ref CLSplit
Isabella Gottardi62538972019-02-12 19:52:44 +0000259 - @ref CLStackLayer
260 - @ref CLUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000261 - @ref CLUpsampleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000262 - @ref CLWinogradConvolutionLayer
263 - @ref ICLSimpleFunction
264 - @ref CLAbsoluteDifference
265 - @ref CLAccumulate
266 - @ref CLAccumulateSquared
267 - @ref CLAccumulateWeighted
268 - @ref CLActivationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000269 - @ref CLArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000270 - @ref CLArithmeticAddition
271 - @ref CLArithmeticDivision
272 - @ref CLArithmeticSubtraction
273 - @ref CLBitwiseAnd
274 - @ref CLBitwiseNot
275 - @ref CLBitwiseOr
276 - @ref CLBitwiseXor
277 - @ref CLBoundingBoxTransform
278 - @ref CLBox3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000279 - @ref CLCast
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000280 - @ref CLChannelCombine
281 - @ref CLChannelExtract
282 - @ref CLChannelShuffleLayer
283 - @ref CLColorConvert
Isabella Gottardi62538972019-02-12 19:52:44 +0000284 - @ref CLComparison
285 - @ref CLComparisonStatic
Manuel Bottini5209be52019-02-13 16:34:56 +0000286 - @ref CLComputeAllAnchors
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000287 - @ref CLConvertFullyConnectedWeights
288 - @ref CLConvolution3x3
289 - @ref CLConvolutionRectangle
290 - @ref CLCopy
291 - @ref CLDepthConvertLayer
292 - @ref CLDerivative
293 - @ref CLDilate
Isabella Gottardi62538972019-02-12 19:52:44 +0000294 - @ref CLElementwiseMax
295 - @ref CLElementwiseMin
296 - @ref CLElementwiseSquaredDiff
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000297 - @ref CLErode
Isabella Gottardi62538972019-02-12 19:52:44 +0000298 - @ref CLExpLayer
Kurtis Charnock9afc41a2019-11-11 17:24:37 +0000299 - @ref CLFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000300 - @ref CLFillBorder
301 - @ref CLFlattenLayer
302 - @ref CLFloor
303 - @ref CLFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +0000304 - @ref CLGather
305 - @ref CLGaussian3x3
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000306 - @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Manuel Bottini1f332d42019-11-29 17:25:25 +0000307 - @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
morgolockfbcf65c2020-11-20 14:44:22 +0000308 - @ref CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000309 - @ref CLMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100310 - @ref CLMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000311 - @ref CLMedian3x3
312 - @ref CLNonLinearFilter
313 - @ref CLNonMaximaSuppression3x3
314 - @ref CLPermute
315 - @ref CLPhase
316 - @ref CLPixelWiseMultiplication
317 - @ref CLPoolingLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100318 - @ref CLPReluLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000319 - @ref CLPriorBoxLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000320 - @ref CLRange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000321 - @ref CLRemap
322 - @ref CLReorgLayer
323 - @ref CLReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000324 - @ref CLReverse
325 - @ref CLROIAlignLayer
326 - @ref CLROIPoolingLayer
327 - @ref CLRsqrtLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000328 - @ref CLScale
329 - @ref CLScharr3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000330 - @ref CLSelect
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000331 - @ref CLSlice
332 - @ref CLSobel3x3
333 - @ref CLStridedSlice
334 - @ref CLTableLookup
335 - @ref CLThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000336 - @ref CLTile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000337 - @ref CLTranspose
338 - @ref CLWarpAffine
339 - @ref CLWarpPerspective
340 - @ref CLWinogradInputTransform
341 - @ref CLYOLOLayer
342
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100343@section S6_3 GLES Compute functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000344
345- @ref IFunction
346 - @ref GCBatchNormalizationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100347 - @ref GCConcatenateLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000348 - @ref GCConvolutionLayer
349 - @ref GCConvolutionLayerReshapeWeights
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000350 - @ref GCDepthwiseConvolutionLayer3x3
351 - @ref GCDirectConvolutionLayer
352 - @ref GCDropoutLayer
353 - @ref GCFullyConnectedLayer
354 - @ref GCGEMM
355 - @ref GCNormalizationLayer
356 - @ref GCNormalizePlanarYUVLayer
357 - @ref GCPoolingLayer
358 - @ref GCSoftmaxLayer
359 - @ref IGCSimpleFunction
360 - @ref GCAbsoluteDifference
361 - @ref GCActivationLayer
362 - @ref GCArithmeticAddition
363 - @ref GCFillBorder
364 - @ref GCFullyConnectedLayerReshapeWeights
365 - @ref GCGEMMInterleave4x4
366 - @ref GCGEMMTranspose1xW
367 - @ref GCPixelWiseMultiplication
368 - @ref GCScale
369 - @ref GCTensorShift
370 - @ref GCTranspose
Isabella Gottardi62538972019-02-12 19:52:44 +0000371
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100372@section S6_4 CPP functions
Isabella Gottardi62538972019-02-12 19:52:44 +0000373
374 - @ref IFunction
Isabella Gottardi62538972019-02-12 19:52:44 +0000375 - @ref CPPDetectionOutputLayer
SiCong Lica1f98c2019-11-28 11:06:11 +0000376 - @ref CPPDetectionPostProcessLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000377 - @ref ICPPSimpleFunction
378 - @ref CPPBoxWithNonMaximaSuppressionLimit
379 - @ref CPPPermute
380 - @ref CPPTopKV
381 - @ref CPPUpsample
382
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000383*/
384} // namespace