Skip to content

Commit

Permalink
[debian] Update version to 1.20.0 (#9048)
Browse files Browse the repository at this point in the history
- Now, debian pkgs provides version 1.20.0

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee authored Apr 26, 2022
1 parent 26392d8 commit 5677d1d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
23 changes: 23 additions & 0 deletions infra/debian/compiler/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 26 Apr 2022 12:00:00 +0900

one (1.19.0) bionic; urgency=medium

* `circle-quantizer` supports input/output type option
Expand Down
7 changes: 7 additions & 0 deletions infra/debian/runtime/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 26 Apr 2022 12:00:00 +0900

one (1.19.0) bionic; urgency=low

* Synch up version with ONE Compiler
Expand Down

0 comments on commit 5677d1d

Please sign in to comment.