Loading [Contrib]/a11y/accessibility-menu.js
\u200E
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.