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

Function ggml_backend_load_all

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

Source from the content-addressed store, hash-verified

553}
554
555void ggml_backend_load_all() {
556 ggml_backend_load_all_from_path(nullptr);
557}
558
559void ggml_backend_load_all_from_path(const char * dir_path) {
560#ifdef NDEBUG

Callers 5

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
init_modelFunction · 0.85

Calls 1

Tested by 3

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68