Short name describing what triggered the graph break
Shape mismatch with out= list of tensor variants
Values or code snippet captured at the break point
fn={self.value}, args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
Shape mismatch when calling {self.value} with out=
. Provided out=
shape: {saved_out_shape}. Actual shape: {fake_out.shape}.
Hints on how to resolve the graph break