This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 283fecbd6e [REFACTOR] Phase out legacy rust ffi (#17939)
add b818183aad [Relax][PyTorch] Add AvgPool 1D and 3D Op Support for
Exported Program and FX graph (#17921)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/base_fx_graph_translator.py | 95 ++++-
.../frontend/torch/exported_program_translator.py | 2 +
python/tvm/relax/frontend/torch/fx_translator.py | 22 +
python/tvm/relax/op/nn/nn.py | 4 +-
.../relax/test_frontend_from_exported_program.py | 192 +++++++++
tests/python/relax/test_frontend_from_fx.py | 196 +++++++++
tests/python/relax/test_op_nn_pooling.py | 466 +++++++++++++++++++++
7 files changed, 974 insertions(+), 3 deletions(-)