Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc164 TEST(ShapeUtilTest, EqualIgnoringFpPrecision) { in TEST() argument
165 EXPECT_TRUE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
171 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
174 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
177 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
Dshape_util.h332 static bool EqualIgnoringFpPrecision(const Shape& lhs, const Shape& rhs);
Dshape_util.cc171 /* static */ bool ShapeUtil::EqualIgnoringFpPrecision(const Shape& lhs, in EqualIgnoringFpPrecision() function in xla::ShapeUtil