1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #21542 from rogday:split_expand

This commit is contained in:
Alexander Alekhin
2022-02-28 22:38:24 +00:00
6 changed files with 58 additions and 36 deletions
+1 -1
View File
@@ -2013,7 +2013,7 @@ TEST_P(Layer_Test_Slice, variable_input_shape)
int targetId = get<1>(GetParam());
int begin[] = {0, 0, 0, 0};
int end[] = {-1, -1, -1, -1};
int end[] = {INT_MAX, INT_MAX, INT_MAX, INT_MAX};
Net net;
LayerParams lp;