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

Function ggml_backend_dev_description

external/ggml/src/ggml-backend.cpp:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573const char * ggml_backend_dev_description(ggml_backend_dev_t device) {
574 GGML_ASSERT(device);
575 return device->iface.get_description(device);
576}
577
578void ggml_backend_dev_memory(ggml_backend_dev_t device, size_t * free, size_t * total) {
579 GGML_ASSERT(device);

Callers 8

register_deviceMethod · 0.85
mainFunction · 0.85
eval_supportMethod · 0.85
mainFunction · 0.85
mnist_modelMethod · 0.85
yolo_params_parseFunction · 0.85

Calls

no outgoing calls

Tested by 3

mainFunction · 0.68
eval_supportMethod · 0.68
mainFunction · 0.68