Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LBANN/lbann
/ on_optimize_begin
Method
on_optimize_begin
src/callbacks/profiler.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
void profiler::on_optimize_begin(model* m)
199
{
200
prof_region_begin(
"optimize"
, prof_colors[4], m_sync);
201
}
202
203
void profiler::on_optimize_end(model* m)
204
{
Callers
nothing calls this directly
Calls
2
prof_region_begin
Function · 0.85
get_name
Method · 0.45
Tested by
no test coverage detected