Class FinalizeDataset
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.data.FinalizeDataset
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classOptional attributes forFinalizeDataset -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasOutput()Returns the symbolic handle of the tensor.static FinalizeDatasetcreate(Scope scope, Operand<? extends TType> inputDataset, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes, FinalizeDataset.Options... options) Factory method to create a class wrapping a new FinalizeDataset operation.handle()Gets handle.static FinalizeDataset.OptionshasCapturedRef(Boolean hasCapturedRef) Sets the hasCapturedRef option.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
FinalizeDataset
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static FinalizeDataset create(Scope scope, Operand<? extends TType> inputDataset, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes, FinalizeDataset.Options... options) Factory method to create a class wrapping a new FinalizeDataset operation.- Parameters:
scope- current scopeinputDataset- A variant tensor representing the input dataset.outputTypes- The value of the outputTypes attributeoutputShapes- The value of the outputShapes attributeoptions- carries optional attribute values- Returns:
- a new instance of FinalizeDataset
-
hasCapturedRef
Sets the hasCapturedRef option.- Parameters:
hasCapturedRef- the hasCapturedRef option- Returns:
- this Options instance.
-
handle
-
asOutput
Description copied from interface:OperandReturns the symbolic handle of the tensor.Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
-