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

Class name_scope

tensorflow/tensorflow/python/framework/ops.py:6251–6361  ·  view source on GitHub ↗

A context manager for use when defining a Python op. This context manager validates that the given `values` are from the same graph, makes that graph the default graph, and pushes a name scope in that graph (see `tf.Graph.name_scope` for more details on that). For example, to define a

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

_l1_lossMethod · 0.90
_l2_lossMethod · 0.90
_linear_predictionsMethod · 0.90
predictionsMethod · 0.90
minimizeMethod · 0.90
unregularized_lossMethod · 0.90
regularized_lossMethod · 0.90
__init__Method · 0.90
init_scopeFunction · 0.70
op_scopeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected