-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release note for 1.8.0 is added ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Release Note 1.8.0 | ||
|
||
## Feature Highlights | ||
|
||
- **ONE** Compiler | ||
- Support new command line interface | ||
|
||
- **ONE** Runtime | ||
- CPU backend supports 7 more operations | ||
- CPU backend supports 9 more quant8 operations | ||
|
||
## ONE Compiler | ||
|
||
### New command line interface for user interface consistancy | ||
|
||
- `one-import-bcq` : import BCQ(Binary coding quantized) TensorFlow model | ||
- Commands now support `--version` option to show version number | ||
|
||
### Changes | ||
|
||
- Experimental support for TensorFlow 2.x has updated to 2.3.0 (TensorFlow 1.3.2 is our official support version) | ||
- Support more operators in luci-interpreter | ||
- Enhancing one-quantizer | ||
|
||
## ONE Runtime | ||
|
||
### Rename headers | ||
|
||
- Rename `nnfw_dev.h` to `nnfw_experimental.h` | ||
|
||
### Optimization | ||
|
||
- Remove copies for model input/outputs whenever possible | ||
|
||
### Support CPU backend operation | ||
|
||
- BatchToSpaceND, L2Normalization, ReLU6, ResizeBilinear, SpaceToDepth, SplitV, StatelessRandomUniform | ||
|
||
### Support CPU backend quant8 operation | ||
|
||
- BatchToSpaceND, L2Normalization, Pad, PadV2, ResizeBilinear, Slice, Quantize, SpaceToDepth, Sum | ||
|