GB0059

Graph-Break Type

Short name describing what triggered the graph break

Failed to trace builtin operator

Context

Values or code snippet captured at the break point

builtin {fn.name} {arg_types} {has_kwargs}

Explanation

Explanation of why the graph break was triggered

Dynamo does not know how to trace builtin operator {fn.__name__} with argument types {real_arg_types} (has_kwargs {has_kwargs})

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry