This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 4c2249db91 [CI] Remove hardcoded user and repo values (#18549)
add 5138efcfff [Relax][PyTorch] Unify dtype used in conv2d tests (#18553)
add 6cf49e6ee3 [Relax][PyTorch] Enhance scale_factor handling in
interpolation (#18550)
add 0d9d178342 [MISC] Fix duplicate `PresburgerSetNode` registration when
`USE_MLIR=ON` and MLIR >= 15.0 (#18555)
add dcecb86291 [Docs] Improve static shape tuning parameter configuration
(follow-up to commit c71aefc) (#18545)
add 2b4a1e2fef [Relax][Frontend] Introduce ModuleDict (#18551)
No new revisions were added by this update.
Summary of changes:
docs/how_to/tutorials/e2e_opt_model.py | 29 +++++++++-
python/tvm/relax/frontend/nn/__init__.py | 2 +-
python/tvm/relax/frontend/nn/core.py | 61 +++++++++++++++++++++
python/tvm/relax/frontend/nn/visitor.py | 40 ++++++++++++--
.../frontend/torch/exported_program_translator.py | 18 +++----
python/tvm/relax/pipeline.py | 21 +++++++-
src/arith/presburger_set.cc | 8 +--
.../relax/test_frontend_from_exported_program.py | 51 ++++++++++++++++++
tests/python/relax/test_frontend_nn_modules.py | 17 ++++++
tests/python/relax/test_frontend_nn_mutator.py | 63 +++++++++++++++++++++-
tests/python/relax/test_op_gradient_numeric.py | 11 ++--
11 files changed, 292 insertions(+), 29 deletions(-)