Short name describing what triggered the graph break
issubclass() with unsupported arguments
Values or code snippet captured at the break point
issubclass({derived}, {cls})
Explanation of why the graph break was triggered
Arguments to issubclass() must be backed by python values.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").