mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Uncomment celu test. (#3717)
This commit is contained in:
parent
7627e6bcc2
commit
4f887b465a
2 changed files with 0 additions and 2 deletions
|
|
@ -495,7 +495,6 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
|
|||
{"bitshift_left_uint16", "BitShift(11) uint16 support not enabled currently"},
|
||||
{"dropout_default", "result differs", {"onnxtip"}},
|
||||
{"dropout_random", "result differs", {"onnxtip"}},
|
||||
{"celu", "invalid model", {"onnxtip"}},
|
||||
{"maxunpool_export_with_output_shape", "Invalid output in ONNX test. See https://github.com/onnx/onnx/issues/2398"}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ def create_backend_test(testname=None):
|
|||
'^test_batchnorm_epsilon_training_mode_cpu',
|
||||
'^test_batchnorm_example_old_cpu',
|
||||
'^test_batchnorm_example_training_mode_cpu',
|
||||
'^test_celu_cpu',
|
||||
'^test_dropout_default_cpu',
|
||||
'^test_dropout_random_cpu',
|
||||
'^test_einsum_batch_diagonal_cpu',
|
||||
|
|
|
|||
Loading…
Reference in a new issue