tf.raw_ops.RebatchDatasetV2

Creates a dataset that changes the batch size.

Creates a dataset that rebatches elements from input_dataset into new batch sizes.

input_datasetA Tensor of type variant. A variant tensor representing the input dataset.
batch_sizesA Tensor of type int64. A vector of integers representing the size of batches to produce. These values are cycled through in order.
drop_remainderA Tensor of type bool.
output_typesA list of tf.DTypes that has length >= 1.
output_shapesA list of shapes (each a tf.TensorShape or list of ints) that has length >= 1.
nameA name for the operation (optional).

A Tensor of type variant.