Short name describing what triggered the graph break
Unsupported custom jvp
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 jvp method.
Hints on how to resolve the graph break
jvp method if possible.