Support reshape for dynamic shape in tf converter (#4185)
authorYao Wang <kevinthesunwy@gmail.com>
Sat, 2 Nov 2019 03:10:21 +0000 (20:10 -0700)
committerZhi <5145158+zhiics@users.noreply.github.com>
Sat, 2 Nov 2019 03:10:21 +0000 (20:10 -0700)
commite9039d04522a003f5d9f8d7dec3d21cfddad3531
treecf4d97215545198488fc41ed64a276a73a18a1ff
parent9a3d2ec97cba92697a032ec32fecd122a34ecfa5
Support reshape for dynamic shape in tf converter (#4185)

* Support reshape for dynamic shape in tf converter

* Only allow reshape directly after shape function for symbolic input shape

* Fix lint
python/tvm/relay/frontend/tensorflow.py
tests/python/frontend/tensorflow/test_forward.py