Class ParallelBatchDataset.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<ParallelBatchDataset>
org.tensorflow.op.data.ParallelBatchDataset.Inputs
- Enclosing class:
ParallelBatchDataset
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe batchSize inputfinal StringThe deterministic attributeThe dropRemainder inputThe inputDataset inputfinal StringThe metadata attributeThe numParallelCalls inputfinal Shape[]The outputShapes attributefinal DataType[]The outputTypes attributefinal booleanThe parallelCopy attribute -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
inputDataset
-
batchSize
-
numParallelCalls
-
dropRemainder
-
parallelCopy
public final boolean parallelCopyThe parallelCopy attribute -
outputTypes
The outputTypes attribute -
outputShapes
The outputShapes attribute -
deterministic
The deterministic attribute -
metadata
The metadata attribute
-
-
Constructor Details
-
Inputs
-