mlx_eval.Rd
Force evaluation of lazy MLX operations
mlx_eval(x)
An mlx array.
The input object (invisibly)
mlx.core.eval
x <- as_mlx(matrix(1:4, 2, 2)) mlx_eval(x)