Short name describing what triggered the graph break
Should not compile partial graph (STORE_ATTR)
Values or code snippet captured at the break point
Explanation of why the graph break was triggered
Dynamo has determined when encountering an unsupported STORE_ATTR instruction (i.e. obj.attr = val
) that it should not compile the partial graph.
Hints on how to resolve the graph break
No hints provided.