mlx_closure_custom_vmap_set function

  1. @Native<Int Function(Pointer<mlx_closure_custom_vmap>, mlx_closure_custom_vmap)>(ffi.Pointer<mlx_closure_custom_vmap>, mlx_closure_custom_vmap)>()
int mlx_closure_custom_vmap_set(
  1. Pointer<mlx_closure_custom_vmap> cls,
  2. mlx_closure_custom_vmap src
)

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,
);