mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Merge pull request #26050 from asmorkalov:as/supress_qdq_tests
Supress more ONNX conformance test cases for quant-dequant with CUDA.
This commit is contained in:
commit
eee383fde8
@ -91,3 +91,7 @@
|
||||
"test_scatternd_min",
|
||||
"test_scatternd_multiply",
|
||||
"test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded", // crash: https://github.com/opencv/opencv/issues/25471
|
||||
"test_dequantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
"test_quantizelinear", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
"test_quantizelinear_axis", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
"test_quantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
|
@ -19,3 +19,7 @@
|
||||
"test_softmax_large_number", // fp16 accuracy issue
|
||||
"test_softmax_large_number_expanded", // fp16 accuracy issue
|
||||
"test_tan", // fp16 accuracy issue
|
||||
"test_dequantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
"test_quantizelinear", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
"test_quantizelinear_axis", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
"test_quantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999
|
||||
|
Loading…
Reference in New Issue
Block a user