This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 3ca5c2b [Meta Schedule] Allow Non-strict Population Size in
Evolutionary Search (#10163)
add 95aac92 [Torch] Experimental support for FX-quantized models (#10091)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/pytorch.py | 65 ++++++++++++++------
python/tvm/relay/frontend/pytorch_utils.py | 6 ++
python/tvm/relay/frontend/qnn_torch.py | 84 +++++++++++++++++++------
tests/python/frontend/pytorch/test_forward.py | 4 ++
tests/python/frontend/pytorch/test_fx_quant.py | 85 ++++++++++++++++++++++++++
5 files changed, 208 insertions(+), 36 deletions(-)
create mode 100644 tests/python/frontend/pytorch/test_fx_quant.py