Ejemplo n.º 1
0
TEST_P(Test_Darknet_layers, shortcut)
{
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_RELEASE < 2018040000
    if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_CPU)
        throw SkipTestException("Test is enabled starts from OpenVINO 2018R4");
#endif
    testDarknetLayer("shortcut");
}
Ejemplo n.º 2
0
TEST_P(Test_Darknet_layers, reorg)
{
    testDarknetLayer("reorg");
}
Ejemplo n.º 3
0
TEST_P(Test_Darknet_layers, region)
{
    testDarknetLayer("region");
}
Ejemplo n.º 4
0
TEST_P(Test_Darknet_layers, avgpool_softmax)
{
    testDarknetLayer("avgpool_softmax");
}
Ejemplo n.º 5
0
TEST_P(Test_Darknet_layers, upsample)
{
    testDarknetLayer("upsample");
}
Ejemplo n.º 6
0
TEST_P(Test_Darknet_layers, shortcut)
{
    if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_CPU)
        throw SkipTestException("");
    testDarknetLayer("shortcut");
}