MCPcopy Create free account
hub / github.com/davisking/dlib / perform_test

Method perform_test

dlib/test/ranking.cpp:466–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464
465
466 void perform_test (
467 )
468 {
469 test_count_ranking_inversions();
470 dotest1();
471 dotest_sparse_vectors();
472 test_svmrank_weight_force_dense<true>();
473 test_svmrank_weight_force_dense<false>();
474 run_prior_test();
475 run_prior_sparse_test();
476 test_dnn_ranking_loss();
477
478 }
479 } a;
480
481

Callers

nothing calls this directly

Calls 6

dotest_sparse_vectorsFunction · 0.85
test_dnn_ranking_lossFunction · 0.85
dotest1Function · 0.70
run_prior_testFunction · 0.70
run_prior_sparse_testFunction · 0.70

Tested by

no test coverage detected