MCPcopy Create free account
hub / github.com/alibaba/nann / name_scope

Method name_scope

tensorflow/tensorflow/python/framework/ops.py:4031–4141  ·  view source on GitHub ↗

Returns a context manager that creates hierarchical names for operations. A graph maintains a stack of name scopes. A `with name_scope(...):` statement pushes a new name onto the stack for the lifetime of the context. The `name` argument will be interpreted as follows: * A string

(self, name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_TestFoldConv2dMethod · 0.95
_TestFoldAtrousConv2dMethod · 0.95
_TestWithNameScopeMethod · 0.95
testBasicsMethod · 0.95
testNameScopeMethod · 0.95
__init__Method · 0.45

Calls 3

unique_nameMethod · 0.95
name_from_scope_nameFunction · 0.85
matchMethod · 0.45

Tested by 15

_TestFoldConv2dMethod · 0.76
_TestFoldAtrousConv2dMethod · 0.76
_TestWithNameScopeMethod · 0.76
testBasicsMethod · 0.76
testNameScopeMethod · 0.76
testGetNameScopeMethod · 0.36