[EP ABI] Update OrtGraph to use new OrtValues stored in internal Graph by adrianlizarraga · Pull Request #25159 · microsoft/onnxruntime

@adrianlizarraga

adrianlizarraga

@adrianlizarraga

skottmckay

@adrianlizarraga

@adrianlizarraga

@adrianlizarraga

@adrianlizarraga

@adrianlizarraga

skottmckay

quic-ankus pushed a commit to CodeLinaro/onnxruntime that referenced this pull request

Nov 25, 2025
microsoft#25159)

### Description
Updates the `OrtGraph` implementation to take advantage of the work done
in PR microsoft#23979, which sets
the infrastructure to store initializers as `OrtValue` instances in the
`onnxruntime::Graph`.

There still needs to be second part to the [aforementioned
PR](microsoft#23979) to ensure that
all initializers are stored as `OrtValue`s in the Graph.



### 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. -->