mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #10748 from dkurt:fix_dnn_slice_layer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user