[TF][Relay][Op] Pass module when infer shape (#4287)
authorWei Chen <ipondering.weic@gmail.com>
Mon, 11 Nov 2019 19:22:14 +0000 (11:22 -0800)
committerHaichen Shen <shenhaichen@gmail.com>
Mon, 11 Nov 2019 19:22:14 +0000 (11:22 -0800)
commit10b77ef37adde1ad489e992fad87dc6069deacb1
treebdcca731d6256f64a028212aac046a813d3d687a
parentf823c577215d1b87191e598f6b1d3fef182452e6
[TF][Relay][Op] Pass module when infer shape (#4287)

* [TF][Relay][Op] Pass module when infer shape

* Fix lint

* Improve style

* Add test
python/tvm/relay/frontend/common.py
python/tvm/relay/frontend/tensorflow.py
tests/python/frontend/tensorflow/test_forward.py