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

Function ggml_backend_name

ggml-backend.c:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92const char * ggml_backend_name(ggml_backend_t backend) {
93 if (backend == NULL) {
94 return "NULL";
95 }
96 return backend->iface.get_name(backend);
97}
98
99void ggml_backend_free(ggml_backend_t backend) {
100 if (backend == NULL) {

Callers 4

ggml_backend_tensor_copyFunction · 0.70
sched_print_assignmentsFunction · 0.70
sched_split_graphFunction · 0.70
sched_compute_splitsFunction · 0.70

Calls 1

get_nameMethod · 0.45

Tested by

no test coverage detected