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

Method solver_count

rtpose_wrapper/include/caffe/common.hpp:162–162  ·  view source on GitHub ↗

Parallel training info

Source from the content-addressed store, hash-verified

160 static int FindDevice(const int start_id = 0);
161 // Parallel training info
162 inline static int solver_count() { return Get().solver_count_; }
163 inline static void set_solver_count(int val) { Get().solver_count_ = val; }
164 inline static bool root_solver() { return Get().root_solver_; }
165 inline static void set_root_solver(bool val) { Get().root_solver_ = val; }

Callers

nothing calls this directly

Calls 1

GetClass · 0.85

Tested by

no test coverage detected