MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_backend_dev_init

Function ggml_backend_dev_init

smallthinker/ggml/src/ggml-backend.cpp:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475ggml_backend_t ggml_backend_dev_init(ggml_backend_dev_t device, const char * params) {
476 return device->iface.init_backend(device, params);
477}
478
479ggml_backend_buffer_type_t ggml_backend_dev_buffer_type(ggml_backend_dev_t device) {
480 return device->iface.get_buffer_type(device);

Callers 10

create_backendFunction · 0.85
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