Rate this Page

torch.fx.experimental.unify_refinements.check_for_type_equality#

torch.fx.experimental.unify_refinements.check_for_type_equality(g1, g2)[source]#

A check equality to be used in fixed points. We do not use graph equality but instead type equality.

Return type:

bool