Change the meaning of conv3d_transpose output_padding to match conv{1,2}d_transpose...
authorabergeron <abergeron@gmail.com>
Wed, 5 Aug 2020 05:15:21 +0000 (01:15 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 05:15:21 +0000 (01:15 -0400)
commita5bf5c5726b87324900dfc99983790e136dfcdde
tree8917c78819b23f87aa1ddcc8f7bf6c508cc364ca
parentf03c8003687789b305075ece876be241db0944f0
Change the meaning of conv3d_transpose output_padding to match conv{1,2}d_transpose (#6065)

* Change the meaning of output_padding to correspond to conv{1,2}d_transpose

* Fix long lines

* Fix the relay test

* Add missing doc.

* fix size ordering problem
python/tvm/relay/op/strategy/generic.py
python/tvm/topi/cuda/conv3d_transpose_ncdhw.py
python/tvm/topi/nn/conv3d_transpose.py
python/tvm/topi/testing/conv3d_transpose_ncdhw_python.py
python/tvm/topi/x86/conv3d_transpose.py
tests/python/relay/test_op_level2.py
tests/python/topi/python/test_topi_conv3d_transpose_ncdhw.py