GB7968

Graph-Break Type

Short name describing what triggered the graph break

repr() on non-constant list-like

Context

Values or code snippet captured at the break point

repr() on {type(self).name} with non-constant elements

Explanation

Explanation of why the graph break was triggered

Dynamo could not safely evaluate repr() for this list-like object because one or more elements are not Python constants.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry