Searched refs:StridedBound (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | window_util.h | 91 int64 StridedBound(int64 bound, int64 window_size, int64 stride);
|
D | window_util.cc | 248 int64 StridedBound(int64 bound, int64 window_size, int64 stride) { in StridedBound() function
|
D | reference_util.cc | 138 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/ |
D | shape_inference.cc | 209 output_dimensions[i] = window_util::StridedBound( in InferWindowOutputShape()
|