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 9cb6705f99 [FFI] Enhance FFI Object exception safety during init
(#18050)
add fa46d7a0bc Add support for hamming_window op (#18036)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/exported_program_translator.py | 18 ++++++++
python/tvm/relax/op/__init__.py | 1 +
python/tvm/relax/op/create.py | 35 ++++++++++++++
python/tvm/relax/transform/legalize_ops/create.py | 11 +++++
python/tvm/script/ir_builder/relax/ir.py | 2 +
python/tvm/topi/transform.py | 45 ++++++++++++++++++
src/relax/op/tensor/create.cc | 53 ++++++++++++++++++++++
src/relax/op/tensor/create.h | 14 ++++++
.../relax/test_frontend_from_exported_program.py | 27 +++++++++++
9 files changed, 206 insertions(+)