MCPcopy 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}
67void Log(const string& s) {
68 LOG(INFO) << s;
69}
70
71void 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