From 77f0e54f739b31105d4f850a644a33efb3cbcf1f Mon Sep 17 00:00:00 2001 From: oliper01 Date: Tue, 16 Aug 2022 11:21:17 +0000 Subject: MLBEDSW-6748: Update SUPPORTED_OPERATORS.md and release notes - Updated SUPPORT_OPERATORS.md with Resize operators - Updated release notes with the main changes and bug fixes - Updated version numbers Signed-off-by: oliper01 Signed-off-by: Tim Hall Change-Id: If25b5fab708098bc3e7eb243924b55a50f148c3a --- RELEASES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index 97067a0d..f930031e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,27 @@ main feature changes, interface changes and reported defects that have been fixed. The version numbering adheres to the [semantic versioning](https://semver.org/) scheme. +## Release 3.5.0 - 23/08/2022 + +**Main feature changes:** + +* New operator support: RESIZE_NEAREST_NEIGHBOR, SHAPE +* Cascading support for elementwise operators +* Ethos-U65 performance improvements +* Upgrade TensorFlow Lite support to version 2.9 + * Under certain circumstanced the optimised model may not match TensorFlow 2.9 + for int16x8 CONV2D, TRANSPOSE_CONV2D and FULLY_CONNECTED, see + for more information + +**Interface changes:** + +* None + +**Reported defect fixes:** + +* SRAM usage is higher than with old `--pareto-metric BwCycMemBlkH` option for some networks (MLCE-860) +* Assert caused by CONCATENATION operator with invalid tensor shapes (MLCE-896) + ## Release 3.4.0 - 24/05/2022 **Main feature changes:** -- cgit v1.2.1