mlx_device_free function

  1. @Native<Int Function(mlx_device)>(mlx_device)>()
int mlx_device_free(
  1. mlx_device dev
)

Free a device.

Implementation

@ffi.Native<ffi.Int Function(mlx_device)>()
external int mlx_device_free(mlx_device dev);