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
[FRONTEND] Fix mismatched type for extern elementwise (#7930)
#7890 forces return type of non-scalar `core.extern_elementwise` to be
the same as broadcast arguments, which does not apply for all cases.
This PR fixes by using the element type specified.
Fixes #7921.
0 commit comments