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