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 c3281c04d4 [Script] Add support for merging block annotations (#18079)
add 6ff3efab70 add support for softsign op (#18075)
add 8327a8cb9f [Relax][ONNX] Update ReduceL1 to opset 18 (#18072)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 23 ++++
.../frontend/torch/base_fx_graph_translator.py | 6 +
.../frontend/torch/exported_program_translator.py | 1 +
.../relax/test_frontend_from_exported_program.py | 32 +++++
tests/python/relax/test_frontend_onnx.py | 153 +++++++++++++++++++--
5 files changed, 201 insertions(+), 14 deletions(-)