Searched refs:EqualIgnoringElementType (Results 1 – 6 of 6) sorted by relevance
182 TEST(ShapeUtilTest, EqualIgnoringElementType) { in TEST() argument183 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()186 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()189 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()195 EXPECT_FALSE(ShapeUtil::EqualIgnoringElementType( in TEST()198 EXPECT_FALSE(ShapeUtil::EqualIgnoringElementType( in TEST()
329 static bool EqualIgnoringElementType(const Shape& lhs, const Shape& rhs);
160 /* static */ bool ShapeUtil::EqualIgnoringElementType(const Shape& lhs, in EqualIgnoringElementType() function in xla::ShapeUtil
99 if (!ShapeUtil::EqualIgnoringElementType(shape_a, shape_b)) { in FindAndSortFusionCandidates()
190 return ShapeUtil::EqualIgnoringElementType(get_loop_shape(instr_1), in ShapesCompatibleForMultiOutputFusion()
513 if (!ShapeUtil::EqualIgnoringElementType(*first_slice_operand_shape, in GetConsistentInputShapeForRootSlices()