Searched refs:main_thread_scope (Results 1 – 1 of 1) sorted by relevance
1891 def thread_fn(graph, main_thread_scope): argument1894 with variable_scope.variable_scope(main_thread_scope):1905 with variable_scope.variable_scope("main") as main_thread_scope:1907 target=thread_fn, args=(graph, main_thread_scope))