This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from f346c60 Revert "[Torch, QNN] Add support for quantized models via QNN
(#4977)" (#5013)
add 93dff44 [REDO AFTER GH BUG] Add support for quantized models via QNN
(#5016)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/pytorch.py | 88 +++-
python/tvm/relay/frontend/qnn_torch.py | 692 ++++++++++++++++++++++++++
tests/python/frontend/pytorch/qnn_test.py | 455 +++++++++++++++++
tests/python/frontend/pytorch/test_forward.py | 6 +
4 files changed, 1232 insertions(+), 9 deletions(-)
create mode 100644 python/tvm/relay/frontend/qnn_torch.py
create mode 100644 tests/python/frontend/pytorch/qnn_test.py