mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Minor doc fixes (#12388)
This commit is contained in:
parent
3efd9a73bb
commit
52d4699788
2 changed files with 2 additions and 1 deletions
|
|
@ -3433,6 +3433,7 @@ struct OrtApi {
|
|||
ORT_CLASS_RELEASE(Op);
|
||||
|
||||
/** \brief: Append execution provider to the session options.
|
||||
* \param[in] options
|
||||
* \param[in] provider_name - provider to add.
|
||||
* \param[in] provider_options_keys - keys to configure the provider options
|
||||
* \param[in] provider_options_values - values to configure the provider options
|
||||
|
|
|
|||
|
|
@ -496,7 +496,7 @@ struct ModelMetadata : Base<OrtModelMetadata> {
|
|||
|
||||
/** \brief Looks up a value by a key in the Custom Metadata map
|
||||
*
|
||||
* \param zero terminated string key to lookup
|
||||
* \param key zero terminated string key to lookup
|
||||
* \param allocator to allocate memory for the copy of the string returned
|
||||
* \return a instance of smart pointer that would deallocate the buffer when out of scope.
|
||||
* maybe nullptr if key is not found.
|
||||
|
|
|
|||
Loading…
Reference in a new issue