1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00
This commit is contained in:
Dmitry Kurtaev
2019-08-14 19:44:05 +03:00
parent 7c96857c02
commit e4a80aee09
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ TEST_P(Test_TensorFlow_layers, matmul)
// Reference output values are in range [-5.688, 4.484]
double l1 = target == DNN_TARGET_MYRIAD ? 6.1e-3 : default_l1;
runTensorFlowNet("nhwc_reshape_matmul", false, l1);
runTensorFlowNet("matmul_layout");
}
TEST_P(Test_TensorFlow_layers, reshape)