Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ RuntimeContext
Method
RuntimeContext
src/runtime/RuntimeContext.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace arm_compute
30
{
31
RuntimeContext::RuntimeContext() : _owned_scheduler(SchedulerFactory::create()), _scheduler(_owned_scheduler.get())
32
{
33
}
34
35
void RuntimeContext::set_scheduler(IScheduler *scheduler)
36
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected