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

Method run

src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void NEBatchNormalizationLayer::run()
78{
79 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU, "NEBatchNormalizationLayer::run");
80 NEScheduler::get().schedule(_norm_kernel.get(), Window::DimY);
81}
82} // namespace arm_compute

Callers

nothing calls this directly

Calls 2

scheduleMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected