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

Function ggml_backend_dev_memory

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

Source from the content-addressed store, hash-verified

576}
577
578void ggml_backend_dev_memory(ggml_backend_dev_t device, size_t * free, size_t * total) {
579 GGML_ASSERT(device);
580 device->iface.get_memory(device, free, total);
581}
582
583enum ggml_backend_dev_type ggml_backend_dev_type(ggml_backend_dev_t device) {
584 GGML_ASSERT(device);

Callers 7

query_backend_memoryFunction · 0.85
get_device_memoryMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
yolo_params_parseFunction · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.68
mainFunction · 0.68