Home
last modified time | relevance | path

Searched refs:StridedBound (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dwindow_util.h88 int64 StridedBound(int64 bound, int64 window_size, int64 stride);
Dreference_util.cc153 return window_util::StridedBound(unpadded_width, window_len, stride); in WindowCount()
170 window_util::StridedBound(padded_width, window[i], stride[i]); in ReduceWindow1DGeneric()
215 window_util::StridedBound(padded_width, window[i], stride[i]); in ReduceWindow2DGeneric()
324 window_util::StridedBound(padded_width, window[i], stride[i]); in ReduceWindow4DGeneric()
Dwindow_util.cc229 int64 StridedBound(int64 bound, int64 window_size, int64 stride) { in StridedBound() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc214 output_dimensions[i] = window_util::StridedBound( in InferWindowOutputShape()