1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

support asymmetric paddings for qconv

This commit is contained in:
fengyuentau
2022-05-16 19:01:37 +08:00
parent c8228e5789
commit ff88132620
2 changed files with 43 additions and 1 deletions
+2
View File
@@ -1752,6 +1752,8 @@ TEST_P(Test_ONNX_layers, Quantized_Convolution)
testONNXModels("quantized_conv_uint8_weights", npy, 0.004, 0.02);
testONNXModels("quantized_conv_int8_weights", npy, 0.03, 0.5);
testONNXModels("quantized_conv_per_channel_weights", npy, 0.06, 0.4);
testONNXModels("quantized_conv_asymmetric_pads_int8_weights");
}
TEST_P(Test_ONNX_layers, Quantized_MatMul)