From 8893e454fa699f5dc33ff6b71f47e4c36fd1c1be Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Thu, 23 Mar 2023 12:06:45 +0000 Subject: Add cropping support to NEBatchToSpace - Deprecate dynamic block shape interface - Iterate over output window instead of input window for simpler implementation and better performance - Add cropping support and cropping tests Resolves COMPMID-5918 Signed-off-by: SiCong Li Change-Id: Ifea0f5f7760ffd0f4d5d4f3a5ae8d14d0b98b790 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9378 Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Benchmark: Arm Jenkins --- docs/user_guide/release_version_and_change_log.dox | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/user_guide/release_version_and_change_log.dox') diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox index 1bfb468ef1..aa9061f2b8 100644 --- a/docs/user_guide/release_version_and_change_log.dox +++ b/docs/user_guide/release_version_and_change_log.dox @@ -40,6 +40,9 @@ If there is more than one release in a month then an extra sequential number is @note Starting from release 22.05, 'master' branch is no longer being used, it has been replaced by 'main'. Please update your clone jobs accordingly. @section S2_2_changelog Changelog +v23.05 Public major release + - Deprecate dynamic block shape in @ref NEBatchToSpaceLayer + v23.02.1 Public patch release - Allow mismatching data layouts between the source tensor and weights for \link cpu::CpuGemmDirectConv2d CpuGemmDirectConv2d \endlink with fixed format kernels. - Fixes for experimental CPU only Bazel and CMake builds. -- cgit v1.2.1