tf.contrib.framework.strip_name_scope

View source on GitHub

Removes name scope from a name.

name A string name.
export_scope Optional string. Name scope to remove.

Name with name scope removed, or the original name if export_scope is None.