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

Method get_name_scope

tensorflow/tensorflow/python/framework/ops.py:4197–4212  ·  view source on GitHub ↗

Returns the current name scope. For example: ```python with tf.name_scope('scope1'): with tf.name_scope('scope2'): print(tf.compat.v1.get_default_graph().get_name_scope()) ``` would print the string `scope1/scope2`. Returns: A string representing the cu

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testGetNameScopeMethod · 0.80
get_name_scopeFunction · 0.80
_InsertQuantOpFunction · 0.80
summary_scopeFunction · 0.80
summary_writer_functionFunction · 0.80
_enter_scope_uncachedMethod · 0.80
fooMethod · 0.80
testGetNameScopeMethod · 0.80
init_scopeFunction · 0.80
get_name_scopeFunction · 0.80

Calls

no outgoing calls

Tested by 6

testGetNameScopeMethod · 0.64
fooMethod · 0.64
testGetNameScopeMethod · 0.64
callMethod · 0.64