Turns off the copy-on-read mode.
tf.raw_ops.DisableCopyOnRead(
resource, name=None
)
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.
Args | |
---|---|
resource
|
A Tensor of type resource .
The resource handle of the resource variable.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
The created Operation. |