You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jc...@apache.org on 2021/06/23 09:05:24 UTC

[tvm] branch main updated (9f350d3 -> 35d71b1)

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

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


    from 9f350d3  [Docker] Update tensorflow/tflite/xgboost versions (#8306)
     add 35d71b1  [TVMSCRIPT] add more type support in script function parameter (#8235)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/ty.py                     |   7 ++
 tests/python/unittest/test_tvmscript_ops.py | 107 ++++++++++++++++++++++++++++
 2 files changed, 114 insertions(+)
 create mode 100644 tests/python/unittest/test_tvmscript_ops.py