Class DisableCopyOnRead

java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.io.DisableCopyOnRead
All Implemented Interfaces:
Op

@Operator(group="io") public final class DisableCopyOnRead extends RawOp
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.
  • Field Details

  • Constructor Details

    • DisableCopyOnRead

      public DisableCopyOnRead(Operation operation)
  • Method Details

    • create

      @Endpoint(describeByClass=true) public static DisableCopyOnRead create(Scope scope, Operand<? extends TType> resource)
      Factory method to create a class wrapping a new DisableCopyOnRead operation.
      Parameters:
      scope - current scope
      resource - The resource handle of the resource variable.
      Returns:
      a new instance of DisableCopyOnRead