mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
allow multiple inputs to resize, fix tests
This commit is contained in:
@@ -355,6 +355,8 @@ TEST_P(Test_ONNX_layers, MatMul)
|
||||
{
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_NN_BUILDER);
|
||||
if (backend == DNN_BACKEND_CUDA)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_CUDA); // not supported
|
||||
|
||||
testONNXModels("matmul_2d");
|
||||
testONNXModels("matmul_3d");
|
||||
|
||||
Reference in New Issue
Block a user