Skip to content

Commit

Permalink
Release Note for 1.7.0 (#3420)
Browse files Browse the repository at this point in the history
* Release Note for 1.7.0

Release note for 1.7.0 is added

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>

* Update docs/release/1.7/release-note-1.7.0.md

Co-authored-by: Seok Namkoong <[email protected]>

Co-authored-by: twoflower <[email protected]>
Co-authored-by: Seok Namkoong <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2020
1 parent 48a1ac6 commit 832e285
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/release/1.7/release-note-1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## Feature Highlights

- **ONE** Compiler
- Compiler supports more operations
- New command line interface for user interface consistancy
- **ONE** Runtime
- Runtime CPU backend supports more operations
- Runtime CPU backend supports more quant8 operations
- API changes
- New optimization

## ONE Compiler

### Compiler supports more operations

- MatrixDiag, MatrixSetDiag, ReverseSequence, ReverseV2, SegmentSum, SelectV2, SparseToDense, Where

### New command line interface for user interface consistancy

- one-import: imports conventional model files to circle
- one-import-tf: imports TensorFlow model to circle
- one-import-tflite: imports TensorFlow lite model to circle
- one-optimize: circle optimize command
- one-quantize: circle quantize command
- supports float32 to uint8, layer wise (for Conv series)
- one-pack: package command
- one-prepare-venv: prepares python virtual environment for importing TensorFlow model
- one-codegen: backend(if available) code generator

## ONE Runtime

### Runtime CPU backend supports more operations

- LogSoftmax, SpaceToBatchND

### Runtime CPU backend supports more quant8 operations

- Logistic, Mul, Tanh, SpaceToBatchND, Transpose, Sub, Max, Min, Less, Greater, GreaterEqual, LessEqual, Equal, NotEqual

### API changes

- Introduce basic asynchronous execution API

### New optimization

- Remove dynamic tensor overhead from static models

0 comments on commit 832e285

Please sign in to comment.