GB0124

Graph-Break Type

Short name describing what triggered the graph break

Unsupported Tensor.item() call with capture_scalar_outputs=False

Context

Values or code snippet captured at the break point

call_method {self} item {args} {kwargs}

Explanation

Explanation of why the graph break was triggered

Dynamo does not support tracing Tensor.item() with config.capture_scalar_outputs=False.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry