blob: 61712a29f52f39c2cdc09e4423444f3374a2db9e [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
Isabella Gottardi62538972019-02-12 19:52:44 +000043 - @ref NEConvolution3x3
44 - @ref NEConvolutionRectangle
45 - @ref NEDilate
46 - @ref NEElementwiseComparison
47 - @ref NEElementwiseComparisonStatic
48 - @ref NEElementwiseDivision
49 - @ref NEElementwiseMax
50 - @ref NEElementwiseMin
51 - @ref NEElementwiseSquaredDiff
52 - @ref NEErode
53 - @ref NEExpLayer
54 - @ref NEGaussian3x3
55 - @ref NEIntegralImage
morgolockfbcf65c2020-11-20 14:44:22 +000056 - @ref NELogicalAnd
57 - @ref NELogicalNot
58 - @ref NELogicalOr
Isabella Gottardi62538972019-02-12 19:52:44 +000059 - @ref NEMedian3x3
60 - @ref NENonLinearFilter
61 - @ref NENonMaximaSuppression3x3
62 - @ref NEPixelWiseMultiplication
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010063 - @ref NEPReluLayer
Isabella Gottardi62538972019-02-12 19:52:44 +000064 - @ref NERemap
SiCong Lica1f98c2019-11-28 11:06:11 +000065 - @ref NEROIAlignLayer
66 - @ref NERoundLayer
Isabella Gottardi62538972019-02-12 19:52:44 +000067 - @ref NERsqrtLayer
68 - @ref NEScharr3x3
69 - @ref NESelect
70 - @ref NESobel3x3
71 - @ref NEStridedSlice
72 - @ref NEWarpAffine
73 - @ref NEWarpPerspective
74 - @ref INESimpleFunctionNoBorder
Anthony Barbierdec3eb42018-11-16 17:12:18 +000075 - @ref NEAccumulate
76 - @ref NEAccumulateSquared
77 - @ref NEAccumulateWeighted
78 - @ref NEActivationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +010079 - @ref NEBatchToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000080 - @ref NEBitwiseAnd
81 - @ref NEBitwiseNot
82 - @ref NEBitwiseOr
83 - @ref NEBitwiseXor
Anthony Barbierdec3eb42018-11-16 17:12:18 +000084 - @ref NEChannelCombine
85 - @ref NEChannelExtract
86 - @ref NEChannelShuffleLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000087 - @ref NEColorConvert
Anthony Barbierdec3eb42018-11-16 17:12:18 +000088 - @ref NECopy
89 - @ref NEDepthConvertLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000090 - @ref NEFlattenLayer
91 - @ref NEFloor
92 - @ref NEFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +000093 - @ref NEGather
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 NEHOGDetector
Anthony Barbierdec3eb42018-11-16 17:12:18 +000097 - @ref NEMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +010098 - @ref NEMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +000099 - @ref NEPermute
100 - @ref NEPhase
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000101 - @ref NEPriorBoxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000102 - @ref NEReorgLayer
103 - @ref NEReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000104 - @ref NEReverse
105 - @ref NESlice
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000106 - @ref NETableLookup
107 - @ref NEThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000108 - @ref NETile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000109 - @ref NETranspose
Isabella Gottardi62538972019-02-12 19:52:44 +0000110 - @ref NEArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000111 - @ref NEBatchNormalizationLayer
112 - @ref NECannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100113 - @ref NEComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000114 - @ref NEConcatenateLayer
115 - @ref NEConvertFullyConnectedWeights
116 - @ref NEConvolutionLayer
117 - @ref NEConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000118 - @ref NEConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100119 - @ref NECropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000120 - @ref NEDeconvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100121 - @ref NEDepthwiseConvolutionAssemblyDispatch
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000122 - @ref NEDepthwiseConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000123 - @ref NEDequantizationLayer
124 - @ref NEDerivative
SiCong Lica1f98c2019-11-28 11:06:11 +0000125 - @ref NEDetectionPostProcessLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000126 - @ref NEDirectConvolutionLayer
127 - @ref NEEqualizeHistogram
128 - @ref NEFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100129 - @ref NEFFT1D
130 - @ref NEFFT2D
131 - @ref NEFFTConvolutionLayer
Kurtis Charnock2963a6f2019-11-15 11:53:32 +0000132 - @ref NEFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000133 - @ref NEFillBorder
134 - @ref NEFullyConnectedLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000135 - @ref NEFuseBatchNormalization
136 - @ref NEGaussian5x5
137 - @ref NEGaussianPyramid
138 - @ref NEGaussianPyramidHalf
139 - @ref NEGaussianPyramidOrb
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000140 - @ref NEGEMM
141 - @ref NEGEMMAssemblyDispatch
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000142 - @ref NEGEMMConv2d
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000143 - @ref NEGEMMConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000144 - @ref NEGEMMLowpMatrixMultiplyCore
SiCong Lica1f98c2019-11-28 11:06:11 +0000145 - @ref NEGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000146 - @ref NEHarrisCorners
147 - @ref NEHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000148 - @ref NEHOGDescriptor
149 - @ref NEHOGGradient
150 - @ref NEHOGMultiDetection
SiCong Lica1f98c2019-11-28 11:06:11 +0000151 - @ref NEInstanceNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000152 - @ref NEL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000153 - @ref NELaplacianPyramid
154 - @ref NELaplacianReconstruct
Isabella Gottardi62538972019-02-12 19:52:44 +0000155 - @ref NELSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100156 - @ref NELSTMLayerQuantized
Manuel Bottini79c88862020-05-22 14:04:30 +0100157 - @ref NEQLSTMLayer
Sang-Hoon Park97c1a672020-08-18 11:44:13 +0100158 - @ref NEMaxUnpoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000159 - @ref NEMeanStdDev
160 - @ref NEMinMaxLocation
161 - @ref NENormalizationLayer
162 - @ref NEOpticalFlow
Isabella Gottardi62538972019-02-12 19:52:44 +0000163 - @ref NEPadLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000164 - @ref NEPoolingLayer
165 - @ref NEQuantizationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000166 - @ref NERange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000167 - @ref NEReduceMean
168 - @ref NEReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000169 - @ref NERNNLayer
170 - @ref NEROIPoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000171 - @ref NEScale
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000172 - @ref NESobel5x5
173 - @ref NESobel7x7
SiCong Lica1f98c2019-11-28 11:06:11 +0000174 - @ref NESoftmaxLayerGeneric <IS_LOG>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100175 - @ref NESpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100176 - @ref NESpaceToDepthLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000177 - @ref NESplit
178 - @ref NEStackLayer
179 - @ref NEUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000180 - @ref NEWinogradConvolutionLayer
181
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100182@section S6_2 OpenCL functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000183
184- @ref IFunction
185 - @ref CLBatchNormalizationLayer
186 - @ref CLBatchToSpaceLayer
187 - @ref CLCannyEdge
Michalis Spyrouca82e622019-05-10 16:43:20 +0100188 - @ref CLComplexPixelWiseMultiplication
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000189 - @ref CLConcatenateLayer
190 - @ref CLConvolutionLayer
191 - @ref CLConvolutionLayerReshapeWeights
Manuel Bottini581c8982019-02-07 10:31:57 +0000192 - @ref CLConvolutionSquare <matrix_size>
Michalis Spyrouca82e622019-05-10 16:43:20 +0100193 - @ref CLCropResize
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000194 - @ref CLDeconvolutionLayer
195 - @ref CLDeconvolutionLayerUpsample
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100196 - @ref CLDepthToSpaceLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000197 - @ref CLDepthwiseConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000198 - @ref CLDequantizationLayer
199 - @ref CLDirectConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100200 - @ref CLDirectDeconvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000201 - @ref CLEqualizeHistogram
202 - @ref CLFastCorners
Michalis Spyrouca82e622019-05-10 16:43:20 +0100203 - @ref CLFFT1D
204 - @ref CLFFT2D
205 - @ref CLFFTConvolutionLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000206 - @ref CLFullyConnectedLayer
207 - @ref CLFuseBatchNormalization
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000208 - @ref CLGaussian5x5
209 - @ref CLGaussianPyramid
210 - @ref CLGaussianPyramidHalf
211 - @ref CLGaussianPyramidOrb
Isabella Gottardi62538972019-02-12 19:52:44 +0000212 - @ref CLGEMM
213 - @ref CLGEMMConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100214 - @ref CLGEMMDeconvolutionLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000215 - @ref CLGEMMLowpMatrixMultiplyCore
Manuel Bottini5209be52019-02-13 16:34:56 +0000216 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000217 - @ref CLHarrisCorners
218 - @ref CLHistogram
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000219 - @ref CLHOGDescriptor
220 - @ref CLHOGDetector
221 - @ref CLHOGGradient
222 - @ref CLHOGMultiDetection
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000223 - @ref CLIntegralImage
224 - @ref CLL2NormalizeLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000225 - @ref CLLaplacianPyramid
226 - @ref CLLaplacianReconstruct
morgolockfbcf65c2020-11-20 14:44:22 +0000227 - @ref CLLogicalAnd
228 - @ref CLLogicalNot
229 - @ref CLLogicalOr
Isabella Gottardi62538972019-02-12 19:52:44 +0000230 - @ref CLLSTMLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100231 - @ref CLLSTMLayerQuantized
Manuel Bottini79c88862020-05-22 14:04:30 +0100232 - @ref CLQLSTMLayer
Sang-Hoon Park97c1a672020-08-18 11:44:13 +0100233 - @ref CLMaxUnpoolingLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000234 - @ref CLMeanStdDev
235 - @ref CLMinMaxLocation
236 - @ref CLNormalizationLayer
237 - @ref CLNormalizePlanarYUVLayer
238 - @ref CLOpticalFlow
239 - @ref CLPadLayer
240 - @ref CLQuantizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000241 - @ref CLReduceMean
242 - @ref CLReductionOperation
Isabella Gottardi62538972019-02-12 19:52:44 +0000243 - @ref CLRNNLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000244 - @ref CLSobel5x5
245 - @ref CLSobel7x7
SiCong Lica1f98c2019-11-28 11:06:11 +0000246 - @ref CLSoftmaxLayerGeneric <IS_LOG>
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000247 - @ref CLSpaceToBatchLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100248 - @ref CLSpaceToDepthLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000249 - @ref CLSplit
Isabella Gottardi62538972019-02-12 19:52:44 +0000250 - @ref CLStackLayer
251 - @ref CLUnstack
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000252 - @ref CLWinogradConvolutionLayer
253 - @ref ICLSimpleFunction
254 - @ref CLAbsoluteDifference
255 - @ref CLAccumulate
256 - @ref CLAccumulateSquared
257 - @ref CLAccumulateWeighted
258 - @ref CLActivationLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000259 - @ref CLArgMinMaxLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000260 - @ref CLArithmeticAddition
261 - @ref CLArithmeticDivision
262 - @ref CLArithmeticSubtraction
263 - @ref CLBitwiseAnd
264 - @ref CLBitwiseNot
265 - @ref CLBitwiseOr
266 - @ref CLBitwiseXor
267 - @ref CLBoundingBoxTransform
268 - @ref CLBox3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000269 - @ref CLCast
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000270 - @ref CLChannelCombine
271 - @ref CLChannelExtract
272 - @ref CLChannelShuffleLayer
273 - @ref CLColorConvert
Isabella Gottardi62538972019-02-12 19:52:44 +0000274 - @ref CLComparison
275 - @ref CLComparisonStatic
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000276 - @ref CLConvertFullyConnectedWeights
277 - @ref CLConvolution3x3
278 - @ref CLConvolutionRectangle
279 - @ref CLCopy
280 - @ref CLDepthConvertLayer
281 - @ref CLDerivative
282 - @ref CLDilate
Isabella Gottardi62538972019-02-12 19:52:44 +0000283 - @ref CLElementwiseMax
284 - @ref CLElementwiseMin
285 - @ref CLElementwiseSquaredDiff
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000286 - @ref CLErode
Isabella Gottardi62538972019-02-12 19:52:44 +0000287 - @ref CLExpLayer
Kurtis Charnock9afc41a2019-11-11 17:24:37 +0000288 - @ref CLFill
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000289 - @ref CLFillBorder
290 - @ref CLFlattenLayer
291 - @ref CLFloor
292 - @ref CLFullyConnectedLayerReshapeWeights
Isabella Gottardi62538972019-02-12 19:52:44 +0000293 - @ref CLGather
294 - @ref CLGaussian3x3
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000295 - @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Manuel Bottini1f332d42019-11-29 17:25:25 +0000296 - @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
morgolockfbcf65c2020-11-20 14:44:22 +0000297 - @ref CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000298 - @ref CLMagnitude
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100299 - @ref CLMeanStdDevNormalizationLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000300 - @ref CLMedian3x3
301 - @ref CLNonLinearFilter
302 - @ref CLNonMaximaSuppression3x3
303 - @ref CLPermute
304 - @ref CLPhase
305 - @ref CLPixelWiseMultiplication
306 - @ref CLPoolingLayer
Gian Marco Iodicec7ec1942019-08-28 11:40:30 +0100307 - @ref CLPReluLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +0000308 - @ref CLPriorBoxLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000309 - @ref CLRange
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000310 - @ref CLRemap
311 - @ref CLReorgLayer
312 - @ref CLReshapeLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000313 - @ref CLReverse
314 - @ref CLROIAlignLayer
315 - @ref CLROIPoolingLayer
316 - @ref CLRsqrtLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000317 - @ref CLScale
318 - @ref CLScharr3x3
Isabella Gottardi62538972019-02-12 19:52:44 +0000319 - @ref CLSelect
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000320 - @ref CLSlice
321 - @ref CLSobel3x3
322 - @ref CLStridedSlice
323 - @ref CLTableLookup
324 - @ref CLThreshold
Isabella Gottardi62538972019-02-12 19:52:44 +0000325 - @ref CLTile
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000326 - @ref CLTranspose
327 - @ref CLWarpAffine
328 - @ref CLWarpPerspective
329 - @ref CLWinogradInputTransform
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000330
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100331@section S6_3 GLES Compute functions
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000332
333- @ref IFunction
334 - @ref GCBatchNormalizationLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100335 - @ref GCConcatenateLayer
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000336 - @ref GCConvolutionLayer
337 - @ref GCConvolutionLayerReshapeWeights
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000338 - @ref GCDepthwiseConvolutionLayer3x3
339 - @ref GCDirectConvolutionLayer
340 - @ref GCDropoutLayer
341 - @ref GCFullyConnectedLayer
342 - @ref GCGEMM
343 - @ref GCNormalizationLayer
344 - @ref GCNormalizePlanarYUVLayer
345 - @ref GCPoolingLayer
346 - @ref GCSoftmaxLayer
347 - @ref IGCSimpleFunction
348 - @ref GCAbsoluteDifference
349 - @ref GCActivationLayer
350 - @ref GCArithmeticAddition
351 - @ref GCFillBorder
352 - @ref GCFullyConnectedLayerReshapeWeights
353 - @ref GCGEMMInterleave4x4
354 - @ref GCGEMMTranspose1xW
355 - @ref GCPixelWiseMultiplication
356 - @ref GCScale
357 - @ref GCTensorShift
358 - @ref GCTranspose
Isabella Gottardi62538972019-02-12 19:52:44 +0000359
Michele Di Giorgio7b12bfb2019-10-25 16:34:28 +0100360@section S6_4 CPP functions
Isabella Gottardi62538972019-02-12 19:52:44 +0000361
362 - @ref IFunction
Isabella Gottardi62538972019-02-12 19:52:44 +0000363 - @ref CPPDetectionOutputLayer
SiCong Lica1f98c2019-11-28 11:06:11 +0000364 - @ref CPPDetectionPostProcessLayer
Isabella Gottardi62538972019-02-12 19:52:44 +0000365 - @ref ICPPSimpleFunction
366 - @ref CPPBoxWithNonMaximaSuppressionLimit
367 - @ref CPPPermute
368 - @ref CPPTopKV
369 - @ref CPPUpsample
370
Anthony Barbierdec3eb42018-11-16 17:12:18 +0000371*/
372} // namespace