This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch ffi-module
in repository https://gitbox.apache.org/repos/asf/tvm.git


    omit 02919c75a0 [FFI] Formalize ffi.Module
     add a493c5707c [ONNX][FRONTEND][Fix] Update Resize to accept ShapeExpr 
(#18209)
     add b8eb80b968 [FFI] Formalize ffi.Module (#18213)
     new fe1d6384e0 [FFI][REFACTOR] Establish ffi.Module in python

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (02919c75a0)
            \
             N -- N -- N   refs/heads/ffi-module (fe1d6384e0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/tvm/ffi/__init__.py                         |   5 +
 python/tvm/ffi/module.py                           | 257 ++++++++++++
 python/tvm/relax/frontend/onnx/onnx_frontend.py    |  19 +-
 python/tvm/relax/vm_build.py                       |   6 +-
 python/tvm/runtime/executable.py                   | 209 ++++++++--
 python/tvm/runtime/module.py                       | 443 +--------------------
 tests/python/runtime/test_runtime_module_export.py |   2 +-
 7 files changed, 472 insertions(+), 469 deletions(-)
 create mode 100644 python/tvm/ffi/module.py

Reply via email to