From c74c988296e5231b159fbf4ea86cb0d1f38c13b2 Mon Sep 17 00:00:00 2001 From: chunseoklee Date: Mon, 30 Sep 2024 14:04:38 +0900 Subject: [PATCH] [onert-micro] Release Note for onert-micro 2.0.0 (#14118) - Release Note for onert-micro 2.0.0 ONE-DCO-1.0-Signed-off-by: Chunseok Lee --- docs/release/onert-micro/2.0/release-note-2.0.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/release/onert-micro/2.0/release-note-2.0.0.md diff --git a/docs/release/onert-micro/2.0/release-note-2.0.0.md b/docs/release/onert-micro/2.0/release-note-2.0.0.md new file mode 100644 index 00000000000..f5b511a8c98 --- /dev/null +++ b/docs/release/onert-micro/2.0/release-note-2.0.0.md @@ -0,0 +1,12 @@ +## Release Notes for onert-micro 2.0.0 + +### Operations updated + +- New ops supported : Cast, Ceil, Elu, Fill +- New CMSIS NN accelrated ops : SVDF, Relu, Relu6 + +### New features for on-device training + +- New Trainable Operation : GRU, StridedSlice + - limitation : You can train GRU's weights. Since input gradient is not supported now, GRU layer should be the last layer for training. +- New Loss Function : Sparse Categorical Cross Entropy(experimental)