Skip to content

Commit

Permalink
[onert-micro] Release Note for onert-micro 2.0.0 (#14118)
Browse files Browse the repository at this point in the history
- Release Note for onert-micro 2.0.0

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
  • Loading branch information
chunseoklee authored Sep 30, 2024
1 parent ea4b83c commit c74c988
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/release/onert-micro/2.0/release-note-2.0.0.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c74c988

Please sign in to comment.