mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-15 01:23:42 +00:00
Remove tests from exclusion list (#1077)
* 3 stale tests were removed from ONNX. Remove them from the list of broken tests that we ignored.
ab52a5d31e
* Also remove some exclude tests that now psas
This commit is contained in:
parent
bc01f7b16f
commit
602028ef19
2 changed files with 0 additions and 6 deletions
|
|
@ -331,13 +331,10 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
|
|||
{"operator_addconstant", "disable reason"},
|
||||
{"operator_addmm", "disable reason"},
|
||||
{"operator_basic", "disable reason"},
|
||||
{"operator_lstm", "disable reason"},
|
||||
{"operator_mm", "disable reason"},
|
||||
{"operator_non_float_params", "disable reason"},
|
||||
{"operator_params", "disable reason"},
|
||||
{"operator_pow", "disable reason"},
|
||||
{"operator_rnn", "disable reason"},
|
||||
{"operator_rnn_single_layer", "disable reason"},
|
||||
{"cast_STRING_to_FLOAT", "Cast opset 9 not supported yet"},
|
||||
{"cast_FLOAT_to_STRING", "Cast opset 9 not supported yet"},
|
||||
{"tf_inception_resnet_v2", "Cast opset 9 not supported yet"},
|
||||
|
|
|
|||
|
|
@ -83,11 +83,8 @@ backend_test.exclude(r'('
|
|||
'|^test_shrink_cpu.*'
|
||||
'|^test_vgg19_cpu.*'
|
||||
'|^test_zfnet512_cpu.*'
|
||||
'|^test_gru_seq_length_cpu.*'
|
||||
'|^test_qlinearconv_cpu.*'
|
||||
'|^test_quantizelinear_cpu.*'
|
||||
'|^test_reversesequence_batch_cpu.*'
|
||||
'|^test_reversesequence_time_cpu.*'
|
||||
'|^test_roialign_cpu.*'
|
||||
'|^test_operator_repeat_dim_overflow_cpu.*'
|
||||
')')
|
||||
|
|
|
|||
Loading…
Reference in a new issue