MCPcopy 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

29namespace arm_compute
30{
31RuntimeContext::RuntimeContext() : _owned_scheduler(SchedulerFactory::create()), _scheduler(_owned_scheduler.get())
32{
33}
34
35void RuntimeContext::set_scheduler(IScheduler *scheduler)
36{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected