Short name describing what triggered the graph break
Unsupported torch._C._ImperativeEngine method
Values or code snippet captured at the break point
call_method {self} {name}
Explanation of why the graph break was triggered
Dynamo only supports the queue_callback
method on a torch._C._ImperativeEngine instance, but found: {name}
.
Hints on how to resolve the graph break
No hints provided.