gapi(test): reduce used amount of memory
This commit is contained in:
parent
d9a444ca1a
commit
22a00036e2
@ -132,7 +132,7 @@ TEST_P(RMatViewNDTest, StepFromView) {
|
|||||||
|
|
||||||
INSTANTIATE_TEST_CASE_P(Test, RMatViewNDTest,
|
INSTANTIATE_TEST_CASE_P(Test, RMatViewNDTest,
|
||||||
Combine(Values(CV_8U, CV_32F), // depth
|
Combine(Values(CV_8U, CV_32F), // depth
|
||||||
Values(1,2,3,4,7))); // ndims
|
Values(1,2,3,4,5))); // ndims
|
||||||
|
|
||||||
struct RMatViewNDTestNegative : public TestWithParam<
|
struct RMatViewNDTestNegative : public TestWithParam<
|
||||||
std::tuple<int /*depth*/, int /*chan*/, int /*ndims*/>>{};
|
std::tuple<int /*depth*/, int /*chan*/, int /*ndims*/>>{};
|
||||||
@ -153,7 +153,7 @@ TEST_P(RMatViewNDTestNegative, DefaultStep) {
|
|||||||
INSTANTIATE_TEST_CASE_P(Test, RMatViewNDTestNegative,
|
INSTANTIATE_TEST_CASE_P(Test, RMatViewNDTestNegative,
|
||||||
Combine(Values(CV_8U, CV_32F), // depth
|
Combine(Values(CV_8U, CV_32F), // depth
|
||||||
Values(1,2,3,4), // chan
|
Values(1,2,3,4), // chan
|
||||||
Values(2,4,7))); // ndims
|
Values(2,4,5))); // ndims
|
||||||
|
|
||||||
TEST_P(RMatViewTest, NonDefaultStepInput) {
|
TEST_P(RMatViewTest, NonDefaultStepInput) {
|
||||||
auto type = GetParam();
|
auto type = GetParam();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user