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, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
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
-