We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bb167 commit b5f2adbCopy full SHA for b5f2adb
include/onnxruntime/core/session/onnxruntime_ep_c_api.h
@@ -243,6 +243,8 @@ struct OrtEp {
243
_Out_ OrtEpDataLayout* preferred_data_layout);
244
245
/** \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()`.
248
*
249
* \param[in] this_ptr The OrtEp instance.
250
* \param[in] option_keys The dynamic option keys.
0 commit comments