You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/01/11 04:01:30 UTC

[tvm] branch main updated (7a50d52 -> e4d0181)

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

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


    from 7a50d52  Add support for aten::dot (#9893)
     add e4d0181  Add a JSON converter for 0.7 -> 0.8 and 0.8 -> 0.9 (#9874)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/expr.h                   |   1 +
 include/tvm/relay/adt.h                 |   1 +
 include/tvm/relay/expr.h                |   9 +++
 include/tvm/relay/function.h            |   1 +
 python/tvm/ir/json_compact.py           | 128 ++++++++++++++++++++++----------
 tests/python/relay/test_json_compact.py |  62 ++++++++++++++++
 6 files changed, 164 insertions(+), 38 deletions(-)