Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
555
void ggml_backend_load_all() {
556
ggml_backend_load_all_from_path(nullptr);
557
}
558
559
void ggml_backend_load_all_from_path(const char * dir_path) {
560
#ifdef NDEBUG
Callers
5
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
init_model
Function · 0.85
Calls
1
ggml_backend_load_all_from_path
Function · 0.85
Tested by
3
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68