MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _get_arg_stack

Function _get_arg_stack

tensorflow/contrib/framework/python/ops/arg_scope.py:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78
79def _get_arg_stack():
80 if _ARGSTACK:
81 return _ARGSTACK
82 else:
83 _ARGSTACK.append({})
84 return _ARGSTACK
85
86
87def current_arg_scope():

Callers 2

current_arg_scopeFunction · 0.85
arg_scopeFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected