MCPcopy 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
7381ggml_backend_dev_t llama_model::dev_layer(int il) const {
7382 return pimpl->dev_layer.at(il).dev;
7383}
7384
7385ggml_backend_dev_t llama_model::dev_output() const {
7386 return pimpl->dev_output.dev;

Callers 4

sched_reserveMethod · 0.80
graph_get_cbMethod · 0.80
llama_kv_cacheMethod · 0.80

Calls 1

atMethod · 0.65

Tested by

no test coverage detected