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

Method run

src/runtime/NEON/functions/NESpaceToDepthLayer.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void NESpaceToDepthLayer::run()
64{
65 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU, "NESpaceToDepthLayer::run");
66 NEScheduler::get().schedule(_space_to_depth_kernel.get(), Window::DimY);
67}
68} // namespace arm_compute

Callers

nothing calls this directly

Calls 2

scheduleMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected