mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Uncomment line in OVEP that was commented out in error (#21973)
### Description One line change to re-enable a line incorrectly commented out in an earlier commit ### Motivation and Context Fix issue introduced with [PR 21872](https://github.com/microsoft/onnxruntime/pull/21872#discussion_r1736744441)
This commit is contained in:
parent
8b661f7157
commit
840f896c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ BasicBackend::BasicBackend(std::unique_ptr<ONNX_NAMESPACE::ModelProto>& model_pr
|
|||
device_config,
|
||||
global_context_.ep_context_embed_mode,
|
||||
subgraph_context_.subgraph_name);
|
||||
// ie_cnn_network_ = exe_network_.Get().get_runtime_model();
|
||||
ie_cnn_network_ = exe_network_.Get().get_runtime_model();
|
||||
} else if (global_context_.export_ep_ctx_blob &&
|
||||
hw_target.find("NPU") != std::string::npos) {
|
||||
std::shared_ptr<ov::Model> ov_model;
|
||||
|
|
|
|||
Loading…
Reference in a new issue