Short name describing what triggered the graph break
Failed to trace builtin operator
Values or code snippet captured at the break point
builtin {fn.name} {arg_types} {has_kwargs}
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 on how to resolve the graph break
{fn.__name__}
with argument types {real_arg_types}.{fn.__name__}
.print
),torch._dynamo.config.reorderable_logging_functions
.