This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 59af03c718 [Relax][ONNX] Drop NaN-preservation isnan-where wrappers
(#19847)
add 626a3537e6 [Relax][ONNX] Accept 1-D scalar inputs in NonMaxSuppression
(#19843)
add 093d785e22 [Relax][PyTorch] Add atan2 converter (#19850)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 26 +++++++++++++++++-----
.../frontend/torch/exported_program_translator.py | 1 +
python/tvm/relax/frontend/torch/fx_translator.py | 2 ++
.../relax/test_frontend_from_exported_program.py | 26 ++++++++++++++++++++++
tests/python/relax/test_frontend_from_fx.py | 21 +++++++++++++++++
tests/python/relax/test_frontend_onnx.py | 26 ++++++++++++++++++++++
6 files changed, 96 insertions(+), 6 deletions(-)