Short name describing what triggered the graph break
Tensor with grad_fn()
Values or code snippet captured at the break point
var_getattr {self} grad_fn
Explanation of why the graph break was triggered
Dynamo does not support tracing tensors with a grad_fn directly.
Hints on how to resolve the graph break
No hints provided.