Searched defs:window_len (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
H A Dreference_util.cc183 int64 window_len, int64 stride,
186 return window_util::StridedBound(unpadded_width, window_len, stride);
182 WindowCount(int64 unpadded_width, int64 window_len, int64 stride, Padding padding) argument

Completed in 115 milliseconds