Short name describing what triggered the graph break
Unsupported output type for nonstrict_trace-ed function
Values or code snippet captured at the break point
Function: {fn.name}
Explanation of why the graph break was triggered
For nonstrict_trace-ed functions, only basic types (e.g., torch.Tensor, int, list) are allowed as output. The result of this call contains an unsupported type.
Hints on how to resolve the graph break