Short name describing what triggered the graph break
Attempted to use tensor creation function with requires_grad=True
Values or code snippet captured at the break point
fn={self.value}, args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
Dynamo does not support this.
Hints on how to resolve the graph break
requires_grad=True
.