Class DisableCopyOnRead
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.io.DisableCopyOnRead
- All Implemented Interfaces:
Op
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DisableCopyOnReadFactory method to create a class wrapping a new DisableCopyOnRead operation.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
DisableCopyOnRead
-
-
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 scoperesource- The resource handle of the resource variable.- Returns:
- a new instance of DisableCopyOnRead
-