Short name describing what triggered the graph break
Call to torch._dynamo.graph_break()
Values or code snippet captured at the break point
Called torch._dynamo.graph_break()
with args {args}
, kwargs {kwargs}
Explanation of why the graph break was triggered
User-inserted graph break. Message: {graph_break_msg}
Hints on how to resolve the graph break
torch._dynamo.graph_break()
call.