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

Method perform_test

dlib/test/sequence_labeler.cpp:447–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 {}
446
447 void perform_test (
448 )
449 {
450 do_test<feature_extractor>();
451 DLIB_TEST(called_rejct_labeling == false);
452 do_test<feature_extractor2>();
453 DLIB_TEST(called_rejct_labeling == true);
454
455 test2();
456 }
457 } a;
458
459}

Callers

nothing calls this directly

Calls 1

test2Function · 0.70

Tested by

no test coverage detected