MCPcopy 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
583ggml_backend_sched_t llama_context::get_sched() const {
584 return sched.get();
585}
586
587uint32_t llama_context::n_ctx() const {
588 return cparams.n_ctx;

Callers 1

updateMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected