Replies: 1 comment
-
Actually when you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the myarray.unsqueeze(-2).expand(a,b,c,d) I use this in mlx so far two steps myarray = mx.expand_dims(myarray, -2) and myarray = mxrepeat(myarray, c) for example than gave me same shape as torch. Is there a faster way or a better alternative ?
Beta Was this translation helpful? Give feedback.
All reactions