ggml_backend_load method
Implementation
ggml_backend_reg_t ggml_backend_load(
ffi.Pointer<ffi.Char> path,
) {
return _ggml_backend_load(
path,
);
}
ggml_backend_reg_t ggml_backend_load(
ffi.Pointer<ffi.Char> path,
) {
return _ggml_backend_load(
path,
);
}