Short name describing what triggered the graph break
torch.cond: improper operands contents
Values or code snippet captured at the break point
str(operands)
Explanation of why the graph break was triggered
Expected operands to be a list/tuple of pytrees that only consists of tensor leaves.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").