IndexPutΒΆ

In-place version of IndexPut.

Abstract Signature:

IndexPut_(input: Tensor, indices: Tuple[Tensor], values: Tensor, accumulate: bool = False)

PyTorch

API: torch.index_put_
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Plugin (unroll_inplace_ops)