tf.contrib.graph_editor.copy_op_handler()

tf.contrib.graph_editor.copy_op_handler(info, op, copy_shape=True)

Copy a tf.Operation.

Args:
  • info: Transform._Info instance.
  • op: the tf.Operation to be copied.
  • copy_shape: also copy the shape of the tensor
Returns:

A copy of op.

doc_TensorFlow
2016-10-14 13:04:54
Comments
Leave a Comment

Please login to continue.