Merge pull request #35128 from minoring:padded-batch-docstring

PiperOrigin-RevId: 288034743
Change-Id: I8b7db93d5ba7d072b9642ca909ad2af9b802d53f
This commit is contained in:
TensorFlower Gardener 2020-01-03 12:58:02 -08:00
commit 0b3b55a984

View File

@ -1389,7 +1389,7 @@ class DatasetV2(tracking_base.Trackable, composite_tensor.CompositeTensor):
Unlike `tf.data.Dataset.batch`, the input elements to be batched may have
different shapes, and this transformation will pad each component to the
respective shape in `padding_shapes`. The `padding_shapes` argument
respective shape in `padded_shapes`. The `padded_shapes` argument
determines the resulting shape for each dimension of each component in an
output element: