MCPcopy Create free account
hub / github.com/BVLC/caffe / InitLog

Function InitLog

python/caffe/_caffe.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52void set_mode_gpu() { Caffe::set_mode(Caffe::GPU); }
53
54void InitLog() {
55 ::google::InitGoogleLogging("");
56 ::google::InstallFailureSignalHandler();
57}
58void InitLogLevel(int level) {
59 FLAGS_minloglevel = level;
60 InitLog();

Callers 2

InitLogLevelFunction · 0.85
InitLogLevelPipeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected