aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2019-11-28 11:53:16 +0000
committerSiCong Li <sicong.li@arm.com>2019-11-28 12:25:01 +0000
commit9a4513ab1650f8acd3c21c3ae5595e792baa6037 (patch)
tree64e51274a1c49d58a514e03819b67a38cf9e2054
parent407c102b62632185e06b5e75553f7b0cdbc46cdb (diff)
downloadComputeLibrary-9a4513ab1650f8acd3c21c3ae5595e792baa6037.tar.gz
COMPMID-2911 Fix doxygen
Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: If901b8bf30e813a8878f7052bdc613cc7e38e1e6 Reviewed-on: https://review.mlplatform.org/c/2383 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Georgios Pinitas <georgios.pinitas@arm.com>
-rw-r--r--docs/00_introduction.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 24e119c277..476023b43f 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -291,8 +291,8 @@ v19.11 Public major release
- @ref CLGEMMDeconvolutionLayer
- @ref NEDeconvolutionLayer
- Added SYMMETRIC and REFLECT modes for @ref CLPadLayerKernel / @ref CLPadLayer.
- - Replaced the calls to @ref NECopyKernel and @ref NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposals.
- - Replaced the calls to @ref CLCopyKernel and @ref CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposals.
+ - Replaced the calls to @ref NECopyKernel and @ref NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposalsLayer.
+ - Replaced the calls to @ref CLCopyKernel and @ref CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposalsLayer.
- Improved performance for CL Inception V3 - FP16.
- Improved accuracy for CL Inception V3 - FP16 by enabling FP32 accumulator (mixed-precision).
- Improved NEON performance by enabling fusing batch normalization with convolution and depth-wise convolution layer.