Home
last modified time | relevance | path

Searched refs:switch_to_thread_local (Results 1 – 13 of 13) 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()
643 ops.get_default_graph().switch_to_thread_local()
665 ops.get_default_graph().switch_to_thread_local()
690 ops.get_default_graph().switch_to_thread_local()
717 ops.get_default_graph().switch_to_thread_local()
823 ops.get_default_graph().switch_to_thread_local()
853 ops.get_default_graph().switch_to_thread_local()
926 ops.get_default_graph().switch_to_thread_local()
[all …]
Dfifo_queue_test.py778 ops.get_default_graph().switch_to_thread_local()
807 ops.get_default_graph().switch_to_thread_local()
834 ops.get_default_graph().switch_to_thread_local()
988 ops.get_default_graph().switch_to_thread_local()
1017 ops.get_default_graph().switch_to_thread_local()
1040 ops.get_default_graph().switch_to_thread_local()
1068 ops.get_default_graph().switch_to_thread_local()
1188 ops.get_default_graph().switch_to_thread_local()
1211 ops.get_default_graph().switch_to_thread_local()
1261 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/v1/
Dtensorflow.-graph.pbtxt134 name: "switch_to_thread_local"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-graph.pbtxt134 name: "switch_to_thread_local"
Dtensorflow.__internal__.-func-graph.pbtxt231 name: "switch_to_thread_local"
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_run.py146 ops.get_default_graph().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/framework/
Dops_test.py1911 g.switch_to_thread_local()
1959 g.switch_to_thread_local()
2023 g.switch_to_thread_local()
Dops.py3043 self.switch_to_thread_local()
5067 def switch_to_thread_local(self): member in Graph