Current `index` converter only supports `int` type while cannot handle `bool` mask indices. 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`. Reported in the bug: #2480