IndexPutΒΆ

Puts values into tensor at indices (tuple).

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 (scatter_indexer)