This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 49756a5 Allow rust tvm build configuration through cargo features
(#8665)
add 11238b5 [Relay][QNN] Support for non scalar zero points in qnn.conv2d
(#8620)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/qnn/op/legalizations.py | 91 ++++++++++++++++++-----
src/relay/qnn/op/convolution.cc | 113 ++++++++++++++++++++++++++---
tests/python/frontend/onnx/test_forward.py | 27 +++----
tests/python/relay/test_op_qnn_conv2d.py | 101 +++++++++++++++++++++++---
4 files changed, 273 insertions(+), 59 deletions(-)