[TF CriticalSection] Bugfix when Execute() inside a while_loop has a dep on a Variabl...
authorEugene Brevdo <ebrevdo@google.com>
Wed, 21 Mar 2018 20:28:11 +0000 (13:28 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 21 Mar 2018 20:31:07 +0000 (13:31 -0700)
commit56e5181f340f855e0eef9a4ce25baea5be1aaebc
treec7f506aa50eccf805e6a95264c1d8ab448f55419
parent6741f81b8216862a83703122191a8632fda333a2
[TF CriticalSection] Bugfix when Execute() inside a while_loop has a dep on a Variable outside of it.

PiperOrigin-RevId: 189957569
tensorflow/contrib/framework/python/ops/critical_section_ops.py
tensorflow/contrib/framework/python/ops/critical_section_test.py