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:
@@ -175,4 +175,9 @@ TEST(Test_TensorFlow, split)
|
||||
runTensorFlowNet("split_equals");
|
||||
}
|
||||
|
||||
TEST(Test_TensorFlow, resize_nearest_neighbor)
|
||||
{
|
||||
runTensorFlowNet("resize_nearest_neighbor");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user