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

Method SetActionFunction

rtpose_wrapper/src/caffe/solver.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14template<typename Dtype>
15void Solver<Dtype>::SetActionFunction(ActionCallback func) {
16 action_request_function_ = func;
17}
18
19template<typename Dtype>
20SolverAction::Enum Solver<Dtype>::GetRequestedAction() {

Callers 1

trainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected