tf.contrib.framework.prepend_name_scope

tf.contrib.framework.prepend_name_scope(
    name,
    import_scope
)

Defined in tensorflow/python/framework/ops.py.

Prepends name scope to a name.

Args:

  • name: A string name.
  • import_scope: Optional string. Name scope to add.

Returns:

Name with name scope added, or the original name if import_scope is None.