Short name describing what triggered the graph break
elementwise_dtypes unsupported arg type
Values or code snippet captured at the break point
str(arg)
Explanation of why the graph break was triggered
elementwise_dtypes requires tensor or constant arguments, got {type(arg).name}
Hints on how to resolve the graph break