MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / TestAll

Method TestAll

rtpose_wrapper/src/caffe/solver.cpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327template <typename Dtype>
328void Solver<Dtype>::TestAll() {
329 for (int test_net_id = 0;
330 test_net_id < test_nets_.size() && !requested_early_exit_;
331 ++test_net_id) {
332 Test(test_net_id);
333 }
334}
335
336template <typename Dtype>
337void 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