You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/08/12 03:36:55 UTC

[tvm] branch main updated (3cb57d20a0 -> e3e65ce581)

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

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 3cb57d20a0 [TVMScript] Printer Frame (#12366)
     add e3e65ce581 Add Python function to get type index by class (#12393)

No new revisions were added by this update.

Summary of changes:
 python/tvm/_ffi/__init__.py        |  2 +-
 python/tvm/_ffi/_ctypes/object.py  | 11 ++++++++++-
 python/tvm/_ffi/_cython/object.pxi |  8 +++++++-
 python/tvm/_ffi/registry.py        | 21 +++++++++++++++++++--
 4 files changed, 37 insertions(+), 5 deletions(-)