Searched refs:unpadded_width (Results 1 – 2 of 2) sorted by relevance
134 /* static */ int64 ReferenceUtil::WindowCount(int64 unpadded_width, in WindowCount() argument138 return window_util::StridedBound(unpadded_width, window_len, stride); in WindowCount()140 return tensorflow::MathUtil::CeilOfRatio(unpadded_width, stride); in WindowCount()
175 static int64 WindowCount(int64 unpadded_width, int64 window_len, int64 stride,