Revert "[Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter (#4318...
authorHaichen Shen <shenhaichen@gmail.com>
Wed, 15 Jan 2020 04:03:14 +0000 (20:03 -0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Wed, 15 Jan 2020 04:03:14 +0000 (20:03 -0800)
commit81e03ee7550841844a5faf69492ac83874185283
treee74065f70a854cb6d261dd3aba3e5b74ea79ad4b
parent7f7dc073a9283e7ce8c9826a8441e1d310713017
Revert "[Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter (#4318)" (#4708)

This reverts commit dcf7fbf1f962569e78c624755b2d612fffa81ada.
16 files changed:
python/tvm/autotvm/tophub.py
python/tvm/relay/op/nn/_nn.py
tests/python/relay/test_op_level2.py
topi/python/topi/arm_cpu/conv2d_transpose.py
topi/python/topi/cuda/conv1d_transpose_ncw.py
topi/python/topi/cuda/conv2d_transpose_nchw.py
topi/python/topi/nn/conv1d_transpose.py
topi/python/topi/nn/conv2d_transpose.py
topi/python/topi/testing/conv1d_transpose_ncw_python.py
topi/python/topi/testing/conv2d_transpose_python.py
topi/python/topi/x86/conv2d_transpose.py
topi/tests/python/test_topi_conv1d_transpose_ncw.py
topi/tests/python/test_topi_conv2d_transpose_nchw.py
vta/python/vta/top/vta_conv2d_transpose.py
vta/scripts/tune_conv2d_transpose.py
vta/tests/python/integration/test_benchmark_topi_conv2d_transpose.py