Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/math/
Dmath_util_test.cc169 void TestThatCeilOfRatioDenomMinusOneIsIncorrect(int64 numerator, in TestThatCeilOfRatioDenomMinusOneIsIncorrect() function
182 void TestThatCeilOfRatioDenomMinusOneIsIncorrect() { in TestThatCeilOfRatioDenomMinusOneIsIncorrect() function
184 TestThatCeilOfRatioDenomMinusOneIsIncorrect(-1LL, -2LL, -1LL); in TestThatCeilOfRatioDenomMinusOneIsIncorrect()
199 TestThatCeilOfRatioDenomMinusOneIsIncorrect(); in TEST()