You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2021/02/02 17:38:37 UTC

[tvm] branch main updated (3635945 -> 0ab9c95)

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

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


    from 3635945  Refactor Dynamic to Static (#7368)
     add 0ab9c95  [Relay][Passes] Iterative A-normal Traversals (#7374)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/expr_functor.h      |  4 ++
 src/relay/analysis/util.cc            | 12 ++++++
 src/relay/ir/expr_functor.cc          | 22 +++++++++++
 src/relay/transforms/de_duplicate.cc  | 20 ++++++++--
 src/relay/transforms/fold_constant.cc | 36 ++++++++++++------
 src/relay/transforms/fuse_ops.cc      | 52 +++++++++++++++++++++-----
 src/relay/transforms/type_infer.cc    | 70 ++++++++++++++++++++++++++---------
 7 files changed, 175 insertions(+), 41 deletions(-)