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

Method run

src/runtime/NEON/INESimpleFunctionNoBorder.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void INESimpleFunctionNoBorder::run()
41{
42 utils::schedule_kernel_on_ctx(_ctx, _kernel.get(), Window::DimY);
43}
44} // namespace arm_compute

Callers

nothing calls this directly

Calls 2

schedule_kernel_on_ctxFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected