mlx_load_reader function
- @Native<Int Function(Pointer<
mlx_array> , mlx_io_reader, mlx_stream)>(ffi.Pointer<mlx_array>, mlx_io_reader, mlx_stream)>()
- Pointer<
mlx_array> res, - mlx_io_reader in_stream,
- mlx_stream s
\defgroup io IO operations / /**@{
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<mlx_array>, mlx_io_reader, mlx_stream)
>()
external int mlx_load_reader(
ffi.Pointer<mlx_array> res,
mlx_io_reader in_stream,
mlx_stream s,
);