tf.raw_ops.DisableCopyOnRead

Turns off the copy-on-read mode.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.DisableCopyOnRead

Turns off the copy-on-read mode of a resource variable. If the variable is not in copy-on-read mode, this op has no effect.

resource A Tensor of type resource. The resource handle of the resource variable.
name A name for the operation (optional).

The created Operation.