We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5107696 commit b699a31Copy full SHA for b699a31
onnxruntime/core/providers/openvino/openvino_execution_provider.cc
@@ -115,10 +115,6 @@ common::Status OpenVINOExecutionProvider::Compile(
115
session_context_.onnx_model_path_name = graph_body_viewer_0.ModelPath().string();
116
session_context_.onnx_opset_version =
117
graph_body_viewer_0.DomainToVersionMap().at(kOnnxDomain);
118
-
119
- // OVIR wrapped in epctx should be treated as source but this code does not
120
- // This corner case is not in use and will be addressed in a future commit
121
- is_epctx_model = ep_ctx_handle_.CheckForOVEPCtxNodeInGraph(graph_body_viewer_0);
122
}
123
124
shared_context_ = ep_ctx_handle_.Initialize(fused_nodes, session_context_);
0 commit comments