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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user