mlx_checkpoint function
- @Native<Int Function(Pointer<
mlx_closure> , mlx_closure)>(ffi.Pointer<mlx_closure>, mlx_closure)>()
- Pointer<
mlx_closure> res, - mlx_closure fun
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_closure>, mlx_closure)>()
external int mlx_checkpoint(ffi.Pointer<mlx_closure> res, mlx_closure fun);