mlx_closure_custom_free function

  1. @Native<Int Function(mlx_closure_custom)>(mlx_closure_custom)>()
int mlx_closure_custom_free(
  1. mlx_closure_custom cls
)

Implementation

@ffi.Native<ffi.Int Function(mlx_closure_custom)>()
external int mlx_closure_custom_free(mlx_closure_custom cls);