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
Explain that you can't e.g. add [1, 2] to [[1, 2], [3, 4]], unlike in numpy, because it would mar type inference. Explain that we currently also don't intelligently remove any broadcast/reshape/expand used to make this work, and we don't know if ML compilers will do this for you.
The text was updated successfully, but these errors were encountered:
Explain that you can't e.g. add
[1, 2]
to[[1, 2], [3, 4]]
, unlike in numpy, because it would mar type inference. Explain that we currently also don't intelligently remove any broadcast/reshape/expand used to make this work, and we don't know if ML compilers will do this for you.The text was updated successfully, but these errors were encountered: