scatter_add_

paddle. scatter_add_ ( input: Tensor, dim: int, index: Tensor, src: Tensor ) Tensor [source]

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