Short name describing what triggered the graph break
autograd_function_kwonly_args
Values or code snippet captured at the break point
forward() has keyword-only args: {set(kwargs) - set(self.fn_cls.forward.code.co_varnames)}
Explanation of why the graph break was triggered
autograd.Function.apply does not support keyword-only arguments in forward().
Hints on how to resolve the graph break