IndexPut ======== Puts values into tensor at indices (tuple). **Abstract Signature:** ``IndexPut(input: Tensor, indices: Tuple[Tensor], values: Tensor, accumulate: bool = False)`` .. raw:: html

PyTorch

API: torch.index_put
Strategy: Direct Mapping

JAX (Core)

API:
Strategy: Plugin (scatter_indexer)