This is an automated email from the ASF dual-hosted git repository.
wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 31803e6ec7 [LLVM] Lack of DWARF type is not an error (#16748)
add 1cccc3b5d6 [SLM] Allow modules to define pre-processing of weights
(#16757)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/nn/core.py | 17 +-
python/tvm/relax/frontend/nn/exporter.py | 40 +-
tests/python/relax/test_frontend_nn_exporter.py | 443 +++++++++++++++++++++
.../python/relax/test_frontend_nn_extern_module.py | 10 +-
tests/python/relax/test_frontend_nn_modules.py | 3 +-
tests/python/relax/test_frontend_nn_op.py | 27 +-
tests/python/relax/test_frontend_nn_packing.py | 3 +-
tests/python/relax/test_frontend_nn_subroutines.py | 13 +-
8 files changed, 498 insertions(+), 58 deletions(-)
create mode 100644 tests/python/relax/test_frontend_nn_exporter.py