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