mlx_closure_custom_vmap_set function
- @Native<Int Function(Pointer<
mlx_closure_custom_vmap> , mlx_closure_custom_vmap)>(ffi.Pointer<mlx_closure_custom_vmap>, mlx_closure_custom_vmap)>()
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<mlx_closure_custom_vmap>,
mlx_closure_custom_vmap,
)
>()
external int mlx_closure_custom_vmap_set(
ffi.Pointer<mlx_closure_custom_vmap> cls,
mlx_closure_custom_vmap src,
);