Short name describing what triggered the graph break
torch.switch: differing branch outputs
Values or code snippet captured at the break point
branch{i}: {spec_a.treespec}, branch{i + 1}: {spec_b.treespec}, same_spec: {same_spec}
Explanation of why the graph break was triggered
Expected branches to return the same pytree structure.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").