mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
Remove exclusions for Sign operator model tests. (#490)
This commit is contained in:
parent
54acfc0432
commit
da1cf8fff0
2 changed files with 0 additions and 2 deletions
|
|
@ -308,7 +308,6 @@ int real_main(int argc, char* argv[]) {
|
|||
{"asinh_example", "opset 9 not supported yet"},
|
||||
{"acosh_example", "opset 9 not supported yet"},
|
||||
{"atanh_example", "opset 9 not supported yet"},
|
||||
{"sign_model", "opset 9 not supported yet"},
|
||||
{"scatter_with_axis", "opset 9 not supported yet"},
|
||||
{"scatter_without_axis", "opset 9 not supported yet"},
|
||||
{"scan_sum", "opset 9 not supported yet"},
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ backend_test.exclude(r'('
|
|||
'|^test_operator_params_cpu.*'
|
||||
'|^test_operator_pow_cpu.*'
|
||||
'|^test_shrink_cpu.*'
|
||||
'|^test_sign_model_cpu.*'
|
||||
')')
|
||||
|
||||
# import all test cases at global scope to make
|
||||
|
|
|
|||
Loading…
Reference in a new issue