Class MapAndBatchDataset.Inputs
- Enclosing class:
MapAndBatchDataset
-
Field Summary
FieldsModifier and TypeFieldDescriptionA scalar representing the number of elements to accumulate in a batch.A scalar representing whether the last batch should be dropped in case its size is smaller than desired.A variant tensor representing the input dataset.final StringThe metadata attributeA scalar representing the maximum number of parallel invocations of themap_fnfunction.A list of tensors, typically values that were captured when building a closure forf.final Shape[]The outputShapes attributefinal DataType[]The outputTypes attributefinal booleanThe preserveCardinality attributefinal DataType[]The Targuments attribute -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
inputDataset
-
otherArguments
-
batchSize
-
numParallelCalls
-
dropRemainder
-
Targuments
The Targuments attribute -
outputTypes
The outputTypes attribute -
outputShapes
The outputShapes attribute -
preserveCardinality
public final boolean preserveCardinalityThe preserveCardinality attribute -
metadata
The metadata attribute
-
-
Constructor Details
-
Inputs
-