This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 64dd05b0c0 [microNPU] Flatten after allocates have been removed in 
HoistAllocates pass (#10890)
     add 5ec061f976 [QNN] Add per-channel quantization to add/subtract/multiply 
(#10718)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/qnn/attrs.h                      |  19 +++
 python/tvm/relay/op/op_attrs.py                    |   5 +
 python/tvm/relay/qnn/op/qnn.py                     |  63 +++++++++-
 .../transform/fake_quantization_to_integer.py      |   2 +
 src/relay/qnn/op/add.cc                            |  10 +-
 src/relay/qnn/op/mul.cc                            | 138 +++++++++++++++------
 src/relay/qnn/op/op_common.h                       |  76 ++++++++++--
 src/relay/qnn/op/subtract.cc                       |  10 +-
 src/relay/qnn/utils.h                              |   4 +-
 .../contrib/test_arm_compute_lib/test_add.py       |   4 +
 .../test_pass_fake_quantization_to_integer.py      |  95 +++++++++++++-
 11 files changed, 374 insertions(+), 52 deletions(-)

Reply via email to