IndexFill ========= Fills elements at indices with value. **Abstract Signature:** ``IndexFill(input: Tensor, dim: int, index: Tensor, value: number)`` .. raw:: html

PyTorch

API: torch.index_fill
Strategy: Direct Mapping

JAX (Core)

API:
Strategy: Plugin (scatter_indexer)

Apple MLX

API:
Strategy: Custom / Partial