mlx_function_exporter_apply function

  1. @Native<Int Function(mlx_function_exporter, mlx_vector_array)>(mlx_function_exporter, mlx_vector_array)>()
int mlx_function_exporter_apply(
  1. mlx_function_exporter xfunc,
  2. 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,
);