Merge pull request from ibeauregard:drop-remainder-doc

PiperOrigin-RevId: 338092955
Change-Id: I0c4d51df5c6efe486f55823e74a151a9e9ae25db
This commit is contained in:
TensorFlower Gardener 2020-10-20 11:04:06 -07:00
commit 101df483a5

View File

@ -2070,7 +2070,7 @@ name=None))
stride of the input elements in the sliding window. Must be positive.
The default value of 1 means "retain every input element".
drop_remainder: (Optional.) A `tf.bool` scalar `tf.Tensor`, representing
whether the last window should be dropped if its size is smaller than
whether the last windows should be dropped if their size is smaller than
`size`.
Returns: