Make graph's name scope thread local so that two threads opening the same scope don...
authorPriya Gupta <priyag@google.com>
Wed, 21 Mar 2018 06:07:37 +0000 (23:07 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 21 Mar 2018 06:10:43 +0000 (23:10 -0700)
commitd5d74b0aaaa221ad64aa1d86cb8428df2b885cf7
tree1907f9b7d4521e4750d97053b1099b7f98844955
parent73d17507de23db1c843de587441a958342c2f1e7
Make graph's name scope thread local so that two threads opening the same scope don't get nested under each other.

PiperOrigin-RevId: 189865854
tensorflow/python/framework/ops.py
tensorflow/python/framework/ops_test.py