Skip to content

Commit

Permalink
Release note 1.29.0 (#13832)
Browse files Browse the repository at this point in the history
This commit is a release note for 1.29.0.

ONE-DCO-1.0-Signed-off-by: seongwoo <mhs4670go@naver.com>
  • Loading branch information
mhs4670go authored Aug 29, 2024
1 parent 3d4d8ef commit 823f80c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release/1.29/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. ONE documentation master file, created by
sphinx-quickstart on Thu Aug 29 12:18:12 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
1.29
====

.. toctree::
:maxdepth: 2
:caption: Contents:

./release-note-1.29.0.md
11 changes: 11 additions & 0 deletions docs/release/1.29/release-note_1.29.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release Note 1.29.0

## ONE Compiler

- Support more optimization option(s): `--transform_sqrt_div_to_rsqrt_mul`, `--fold_mul`,
`--fuse_add_to_fullyconnected_bias`, `--fuse_mul_to_fullyconnected_weights`,
`--fuse_mul_with_fullyconnected`.
- Add more optimization: `CanonicalizePass`.
- _tflite2circle_ supports more data types: FLOAT64, UINT64, UINT32, UINT16.
- _luci-interpreter_ supports more data types on some ops.
- Support multiple option names in command schema.

0 comments on commit 823f80c

Please sign in to comment.