Short name describing what triggered the graph break
Data-dependent branching
Values or code snippet captured at the break point
attempted to jump with {value}
Explanation of why the graph break was triggered
_explanation
Hints on how to resolve the graph break
torch.cond
to express dynamic control flow.