GB0343

Graph-Break Type

Short name describing what triggered the graph break

torch.scan: improper combine_fn number of returns

Context

Values or code snippet captured at the break point

str(combine_result_vars)

Explanation

Explanation of why the graph break was triggered

Expect combine_fn to return a tuple (next_carry, y) but got {combine_result_vars}.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry