mlx_closure_free function

  1. @Native<Int Function(mlx_closure)>(mlx_closure)>()
int mlx_closure_free(
  1. mlx_closure cls
)

Implementation

@ffi.Native<ffi.Int Function(mlx_closure)>()
external int mlx_closure_free(mlx_closure cls);