Skip to content
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

[Tensors][Base] Implement argsort #245

Open
padreati opened this issue Jan 29, 2024 · 0 comments
Open

[Tensors][Base] Implement argsort #245

padreati opened this issue Jan 29, 2024 · 0 comments

Comments

@padreati
Copy link
Owner

Implement argsort
This can be done in multiple ways.

  • The indices can be given as parameter as indices on flatten array for specific order, if we want to sort only a small quantity of indices, thus avoiding exhaustive computation, or created internally if we want to sort all elements.
  • The second thing is if we sort array along one dimension or overall
  • The third thing is how we give the output, as an array of ints or as a tensor itself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant