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 2020/09/10 16:05:27 UTC

[incubator-tvm] branch master updated (e6374dc -> b81bdee)

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

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


    from e6374dc  Fix broadcast shape (#6422)
     add b81bdee  [Relay] Add Defunctionalization Pass  (#6400)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/transform/transform.py            |  26 ++
 src/relay/transforms/defunctionalization.cc        | 431 +++++++++++++++++++++
 .../python/relay/test_pass_defunctionalization.py  | 226 +++++++++++
 3 files changed, 683 insertions(+)
 create mode 100644 src/relay/transforms/defunctionalization.cc
 create mode 100644 tests/python/relay/test_pass_defunctionalization.py