Short name describing what triggered the graph break
Data-dependent uint64 torch.Size element in torch._C._infer_size
Values or code snippet captured at the break point
torch.uint64 tensor-backed size
Explanation of why the graph break was triggered
Dynamo cannot safely validate that a data-dependent torch.uint64 value fits in torch.Size’s signed int64 range.
Hints on how to resolve the graph break