GB2483

Graph-Break Type

Short name describing what triggered the graph break

str_impl not implemented

Context

Values or code snippet captured at the break point

{type(self).name} has no str_impl override for {self.python_type_name()}

Explanation

Explanation of why the graph break was triggered

Dynamo does not implement str for {self.python_type_name()} in {type(self).name}.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry