Disable graph optimizations (CSE) in test so that constant nodes are not deduped.
authorYao Zhang <yaozhang@google.com>
Fri, 2 Feb 2018 17:00:41 +0000 (09:00 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 2 Feb 2018 18:52:39 +0000 (10:52 -0800)
commit355c6ac2bdaab1c1748c2a64a851283e205a90ba
tree54934fac6e4c04028556e0fe575a1016c8103b72
parent28c80ca9d230fb8b235044702b1d96f9be6c1f10
Disable graph optimizations (CSE) in test so that constant nodes are not deduped.

PiperOrigin-RevId: 184289685
tensorflow/python/grappler/layout_optimizer_test.py