Skip to content

ONE Release 1.25.0

Compare
Choose a tag to compare
@hseok-oh hseok-oh released this 08 Sep 10:11
f0a308f

Release Note 1.25.0

ONE Runtime

  • Support ubuntu 20.04

CPU Backend Operation

  • CPU backend supports per-channel hybrid quantization of int8 type weight and float activation. (TFLite's dynamic range quantization)

On-device Quantization

  • onert supports new experimental API for on-device quantization.
  • As the 1st step, onert supports per-channel hybrid quantization of int8/int16 type weight and float activation.
  • API requires file path to export quantized model.

Minmax Recorder

  • onert` support minmax recording of each layer as experimental feature. It is not supported by API yet.
  • Output file format is HDF5. (File format may change later).