Imported Upstream version 1.9.0
[platform/core/ml/nnfw.git] / docs / release / 1.9 / release-note-1.9.0.md
1 # Release Note 1.9.0
2
3 ## ONE Compiler
4
5 ### Compiler supports more operations
6
7 - NonMaxSuppressionV4, NonMaxSuppressionV5, PadV2, Unique
8
9 ### Changes
10
11 - Quantization enhancements: channel wise UINT8 quantization(Conv2D, DepwiseConv, TransposeConv, FullyConnected)
12 - Experimental requantization from INT8 to UINT8
13 - Adding more operator value tests
14 - tf2tfliteV2 supports conversion from Keras model, saved model
15 - Refactoring for better maintenance long Class codes using visitor patterns 
16 - Introducing optimization pass that fuses batch normalization with Transposed Convolution.
17
18
19 ## ONE Runtime
20
21 ### Runtime backend operation support
22
23 - CPU backend: RANK
24 - CPU backend qasymm uint8: LOG_SOFTMAX
25 - ACL-CL backend: LEAKY_RELU, RESIZE_NEAREST_NEIGHBOR
26
27
28 ### Optimization
29
30 - Copy Elimination between compatible backends
31
32 ### Operation Implementation
33
34 - Operations with same parameters are unified
35
36 ### Change
37
38 - CPU backend qasymm uint8 performance enhancement: arithmetic operations