mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
dnn(test): configure filtering for 32-bit systems (part 2)
This commit is contained in:
parent
fce6e7248e
commit
c2f5f5a202
@ -624,7 +624,11 @@ TEST_P(Test_ONNX_nets, MobileNet_v2)
|
|||||||
TEST_P(Test_ONNX_nets, LResNet100E_IR)
|
TEST_P(Test_ONNX_nets, LResNet100E_IR)
|
||||||
{
|
{
|
||||||
applyTestTag(
|
applyTestTag(
|
||||||
|
#if defined(OPENCV_32BIT_CONFIGURATION) && defined(HAVE_OPENCL)
|
||||||
|
CV_TEST_TAG_MEMORY_2GB,
|
||||||
|
#else
|
||||||
(target == DNN_TARGET_CPU ? CV_TEST_TAG_MEMORY_512MB : CV_TEST_TAG_MEMORY_1GB),
|
(target == DNN_TARGET_CPU ? CV_TEST_TAG_MEMORY_512MB : CV_TEST_TAG_MEMORY_1GB),
|
||||||
|
#endif
|
||||||
CV_TEST_TAG_DEBUG_LONG
|
CV_TEST_TAG_DEBUG_LONG
|
||||||
);
|
);
|
||||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
|
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
|
||||||
|
Loading…
Reference in New Issue
Block a user