mlx_compile function
- @Native<Int Function(Pointer<
mlx_closure> , mlx_closure, Bool)>(ffi.Pointer<mlx_closure>, mlx_closure, ffi.Bool)>()
- Pointer<
mlx_closure> res, - mlx_closure fun,
- bool shapeless
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_closure>, mlx_closure, ffi.Bool)>()
external int mlx_compile(
ffi.Pointer<mlx_closure> res,
mlx_closure fun,
bool shapeless,
);