drop() removes axes of length one. For base R objects this dispatches to
base::drop(), while drop.mlx() delegates to mlx_squeeze() so that mlx
arrays remain on the device.
drop() removes axes of length one. For base R objects this dispatches to
base::drop(), while drop.mlx() delegates to mlx_squeeze() so that mlx
arrays remain on the device.