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

Method run

src/runtime/NEON/functions/NEReductionOperation.cpp:176–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void NEReductionOperation::run()
177{
178 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU, "NEReductionOperation::run");
179 MemoryGroupResourceScope scope_mg(_memory_group);
180 NEScheduler::get().schedule(_reduction_kernel.get(), _window_split);
181 if (_is_reshape_required)
182 {
183 _reshape.run();
184 }
185}
186} // namespace arm_compute

Callers

nothing calls this directly

Calls 2

scheduleMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected