Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope.py111 def arg_scope(list_ops_or_scope, **kwargs): argument
130 if isinstance(list_ops_or_scope, dict):
135 current_scope = list_ops_or_scope.copy()
143 if not isinstance(list_ops_or_scope, (list, tuple)):
148 for op in list_ops_or_scope: