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.
tf.contrib.graph_editor.copy_op_handler(info, op, copy_shape=True)
Copy a tf.Operation.
info
: Transform._Info instance.op
: the tf.Operation to be copied.copy_shape
: also copy the shape of the tensorA copy of op.
Please login to continue.