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 2019/12/28 20:05:25 UTC

[incubator-tvm] branch master updated (3227614 -> 227c7af)

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 3227614  fix tf.compat.v1 issue for tf verison <=1.12 (#4593)
     add 227c7af  [FRONTEND][TF] conv2d_transpose 'SAME' support kernel more than 1x1 (#4484)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tensorflow.py          | 47 +++++++++++++++---------
 src/relay/op/nn/convolution.cc                   | 16 +++++++-
 tests/python/frontend/tensorflow/test_forward.py | 24 ++++++++++++
 topi/python/topi/cuda/conv2d_transpose_nchw.py   |  2 +
 topi/python/topi/nn/util.py                      |  9 ++++-
 5 files changed, 77 insertions(+), 21 deletions(-)