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

Nearest neighbor resize layer

This commit is contained in:
Dmitry Kurtaev
2017-10-06 14:24:01 +03:00
parent 5f6ce6f4b0
commit b9f94c9315
5 changed files with 104 additions and 0 deletions
+5
View File
@@ -175,4 +175,9 @@ TEST(Test_TensorFlow, split)
runTensorFlowNet("split_equals");
}
TEST(Test_TensorFlow, resize_nearest_neighbor)
{
runTensorFlowNet("resize_nearest_neighbor");
}
}