Short name describing what triggered the graph break
Inline attempt with self
Values or code snippet captured at the break point
str(func)
Explanation of why the graph break was triggered
Attempted to inline a function with the __self__
attribute. Dynamo is expected to decompose method calls into function calls with a self
argument.
Hints on how to resolve the graph break
No hints provided.