You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2020/11/06 19:43:02 UTC

[incubator-tvm] branch main updated (a6c29b2 -> 3cf997a)

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

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


    from a6c29b2  fix first-order AD on tuple arguments (#6827)
     add 3cf997a  [Relay] Mix mode type inference (#6704)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/expr_functor.h   | 68 ++++++++++++++++++++++++++++++++++++++
 src/relay/ir/expr_functor.cc       | 68 --------------------------------------
 src/relay/op/algorithm/topk.cc     |  2 +-
 src/relay/transforms/type_infer.cc | 51 +++++++++++++++++++++++-----
 4 files changed, 112 insertions(+), 77 deletions(-)