You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Make validate_same_dtype print readable types (#11468)
Prior to this change, it was hard to read which types the function
validate_same_dtype referred to upon error prints. Modify this function
such that it now prints the types in readable format, i.e., the name of
the data type instead of its enum value.
Co-authored-by: Martin Lindström <[email protected]>
0 commit comments