index_add_

paddle. index_add_ ( x: Tensor, index: Tensor, axis: int, value: Tensor, name: str | None = None ) Tensor [source]

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