File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
onnxruntime/core/providers/openvino Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ struct OpenVINOProviderFactory : IExecutionProviderFactory {
406
406
// This is called during session creation when AppendExecutionProvider_V2 is used.
407
407
// This one is called because ParseProviderInfo / ParseConfigOptions, etc. are already
408
408
// performed in CreateIExecutionProvider, and so provider_info_ has already been populated.
409
- std::unique_ptr<IExecutionProvider> CreateProvider_V2 (const OrtSessionOptions& session_options,
409
+ std::unique_ptr<IExecutionProvider> CreateProvider_V2 (const OrtSessionOptions& /* session_options*/ ,
410
410
const OrtLogger& session_logger) {
411
411
ProviderInfo provider_info = provider_info_;
412
412
auto ov_ep = std::make_unique<OpenVINOExecutionProvider>(provider_info, shared_context_);
You can’t perform that action at this time.
0 commit comments