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
If both input types must be promoted outside of their kind, use default
device data type of the kind of the result array data type.
E.g. divide( int8_array, bool_array ) must return float32/float64 depending
on the device capabilities, not float16.
0 commit comments