tf.contrib.framework.prepend_name_scope

View source on GitHub

Prepends name scope to a name.

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

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