Home
last modified time | relevance | path

Searched defs:CeilOfRatio (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/lib/
Dmathutil.h34 static IntegralType CeilOfRatio(IntegralType numerator, in CeilOfRatio() function
/external/tensorflow/tensorflow/core/lib/math/
Dmath_util.h51 static IntegralType CeilOfRatio(IntegralType numerator, in CeilOfRatio() function
Dmath_util_test.cc189 TEST(MathUtil, CeilOfRatio) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h410 T CeilOfRatio(T dividend, T divisor) { in CeilOfRatio() function
/external/tensorflow/tensorflow/core/kernels/
Dclustering_ops.cc67 int64 CeilOfRatio(int64 a, int64 b) { return (a + b - 1) / b; } in CeilOfRatio() function