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 fcd266e8db [Fix][ONNX] No precision widening for numpy binary
operations (#18207)
add 6bc94d0050 [FFI][REFACTOR] Establish ffi.Module in python (#18214)
No new revisions were added by this update.
Summary of changes:
python/tvm/ffi/__init__.py | 5 +
python/tvm/ffi/module.py | 258 +++++++++++++
python/tvm/relax/vm_build.py | 6 +-
python/tvm/runtime/executable.py | 46 ++-
python/tvm/runtime/module.py | 426 +++++----------------
tests/python/runtime/test_runtime_module_export.py | 2 +-
6 files changed, 401 insertions(+), 342 deletions(-)
create mode 100644 python/tvm/ffi/module.py