mlx_function_exporter_new function

  1. @Native<mlx_function_exporter Function(Pointer<Char>, mlx_closure, Bool)>(ffi.Pointer<ffi.Char>, mlx_closure, ffi.Bool)>()
mlx_function_exporter mlx_function_exporter_new(
  1. Pointer<Char> file,
  2. mlx_closure fun,
  3. 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,
);