aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
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.