Avoid rebuilding the graph for every run.
authorJacques Pienaar <jpienaar@google.com>
Wed, 9 May 2018 18:06:45 +0000 (11:06 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 9 May 2018 18:28:40 +0000 (11:28 -0700)
commit49fd93aba815f9f74f167c935da42d85e8de0ca0
treee157bdd1daa324e83c288ed3cf3942f79d94052b
parentd8d0be5bd371096403684a03e8bc3b386a59fddb
Avoid rebuilding the graph for every run.

* Use placeholder to avoid building the graph for every run in testIf.
* Update file comment.

PiperOrigin-RevId: 195997713
tensorflow/python/kernel_tests/functional_ops_test.py