GB4413

Graph-Break Type

Short name describing what triggered the graph break

HOP: Non-nullified side effect

Context

Values or code snippet captured at the break point

Attribute ‘{name}’ was not restored to its original value

Explanation

Explanation of why the graph break was triggered

Attribute ‘{name}’ on an outer-scope object was changed from {original} to {current} inside a higher-order op subgraph. Dynamo only supports mutations that are undone before the subgraph exits (e.g., context managers that save/restore a flag). If you intentionally want this side effect, move the mutation outside of the higher-order op.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry