GB4297

Graph-Break Type

Short name describing what triggered the graph break

Call to torch._dynamo.skip_frame()

Context

Values or code snippet captured at the break point

Called torch._dynamo.skip_frame() with args {args}, kwargs {kwargs}. Skipping frame {format_frame_info(tx.f_code)}.

Explanation

Explanation of why the graph break was triggered

User-inserted skip frame. Message: {skip_frame_msg}

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry