MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / GlobalInit

Function GlobalInit

rtpose_wrapper/src/caffe/common.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43void GlobalInit(int* pargc, char*** pargv) {
44 // Google flags.
45 ::gflags::ParseCommandLineFlags(pargc, pargv, true);
46 // Google logging.
47 ::google::InitGoogleLogging(*(pargv)[0]);
48 // Provide a backtrace on segfault.
49 ::google::InstallFailureSignalHandler();
50}
51
52#ifdef CPU_ONLY // CPU-only Caffe.
53

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68