[Relay][Frontend][TF] Fix transpose when axes is not a param (#4327)
authorJon Soifer <soiferj@gmail.com>
Fri, 15 Nov 2019 03:52:40 +0000 (19:52 -0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Fri, 15 Nov 2019 03:52:40 +0000 (19:52 -0800)
commit1e2c525bb371027910f60a850cbc0f9c60061a7c
tree8eb1218696137ba4f51306539d42daef65968569
parent72821b20750a7113acafc170ca40103deba00aa1
[Relay][Frontend][TF] Fix transpose when axes is not a param (#4327)

* [Relay][Frontend][TF] Use _infer_value_simulated when axes is not a const to Transpose

* uncomment tests

* dummy change to retrigger ci
python/tvm/relay/frontend/tensorflow.py
tests/python/frontend/tensorflow/test_forward.py