tf.contrib.graph_editor.Transformer.new_name()

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.
doc_TensorFlow
2016-10-14 13:05:18
Comments
Leave a Comment

Please login to continue.