Short name describing what triggered the graph break
torch.while_loop: improper additional_inputs
Values or code snippet captured at the break point
str(additional_inputs)
Explanation of why the graph break was triggered
Expected additional_inputs to be a list/tuple but got {additional_inputs.python_type()}
Hints on how to resolve the graph break