aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2023-11-16 12:42:57 +0000
committerTim Hall <tim.hall@arm.com>2023-11-16 12:48:26 +0000
commit8cb3c360902a3e9fd583e474a4393646362dcf42 (patch)
treea4a508cf68900fecadcc15b9df126f53d34b5dff /RELEASES.md
parent5aa9ae24ed834a3aeba4917823437bac75e14ab3 (diff)
downloadethos-u-vela-8cb3c360902a3e9fd583e474a4393646362dcf42.tar.gz
MLBEDSW-8109: Update release notes3.10.0.rc23.10.0
- Added release information - Modified SUPPORTED_OPS.md version info Change-Id: I3ead55db45c84821c426645e488dfb765166d20f Signed-off-by: Tim Hall <tim.hall@arm.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7b32b419..5f53a2b0 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -22,6 +22,25 @@ 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.10.0 - 16/11/2023
+
+**Main feature changes:**
+
+* New operator support: SQUARED_DIFFERENCE, TRANSPOSE
+* Upgrade TensorFlow Lite support to version 2.14
+* Improved stride checking and support for:
+ * AVERAGE_POOL_2D, CONV_2D, MAX_POOL_2D, TRANSPOSE_CONV
+* Added missing pass-through options for RANDOM_UNIFORM
+
+**Interface changes:**
+
+* None
+
+**Reported defect fixes:**
+
+* Removed duplicate CPU tensors (MLCE-1103 & MLCE-1106)
+
+
## Release 3.9.0 - 15/08/2023
**Main feature changes:**