IndexPutΒΆ
Puts values into tensor at indices (tuple).
Abstract Signature:
IndexPut(input: Tensor, indices: Tuple[Tensor], values: Tensor, accumulate: bool = False)
JAX (Core)
API:
βStrategy: Plugin (scatter_indexer)
Puts values into tensor at indices (tuple).
Abstract Signature:
IndexPut(input: Tensor, indices: Tuple[Tensor], values: Tensor, accumulate: bool = False)
β