Short name describing what triggered the graph break
HOP: non torch.Tensor leaf
Values or code snippet captured at the break point
args types: {[type(a.realize()) for a in args]}
Explanation of why the graph break was triggered
Expected all leaves to be of torch.Tensor type.
Hints on how to resolve the graph break
No hints provided.