Object structure for MLX array
Usage
# S3 method for class 'mlx'
str(object, ...)Examples
x <- mlx_matrix(1:4, 2, 2)
str(x)
#> mlx [2 x 2] float32 on gpu
Object structure for MLX array
# S3 method for class 'mlx'
str(object, ...)x <- mlx_matrix(1:4, 2, 2)
str(x)
#> mlx [2 x 2] float32 on gpu