mlx_checkpoint function

  1. @Native<Int Function(Pointer<mlx_closure>, mlx_closure)>(ffi.Pointer<mlx_closure>, mlx_closure)>()
int mlx_checkpoint(
  1. Pointer<mlx_closure> res,
  2. 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);