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

Method schedule

src/runtime/OMP/OMPScheduler.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void OMPScheduler::schedule(ICPPKernel *kernel, const Hints &hints)
72{
73 ITensorPack tensors;
74 schedule_common(kernel, hints, kernel->window(), tensors);
75}
76
77void OMPScheduler::schedule_op(ICPPKernel *kernel, const Hints &hints, const Window &window, ITensorPack &tensors)
78{

Callers 15

runMethod · 0.45
schedule_kernel_on_ctxFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected