Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ scope_finalize
Function
scope_finalize
tensorflow/contrib/graph_editor/util.py:393–396 ·
view source on GitHub ↗
(scope)
Source
from the content-addressed store, hash-verified
391
392
393
def
scope_finalize(scope):
394
if
scope and scope[-1] !=
"/"
:
395
scope +=
"/"
396
return
scope
397
398
399
def
scope_dirname(scope):
Callers
2
placeholder_name
Function · 0.85
find_corresponding_elem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected