Home | History | Annotate | Download | only in service

Lines Matching full:root2

1109   const HloInstruction* root2 = fusion2->fused_expression_root();
1110 EXPECT_TRUE(ShapeUtil::Equal(root->shape(), root2->shape()));
1112 ShapeUtil::Equal(root->operand(0)->shape(), root2->operand(0)->shape()));
1114 ShapeUtil::Equal(root->operand(1)->shape(), root2->operand(1)->shape()));
1116 root2->operand(1)->operand(0)->shape()));