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

Method GetRequestedAction

src/caffe/solver.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19template<typename Dtype>
20SolverAction::Enum Solver<Dtype>::GetRequestedAction() {
21 if (action_request_function_) {
22 // If the external request function has been set, call it.
23 return action_request_function_();
24 }
25 return SolverAction::NONE;
26}
27
28template <typename Dtype>
29Solver<Dtype>::Solver(const SolverParameter& param)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected