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

Method set_root_solver

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

Source from the content-addressed store, hash-verified

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:
168#ifndef CPU_ONLY

Callers

nothing calls this directly

Calls 1

GetClass · 0.85

Tested by

no test coverage detected