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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.