Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dwindow_util.h91 int64 StridedBound(int64 bound, int64 window_size, int64 stride);
Dwindow_util.cc248 int64 StridedBound(int64 bound, int64 window_size, int64 stride) { in StridedBound() function
Dreference_util.cc138 return window_util::StridedBound(unpadded_width, window_len, stride); in WindowCount()
157 window_util::StridedBound(padded_width, window_size, stride_amount); in ReduceWindow1DGeneric()
258 window_util::StridedBound(padded_width, window[i], stride[i]); in ReduceWindow4DGeneric()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc209 output_dimensions[i] = window_util::StridedBound( in InferWindowOutputShape()