masked_select torch.masked_select(input, mask, *, out=None) → Tensor 根據mask上的bool取值,對input上的值進行取捨,若mask位置上取值為1 ...
確定! 回上一頁