Short name describing what triggered the graph break
isinstance() called on user defined object with C extensions
Values or code snippet captured at the break point
isinstance({arg}, {isinstance_type})
Explanation of why the graph break was triggered
User-defined object with C extensions can have torch.Tensor attributes; intentionally graph breaking.
Hints on how to resolve the graph break