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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user