From 5677d1de67a1016b4ecc208eef7f0dd7bd389962 Mon Sep 17 00:00:00 2001 From: chunseoklee Date: Tue, 26 Apr 2022 17:01:43 +0900 Subject: [PATCH] [debian] Update version to 1.20.0 (#9048) - Now, debian pkgs provides version 1.20.0 ONE-DCO-1.0-Signed-off-by: Chunseok Lee --- infra/debian/compiler/changelog | 23 +++++++++++++++++++++++ infra/debian/runtime/changelog | 7 +++++++ 2 files changed, 30 insertions(+) diff --git a/infra/debian/compiler/changelog b/infra/debian/compiler/changelog index 2763ac55b35..62c0aae457f 100644 --- a/infra/debian/compiler/changelog +++ b/infra/debian/compiler/changelog @@ -1,3 +1,26 @@ +one (1.20.0) bionic; urgency=medium + + * luci-interpreter supports multiple kernels with PAL layer including Cortext-M + * luci-interpreter supports integer tensor for partly kernels + * luci import support constant without coping to reduce memory for luci-interpreter + * Reduce duplicate codes to package released modules + * Limited support for ONNX LSTM/RNN unrolling while importing + * Limited support for ARM32 cross build + * Support new operator: SVDF + * New virtual CircleVariable to support tensor with variable + * Support quantization of BatchMatMul Op + * Support mixed(UINT8 + INT16) quantization + * Support backward propagation of quantization parameters + * Upgrade default python to version 3.8 + * Support TensorFlow 2.8.0, ONNX-TF 1.10.0, ONNX 1.11.0 + * Upgrade circle schema to follow tflite schema v3b + * Refactor to mio-tflite280, mio-circle04 with version and helpers methods + * Use one flatbuffers 2.0 version + * Drop support for TensorFlow 1.x + * Fix for several bugs, performance enhancements, and typos + + -- seongwoo Tue, 26 Apr 2022 12:00:00 +0900 + one (1.19.0) bionic; urgency=medium * `circle-quantizer` supports input/output type option diff --git a/infra/debian/runtime/changelog b/infra/debian/runtime/changelog index 4cf0abc30f7..b0acef81401 100644 --- a/infra/debian/runtime/changelog +++ b/infra/debian/runtime/changelog @@ -1,3 +1,10 @@ +one (1.20.0) bionic; urgency=low + + * Introduce TRIX backend + * API supports new data type NNFW_TYPE_TENSOR_QUANT16_SYMM_SIGNED + + -- Chunseok Lee Wed, 26 Apr 2022 12:00:00 +0900 + one (1.19.0) bionic; urgency=low * Synch up version with ONE Compiler