Short name describing what triggered the graph break
Unsupported torch._C._ImperativeEngine.queue_callback()
Values or code snippet captured at the break point
call_method {self} {name}
Explanation of why the graph break was triggered
queue_callback() is only supported when Compiled Autograd is enabled with fullgraph=True.
Hints on how to resolve the graph break
No hints provided.