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
Is your feature request related to a problem? Please describe.
Wanting to sort a tensor by it's indices. This is a rather vital feature for my project
Describe the solution you'd like
A function to sort a tensor along rows (or a given dimension) interms of indices. Should work identical to numpys argsort
Is your feature request related to a problem? Please describe.
Wanting to sort a tensor by it's indices. This is a rather vital feature for my project
Describe the solution you'd like
A function to sort a tensor along rows (or a given dimension) interms of indices. Should work identical to numpys
argsort
Would look like:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've looked in docs and couldn't find anything
Additional context
Add any other context or screenshots about the feature request here.
None
The text was updated successfully, but these errors were encountered: