Short name describing what triggered the graph break
Tensor.tolist() with non-integer tensor
Values or code snippet captured at the break point
call_method {self} to_list
Explanation of why the graph break was triggered
Dynamo currently does not support tracing tolist()
on non-integer tensors.
Hints on how to resolve the graph break
tolist()
is an integer