quic / aimet

AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
https://quic.github.io/aimet-pages/index.html
Other
2.15k stars 383 forks source link

fix/Fix per-channel quantization bug in multi-output for aimet_onnx #3400

Closed jinhyeokparknota closed 1 month ago

jinhyeokparknota commented 1 month ago
  1. Ignore output connections in branches with multiple outputs to properly track ordered_ops.
  2. Prevent malfunction when multiple outputs have partially overlapping names.