scatter_

paddle. scatter_ ( x, index, updates, overwrite=True, name=None ) [source]

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