masked_scatter_

paddle. masked_scatter_ ( x: Tensor, mask: Tensor, value: Tensor, name: str | None = None ) Tensor [source]

Inplace version of masked_scatter API, the output Tensor will be inplaced with input x. Please refer to masked_scatter.