Short name describing what triggered the graph break
HOP: Non-nullified side effect
Values or code snippet captured at the break point
Attribute ‘{name}’ was not restored to its original value
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 on how to resolve the graph break