mlx_imported_function_apply_kwargs function
- @Native<Int Function(Pointer<
mlx_vector_array> , mlx_imported_function, mlx_vector_array, mlx_map_string_to_array)>(ffi.Pointer<mlx_vector_array>, mlx_imported_function, mlx_vector_array, mlx_map_string_to_array)>()
- Pointer<
mlx_vector_array> res, - mlx_imported_function xfunc,
- mlx_vector_array args,
- mlx_map_string_to_array kwargs,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<mlx_vector_array>,
mlx_imported_function,
mlx_vector_array,
mlx_map_string_to_array,
)
>()
external int mlx_imported_function_apply_kwargs(
ffi.Pointer<mlx_vector_array> res,
mlx_imported_function xfunc,
mlx_vector_array args,
mlx_map_string_to_array kwargs,
);