aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-05-10 16:43:20 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-05-17 14:38:25 +0000
commitca82e6279d4890ee3d3cff27051e500621d95ea4 (patch)
treea43e75d906aa98b41f8d708e709adc631679a67b /docs
parentc6608ac9e9e1a44dd4ba1692254dd653d982dddd (diff)
downloadComputeLibrary-ca82e6279d4890ee3d3cff27051e500621d95ea4.tar.gz
Update function list
Change-Id: I00baf7d7aaeaa36485a36974efebab6a98062172 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/1160 Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox9
-rw-r--r--docs/05_functions_list.dox16
2 files changed, 25 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index c50b4ba440..57d8c4a3f2 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -241,11 +241,17 @@ v19.05 Public major release
- Various optimisations.
- New Neon kernels / functions:
- @ref NEBatchToSpaceLayerKernel / @ref NEBatchToSpaceLayer
+ - @ref NEComplexPixelWiseMultiplicationKernel / @ref NEComplexPixelWiseMultiplication
- @ref NECropKernel / @ref NECropResize
+ - @ref NEDepthwiseConvolutionAssemblyDispatch
+ - @ref NEFFTDigitReverseKernel
+ - @ref NEFFTRadixStageKernel
+ - @ref NEFFTScaleKernel
- @ref NEGEMMLowpOffsetContributionOutputStageKernel
- @ref NEHeightConcatenateLayerKernel
- @ref NESpaceToBatchLayerKernel / @ref NESpaceToBatchLayer
- New OpenCL kernels / functions:
+ - @ref CLComplexPixelWiseMultiplicationKernel / @ref CLComplexPixelWiseMultiplication
- @ref CLCropKernel / @ref CLCropResize
- @ref CLFFTDigitReverseKernel
- @ref CLFFTRadixStageKernel
@@ -257,6 +263,9 @@ v19.05 Public major release
- @ref CLFFT1D
- @ref CLFFT2D
- @ref CLFFTConvolutionLayer
+ - @ref CLGEMMDeconvolutionLayer
+ - New OpenGLES kernels / functions:
+ - @ref GCConcatenateLayer
- Deprecated functions/interfaces
- @ref GCDepthConcatenateLayer
- @ref NEWidthConcatenateLayer
diff --git a/docs/05_functions_list.dox b/docs/05_functions_list.dox
index e82e47204f..7d6728d427 100644
--- a/docs/05_functions_list.dox
+++ b/docs/05_functions_list.dox
@@ -67,6 +67,7 @@ namespace arm_compute
- @ref NEAccumulateSquared
- @ref NEAccumulateWeighted
- @ref NEActivationLayer
+ - @ref NEBatchToSpaceLayer
- @ref NEBitwiseAnd
- @ref NEBitwiseNot
- @ref NEBitwiseOr
@@ -103,13 +104,16 @@ namespace arm_compute
- @ref NEArgMinMaxLayer
- @ref NEBatchNormalizationLayer
- @ref NECannyEdge
+ - @ref NEComplexPixelWiseMultiplication
- @ref NEConcatenateLayer
- @ref NEConvertFullyConnectedWeights
- @ref NEConvolutionLayer
- @ref NEConvolutionLayerReshapeWeights
- @ref NEConvolutionSquare &lt;matrix_size&gt;
+ - @ref NECropResize
- @ref NEDeconvolutionLayer
- @ref NEDepthConcatenateLayer
+ - @ref NEDepthwiseConvolutionAssemblyDispatch
- @ref NEDepthwiseConvolutionLayer
- @ref NEDepthwiseConvolutionLayer3x3
- @ref NEDepthwiseSeparableConvolutionLayer
@@ -118,6 +122,9 @@ namespace arm_compute
- @ref NEDirectConvolutionLayer
- @ref NEEqualizeHistogram
- @ref NEFastCorners
+ - @ref NEFFT1D
+ - @ref NEFFT2D
+ - @ref NEFFTConvolutionLayer
- @ref NEFillBorder
- @ref NEFullyConnectedLayer
- @ref NEFuseBatchNormalization
@@ -159,6 +166,7 @@ namespace arm_compute
- @ref NESobel5x5
- @ref NESobel7x7
- @ref NESoftmaxLayer
+ - @ref NESpaceToBatchLayer
- @ref NESplit
- @ref NEStackLayer
- @ref NEUnstack
@@ -172,10 +180,12 @@ namespace arm_compute
- @ref CLBatchNormalizationLayer
- @ref CLBatchToSpaceLayer
- @ref CLCannyEdge
+ - @ref CLComplexPixelWiseMultiplication
- @ref CLConcatenateLayer
- @ref CLConvolutionLayer
- @ref CLConvolutionLayerReshapeWeights
- @ref CLConvolutionSquare &lt;matrix_size&gt;
+ - @ref CLCropResize
- @ref CLDeconvolutionLayer
- @ref CLDeconvolutionLayerUpsample
- @ref CLDepthConcatenateLayer
@@ -184,8 +194,12 @@ namespace arm_compute
- @ref CLDepthwiseSeparableConvolutionLayer
- @ref CLDequantizationLayer
- @ref CLDirectConvolutionLayer
+ - @ref CLDirectDeconvolutionLayer
- @ref CLEqualizeHistogram
- @ref CLFastCorners
+ - @ref CLFFT1D
+ - @ref CLFFT2D
+ - @ref CLFFTConvolutionLayer
- @ref CLFullyConnectedLayer
- @ref CLFuseBatchNormalization
- @ref CLGaussian5x5
@@ -194,6 +208,7 @@ namespace arm_compute
- @ref CLGaussianPyramidOrb
- @ref CLGEMM
- @ref CLGEMMConvolutionLayer
+ - @ref CLGEMMDeconvolutionLayer
- @ref CLGEMMLowpMatrixMultiplyCore
- @ref CLGenerateProposalsLayer
- @ref CLHarrisCorners
@@ -311,6 +326,7 @@ namespace arm_compute
- @ref IFunction
- @ref GCBatchNormalizationLayer
+ - @ref GCConcatenateLayer
- @ref GCConvolutionLayer
- @ref GCConvolutionLayerReshapeWeights
- @ref GCDepthConcatenateLayer