We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Current index converter only supports int type while cannot handle bool mask indices.
index
int
bool
We need to expand index support to boolean masks, since this is a valid usage in Torch and we already support something very similar in aten.where.
aten.where
Reported in the bug: #2480