MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / ggml_backend_dev_init

Function ggml_backend_dev_init

ggml/src/ggml-backend.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599ggml_backend_t ggml_backend_dev_init(ggml_backend_dev_t device, const char * params) {
600 GGML_ASSERT(device);
601 return device->iface.init_backend(device, params);
602}
603
604ggml_backend_buffer_type_t ggml_backend_dev_buffer_type(ggml_backend_dev_t device) {
605 GGML_ASSERT(device);

Callers 11

llama_contextMethod · 0.85
load_all_dataMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
test_roundtripFunction · 0.85
test_gguf_set_kvFunction · 0.85
ggml_backend_init_bestFunction · 0.85

Calls

no outgoing calls

Tested by 4

mainFunction · 0.68
mainFunction · 0.68
test_roundtripFunction · 0.68
test_gguf_set_kvFunction · 0.68