Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_workload
Method
set_workload
src/runtime/CPP/CPPScheduler.cpp:228–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void Thread::set_workload(std::vector<IScheduler::Workload> *workloads, ThreadFeeder &feeder, const ThreadInfo &info)
229
{
230
_workloads = workloads;
231
_feeder = &feeder;
232
_info = info;
233
}
234
235
void Thread::start()
236
{
Callers
1
run_workloads
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected