You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/07/14 01:36:51 UTC

[tvm] branch last-successful updated (261de5302f -> a9c610f1c0)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 261de5302f [Collage] CombinerRule and CandidatePartition::EstimateCost (#12078)
     add a9c610f1c0 [TVMScript] Add ObjectPath class (#11977)

No new revisions were added by this update.

Summary of changes:
 include/tvm/node/object_path.h            | 282 +++++++++++++++++++++++++++
 python/tvm/runtime/object_path.py         | 124 ++++++++++++
 src/node/object_path.cc                   | 310 ++++++++++++++++++++++++++++++
 tests/python/unittest/test_object_path.py | 149 ++++++++++++++
 4 files changed, 865 insertions(+)
 create mode 100644 include/tvm/node/object_path.h
 create mode 100644 python/tvm/runtime/object_path.py
 create mode 100644 src/node/object_path.cc
 create mode 100644 tests/python/unittest/test_object_path.py