Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ run
Method
run
src/runtime/CL/functions/CLBatchNormalizationLayer.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void CLBatchNormalizationLayer::run()
85
{
86
CLScheduler::get().enqueue(*_norm_kernel, true);
87
}
88
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
enqueue
Method · 0.45
Tested by
no test coverage detected