GB9368

Graph-Break Type

Short name describing what triggered the graph break

tp_descr_set_impl not implemented

Context

Values or code snippet captured at the break point

{type(self).name} has tp_descr_set slot but no tp_descr_set_impl override

Explanation

Explanation of why the graph break was triggered

The type {self.python_type_name()} has a tp_descr_set C slot but Dynamo has no model for it.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry