GB0569

Graph-Break Type

Short name describing what triggered the graph break

repr() on tensor

Context

Values or code snippet captured at the break point

repr() on {self.python_type_name()}

Explanation

Explanation of why the graph break was triggered

Tensor repr requires actual runtime values which are not available during tracing.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry