MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / set

Method set

src/runtime/Scheduler.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73std::map<Scheduler::Type, std::unique_ptr<IScheduler>> Scheduler::_schedulers{};
74
75void Scheduler::set(Type t)
76{
77 ARM_COMPUTE_ERROR_ON(!Scheduler::is_available(t));
78 _scheduler_type = t;
79}
80
81bool Scheduler::is_available(Type t)
82{

Callers 15

fill_imageMethod · 0.45
fill_planar_tensorMethod · 0.45
init_tensorMethod · 0.45
fill_tensorMethod · 0.45
save_to_ppmFunction · 0.45
load_trained_dataFunction · 0.45
configureMethod · 0.45
validateMethod · 0.45
configureMethod · 0.45
validate_argumentsFunction · 0.45
run_opMethod · 0.45
run_opMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestKernelMethod · 0.36
TestKernelMethod · 0.36