GB0128

Graph-Break Type

Short name describing what triggered the graph break

Unsupported Tensor.set_() call

Context

Values or code snippet captured at the break point

call_method {self} set_ {args} {kwargs}

Explanation

Explanation of why the graph break was triggered

Dynamo currently does not support tracing Tensor.set_() overloads that include more than one argument.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry