Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ run
Method
run
src/runtime/CL/functions/CLL2NormalizeLayer.cpp:103–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void CLL2NormalizeLayer::run()
104
{
105
MemoryGroupResourceScope scope_mg(_memory_group);
106
107
_reduce_func.run();
108
CLScheduler::get().enqueue(*_normalize_kernel, true);
109
}
110
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
enqueue
Method · 0.45
Tested by
no test coverage detected