Searched refs:EqualIgnoringElementType (Results 1 – 5 of 5) sorted by relevance
180 TEST(ShapeUtilTest, EqualIgnoringElementType) { in TEST() argument181 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()184 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()187 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()193 EXPECT_FALSE(ShapeUtil::EqualIgnoringElementType( in TEST()196 EXPECT_FALSE(ShapeUtil::EqualIgnoringElementType( in TEST()
296 static bool EqualIgnoringElementType(const Shape& lhs, const Shape& rhs);
131 /* static */ bool ShapeUtil::EqualIgnoringElementType(const Shape& lhs, in EqualIgnoringElementType() function in xla::ShapeUtil
163 return ShapeUtil::EqualIgnoringElementType(get_loop_shape(instr_1), in ShapesCompatibleForMultiOutputFusion()
333 if (!ShapeUtil::EqualIgnoringElementType(first_slice_operand_shape, in GetConsistentInputShapeForRootSlices()