MCPcopy Create free account
hub / github.com/BVLC/caffe / set_multiprocess

Method set_multiprocess

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

Source from the content-addressed store, hash-verified

165 inline static void set_solver_rank(int val) { Get().solver_rank_ = val; }
166 inline static bool multiprocess() { return Get().multiprocess_; }
167 inline static void set_multiprocess(bool val) { Get().multiprocess_ = val; }
168 inline static bool root_solver() { return Get().solver_rank_ == 0; }
169
170 protected:

Callers 1

solveFunction · 0.80

Calls 1

GetClass · 0.85

Tested by

no test coverage detected