Short name describing what triggered the graph break
Indexing torch.Size with non-scalar tensor
Values or code snippet captured at the break point
get_item_dyn {self} {arg}
Explanation of why the graph break was triggered
Attempted to index torch.Size with a tensor that is not a scalar constant.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").