Short name describing what triggered the graph break
torch.* op returned non-Tensor
Values or code snippet captured at the break point
example_value type: {typestr(example_value)}; op: {proxy.node.op}; target: {proxy.node.target}
Explanation of why the graph break was triggered
torch.* ops that return a non-Tensor cannot be traced into the Dynamo FX graph output
Hints on how to resolve the graph break
No hints provided.