ScatterΒΆ

This operator is deprecated. Please use ScatterElements, which provides the same functionality. Scatter takes three inputs data, updates, and indices of the same rank r >= 1 and an optional attribute axis that identifies an axis of data (by default, the outer-most axis, that is axis 0). The …

PyTorch

API: torch.Tensor.scatter_
Strategy: Direct Mapping

JAX (Core)

API: jax.ops.index_update
Strategy: Plugin (scatter_indexer)

Keras

API: keras.ops.scatter
Strategy: Direct Mapping