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

Function ggml_backend_buft_name

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

Source from the content-addressed store, hash-verified

31// backend buffer type
32
33const char * ggml_backend_buft_name(ggml_backend_buffer_type_t buft) {
34 GGML_ASSERT(buft);
35 return buft->iface.get_name(buft);
36}
37
38ggml_backend_buffer_t ggml_backend_buft_alloc_buffer(ggml_backend_buffer_type_t buft, size_t size) {
39 GGML_ASSERT(buft);

Callers 4

alloc_tensor_rangeFunction · 0.85
ggml_backend_buffer_nameFunction · 0.85

Calls 1

get_nameMethod · 0.80

Tested by

no test coverage detected