mlx_closure_custom_vmap_free function

  1. @Native<Int Function(mlx_closure_custom_vmap)>(mlx_closure_custom_vmap)>()
int mlx_closure_custom_vmap_free(
  1. mlx_closure_custom_vmap cls
)

Implementation

@ffi.Native<ffi.Int Function(mlx_closure_custom_vmap)>()
external int mlx_closure_custom_vmap_free(mlx_closure_custom_vmap cls);