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

Remove reorder_dims attribute of Reshape layer

This commit is contained in:
Dmitry Kurtaev
2017-09-18 13:04:43 +03:00
parent cc547e8260
commit 17a85b16fc
5 changed files with 11 additions and 61 deletions
+5
View File
@@ -143,6 +143,11 @@ TEST(Test_TensorFlow, defun)
runTensorFlowNet("defun_dropout");
}
TEST(Test_TensorFlow, reshape)
{
runTensorFlowNet("shift_reshape_no_reorder");
}
TEST(Test_TensorFlow, fp16)
{
const float l1 = 1e-3;