Imported Upstream version 1.12.0
[platform/core/ml/nnfw.git] / docs / release / 1.12 / release-note-1.12.0.md
1 # Release Note 1.12.0
2
3 ## ONE Compiler
4
5 ### Compiler Frontend
6
7 - Add optimization pass: ReplaceMulAddWithDepthwiseConvPass, SubstitutePackToReshape, RemoveRedundantTranspose, ShuffleWeightTo16x1Float32Pass
8 - Add quantization for InstanceNorm.
9 - Fix bug of `one-import-bcq` command for `--v1`, `--v2` arguments.
10 - Fix FuseBCQPass to work with inter-subgraphs in the model file and minor BCQ related optimizations.
11
12 ## ONE Runtime
13
14 ### Runtime backend operation supports more operations and types
15
16 - CPU backend
17   - Concat: int8
18   - DepthToSpace: float, uint8, int8
19   - LeakyRelu: float
20 - ACL-CL backend
21   - ArgMin: float, uint8, int8
22 - ACL-NEON backend
23   - ArgMax: int8
24   - ArgMin: float, uint8, int8
25
26 ### nnpackage defines configuration file
27
28 - Allow users to set configuration variable via conf file. For more information, See [nnpackage spec](../../../nnpackage/spec)