| 69 | virtual ~Solver() {} |
| 70 | inline const SolverParameter& param() const { return param_; } |
| 71 | inline shared_ptr<Net<Dtype> > net() { return net_; } |
| 72 | inline const vector<shared_ptr<Net<Dtype> > >& test_nets() { |
| 73 | return test_nets_; |
| 74 | } |
no outgoing calls