mlx_stream_new_device function
- @Native<mlx_stream Function(mlx_device)>(mlx_device)>()
- mlx_device dev
Returns a new stream on a device.
Implementation
@ffi.Native<mlx_stream Function(mlx_device)>()
external mlx_stream mlx_stream_new_device(mlx_device dev);