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

Function get_name_scope

tensorflow/tensorflow/contrib/framework/python/ops/ops.py:58–73  ·  view source on GitHub ↗

Returns the current name scope of the default graph. For example: ```python with tf.name_scope('scope1'): with tf.name_scope('scope2'): print(tf.contrib.framework.get_name_scope()) ``` would print the string `scope1/scope2`. Returns: A string representing the

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

get_name_scopeMethod · 0.80

Tested by

no test coverage detected