GB8982

Graph-Break Type

Short name describing what triggered the graph break

Unsupported callable in torch.autograd.Function staticmethod

Context

Values or code snippet captured at the break point

{self.fn_cls.qualname}.{name}

Explanation

Explanation of why the graph break was triggered

Dynamo could not determine how to trace a staticmethod on a torch.autograd.Function subclass.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry