This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 688b0825e2 [ci][docker] Regenerate Jenkinsfile on each run (#11886)
add 97b3076c35 [QNN] Add hardswish int8 impl using table lookup (#11700)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/qnn_torch.py | 29 ++++++++++++------
python/tvm/relay/qnn/op/legalizations.py | 7 +++++
python/tvm/relay/qnn/op/qnn.py | 35 ++++++++++++++++++++++
.../transform/fake_quantization_to_integer.py | 1 +
src/relay/qnn/op/unary_elementwise_op.cc | 4 +++
src/relay/transforms/pattern_utils.h | 10 +++++++
tests/python/frontend/pytorch/qnn_test.py | 17 ++++-------
.../python/relay/test_op_qnn_unary_elementwise.py | 9 ++++++
8 files changed, 91 insertions(+), 21 deletions(-)