Short name describing what triggered the graph break
autograd.Function.apply: duplicate tensor input
Values or code snippet captured at the break point
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 on how to resolve the graph break