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

Function ggml_backend_dev_memory

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

Source from the content-addressed store, hash-verified

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);
460}
461
462enum ggml_backend_dev_type ggml_backend_dev_type(ggml_backend_dev_t device) {
463 return device->iface.get_type(device);

Callers 7

rpc_server_params_parseFunction · 0.85
get_backend_memoryFunction · 0.85
load_tensorsMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.68
mainFunction · 0.68