Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_sched
Method
get_sched
subprojects/llama.cpp/src/llama-context.cpp:583–585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
}
582
583
ggml_backend_sched_t llama_context::get_sched() const {
584
return sched.get();
585
}
586
587
uint32_t llama_context::n_ctx() const {
588
return cparams.n_ctx;
Callers
1
update
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected