Support bool input tensors for argmax / argmin / sort / topk and other functions #35529
8000
Labels
enhancement
Not as big of a feature, but technically not a bug. Should be easy to fix
module: reductions
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.
argmax and other functions make sense for finding position of True element. Functions working with uint8 should likely be able to handle torch.bool as well.
The text was updated successfully, but these errors were encountered: