diff options
author | Georgios Pinitas <georgios.pinitas@arm.com> | 2019-06-24 14:56:34 +0100 |
---|---|---|
committer | Georgios Pinitas <georgios.pinitas@arm.com> | 2019-07-09 09:31:37 +0000 |
commit | 30271c779c36a2abe6995c4454674d92bbc1f91f (patch) | |
tree | 531257ff87cf2cb8d6f3b8da0abe3e6cb77a2a0e /docs | |
parent | 30dbeef2f46bdd6fe05d25dfa27cb4b2359dced3 (diff) | |
download | armcl-30271c779c36a2abe6995c4454674d92bbc1f91f.tar.gz armcl-30271c779c36a2abe6995c4454674d92bbc1f91f.tar.bz2 armcl-30271c779c36a2abe6995c4454674d92bbc1f91f.zip |
COMPMID-2156: Optimized dilated convolution for NEON.
Change-Id: I3a8abe8cc9637c8983d9bd69dcbaee1a15eac8d0
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com>
Reviewed-on: https://review.mlplatform.org/c/1492
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Pablo Marquez <pablo.tello@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_introduction.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 8aa43201a..f216519e5 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -241,6 +241,7 @@ v19.08 Public major release - Various optimisations. - Deprecated functions/interfaces - Altered @ref QuantizationInfo interface to support per-channel quantization. + - The @ref NEDepthwiseConvolutionLayer3x3 will be replaced by @ref NEDepthwiseConvolutionLayerOptimized to accommodate for future optimizations. v19.05 Public major release - Various bug fixes. |