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 eb4eb3e88d [FFI] bump to latest version (#18654)
add 2b4b58d217 [Relax][Onnx][Resize] Handle non-4D input tensors (#18666)
add c866abc43c [Relax] Fix wrong memory planning when only lower bound was
provided (#18663)
add fbc7f1ea16 [Relax] Replace topi.take with relax.op.take (#18665)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 73 ++++--
src/relax/transform/static_plan_block_memory.cc | 11 +-
tests/python/relax/test_frontend_onnx.py | 35 +++
.../test_transform_static_plan_block_memory.py | 263 +++++++++++++++++++--
4 files changed, 334 insertions(+), 48 deletions(-)