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:
Javier Martinez 2024-09-05 08:34:55 -07:00 коммит произвёл GitHub
Родитель 8b661f7157
Коммит 840f896c5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;