mlx_function_exporter_apply_kwargs function
- @Native<Int Function(mlx_function_exporter, mlx_vector_array, mlx_map_string_to_array)>(mlx_function_exporter, mlx_vector_array, mlx_map_string_to_array)>()
- mlx_function_exporter xfunc,
- mlx_vector_array args,
- mlx_map_string_to_array kwargs
Implementation
@ffi.Native<
ffi.Int Function(
mlx_function_exporter,
mlx_vector_array,
mlx_map_string_to_array,
)
>()
external int mlx_function_exporter_apply_kwargs(
mlx_function_exporter xfunc,
mlx_vector_array args,
mlx_map_string_to_array kwargs,
);