You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by lm...@apache.org on 2020/11/23 03:56:26 UTC

[incubator-tvm] branch main updated (5697440 -> dc72204)

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

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


    from 5697440  [DOCS] Improve windows build instruction via conda (#6944)
     add dc72204  [Relay] Add DefuseOps pass (#6946)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/transform/transform.py    | 12 ++++
 src/relay/transforms/defuse_ops.cc         | 88 ++++++++++++++++++++++++++++++
 tests/python/relay/test_pass_defuse_ops.py | 68 +++++++++++++++++++++++
 tests/python/relay/test_pass_fuse_ops.py   |  2 -
 4 files changed, 168 insertions(+), 2 deletions(-)
 create mode 100644 src/relay/transforms/defuse_ops.cc
 create mode 100644 tests/python/relay/test_pass_defuse_ops.py