Minor doc fixes (#12388)

This commit is contained in:
Ryan Hill 2022-08-03 19:47:36 -07:00 committed by GitHub
parent 3efd9a73bb
commit 52d4699788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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.