Version 2.19.0
-
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
-
Common
- Disable per-channel quantization of RNN/GRU/LSTM for all HTP backends (df8b875)
-