Skip to content

Commit b5f2adb

Browse files
committed
Add remark about where dynamic options come from.
1 parent a7bb167 commit b5f2adb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/onnxruntime/core/session/onnxruntime_ep_c_api.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ struct OrtEp {
243243
_Out_ OrtEpDataLayout* preferred_data_layout);
244244

245245
/** \brief Set dynamic options on this EP.
246+
*
247+
* Dynamic options can be set by the user at any time after session creation with `OrtApi::SetEpDynamicOptions()`.
246248
*
247249
* \param[in] this_ptr The OrtEp instance.
248250
* \param[in] option_keys The dynamic option keys.

0 commit comments

Comments
 (0)