You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ke...@apache.org on 2020/07/29 17:34:39 UTC

[incubator-tvm] branch master updated (2ce1193 -> 760a547)

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

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


    from 2ce1193  fix bug when converting constant nodes with types of int64 or float64 (#6159)
     add 760a547  [TF] Fix some shape mismatches between TF and Relay (#6166)

No new revisions were added by this update.

Summary of changes:
 src/relay/op/tensor/transform.cc                 | 3 ---
 src/relay/op/tensor/unary.cc                     | 2 +-
 src/relay/transforms/fold_constant.cc            | 2 +-
 tests/python/frontend/tensorflow/test_forward.py | 4 +++-
 tests/python/relay/test_pass_fold_constant.py    | 2 +-
 topi/include/topi/transform.h                    | 5 +----
 topi/tests/python/test_topi_transform.py         | 2 +-
 7 files changed, 8 insertions(+), 12 deletions(-)