Short name describing what triggered the graph break
_autograd_grad with lost grad_fn linkage
Values or code snippet captured at the break point
outputs lost autograd linkage during tracing
Explanation of why the graph break was triggered
_autograd_grad() received tensors whose grad_fn was lost during tracing - this silently produces zero gradients.
Hints on how to resolve the graph break