Short name describing what triggered the graph break
namedtuple construction
Values or code snippet captured at the break point
args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
torch.compile
only support certain input types for namedtuple
Hints on how to resolve the graph break