mlx_closure_apply function
- @Native<Int Function(Pointer<
mlx_vector_array> , mlx_closure, mlx_vector_array)>(ffi.Pointer<mlx_vector_array>, mlx_closure, mlx_vector_array)>()
- Pointer<
mlx_vector_array> res, - mlx_closure cls,
- mlx_vector_array input
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<mlx_vector_array>, mlx_closure, mlx_vector_array)
>()
external int mlx_closure_apply(
ffi.Pointer<mlx_vector_array> res,
mlx_closure cls,
mlx_vector_array input,
);