ggml_init method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_context> ggml_init(
ggml_init_params params,
) {
return _ggml_init(
params,
);
}