-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no api: numpy.lib.stride_tricks.as_strided #11354
Comments
Thanks for the request! I love So while you can express conv using More generally, For example, in classic NumPy the programmer is in charge of execution details, so if we're evaluating something like But with JAX/XLA, under a All that is to say that while we could provide an After writing all that, I just noticed that #3171 is essentially the same feature request, and I left a very similar answer there (but more than 2 years ago). So take a look at that for a little more info! But instead of closing the request like #3171, I think we should consider adding an What do you think? |
Thanks for your reply so much! You are so patient!Nice!@mattjj |
Please support the api: numpy.lib.stride_tricks.as_strided.
as_strided() is powerful,it is the array's view.
It can do every thing with einsum(), such as conv .
The text was updated successfully, but these errors were encountered: