Remove redundant "no" in ReduceWindow doc

PiperOrigin-RevId: 286922409
Change-Id: I17abe22685d3e90d8333cc7a7a6d7f7469a77727
This commit is contained in:
Yanan Cao 2019-12-23 11:38:11 -08:00 committed by TensorFlower Gardener
parent f66f9bef95
commit f0a8988032

View File

@ -2053,8 +2053,8 @@ window_strides, padding)` </b>
: : : as to have the same output shape :
: : : as input if the stride is 1, or :
: : : Padding\:\:kValid, which uses no :
: : : no padding and "stops" the :
: : : window once it no longer fits) :
: : : padding and "stops" the window :
: : : once it no longer fits) :
Below code and figure shows an example of using `ReduceWindow`. Input is a
matrix of size [4x6] and both window_dimensions and window_stride_dimensions are