Searched refs:WindowCount (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.cc | 134 /* static */ int64 ReferenceUtil::WindowCount(int64 unpadded_width, in WindowCount() function in xla::ReferenceUtil 197 WindowCount(dim_lengths[i], window[i], stride[i], padding); in ReduceWindow3DAdd() 342 WindowCount(dim_lengths[i], window[i], stride[i], padding); in SelectAndScatter4DGePlus()
|
D | reference_util.h | 175 static int64 WindowCount(int64 unpadded_width, int64 window_len, int64 stride,
|