GB6297

Graph-Break Type

Short name describing what triggered the graph break

autograd.Function.apply: duplicate tensor input

Context

Values or code snippet captured at the break point

Explanation

Explanation of why the graph break was triggered

Dynamo does not support tracing autograd.Function.apply when the same tensor is passed to multiple forward inputs.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry