You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::string("Invalid EP context configuration: ") + kOrtSessionOptionEpContextEmbedMode + " must be 0 if " + kOrtSessionOptionShareEpContexts + " is 1.");
109
109
}
110
110
111
-
bool is_epctx_model = false;
112
111
if (!fused_nodes.empty()) {
113
112
// Assume these properties are constant for all the model subgraphs, otherwise move to SubGraphContext
0 commit comments