mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #22306 from zihaomu:qgemm_and_squeeze_opset13_onnximporter
This commit is contained in:
@@ -1086,6 +1086,7 @@ TEST_P(Test_ONNX_layers, Squeeze)
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019 && target == DNN_TARGET_MYRIAD)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD, CV_TEST_TAG_DNN_SKIP_IE_NN_BUILDER);
|
||||
testONNXModels("squeeze");
|
||||
testONNXModels("squeeze_axes_op13");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, ReduceL2)
|
||||
@@ -1779,6 +1780,11 @@ TEST_P(Test_ONNX_layers, Quantized_MatMul)
|
||||
testONNXModels("quantized_matmul_per_channel_weights", npy, 0.06, 0.22);
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, Quantized_Gemm)
|
||||
{
|
||||
testONNXModels("quantized_gemm", npy);
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, Quantized_MatMul_Variable_Weights)
|
||||
{
|
||||
// Unsupported
|
||||
|
||||
Reference in New Issue
Block a user