Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_scheduler
Method
set_scheduler
src/runtime/RuntimeContext.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void RuntimeContext::set_scheduler(IScheduler *scheduler)
36
{
37
ARM_COMPUTE_ERROR_ON_NULLPTR(scheduler);
38
_scheduler = scheduler;
39
}
40
41
IScheduler *RuntimeContext::scheduler()
42
{
Callers
4
main
Function · 0.80
intercept_scheduler
Method · 0.80
restore_scheduler
Method · 0.80
TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected