Skip to content

Commit be1c076

Browse files
authored
Update graph-optimizations.md
1 parent 4b994d0 commit be1c076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/performance/model-optimizations/graph-optimizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ session = rt.InferenceSession("<model_path>", sess_options)
143143

144144
OrtSession* session;
145145
const ORTCHAR_T* model_path = ORT_TSTR("model_path");
146-
g_ort->CreateSession(env, model_path, session_option, &session);
146+
g_ort->CreateSession(env, model_path, session_options, &session);
147147
```
148148
149149
#### C# API Example

0 commit comments

Comments
 (0)