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

Method perform_test

dlib/test/graph.cpp:397–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 {}
396
397 void perform_test (
398 )
399 {
400 dlog << LINFO << "testing kernel_1a_c";
401 graph_test<graph<int>::kernel_1a_c>();
402
403 dlog << LINFO << "testing kernel_1a";
404 graph_test<graph<int>::kernel_1a>();
405
406 test_copy();
407 }
408 } a;
409
410

Callers

nothing calls this directly

Calls 1

test_copyFunction · 0.70

Tested by

no test coverage detected