GB0109

Graph-Break Type

Short name describing what triggered the graph break

Tensor.tolist() with non-integer tensor

Context

Values or code snippet captured at the break point

call_method {self} to_list

Explanation

Explanation of why the graph break was triggered

Dynamo currently does not support tracing tolist() on non-integer tensors.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry