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

Merge pull request #10748 from dkurt:fix_dnn_slice_layer

This commit is contained in:
Alexander Alekhin
2018-02-01 13:21:17 +00:00
3 changed files with 20 additions and 15 deletions
+5
View File
@@ -332,6 +332,11 @@ TEST(Test_TensorFlow, resize_nearest_neighbor)
runTensorFlowNet("resize_nearest_neighbor");
}
TEST(Test_TensorFlow, slice)
{
runTensorFlowNet("slice_4d");
}
TEST(Test_TensorFlow, memory_read)
{
double l1 = 1e-5;