index_fill_
- paddle. index_fill_ ( x: Tensor, index: Tensor, axis: int, value: float, name: str | None = None ) [source]
-
Inplace version of
index_fillAPI, the output Tensor will be inplaced with inputx. Please refer to index_fill.

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