mlx_function_exporter_apply_kwargs function

  1. @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)>()
int mlx_function_exporter_apply_kwargs(
  1. mlx_function_exporter xfunc,
  2. mlx_vector_array args,
  3. 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,
);