Short name describing what triggered the graph break
COW tensor check on Python tensor subclass
Values or code snippet captured at the break point
torch._C._is_cow_tensor on Python tensor subclass
Explanation of why the graph break was triggered
Dynamo cannot safely evaluate COW state for Python tensor subclasses because their storage semantics are controlled by torch_dispatch.
Hints on how to resolve the graph break