scatter_

paddle. scatter_ ( x: Tensor, index: Tensor, updates: Tensor, overwrite: bool = True, name: str | None = None ) Tensor [source]

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