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 2de5b1e08c [Relax][PyTorch] Add torch.isin Op Support for Exported
Program and FX graph (#17878)
add 87b37b4d5b Fix onnx expand op (#17900)
add b1d1cdc4a0 [Relax][PyTorch] Support torch.bfloat16 dtype in pytorch
frontend (#17894)
add 47b95ca165 [Relax][FRONTEND][Pytorch] Add fmod support (#17893)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 22 +++++++++--------
.../frontend/torch/base_fx_graph_translator.py | 16 +++++++++++++
.../frontend/torch/exported_program_translator.py | 2 ++
python/tvm/relax/frontend/torch/fx_translator.py | 1 +
.../relax/test_frontend_from_exported_program.py | 28 ++++++++++++++++++++++
tests/python/relax/test_frontend_from_fx.py | 23 ++++++++++++++++++
tests/python/relax/test_frontend_onnx.py | 6 +++++
7 files changed, 88 insertions(+), 10 deletions(-)