Skip to content

ONE Release 1.29.0

Compare
Choose a tag to compare
@mhs4670go mhs4670go released this 29 Aug 14:51
1eabd3f

Release Note 1.29.0

ONE Compiler

  • Support more optimization option(s): --transform_sqrt_div_to_rsqrt_mul, --fold_mul,
    --fuse_add_to_fullyconnected_bias, --fuse_mul_to_fullyconnected_weights,
    --fuse_mul_with_fullyconnected.
  • Add more optimization: CanonicalizePass.
  • tflite2circle supports more data types: FLOAT64, UINT64, UINT32, UINT16.
  • luci-interpreter supports more data types on some ops.
  • Support multiple option names in command schema.