1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Multidimensional eltwise layer.

Fixed fully-connected layer axis.
This commit is contained in:
Dmitry Kurtaev
2017-10-04 12:23:35 +03:00
parent 2a2537725a
commit ad8bbaf008
3 changed files with 22 additions and 8 deletions
+5
View File
@@ -274,6 +274,11 @@ OCL_TEST(Layer_Test_Concat, Accuracy)
testLayerUsingCaffeModels("layer_concat", DNN_TARGET_OPENCL);
}
TEST(Layer_Test_Eltwise, Accuracy)
{
testLayerUsingCaffeModels("layer_eltwise");
}
//template<typename XMat>
//static void test_Layer_Concat()
//{