SelectScatterΒΆ
Embeds values into the tensor at the given index.
Abstract Signature:
SelectScatter(input: Tensor, src: Tensor, dim: int, index: int)
JAX (Core)
API:
βStrategy: Plugin (scatter_indexer)
Embeds values into the tensor at the given index.
Abstract Signature:
SelectScatter(input: Tensor, src: Tensor, dim: int, index: int)
β