IndexFillΒΆ
Fills elements at indices with value.
Abstract Signature:
IndexFill(input: Tensor, dim: int, index: Tensor, value: number)
JAX (Core)
API:
βStrategy: Plugin (scatter_indexer)
Apple MLX
API:
βStrategy: Custom / Partial
Fills elements at indices with value.
Abstract Signature:
IndexFill(input: Tensor, dim: int, index: Tensor, value: number)
ββ