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