Short name describing what triggered the graph break
non-const argument in nn.Module method
Values or code snippet captured at the break point
call_method: {self} {name} {args} {kwargs}
Explanation of why the graph break was triggered
Dynamo does not support calling method {name}
of nn.Module
{module} with non-constant arguments.
Hints on how to resolve the graph break
No hints provided.