Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ Log
Function
Log
python/caffe/_caffe.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
InitLog();
66
}
67
void Log(const string& s) {
68
LOG(INFO) << s;
69
}
70
71
void set_random_seed(unsigned int seed) { Caffe::set_random_seed(seed); }
72
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected