-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Implement NumPy search routines #2080
Comments
@shoyer I'd like to work on the last And a more general question, if we want to add some functions using ops that don't exist in XLA (like here), how should we do? Can we implement the ops directly in python, or we need to implement it in XLA first? |
If your data don't have ties, then the following should work:
|
#2938 implemented |
xref https://docs.scipy.org/doc/numpy/reference/routines.sort.html
Extracted from #70:
(see #2077 for nanargmax/nanargmin)
Notes:
The text was updated successfully, but these errors were encountered: