Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ InitLogLevel
Function
InitLogLevel
python/caffe/_caffe.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
::google::InstallFailureSignalHandler();
57
}
58
void InitLogLevel(int level) {
59
FLAGS_minloglevel = level;
60
InitLog();
61
}
62
void InitLogLevelPipe(int level, bool stderr) {
63
FLAGS_minloglevel = level;
64
FLAGS_logtostderr = stderr;
Callers
nothing calls this directly
Calls
1
InitLog
Function · 0.85
Tested by
no test coverage detected