aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorGiuseppe Rossini <giuseppe.rossini@arm.com>2020-02-17 16:10:58 +0000
committerGiuseppe Rossini <giuseppe.rossini@arm.com>2020-02-17 16:44:32 +0000
commit4a71a9cf236fb60746306c6c768328fca6d33f2f (patch)
tree1b67ca8b61ad765f01a2470b3423d0cef2b6e87d /docs/00_introduction.dox
parentcc01dc3875dae30916fd18c6bb949426725ad612 (diff)
downloadComputeLibrary-4a71a9cf236fb60746306c6c768328fca6d33f2f.tar.gz
Update Doxygen files
Change-Id: I3564aaad7ba43a0197e4dd1cbba4fd8af00fe432 Signed-off-by: Giuseppe Rossini <giuseppe.rossini@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox50
1 files changed, 25 insertions, 25 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 57f59632a5..8a512d07d4 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -251,37 +251,37 @@ v20.02 Public major release
- Various optimisations.
- Update recommended android toolchain to 17c.
- Added new data type QASYMM8_SIGNED support for:
- - CLDepthwiseConvolutionLayer
- - CLDepthwiseConvolutionLayer3x3
- - CLElementWiseOperations
- - CLGEMMConvolutionLayer
- - CLGEMMLowpMatrixMultiplyCore
- - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
- - CLGEMMLowpOutputStage
- - NEActivationLayer
- - NEComparisonOperationKernel
- - NEConvolutionLayer.
- - NEDepthwiseConvolutionLayer
- - NEDepthwiseConvolutionLayer3x3Kernel
- - NEDirectConvolutionLayerOutputStageKernel
- - NEElementwiseMax
- - NEElementwiseMin
- - NEElementwiseSquareDiff
- - NEFullyConnectedLayer
- - NEGEMMLowpOutputStage
- - NEGEMMMatrixVectorMultiplyKernel
- - NEPixelwiseMultiplication.
- - NEPoolingLayer
- - NEPReluLayer
+ - @ref CLDepthwiseConvolutionLayer
+ - @ref CLDepthwiseConvolutionLayer3x3
+ - @ref CLGEMMConvolutionLayer
+ - @ref CLGEMMLowpMatrixMultiplyCore
+ - @ref CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
+ - @ref NEActivationLayer
+ - @ref NEComparisonOperationKernel
+ - @ref NEConvolutionLayer.
+ - @ref NEDepthwiseConvolutionLayer
+ - @ref NEDepthwiseConvolutionLayer3x3Kernel
+ - @ref NEDirectConvolutionLayerOutputStageKernel
+ - @ref NEElementwiseComparison
+ - @ref NEElementwiseMax
+ - @ref NEElementwiseMin
+ - @ref NEElementwiseSquaredDiff
+ - @ref NEFullyConnectedLayer
+ - @ref NEGEMMMatrixVectorMultiplyKernel
+ - @ref NEPixelWiseMultiplication
+ - @ref NEPoolingLayer
+ - @ref NEPReluLayer
- Added support for QUANT8_PER_CHANNEL_SYMM in:
- - @ref NEDepthwiseConvolution 3x3
+ - @ref NEDepthwiseConvolutionLayer3x3Kernel
- Added support for split sizes in:
- @ref CLSplit
- @ref NESplit
- - New OpenCL functions:
+ - New OpenCL kernels / functions:
- @ref CLFill
- - New NEON functions:
+ - @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
+ - New NEON kernels / functions:
- @ref NEFill
+ - @ref NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
- Added support for quantization with multiplier greater than 1 on NEON and CL.
- Added the ability to build bootcode for bare metal.
- Added support for generating synthetic QASYMM8 graphs.