Skip to contents

Object structure for MLX array

Usage

# S3 method for class 'mlx'
str(object, ...)

Arguments

object

An mlx object

...

Additional arguments (ignored)

Examples

x <- as_mlx(matrix(1:4, 2, 2))
str(x)
#> mlx [2 x 2] float32 on gpu