Remove exclusions for Sign operator model tests. (#490)

This commit is contained in:
Dmitri Smirnov 2019-02-19 11:52:26 -08:00 committed by GitHub
parent 54acfc0432
commit da1cf8fff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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"},

View file

@ -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