Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
def
_get_arg_stack():
80
if
_ARGSTACK:
81
return
_ARGSTACK
82
else
:
83
_ARGSTACK.append({})
84
return
_ARGSTACK
85
86
87
def
current_arg_scope():
Callers
2
current_arg_scope
Function · 0.85
arg_scope
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected