GB1275

Graph-Break Type

Short name describing what triggered the graph break

repr() on non-constant dict view

Context

Values or code snippet captured at the break point

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

Explanation

Explanation of why the graph break was triggered

Dynamo could not safely evaluate repr() for this dict view because its backing dict could not be materialized as a Python constant.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry