Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope.py79 def _get_arg_stack(): function
88 stack = _get_arg_stack()
137 _get_arg_stack().append(current_scope)
140 _get_arg_stack().pop()
159 _get_arg_stack().append(current_scope)
162 _get_arg_stack().pop()