On this page
torch.Tensor.masked_fill_
Tensor.masked_fill_(mask, value)- 
    
Fills elements of
selftensor withvaluewheremaskis True. The shape ofmaskmust be broadcastable with the shape of the underlying tensor.- Parameters
 - 
      
- mask (BoolTensor) – the boolean mask
 - value (float) – the value to fill in with
 
 
 
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
 https://pytorch.org/docs/2.1/generated/torch.Tensor.masked_fill_.html