Update a slice of an mlx array
mlx_slice_update.RdWrapper around mlx.core.slice_update()
that replaces a contiguous strided region with value.
Arguments
- x
- An mlx array. 
- value
- Replacement - mlx(or coercible) array. Must broadcast to the slice determined by- start,- stop, and- strides.
- start
- Integer vector (0-indexed) giving the starting index for each axis. 
- stop
- Integer vector (exclusive) giving the stopping index for each axis. 
- strides
- Optional integer vector of strides (defaults to ones).