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

Method root_solver

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

Source from the content-addressed store, hash-verified

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; }
166
167 protected:

Callers

nothing calls this directly

Calls 1

GetClass · 0.85

Tested by

no test coverage detected