GB0316

Graph-Break Type

Short name describing what triggered the graph break

torch.associative_scan: improper additional_inputs

Context

Values or code snippet captured at the break point

str(additional_inputs)

Explanation

Explanation of why the graph break was triggered

Expected additional_inputs to be a list/tuple but got {additional_inputs.python_type()}

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry