Skip to content

Version 2.19.0

Choose a tag to compare

@aimetci aimetci released this 19 Nov 17:33
  • New Features

  • Bug fixes and Improvements

    • ONNX

      • Make LiteMP API percentage float (69f96ff)
      • Set layernorm int16 weight to symmetric by default (8560e13)
      • Automatically insert data movement op output qdq during to_onnx_qdq (15c8b9b)
      • Create LazyExtractor to handle external data for onnx Extractor utils (104e7e8)
      • Tie input/output encodings across maximum Concat subgraph (832ea91)
      • Tie hidden state quantizers of RNN/GRU/LSTM (c18fd05)
    • Torch

      • Fix histogram observer rebinning logic (2c88364)
      • Fix connectedgraph input ordering for non-trivial layer types (2b7b548)
    • Common

      • Disable per-channel quantization of RNN/GRU/LSTM for all HTP backends (df8b875)