Skip to contents

Object structure for MLX array

Usage

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

Arguments

object

An mlx object

...

Additional arguments (ignored)

Value

NULL invisibly.

Examples

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