[Relay][Frontend][Tensorflow]Add conv2d_transpose (#4300)
authoroptima2005 <56945758+optima2005@users.noreply.github.com>
Mon, 18 Nov 2019 01:24:44 +0000 (09:24 +0800)
committerYizhi Liu <liuyizhi@apache.org>
Mon, 18 Nov 2019 01:24:44 +0000 (17:24 -0800)
commit2baf310e9833266c4c85d1ded585dd00733ed1e2
tree82b4127830fa788fc63052e2b227de7adbc4c72f
parent9955602d389031d34fcb20ef8df280896f0d7059
[Relay][Frontend][Tensorflow]Add conv2d_transpose (#4300)

* [Relay][Frontend][Tensorflow]Add conv2d_transpose

* add transformation from NHWC to NCHW to compatible with TVM conv2d_transpose implementation

* remove 'dilations' paramater to compitable with TF1.3
python/tvm/relay/frontend/tensorflow.py
tests/python/frontend/tensorflow/test_forward.py