GB0346

Graph-Break Type

Short name describing what triggered the graph break

autograd.Function.apply: non-function or method forward

Context

Values or code snippet captured at the break point

str(self.fwd_graph)

Explanation

Explanation of why the graph break was triggered

Expected forward function to be a function or method.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry