File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
onnxruntime/core/providers/openvino Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ void ParseConfigOptions(ProviderInfo& pi) {
2828 pi.so_context_enable = pi.config_options ->GetConfigOrDefault (kOrtSessionOptionEpContextEnable , " 0" ) == " 1" ;
2929 pi.so_context_embed_mode = pi.config_options ->GetConfigOrDefault (kOrtSessionOptionEpContextEmbedMode , " 0" ) == " 1" ;
3030 pi.so_share_ep_contexts = pi.config_options ->GetConfigOrDefault (kOrtSessionOptionShareEpContexts , " 0" ) == " 1" ;
31- pi.so_stop_share_ep_contexts = pi.config_options ->GetConfigOrDefault (kOrtSessionOptionStopShareEpContexts , " 0" ) == " 1" ;
3231 pi.so_context_file_path = pi.config_options ->GetConfigOrDefault (kOrtSessionOptionEpContextFilePath , " " );
3332 pi.so_stop_share_ep_contexts = pi.config_options ->GetConfigOrDefault (kOrtSessionOptionStopShareEpContexts , " 0" ) == " 1" ;
3433
You can’t perform that action at this time.
0 commit comments