From f0a898803214897108ae083dbcf0956c549eccf6 Mon Sep 17 00:00:00 2001 From: Yanan Cao Date: Mon, 23 Dec 2019 11:38:11 -0800 Subject: [PATCH] Remove redundant "no" in ReduceWindow doc PiperOrigin-RevId: 286922409 Change-Id: I17abe22685d3e90d8333cc7a7a6d7f7469a77727 --- tensorflow/compiler/xla/g3doc/operation_semantics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/compiler/xla/g3doc/operation_semantics.md b/tensorflow/compiler/xla/g3doc/operation_semantics.md index ee7b2b20928..0185bb4bb2f 100644 --- a/tensorflow/compiler/xla/g3doc/operation_semantics.md +++ b/tensorflow/compiler/xla/g3doc/operation_semantics.md @@ -2053,8 +2053,8 @@ window_strides, padding)` : : : 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