Merge pull request #44027 from ibeauregard:drop-remainder-doc
PiperOrigin-RevId: 338092955 Change-Id: I0c4d51df5c6efe486f55823e74a151a9e9ae25db
This commit is contained in:
commit
101df483a5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user