SelectScatterΒΆ

Embeds values into the tensor at the given index.

Abstract Signature:

SelectScatter(input: Tensor, src: Tensor, dim: int, index: int)

PyTorch

API: torch.select_scatter
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Plugin (scatter_indexer)

Keras

API: keras.ops.scatter_update
Strategy: Direct Mapping