GB0208

Graph-Break Type

Short name describing what triggered the graph break

torch.* op returned non-Tensor

Context

Values or code snippet captured at the break point

example_value type: {typestr(example_value)}; op: {proxy.node.op}; target: {proxy.node.target}

Explanation

Explanation of why the graph break was triggered

torch.* ops that return a non-Tensor cannot be traced into the Dynamo FX graph output

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Back to Registry