mlx_export_function function
- @Native<Int Function(Pointer<
Char> , mlx_closure, mlx_vector_array, Bool)>(ffi.Pointer<ffi.Char>, mlx_closure, mlx_vector_array, ffi.Bool)>()
- Pointer<
Char> file, - mlx_closure fun,
- mlx_vector_array args,
- bool shapeless,
\defgroup export Function serialization / /**@{
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ffi.Char>,
mlx_closure,
mlx_vector_array,
ffi.Bool,
)
>()
external int mlx_export_function(
ffi.Pointer<ffi.Char> file,
mlx_closure fun,
mlx_vector_array args,
bool shapeless,
);