argsort
is missing the stable
parameter
#70922
Labels
module: python array api
Issues related to the Python Array API
module: sorting and selection
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
The array API specification stipulates that
torch.argsort
should support the same parameters astorch.argsort
. Excludingout
,stable: bool = True
is missing fromtorch.argsort
.cc @mruberry @rgommers @pmeier @asmeurer @leofang @AnirudhDagar @asi1024 @emcastillo @kmaehashi
The text was updated successfully, but these errors were encountered: