Short name describing what triggered the graph break
Unsupported autograd.Function context method
Values or code snippet captured at the break point
call_method {self} {name}
Explanation of why the graph break was triggered
Dynamo does not support calling the method {name}
on autograd.Function
context objects. Supported methods are __setattr__
, save_for_backward
and mark_non_differentiable
.
Hints on how to resolve the graph break