mlx_graphs.utils.scatter.scatter_add#
- mlx_graphs.utils.scatter.scatter_add(src: mlx.core.array, index: mlx.core.array, values: mlx.core.array)[source]#
Scatters values at index within src. If duplicate indices are present, the sum of the values will be assigned to these index.
- Parameters:
- Returns:
The resulting array after applying scatter and sum operations on the values at duplicate indices