blob: ac944610dccc8cdc7a07adafe9191ad3db07256a [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
Anthony Barbierdec3eb42018-11-16 17:12:18 +000094 - @ref NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Manuel Bottini1f332d42019-11-29 17:25:25 +000095 - @ref NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Anthony Barbierdec3eb42018-11-16 17:12:18 +000096 - @ref NEGEMMTranspose1xW
Anthony Barbierdec3eb42018-11-16 17:12:18 +000097 - @ref NEHOGDetector
Anthony Barbierdec3eb42018-11-16 17:12:18 +000098 - @ref NEMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010099 - @ref NEMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000100 - @ref NEPermute
101 - @ref NEPhase
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000102 - @ref NEPriorBoxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000103 - @ref NEReorgLayer
104 - @ref NEReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000105 - @ref NEReverse
106 - @ref NESlice
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000107 - @ref NETableLookup
108 - @ref NEThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000109 - @ref NETile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000110 - @ref NETranspose
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000111 - @ref NEYOLOLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000112 - @ref NEArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000113 - @ref NEBatchNormalizationLayer
114 - @ref NECannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100115 - @ref NEComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000116 - @ref NEConcatenateLayer
117 - @ref NEConvertFullyConnectedWeights
118 - @ref NEConvolutionLayer
119 - @ref NEConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000120 - @ref NEConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100121 - @ref NECropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000122 - @ref NEDeconvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100123 - @ref NEDepthwiseConvolutionAssemblyDispatch
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000124 - @ref NEDepthwiseConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000125 - @ref NEDequantizationLayer
126 - @ref NEDerivative
SiCong Lica1f98c2019-11-28 11:06:11 +0000127 - @ref NEDetectionPostProcessLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000128 - @ref NEDirectConvolutionLayer
129 - @ref NEEqualizeHistogram
130 - @ref NEFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100131 - @ref NEFFT1D
132 - @ref NEFFT2D
133 - @ref NEFFTConvolutionLayer
Kurtis Charnock2963a6f2019-11-15 11:53:32 +0000134 - @ref NEFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000135 - @ref NEFillBorder
136 - @ref NEFullyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000137 - @ref NEFuseBatchNormalization
138 - @ref NEGaussian5x5
139 - @ref NEGaussianPyramid
140 - @ref NEGaussianPyramidHalf
141 - @ref NEGaussianPyramidOrb
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000142 - @ref NEGEMM
143 - @ref NEGEMMAssemblyDispatch
144 - @ref NEGEMMConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000145 - @ref NEGEMMLowpAssemblyMatrixMultiplyCore
146 - @ref NEGEMMLowpMatrixMultiplyCore
SiCong Lica1f98c2019-11-28 11:06:11 +0000147 - @ref NEGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000148 - @ref NEHarrisCorners
149 - @ref NEHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000150 - @ref NEHOGDescriptor
151 - @ref NEHOGGradient
152 - @ref NEHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000153 - @ref NEIm2Col
SiCong Lica1f98c2019-11-28 11:06:11 +0000154 - @ref NEInstanceNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000155 - @ref NEL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000156 - @ref NELaplacianPyramid
157 - @ref NELaplacianReconstruct
158 - @ref NELocallyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000159 - @ref NELSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100160 - @ref NELSTMLayerQuantized
Manuel Bottini79c88862020-05-22 14:04:30 +0100161 - @ref NEQLSTMLayer
Sang-Hoon Park97c1a672020-08-18 11:44:13 +0100162 - @ref NEMaxUnpoolingLayer
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
Sang-Hoon Park97c1a672020-08-18 11:44:13 +0100237 - @ref CLMaxUnpoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000238 - @ref CLMeanStdDev
239 - @ref CLMinMaxLocation
240 - @ref CLNormalizationLayer
241 - @ref CLNormalizePlanarYUVLayer
242 - @ref CLOpticalFlow
243 - @ref CLPadLayer
244 - @ref CLQuantizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000245 - @ref CLReduceMean
246 - @ref CLReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000247 - @ref CLRNNLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000248 - @ref CLSobel5x5
249 - @ref CLSobel7x7
SiCong Lica1f98c2019-11-28 11:06:11 +0000250 - @ref CLSoftmaxLayerGeneric <IS_LOG>
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000251 - @ref CLSpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100252 - @ref CLSpaceToDepthLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000253 - @ref CLSplit
Isabella Gottardi62538972019-02-12 19:52:44 +0000254 - @ref CLStackLayer
255 - @ref CLUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000256 - @ref CLUpsampleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000257 - @ref CLWinogradConvolutionLayer
258 - @ref ICLSimpleFunction
259 - @ref CLAbsoluteDifference
260 - @ref CLAccumulate
261 - @ref CLAccumulateSquared
262 - @ref CLAccumulateWeighted
263 - @ref CLActivationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000264 - @ref CLArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000265 - @ref CLArithmeticAddition
266 - @ref CLArithmeticDivision
267 - @ref CLArithmeticSubtraction
268 - @ref CLBitwiseAnd
269 - @ref CLBitwiseNot
270 - @ref CLBitwiseOr
271 - @ref CLBitwiseXor
272 - @ref CLBoundingBoxTransform
273 - @ref CLBox3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000274 - @ref CLCast
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000275 - @ref CLChannelCombine
276 - @ref CLChannelExtract
277 - @ref CLChannelShuffleLayer
278 - @ref CLColorConvert
Isabella Gottardi62538972019-02-12 19:52:44 +0000279 - @ref CLComparison
280 - @ref CLComparisonStatic
Manuel Bottini5209be52019-02-13 16:34:56 +0000281 - @ref CLComputeAllAnchors
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000282 - @ref CLConvertFullyConnectedWeights
283 - @ref CLConvolution3x3
284 - @ref CLConvolutionRectangle
285 - @ref CLCopy
286 - @ref CLDepthConvertLayer
287 - @ref CLDerivative
288 - @ref CLDilate
Isabella Gottardi62538972019-02-12 19:52:44 +0000289 - @ref CLElementwiseMax
290 - @ref CLElementwiseMin
291 - @ref CLElementwiseSquaredDiff
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000292 - @ref CLErode
Isabella Gottardi62538972019-02-12 19:52:44 +0000293 - @ref CLExpLayer
Kurtis Charnock9afc41a2019-11-11 17:24:37 +0000294 - @ref CLFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000295 - @ref CLFillBorder
296 - @ref CLFlattenLayer
297 - @ref CLFloor
298 - @ref CLFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +0000299 - @ref CLGather
300 - @ref CLGaussian3x3
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000301 - @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Manuel Bottini1f332d42019-11-29 17:25:25 +0000302 - @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000303 - @ref CLMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100304 - @ref CLMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000305 - @ref CLMedian3x3
306 - @ref CLNonLinearFilter
307 - @ref CLNonMaximaSuppression3x3
308 - @ref CLPermute
309 - @ref CLPhase
310 - @ref CLPixelWiseMultiplication
311 - @ref CLPoolingLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100312 - @ref CLPReluLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000313 - @ref CLPriorBoxLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000314 - @ref CLRange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000315 - @ref CLRemap
316 - @ref CLReorgLayer
317 - @ref CLReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000318 - @ref CLReverse
319 - @ref CLROIAlignLayer
320 - @ref CLROIPoolingLayer
321 - @ref CLRsqrtLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000322 - @ref CLScale
323 - @ref CLScharr3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000324 - @ref CLSelect
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000325 - @ref CLSlice
326 - @ref CLSobel3x3
327 - @ref CLStridedSlice
328 - @ref CLTableLookup
329 - @ref CLThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000330 - @ref CLTile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000331 - @ref CLTranspose
332 - @ref CLWarpAffine
333 - @ref CLWarpPerspective
334 - @ref CLWinogradInputTransform
335 - @ref CLYOLOLayer
336
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100337@section S6_3 GLES Compute functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000338
339- @ref IFunction
340 - @ref GCBatchNormalizationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100341 - @ref GCConcatenateLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000342 - @ref GCConvolutionLayer
343 - @ref GCConvolutionLayerReshapeWeights
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000344 - @ref GCDepthwiseConvolutionLayer3x3
345 - @ref GCDirectConvolutionLayer
346 - @ref GCDropoutLayer
347 - @ref GCFullyConnectedLayer
348 - @ref GCGEMM
349 - @ref GCNormalizationLayer
350 - @ref GCNormalizePlanarYUVLayer
351 - @ref GCPoolingLayer
352 - @ref GCSoftmaxLayer
353 - @ref IGCSimpleFunction
354 - @ref GCAbsoluteDifference
355 - @ref GCActivationLayer
356 - @ref GCArithmeticAddition
357 - @ref GCFillBorder
358 - @ref GCFullyConnectedLayerReshapeWeights
359 - @ref GCGEMMInterleave4x4
360 - @ref GCGEMMTranspose1xW
361 - @ref GCPixelWiseMultiplication
362 - @ref GCScale
363 - @ref GCTensorShift
364 - @ref GCTranspose
Isabella Gottardi62538972019-02-12 19:52:44 +0000365
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100366@section S6_4 CPP functions
Isabella Gottardi62538972019-02-12 19:52:44 +0000367
368 - @ref IFunction
Isabella Gottardi62538972019-02-12 19:52:44 +0000369 - @ref CPPDetectionOutputLayer
SiCong Lica1f98c2019-11-28 11:06:11 +0000370 - @ref CPPDetectionPostProcessLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000371 - @ref ICPPSimpleFunction
372 - @ref CPPBoxWithNonMaximaSuppressionLimit
373 - @ref CPPPermute
374 - @ref CPPTopKV
375 - @ref CPPUpsample
376
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000377*/
378} // namespace