Skip to content

Commit

Permalink
Releae Note for ONE 1.11.0 (#4922)
Browse files Browse the repository at this point in the history
* Releae Note for ONE 1.11.0

This is the release note for ONE 1.11.0

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>

* Update docs/release/1.11/release-note-1.11.0.md

Co-authored-by: Hyukjin Jeong <jinevening@snu.ac.kr>

* Update docs/release/1.11/release-note-1.11.0.md

Co-authored-by: Hyukjin Jeong <jinevening@snu.ac.kr>

Co-authored-by: Hyukjin Jeong <jinevening@snu.ac.kr>
  • Loading branch information
chunseoklee and jinevening authored Nov 11, 2020
1 parent 3a1ac2c commit cfe17c4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/release/1.11/release-note-1.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Release Note 1.11.0

## ONE Compiler

### Compiler supports more operations
- MaxPoolWithArgMax by CustomOp

### Changes
- `one-build` command added as representative command
- one-cmds are now revised to python script and supports configuration file as input parameters
- added `rawdata2hdf5` tool to help creating input datasets for calibration
- added more optimization passes in `one-optimize`; `fuse_preactivation_batchnorm`, `make_batchnorm_gamma_positive` and `fuse_activation_function`

## ONE Runtime

### Runtime backend operation supports more operations and types

- CPU backend
- float: AddN, Floor, UniDirectionalSequenceLSTM
- uint8: Dequantize, Rank
- int8: Dequantize, Rank, Shape

0 comments on commit cfe17c4

Please sign in to comment.