diff options
author | Manuel Bottini <manuel.bottini@arm.com> | 2019-09-26 17:18:26 +0100 |
---|---|---|
committer | Manuel Bottini <manuel.bottini@arm.com> | 2019-10-23 16:56:45 +0000 |
commit | 05069f07bcf95676597698a79926327555276362 (patch) | |
tree | a4a861127660aa439c9468da7479d92cecc85138 /docs | |
parent | e36b5266e4c6593932432bc0289e431d007b8710 (diff) | |
download | armcl-05069f07bcf95676597698a79926327555276362.tar.gz armcl-05069f07bcf95676597698a79926327555276362.tar.bz2 armcl-05069f07bcf95676597698a79926327555276362.zip |
COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise convolution function
3RDPARTY_UPDATE
Change-Id: Iff9e915c5329c617527b6f5042979f4e21a8b2b8
Signed-off-by: Manuel Bottini <manuel.bottini@arm.com>
Reviewed-on: https://review.mlplatform.org/c/2022
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_introduction.dox | 4 | ||||
-rw-r--r-- | docs/05_functions_list.dox | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 6430411f5..7179c0d82 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -246,6 +246,7 @@ v19.11 Public major release - NEDepthwiseWeightsReshapeKernel - NEDepthwiseIm2ColKernel - NEDepthwiseVectorToTensorKernel + - NEDepthwiseConvolutionLayer3x3 v19.08 Public major release - Various bug fixes. @@ -301,7 +302,8 @@ v19.08 Public major release - Added an optimized depthwise convolution layer kernel for 5x5 filters (NEON only) - Added support to enable OpenCL kernel cache. Added example showing how to load the prebuilt OpenCL kernels from a binary cache file - Altered @ref QuantizationInfo interface to support per-channel quantization. - - The @ref NEDepthwiseConvolutionLayer3x3 will be replaced by @ref NEDepthwiseConvolutionLayerOptimized to accommodate for future optimizations. + - The @ref CLDepthwiseConvolutionLayer3x3 will be included by @ref CLDepthwiseConvolutionLayer to accommodate for future optimizations. + - The @ref NEDepthwiseConvolutionLayerOptimized will be included by @ref NEDepthwiseConvolutionLayer to accommodate for future optimizations. - Removed inner_border_right and inner_border_top parameters from @ref CLDeconvolutionLayer interface - Removed inner_border_right and inner_border_top parameters from @ref NEDeconvolutionLayer interface - Optimized the NEON assembly kernel for GEMMLowp. The new implementation fuses the output stage and quantization with the matrix multiplication kernel diff --git a/docs/05_functions_list.dox b/docs/05_functions_list.dox index af7decfb7..5c3634fa8 100644 --- a/docs/05_functions_list.dox +++ b/docs/05_functions_list.dox @@ -117,7 +117,7 @@ namespace arm_compute - @ref NEDeconvolutionLayer - @ref NEDepthwiseConvolutionAssemblyDispatch - @ref NEDepthwiseConvolutionLayer - - @ref NEDepthwiseConvolutionLayer3x3 + - @ref NEDepthwiseConvolutionLayerOptimized - @ref NEDequantizationLayer - @ref NEDerivative - @ref NEDirectConvolutionLayer |