Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py1846 def thread_fn(graph, main_thread_scope): argument
1849 with variable_scope.variable_scope(main_thread_scope):
1860 with variable_scope.variable_scope("main") as main_thread_scope:
1862 target=thread_fn, args=(graph, main_thread_scope))