[Frontend][TensorFlow]TensorFlow Parser Control Flow Enhancement (#5020)
authorYao Wang <kevinthesunwy@gmail.com>
Mon, 23 Mar 2020 17:28:19 +0000 (10:28 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 17:28:19 +0000 (10:28 -0700)
commit7bc0b27ecb4de359243937a4b3954857a64f44fd
treedfdddd1800b3b8a43e70b5da4e73538e166f3db2
parenta422589c36ad11dea7a3b4c94534e36833a12c50
[Frontend][TensorFlow]TensorFlow Parser Control Flow Enhancement (#5020)

* Improve TF control flow major logic

* Pass mod into operator convert function

* Fix LoopBound

* Add more control flow tests

* Add two test cases for stridedslice

* Fix docstring

* Fix lint

* Fix import

* Fix test assert

* Minor fix conv3d

* Add more comments

* Fix for dilation2d

* Change newly added atan

* Change newly added unravel
python/tvm/relay/frontend/common.py
python/tvm/relay/frontend/tensorflow.py
tests/python/frontend/tensorflow/test_control_flow.py
tests/python/frontend/tensorflow/test_debugging.py
tests/python/frontend/tensorflow/test_forward.py