GB7489

Graph-Break Type

Short name describing what triggered the graph break

Unsupported argument type in tensor method call

Context

Values or code snippet captured at the break point

call_method {self} {name} {args} {kwargs}

Explanation

Explanation of why the graph break was triggered

Dynamo could not create a proxy for an argument in the call to Tensor.{name}(). This usually means an unsupported type was passed as an argument to a tensor method.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry