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

Method TestAll

src/caffe/solver.cpp:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318template <typename Dtype>
319void 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
327template <typename Dtype>
328void Solver<Dtype>::Test(const int test_net_id) {

Callers

nothing calls this directly

Calls 2

TestClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected