You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2020/01/11 00:24:59 UTC

[incubator-tvm] branch master updated (4073125 -> dcf7fbf)

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

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


    from 4073125  [Bugfix] fskip of EliminateCommonSubexpr cannot always return false (#4620)
     add dcf7fbf  [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter (#4318)

No new revisions were added by this update.

Summary of changes:
 python/tvm/autotvm/tophub.py                       |  6 +++---
 python/tvm/relay/op/nn/_nn.py                      | 12 ++++-------
 tests/python/relay/test_op_level2.py               | 25 +++++++++++-----------
 topi/python/topi/arm_cpu/conv2d_transpose.py       | 21 ++++++++++++------
 topi/python/topi/cuda/conv1d_transpose_ncw.py      |  7 +++---
 topi/python/topi/cuda/conv2d_transpose_nchw.py     | 12 ++++++-----
 topi/python/topi/nn/conv1d_transpose.py            |  6 ++++--
 topi/python/topi/nn/conv2d_transpose.py            | 24 ++++++++++++---------
 .../topi/testing/conv1d_transpose_ncw_python.py    |  7 +++---
 .../python/topi/testing/conv2d_transpose_python.py | 17 +++++++++------
 topi/python/topi/x86/conv2d_transpose.py           |  4 ++--
 .../tests/python/test_topi_conv1d_transpose_ncw.py |  2 +-
 .../python/test_topi_conv2d_transpose_nchw.py      | 18 +++++++++-------
 vta/python/vta/top/vta_conv2d_transpose.py         | 16 ++++++++------
 vta/scripts/tune_conv2d_transpose.py               | 19 ++++++++++------
 .../test_benchmark_topi_conv2d_transpose.py        | 16 ++++++++------
 16 files changed, 120 insertions(+), 92 deletions(-)