Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Ddense_update_ops_no_tsan_test.py39 ops.get_default_graph().switch_to_thread_local()
69 ops.get_default_graph().switch_to_thread_local()
104 ops.get_default_graph().switch_to_thread_local()
134 ops.get_default_graph().switch_to_thread_local()
Dpadding_fifo_queue_test.py125 ops.get_default_graph().switch_to_thread_local()
154 ops.get_default_graph().switch_to_thread_local()
195 ops.get_default_graph().switch_to_thread_local()
641 ops.get_default_graph().switch_to_thread_local()
663 ops.get_default_graph().switch_to_thread_local()
688 ops.get_default_graph().switch_to_thread_local()
715 ops.get_default_graph().switch_to_thread_local()
821 ops.get_default_graph().switch_to_thread_local()
851 ops.get_default_graph().switch_to_thread_local()
924 ops.get_default_graph().switch_to_thread_local()
[all …]
Dfifo_queue_test.py775 ops.get_default_graph().switch_to_thread_local()
804 ops.get_default_graph().switch_to_thread_local()
831 ops.get_default_graph().switch_to_thread_local()
984 ops.get_default_graph().switch_to_thread_local()
1013 ops.get_default_graph().switch_to_thread_local()
1036 ops.get_default_graph().switch_to_thread_local()
1064 ops.get_default_graph().switch_to_thread_local()
1184 ops.get_default_graph().switch_to_thread_local()
1207 ops.get_default_graph().switch_to_thread_local()
1257 ops.get_default_graph().switch_to_thread_local()
[all …]
Dpriority_queue_test.py75 ops.get_default_graph().switch_to_thread_local()
124 ops.get_default_graph().switch_to_thread_local()
177 ops.get_default_graph().switch_to_thread_local()
236 ops.get_default_graph().switch_to_thread_local()
Dsparse_conditional_accumulator_test.py274 ops.get_default_graph().switch_to_thread_local()
309 ops.get_default_graph().switch_to_thread_local()
347 ops.get_default_graph().switch_to_thread_local()
390 ops.get_default_graph().switch_to_thread_local()
429 ops.get_default_graph().switch_to_thread_local()
Dconditional_accumulator_test.py407 ops.get_default_graph().switch_to_thread_local()
436 ops.get_default_graph().switch_to_thread_local()
472 ops.get_default_graph().switch_to_thread_local()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-graph.pbtxt134 name: "switch_to_thread_local"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph.pbtxt134 name: "switch_to_thread_local"
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_shuffle_queue_test.py48 ops.get_default_graph().switch_to_thread_local()
1246 ops.get_default_graph().switch_to_thread_local()
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy.py116 ops.get_default_graph().switch_to_thread_local()
/external/tensorflow/tensorflow/python/framework/
Dops_test.py1726 g.switch_to_thread_local()
1774 g.switch_to_thread_local()
1838 g.switch_to_thread_local()
Dops.py2827 self.switch_to_thread_local()
4829 def switch_to_thread_local(self): member in Graph