Short name describing what triggered the graph break
COW tensor check on FakeTensor
Values or code snippet captured at the break point
torch._C._is_cow_tensor on FakeTensor
Explanation of why the graph break was triggered
Dynamo cannot safely evaluate COW state from a FakeTensor because COW state is not represented in FakeTensor metadata.
Hints on how to resolve the graph break