Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / docs / release / 1.8 / release-note-1.8.0.md
1 # Release Note 1.8.0
2
3 ## Feature Highlights
4
5 - **ONE** Compiler
6     - Support new command line interface
7
8 - **ONE** Runtime
9     - CPU backend supports 7 more operations
10     - CPU backend supports 9 more quant8 operations
11
12 ## ONE Compiler
13
14 ### New command line interface for user interface consistancy
15
16 - `one-import-bcq` : import BCQ(Binary coding quantized) TensorFlow model
17 - Commands now support `--version` option to show version number
18
19 ### Changes
20
21 - Experimental support for TensorFlow 2.x has updated to 2.3.0 (TensorFlow 1.3.2 is our official support version)
22 - Support more operators in luci-interpreter
23 - Enhancing one-quantizer
24
25 ## ONE Runtime
26
27 ### Rename headers
28
29 - Rename `nnfw_dev.h` to `nnfw_experimental.h`
30
31 ### Optimization
32
33 - Remove copies for model input/outputs whenever possible
34
35 ### Support CPU backend operation
36
37 - BatchToSpaceND, L2Normalization, ReLU6, ResizeBilinear, SpaceToDepth, SplitV, StatelessRandomUniform
38
39 ### Support CPU backend quant8 operation
40
41 - BatchToSpaceND, L2Normalization, Pad, PadV2, ResizeBilinear, Slice, Quantize, SpaceToDepth, Sum
42