index_put_

paddle. index_put_ ( x: Tensor, indices: Sequence[Tensor], value: Tensor, accumulate: bool = False, name: str | None = None ) Tensor [source]

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