Short name describing what triggered the graph break
repr() on tensor
Values or code snippet captured at the break point
repr() on {self.python_type_name()}
Explanation of why the graph break was triggered
Tensor repr requires actual runtime values which are not available during tracing.
Hints on how to resolve the graph break