Short name describing what triggered the graph break
torch.cond: unsupported branch return type (constant non-int)
Values or code snippet captured at the break point
str(ret_val)
Explanation of why the graph break was triggered
Constants returned from branches must be ints.
Hints on how to resolve the graph break