masked_fill_¶
- paddle. masked_fill_ ( x, mask: Tensor, value: Numeric, name: str | None = None ) Tensor [source]
-
Inplace version of
masked_fill
API, the output Tensor will be inplaced with inputx
. Please refer to masked_fill.
Inplace version of masked_fill
API, the output Tensor will be inplaced with input x
. Please refer to masked_fill.