Commit 99a46e0
authored
Check NodeArg has name in ORT formal model load (#27297)
### Description
<!-- Describe your changes. -->
Check for invalid node arg when loading ORT format model. A node arg
would always have a valid string in an ORT created model so this
requires manual editing of the model to make it invalid.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->1 parent 8ffc33c commit 99a46e0
File tree
3 files changed
+13
-1
lines changed- onnxruntime
- core/graph
- test
- framework
- testdata
3 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6483 | 6483 | | |
6484 | 6484 | | |
6485 | 6485 | | |
6486 | | - | |
| 6486 | + | |
| 6487 | + | |
| 6488 | + | |
6487 | 6489 | | |
6488 | 6490 | | |
6489 | 6491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
595 | 605 | | |
596 | 606 | | |
597 | 607 | | |
| |||
Binary file not shown.
0 commit comments