mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
skip optional related models from opset16 (#10840)
This commit is contained in:
parent
7f0b0d0274
commit
e0cec5c4a6
1 changed files with 3 additions and 0 deletions
|
|
@ -337,6 +337,9 @@ namespace Microsoft.ML.OnnxRuntime.Tests
|
|||
{ "test_optional_get_element_sequence", "not implemented yet"},
|
||||
{ "test_optional_has_element", "not implemented yet"},
|
||||
{ "test_optional_has_element_empty", "not implemented yet"},
|
||||
{ "test_identity_opt", "opset16 version not implemented yet"},
|
||||
{ "test_if_opt", "opset16 version not implemented yet"},
|
||||
{ "test_loop16_seq_none", "opset16 version not implemented yet"},
|
||||
};
|
||||
|
||||
// The following models fails on nocontribops win CI
|
||||
|
|
|
|||
Loading…
Reference in a new issue