Short name describing what triggered the graph break
out_dtype: unexpected kwargs
Values or code snippet captured at the break point
args: {args}, kwargs: {kwargs}
Explanation of why the graph break was triggered
out_dtype expects no keyword arguments (got {len(kwargs)}).
Hints on how to resolve the graph break