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

Method schedule_op

src/runtime/CPP/SingleThreadScheduler.cpp:56–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void SingleThreadScheduler::schedule_op(ICPPKernel *kernel,
57 const Hints &hints,
58 const Window &window,
59 ITensorPack &tensors)
60{
61 ARM_COMPUTE_UNUSED(hints);
62 ThreadInfo info;
63 info.cpu_info = &cpu_info();
64 kernel->run_op(tensors, window, info);
65}
66
67void SingleThreadScheduler::run_workloads(std::vector<Workload> &workloads)
68{

Callers

nothing calls this directly

Calls 1

run_opMethod · 0.45

Tested by

no test coverage detected