torch.Tensor.Tensor.masked_select_async Tensor.masked_select_async(mask: Tensor): Promise<Tensor> Async version of masked_select that returns a tensor with the exact shape. Parameters maskTensor Returns Promise<Tensor>