Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ getCpuOpThreads
Method
getCpuOpThreads
mllm/engine/Context.cpp:163–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
void Context::setCpuOpThreads(int32_t num_threads) { cpu_op_threads_ = num_threads; }
162
163
int32_t Context::getCpuOpThreads() const { return cpu_op_threads_; }
164
165
} // namespace mllm
Callers
1
initializeContext
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected