tf.raw_ops.DisableCopyOnRead

Turns off the copy-on-read mode.

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.