mlx_function_exporter_new function
- @Native<mlx_function_exporter Function(Pointer<
Char> , mlx_closure, Bool)>(ffi.Pointer<ffi.Char>, mlx_closure, ffi.Bool)>()
- Pointer<
Char> file, - mlx_closure fun,
- bool shapeless
Implementation
@ffi.Native<
mlx_function_exporter Function(ffi.Pointer<ffi.Char>, mlx_closure, ffi.Bool)
>()
external mlx_function_exporter mlx_function_exporter_new(
ffi.Pointer<ffi.Char> file,
mlx_closure fun,
bool shapeless,
);