| 317 | |
| 318 | template <typename Dtype> |
| 319 | void Solver<Dtype>::TestAll() { |
| 320 | for (int test_net_id = 0; |
| 321 | test_net_id < test_nets_.size() && !requested_early_exit_; |
| 322 | ++test_net_id) { |
| 323 | Test(test_net_id); |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | template <typename Dtype> |
| 328 | void Solver<Dtype>::Test(const int test_net_id) { |