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

Fix slice layer from TensorFlow

This commit is contained in:
Dmitry Kurtaev
2018-01-31 19:12:37 +03:00
parent f57630d92b
commit 184862582c
3 changed files with 20 additions and 15 deletions
+5
View File
@@ -301,6 +301,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;