mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
enable quantization tests (#1293)
This commit is contained in:
parent
3ebad81abc
commit
05a222a961
1 changed files with 0 additions and 2 deletions
|
|
@ -93,9 +93,7 @@ def create_backend_test(testname=None):
|
|||
# Tests that are failing temporarily and should be fixed
|
||||
current_failing_tests = ('^test_cast_STRING_to_FLOAT_cpu.*',
|
||||
'^test_cast_FLOAT_to_STRING_cpu.*',
|
||||
'^test_dequantizelinear_cpu.*',
|
||||
'^test_qlinearconv_cpu.*',
|
||||
'^test_quantizelinear_cpu.*',
|
||||
'^test_gru_seq_length_cpu.*',
|
||||
'^test_bitshift_right_uint16_cpu.*',
|
||||
'^test_bitshift_right_uint32_cpu.*',
|
||||
|
|
|
|||
Loading…
Reference in a new issue