Home
last modified time | relevance | path

Searched refs:switch_to_thread_local (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph.pbtxt134 name: "switch_to_thread_local"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-graph.pbtxt134 name: "switch_to_thread_local"
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy.py108 ops.get_default_graph().switch_to_thread_local()
/external/tensorflow/tensorflow/python/framework/
Dops_test.py1405 g.switch_to_thread_local()
1453 g.switch_to_thread_local()
1517 g.switch_to_thread_local()
Dops.py3074 self.switch_to_thread_local()
4933 def switch_to_thread_local(self): member in Graph