You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zi...@apache.org on 2021/06/04 12:49:19 UTC

[tvm] branch main updated (c7f1b45 -> 0429c63)

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

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


    from c7f1b45  Onnx eyelike (#8191)
     add 0429c63  Complete register op from python (#8079)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/op.h                   |  14 +++-
 python/tvm/ir/__init__.py             |   2 +-
 python/tvm/ir/op.py                   |  70 +++++++++++++++---
 python/tvm/relay/op/op.py             |  35 +++++++++
 src/ir/op.cc                          |  65 ++++++++++++++++-
 tests/python/relay/test_ir_op.py      |  20 ++++--
 tests/python/relay/test_type_infer.py | 129 ++++++++++++++++++++++++++++++++++
 7 files changed, 318 insertions(+), 17 deletions(-)