GB0240

Graph-Break Type

Short name describing what triggered the graph break

Shape mismatch with out= list of tensor variants

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_shape}. Actual shape: {fake_out.shape}.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry