Imported Upstream version 1.12.0
[platform/core/ml/nnfw.git] / docs / release / 1.7 / release-note-1.7.0.md
1 ## Feature Highlights
2
3 - **ONE** Compiler
4   - Compiler supports more operations
5   - New command line interface for user interface consistancy
6 - **ONE** Runtime
7   - Runtime CPU backend supports more operations
8   - Runtime CPU backend supports more quant8 operations
9   - API changes
10   - New optimization
11   
12 ## ONE Compiler
13
14 ### Compiler supports more operations
15
16 - MatrixDiag, MatrixSetDiag, ReverseSequence, ReverseV2, SegmentSum, SelectV2, SparseToDense, Where
17
18 ### New command line interface for user interface consistancy
19
20 - one-import: imports conventional model files to circle
21    - one-import-tf: imports TensorFlow model to circle
22    - one-import-tflite: imports TensorFlow lite model to circle
23 - one-optimize: circle optimize command
24 - one-quantize: circle quantize command
25    - supports float32 to uint8, layer wise (for Conv series)
26 - one-pack: package command
27 - one-prepare-venv: prepares python virtual environment for importing TensorFlow model
28 - one-codegen: backend(if available) code generator
29
30 ## ONE Runtime
31
32 ### Runtime CPU backend supports more operations
33
34 - LogSoftmax, SpaceToBatchND
35
36 ### Runtime CPU backend supports more quant8 operations
37
38 - Logistic, Mul, Tanh, SpaceToBatchND, Transpose, Sub, Max, Min, Less, Greater, GreaterEqual, LessEqual, Equal, NotEqual
39
40 ### API changes
41
42 - Introduce basic asynchronous execution API
43
44 ### New optimization
45     
46 - Remove dynamic tensor overhead from static models