Short name describing what triggered the graph break
Tensor.retain_grad() with AOTDispatcher
Values or code snippet captured at the break point
var_getattr {self} retain_grad
Explanation of why the graph break was triggered
Tensor.retain_grad()
does not work with AOTDispatcher.
Hints on how to resolve the graph break
No hints provided.