MCPcopy 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

161void Context::setCpuOpThreads(int32_t num_threads) { cpu_op_threads_ = num_threads; }
162
163int32_t Context::getCpuOpThreads() const { return cpu_op_threads_; }
164
165} // namespace mllm

Callers 1

initializeContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected