tf.contrib.graph_editor.Transformer.new_name(name)
Compute a destination name from a source name.
Args:
-
name
: the name to be "transformed".
Returns:
The transformed name.
Raises:
-
ValueError
: if the source scope is used (that is, not an empty string) and the source name does not belong to the source scope.
Please login to continue.