blob: 4a7c9fac6a77c9846726c27639672ed557df0fa7 [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
57 - @ref NEMedian3x3
58 - @ref NENonLinearFilter
59 - @ref NENonMaximaSuppression3x3
60 - @ref NEPixelWiseMultiplication
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010061 - @ref NEPReluLayer
Isabella Gottardi62538972019-02-12 19:52:44 +000062 - @ref NERemap
SiCong Lica1f98c2019-11-28 11:06:11 +000063 - @ref NEROIAlignLayer
64 - @ref NERoundLayer
Isabella Gottardi62538972019-02-12 19:52:44 +000065 - @ref NERsqrtLayer
66 - @ref NEScharr3x3
67 - @ref NESelect
68 - @ref NESobel3x3
69 - @ref NEStridedSlice
70 - @ref NEWarpAffine
71 - @ref NEWarpPerspective
72 - @ref INESimpleFunctionNoBorder
Anthony Barbierdec3eb42018-11-16 17:12:18 +000073 - @ref NEAccumulate
74 - @ref NEAccumulateSquared
75 - @ref NEAccumulateWeighted
76 - @ref NEActivationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +010077 - @ref NEBatchToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000078 - @ref NEBitwiseAnd
79 - @ref NEBitwiseNot
80 - @ref NEBitwiseOr
81 - @ref NEBitwiseXor
Anthony Barbierdec3eb42018-11-16 17:12:18 +000082 - @ref NEChannelCombine
83 - @ref NEChannelExtract
84 - @ref NEChannelShuffleLayer
85 - @ref NECol2Im
86 - @ref NEColorConvert
Anthony Barbierdec3eb42018-11-16 17:12:18 +000087 - @ref NECopy
88 - @ref NEDepthConvertLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000089 - @ref NEFlattenLayer
90 - @ref NEFloor
91 - @ref NEFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +000092 - @ref NEGather
Anthony Barbierdec3eb42018-11-16 17:12:18 +000093 - @ref NEGEMMInterleave4x4
94 - @ref NEGEMMLowpQuantizeDownInt32ToUint8Scale
95 - @ref NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Manuel Bottini1f332d42019-11-29 17:25:25 +000096 - @ref NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Anthony Barbierdec3eb42018-11-16 17:12:18 +000097 - @ref NEGEMMTranspose1xW
Anthony Barbierdec3eb42018-11-16 17:12:18 +000098 - @ref NEHOGDetector
Anthony Barbierdec3eb42018-11-16 17:12:18 +000099 - @ref NEMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100100 - @ref NEMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000101 - @ref NEPermute
102 - @ref NEPhase
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000103 - @ref NEPriorBoxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000104 - @ref NEReorgLayer
105 - @ref NEReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000106 - @ref NEReverse
107 - @ref NESlice
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000108 - @ref NETableLookup
109 - @ref NEThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000110 - @ref NETile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000111 - @ref NETranspose
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000112 - @ref NEYOLOLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000113 - @ref NEArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000114 - @ref NEBatchNormalizationLayer
115 - @ref NECannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100116 - @ref NEComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000117 - @ref NEConcatenateLayer
118 - @ref NEConvertFullyConnectedWeights
119 - @ref NEConvolutionLayer
120 - @ref NEConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000121 - @ref NEConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100122 - @ref NECropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000123 - @ref NEDeconvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100124 - @ref NEDepthwiseConvolutionAssemblyDispatch
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000125 - @ref NEDepthwiseConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000126 - @ref NEDequantizationLayer
127 - @ref NEDerivative
SiCong Lica1f98c2019-11-28 11:06:11 +0000128 - @ref NEDetectionPostProcessLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000129 - @ref NEDirectConvolutionLayer
130 - @ref NEEqualizeHistogram
131 - @ref NEFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100132 - @ref NEFFT1D
133 - @ref NEFFT2D
134 - @ref NEFFTConvolutionLayer
Kurtis Charnock2963a6f2019-11-15 11:53:32 +0000135 - @ref NEFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000136 - @ref NEFillBorder
137 - @ref NEFullyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000138 - @ref NEFuseBatchNormalization
139 - @ref NEGaussian5x5
140 - @ref NEGaussianPyramid
141 - @ref NEGaussianPyramidHalf
142 - @ref NEGaussianPyramidOrb
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000143 - @ref NEGEMM
144 - @ref NEGEMMAssemblyDispatch
145 - @ref NEGEMMConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000146 - @ref NEGEMMLowpAssemblyMatrixMultiplyCore
147 - @ref NEGEMMLowpMatrixMultiplyCore
SiCong Lica1f98c2019-11-28 11:06:11 +0000148 - @ref NEGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000149 - @ref NEHarrisCorners
150 - @ref NEHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000151 - @ref NEHOGDescriptor
152 - @ref NEHOGGradient
153 - @ref NEHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000154 - @ref NEIm2Col
SiCong Lica1f98c2019-11-28 11:06:11 +0000155 - @ref NEInstanceNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000156 - @ref NEL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000157 - @ref NELaplacianPyramid
158 - @ref NELaplacianReconstruct
159 - @ref NELocallyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000160 - @ref NELSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100161 - @ref NELSTMLayerQuantized
Manuel Bottini79c88862020-05-22 14:04:30 +0100162 - @ref NEQLSTMLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000163 - @ref NEMeanStdDev
164 - @ref NEMinMaxLocation
165 - @ref NENormalizationLayer
166 - @ref NEOpticalFlow
Isabella Gottardi62538972019-02-12 19:52:44 +0000167 - @ref NEPadLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000168 - @ref NEPoolingLayer
169 - @ref NEQuantizationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000170 - @ref NERange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000171 - @ref NEReduceMean
172 - @ref NEReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000173 - @ref NERNNLayer
174 - @ref NEROIPoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000175 - @ref NEScale
176 - @ref NESimpleAssemblyFunction
177 - @ref NESobel5x5
178 - @ref NESobel7x7
SiCong Lica1f98c2019-11-28 11:06:11 +0000179 - @ref NESoftmaxLayerGeneric <IS_LOG>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100180 - @ref NESpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100181 - @ref NESpaceToDepthLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000182 - @ref NESplit
183 - @ref NEStackLayer
184 - @ref NEUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000185 - @ref NEUpsampleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000186 - @ref NEWinogradConvolutionLayer
187
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100188@section S6_2 OpenCL functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000189
190- @ref IFunction
191 - @ref CLBatchNormalizationLayer
192 - @ref CLBatchToSpaceLayer
193 - @ref CLCannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100194 - @ref CLComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000195 - @ref CLConcatenateLayer
196 - @ref CLConvolutionLayer
197 - @ref CLConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000198 - @ref CLConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100199 - @ref CLCropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000200 - @ref CLDeconvolutionLayer
201 - @ref CLDeconvolutionLayerUpsample
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100202 - @ref CLDepthToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000203 - @ref CLDepthwiseConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000204 - @ref CLDequantizationLayer
205 - @ref CLDirectConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100206 - @ref CLDirectDeconvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000207 - @ref CLEqualizeHistogram
208 - @ref CLFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100209 - @ref CLFFT1D
210 - @ref CLFFT2D
211 - @ref CLFFTConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000212 - @ref CLFullyConnectedLayer
213 - @ref CLFuseBatchNormalization
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000214 - @ref CLGaussian5x5
215 - @ref CLGaussianPyramid
216 - @ref CLGaussianPyramidHalf
217 - @ref CLGaussianPyramidOrb
Isabella Gottardi62538972019-02-12 19:52:44 +0000218 - @ref CLGEMM
219 - @ref CLGEMMConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100220 - @ref CLGEMMDeconvolutionLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000221 - @ref CLGEMMLowpMatrixMultiplyCore
Manuel Bottini5209be52019-02-13 16:34:56 +0000222 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000223 - @ref CLHarrisCorners
224 - @ref CLHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000225 - @ref CLHOGDescriptor
226 - @ref CLHOGDetector
227 - @ref CLHOGGradient
228 - @ref CLHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000229 - @ref CLIntegralImage
230 - @ref CLL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000231 - @ref CLLaplacianPyramid
232 - @ref CLLaplacianReconstruct
233 - @ref CLLocallyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000234 - @ref CLLSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100235 - @ref CLLSTMLayerQuantized
Manuel Bottini79c88862020-05-22 14:04:30 +0100236 - @ref CLQLSTMLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000237 - @ref CLMeanStdDev
238 - @ref CLMinMaxLocation
239 - @ref CLNormalizationLayer
240 - @ref CLNormalizePlanarYUVLayer
241 - @ref CLOpticalFlow
242 - @ref CLPadLayer
243 - @ref CLQuantizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000244 - @ref CLReduceMean
245 - @ref CLReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000246 - @ref CLRNNLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000247 - @ref CLSobel5x5
248 - @ref CLSobel7x7
SiCong Lica1f98c2019-11-28 11:06:11 +0000249 - @ref CLSoftmaxLayerGeneric <IS_LOG>
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000250 - @ref CLSpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100251 - @ref CLSpaceToDepthLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000252 - @ref CLSplit
Isabella Gottardi62538972019-02-12 19:52:44 +0000253 - @ref CLStackLayer
254 - @ref CLUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000255 - @ref CLUpsampleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000256 - @ref CLWinogradConvolutionLayer
257 - @ref ICLSimpleFunction
258 - @ref CLAbsoluteDifference
259 - @ref CLAccumulate
260 - @ref CLAccumulateSquared
261 - @ref CLAccumulateWeighted
262 - @ref CLActivationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000263 - @ref CLArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000264 - @ref CLArithmeticAddition
265 - @ref CLArithmeticDivision
266 - @ref CLArithmeticSubtraction
267 - @ref CLBitwiseAnd
268 - @ref CLBitwiseNot
269 - @ref CLBitwiseOr
270 - @ref CLBitwiseXor
271 - @ref CLBoundingBoxTransform
272 - @ref CLBox3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000273 - @ref CLCast
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000274 - @ref CLChannelCombine
275 - @ref CLChannelExtract
276 - @ref CLChannelShuffleLayer
277 - @ref CLColorConvert
Isabella Gottardi62538972019-02-12 19:52:44 +0000278 - @ref CLComparison
279 - @ref CLComparisonStatic
Manuel Bottini5209be52019-02-13 16:34:56 +0000280 - @ref CLComputeAllAnchors
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000281 - @ref CLConvertFullyConnectedWeights
282 - @ref CLConvolution3x3
283 - @ref CLConvolutionRectangle
284 - @ref CLCopy
285 - @ref CLDepthConvertLayer
286 - @ref CLDerivative
287 - @ref CLDilate
Isabella Gottardi62538972019-02-12 19:52:44 +0000288 - @ref CLElementwiseMax
289 - @ref CLElementwiseMin
290 - @ref CLElementwiseSquaredDiff
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000291 - @ref CLErode
Isabella Gottardi62538972019-02-12 19:52:44 +0000292 - @ref CLExpLayer
Kurtis Charnock9afc41a2019-11-11 17:24:37 +0000293 - @ref CLFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000294 - @ref CLFillBorder
295 - @ref CLFlattenLayer
296 - @ref CLFloor
297 - @ref CLFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +0000298 - @ref CLGather
299 - @ref CLGaussian3x3
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000300 - @ref CLGEMMLowpQuantizeDownInt32ToUint8Scale
301 - @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Manuel Bottini1f332d42019-11-29 17:25:25 +0000302 - @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000303 - @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000304 - @ref CLMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100305 - @ref CLMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000306 - @ref CLMedian3x3
307 - @ref CLNonLinearFilter
308 - @ref CLNonMaximaSuppression3x3
309 - @ref CLPermute
310 - @ref CLPhase
311 - @ref CLPixelWiseMultiplication
312 - @ref CLPoolingLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100313 - @ref CLPReluLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000314 - @ref CLPriorBoxLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000315 - @ref CLRange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000316 - @ref CLRemap
317 - @ref CLReorgLayer
318 - @ref CLReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000319 - @ref CLReverse
320 - @ref CLROIAlignLayer
321 - @ref CLROIPoolingLayer
322 - @ref CLRsqrtLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000323 - @ref CLScale
324 - @ref CLScharr3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000325 - @ref CLSelect
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000326 - @ref CLSlice
327 - @ref CLSobel3x3
328 - @ref CLStridedSlice
329 - @ref CLTableLookup
330 - @ref CLThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000331 - @ref CLTile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000332 - @ref CLTranspose
333 - @ref CLWarpAffine
334 - @ref CLWarpPerspective
335 - @ref CLWinogradInputTransform
336 - @ref CLYOLOLayer
337
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100338@section S6_3 GLES Compute functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000339
340- @ref IFunction
341 - @ref GCBatchNormalizationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100342 - @ref GCConcatenateLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000343 - @ref GCConvolutionLayer
344 - @ref GCConvolutionLayerReshapeWeights
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000345 - @ref GCDepthwiseConvolutionLayer3x3
346 - @ref GCDirectConvolutionLayer
347 - @ref GCDropoutLayer
348 - @ref GCFullyConnectedLayer
349 - @ref GCGEMM
350 - @ref GCNormalizationLayer
351 - @ref GCNormalizePlanarYUVLayer
352 - @ref GCPoolingLayer
353 - @ref GCSoftmaxLayer
354 - @ref IGCSimpleFunction
355 - @ref GCAbsoluteDifference
356 - @ref GCActivationLayer
357 - @ref GCArithmeticAddition
358 - @ref GCFillBorder
359 - @ref GCFullyConnectedLayerReshapeWeights
360 - @ref GCGEMMInterleave4x4
361 - @ref GCGEMMTranspose1xW
362 - @ref GCPixelWiseMultiplication
363 - @ref GCScale
364 - @ref GCTensorShift
365 - @ref GCTranspose
Isabella Gottardi62538972019-02-12 19:52:44 +0000366
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100367@section S6_4 CPP functions
Isabella Gottardi62538972019-02-12 19:52:44 +0000368
369 - @ref IFunction
Isabella Gottardi62538972019-02-12 19:52:44 +0000370 - @ref CPPDetectionOutputLayer
SiCong Lica1f98c2019-11-28 11:06:11 +0000371 - @ref CPPDetectionPostProcessLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000372 - @ref ICPPSimpleFunction
373 - @ref CPPBoxWithNonMaximaSuppressionLimit
374 - @ref CPPPermute
375 - @ref CPPTopKV
376 - @ref CPPUpsample
377
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000378*/
379} // namespace