You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/01/09 17:13:10 UTC

[incubator-tvm] branch master updated (8a98a2e -> 78243e9)

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

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


    from 8a98a2e  [Relay/Topi][Op] 1D Pooling (#4663)
     add 78243e9  [REFACTOR] relay::Module Def -> TypeDef (#4665)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/module.h         | 22 ++++++++++++----------
 src/relay/ir/alpha_equal.cc        |  2 +-
 src/relay/ir/module.cc             | 26 +++++++++++++-------------
 src/relay/pass/eta_expand.cc       |  2 +-
 src/relay/pass/kind_check.cc       |  2 +-
 src/relay/pass/match_exhaustion.cc |  2 +-
 src/relay/pass/type_infer.cc       |  2 +-
 src/relay/pass/util.cc             |  2 +-
 8 files changed, 31 insertions(+), 29 deletions(-)