mlx_device_count function

int mlx_device_count(
  1. Pointer<Int> count,
  2. mlx_device_type_ type
)

Implementation

int mlx_device_count(ffi.Pointer<ffi.Int> count, mlx_device_type_ type) =>
    _mlx_device_count(count, type.value);