Short name describing what triggered the graph break
torch.scan: improper combine_fn number of returns
Values or code snippet captured at the break point
str(combine_result_vars)
Explanation of why the graph break was triggered
Expect combine_fn to return a tuple (next_carry, y) but got {combine_result_vars}.
Hints on how to resolve the graph break