MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ggml_backend_load

Function ggml_backend_load

external/ggml/src/ggml-backend-reg.cpp:386–388  ·  view source on GitHub ↗

Dynamic loading

Source from the content-addressed store, hash-verified

384
385// Dynamic loading
386ggml_backend_reg_t ggml_backend_load(const char * path) {
387 return get_reg().load_backend(path, false);
388}
389
390void ggml_backend_unload(ggml_backend_reg_t reg) {
391 get_reg().unload_backend(reg, true);

Callers 1

Calls 1

load_backendMethod · 0.80

Tested by

no test coverage detected