Short name describing what triggered the graph break
torch.cond: unsupported branch return type
Values or code snippet captured at the break point
str(ret_val)
Explanation of why the graph break was triggered
Expected branches to return a possibly nested pytree of tensors or constant ints.
Hints on how to resolve the graph break