Short name describing what triggered the graph break
Unsupported custom vjp
Values or code snippet captured at the break point
call_apply {self} {args} {kwargs}
Explanation of why the graph break was triggered
Dynamo does not support tracing torch.autograd.Function
subclasses that define a custom vjp
method.
Hints on how to resolve the graph break
vjp
method if possible.backward
instead if applicable.