GB0333

Graph-Break Type

Short name describing what triggered the graph break

wrap_with_autocast: unexpected kwargs

Context

Values or code snippet captured at the break point

args: {args}, kwargs: {kwargs}

Explanation

Explanation of why the graph break was triggered

wrap_with_autocast expects no keyword arguments (got {len(kwargs)}).

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry