[TF] Support symbolic inputs of Fill (#5762)
authorlixiaoquan <radioheads@163.com>
Fri, 12 Jun 2020 17:42:13 +0000 (01:42 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 17:42:13 +0000 (10:42 -0700)
commit65224d9a67fc93919421e485771ec67e50c58543
treefbdde9503faf47fe04b3b991c295ea7a30de0a9e
parent9a3b6b2a5294d695ab6ce960811658fb122e4ce2
[TF] Support symbolic inputs of Fill (#5762)

* [TF] Support symbolic inputs of Fill

* Rebase and simplify. Value has been converted to constant if it is
tf.Constant
python/tvm/relay/frontend/tensorflow.py
tests/python/frontend/tensorflow/test_forward.py