Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
template<typename Dtype>
15
void Solver<Dtype>::SetActionFunction(ActionCallback func) {
16
action_request_function_ = func;
17
}
18
19
template<typename Dtype>
20
SolverAction::Enum Solver<Dtype>::GetRequestedAction() {
Callers
1
train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected