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:
@@ -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()
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user