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
“Detected data-dependent branching (e.g. if my_tensor.sum() > 0:). “ “Dynamo does not support tracing dynamic control flow.” + trace_info
Hints on how to resolve the graph break
No hints provided.