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.cc162 TEST(ShapeUtilTest, EqualIgnoringFpPrecision) { in TEST() argument
163 EXPECT_TRUE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
169 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
172 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
175 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision( in TEST()
Dshape_util.h299 static bool EqualIgnoringFpPrecision(const Shape& lhs, const Shape& rhs);
Dshape_util.cc142 /* static */ bool ShapeUtil::EqualIgnoringFpPrecision(const Shape& lhs, in EqualIgnoringFpPrecision() function in xla::ShapeUtil