Ensure zeros constant created is dominated by Switch node of cond context.
authorJacques Pienaar <jpienaar@google.com>
Wed, 14 Mar 2018 22:02:20 +0000 (15:02 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 14 Mar 2018 22:07:04 +0000 (15:07 -0700)
commita12d5cc7d5aa3d159312424a2b84d33a7648775d
tree23db9dd4a205906c43e3d472e44f285e0b04674a
parent5ac329bd86e400d47155e0c890669f4ee688771d
Ensure zeros constant created is dominated by Switch node of cond context.

All values entering control flow context either has to be via a switch or dominated by one.

PiperOrigin-RevId: 189092017
tensorflow/python/kernel_tests/control_flow_ops_py_test.py
tensorflow/python/ops/control_flow_ops.py