Skip to content

ONE Release 1.11.0

Compare
Choose a tag to compare
@chunseoklee chunseoklee released this 16 Nov 07:17
· 3 commits to release/1.11.0 since this release
23f78ee

Release Note 1.11.0

ONE Compiler

Compiler supports more operations

  • MaxPoolWithArgMax by CustomOp

Changes

  • one-build command added as representative command
  • one-cmds are now revised to python script and supports configuration file as input parameters
  • added rawdata2hdf5 tool to help creating input datasets for calibration
  • added more optimization passes in one-optimize; fuse_preactivation_batchnorm, make_batchnorm_gamma_positive and fuse_activation_function

ONE Runtime

Runtime backend operation supports more operations and types

  • CPU backend
    • float: AddN, Floor, UniDirectionalSequenceLSTM
    • uint8: Dequantize, Rank
    • int8: Dequantize, Rank, Shape