Home
last modified time | relevance | path

Searched refs:ceil_1 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/math/
Dmath_util_test.cc50 IntegralType ceil_1 = MathUtil::CeilOfRatio(numerator, denominator); in TestCeilOfRatio() local
53 EXPECT_EQ(ceil_1, ceil_2); in TestCeilOfRatio()
54 EXPECT_EQ(expected_ceil, ceil_1) in TestCeilOfRatio()