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

Function ggml_backend_dev_description

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

Source from the content-addressed store, hash-verified

452}
453
454const char * ggml_backend_dev_description(ggml_backend_dev_t device) {
455 return device->iface.get_description(device);
456}
457
458void ggml_backend_dev_memory(ggml_backend_dev_t device, size_t * free, size_t * total) {
459 device->iface.get_memory(device, free, total);

Callers 10

get_cpu_infoFunction · 0.85
get_gpu_infoFunction · 0.85
rpc_server_params_parseFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
test_roundtripFunction · 0.85
test_gguf_set_kvFunction · 0.85
register_deviceMethod · 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