Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ dev_layer
Method
dev_layer
subprojects/llama.cpp/src/llama-model.cpp:7381–7383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7379
}
7380
7381
ggml_backend_dev_t llama_model::dev_layer(int il) const {
7382
return pimpl->dev_layer.at(il).dev;
7383
}
7384
7385
ggml_backend_dev_t llama_model::dev_output() const {
7386
return pimpl->dev_output.dev;
Callers
4
llama_memory_recurrent
Method · 0.80
sched_reserve
Method · 0.80
graph_get_cb
Method · 0.80
llama_kv_cache
Method · 0.80
Calls
1
at
Method · 0.65
Tested by
no test coverage detected