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

Method run

src/runtime/NEON/INESimpleFunction.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void INESimpleFunction::run()
42{
43 NEScheduler::get().schedule(_border_handler.get(), Window::DimZ);
44 NEScheduler::get().schedule(_kernel.get(), Window::DimY);
45}
46} //namespace arm_compute

Callers

nothing calls this directly

Calls 2

scheduleMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected