SelectScatter ============= Embeds values into the tensor at the given index. **Abstract Signature:** ``SelectScatter(input: Tensor, src: Tensor, dim: int, index: int)`` .. raw:: html

PyTorch

API: torch.select_scatter
Strategy: Direct Mapping

JAX (Core)

API:
Strategy: Plugin (scatter_indexer)

Keras

API: keras.ops.scatter_update
Strategy: Direct Mapping