mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-08 17:17:15 +00:00
skip 2 models in C# test (#13384)
### Description
<!-- Describe your changes. -->
### Motivation and Context
these 2 models are also skipped in gtest
fc12abf6b1/onnxruntime/test/providers/cpu/model_tests.cc (L119-L122)
This commit is contained in:
parent
7a3486c3ee
commit
bb16ee712e
1 changed files with 3 additions and 1 deletions
|
|
@ -359,7 +359,9 @@ namespace Microsoft.ML.OnnxRuntime.Tests
|
|||
{ "test_sequence_map_extract_shapes_expanded", "sequence type is not supported in test infra." },
|
||||
{ "test_sequence_map_add_1_sequence_1_tensor_expanded", "sequence type is not supported in test infra." },
|
||||
{ "test_sequence_map_add_2_sequences", "sequence type is not supported in test infra." },
|
||||
{ "test_sequence_map_identity_1_sequence", "sequence type is not supported in test infra." }
|
||||
{ "test_sequence_map_identity_1_sequence", "sequence type is not supported in test infra." },
|
||||
{ "BERT-Squad-int8", "training domain"},
|
||||
{ "YOLOv3-12-int8", "training_domain"}
|
||||
};
|
||||
|
||||
// The following models fails on nocontribops win CI
|
||||
|
|
|
|||
Loading…
Reference in a new issue