From 3d4d8ef96121f7dd95aee992c312b34e74c26d75 Mon Sep 17 00:00:00 2001 From: seongwoo chae Date: Thu, 29 Aug 2024 14:56:01 +0900 Subject: [PATCH] [debian] Update changelog (#13833) This commit updates changelog for release 1.29.0. ONE-DCO-1.0-Signed-off-by: seongwoo --- infra/debian/compiler/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/infra/debian/compiler/changelog b/infra/debian/compiler/changelog index f2d5917aa41..6da6338780b 100644 --- a/infra/debian/compiler/changelog +++ b/infra/debian/compiler/changelog @@ -1,3 +1,15 @@ +one (1.29.0) bionic focal jammy; urgency=medium + + * 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. + + -- seongwoo Thu, 29 Aug 2024 13:57:11 +0900 + one (1.27.1) bionic focal; urgency=medium * Command schema supports multiple names.