str.mlx.Rd
Object structure for MLX array
# S3 method for class 'mlx' str(object, ...)
An mlx object
Additional arguments (ignored)
x <- as_mlx(matrix(1:4, 2, 2)) str(x) #> mlx [2 x 2] float32 on gpu