From 7abd82a6cd58d36a512897984b42522db500e308 Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Mon, 20 May 2024 13:22:20 +0000 Subject: MLBEDSW-9089: Update release notes - Add release notes for 3.12.0 - Update README with supported TensorFlow version Change-Id: Ia95955e9fbe824d1dc62e3960a9ed43fa3689de5 Signed-off-by: Rickard Bolin --- RELEASES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index 27d52837..a3b41b5b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -22,6 +22,24 @@ 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.12.0 - 20/05/2024 + +**Main feature changes:** + +* Extended operator support: STRIDED_SLICE with strides in H/W > 1 +* Upgrade TensorFlow Lite support to version 2.16 + +**Interface changes:** + +* None + +**Reported defect fixes:** + +* Fixed CONCAT operators split between multiple subgraphs (MLCE-1223 & MLCE-1252) +* Fixed issue with combining STRIDED_SLICE operation with elementwise broadcasting (MLCE-1223) +* Fixed issue with LUT index calculation and STRIDED_SLICE optimisation (MLCE-1253) + + ## Release 3.11.0 - 19/02/2024 **Main feature changes:** -- cgit v1.2.1