GB0247

Graph-Break Type

Short name describing what triggered the graph break

Shape mismatch with out= tensor variant

Context

Values or code snippet captured at the break point

fn={self.value}, args={args}, kwargs={kwargs}

Explanation

Explanation of why the graph break was triggered

Shape mismatch when calling {self.value} with out=. Provided out= shape: {saved_out_shapes}. Actual shape: {fake_out.shape}.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry