MCPcopy 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
393def scope_finalize(scope):
394 if scope and scope[-1] != "/":
395 scope += "/"
396 return scope
397
398
399def scope_dirname(scope):

Callers 2

placeholder_nameFunction · 0.85
find_corresponding_elemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected