Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed May 4, 2023
1 parent 173ec03 commit 1009466
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/onnxruntime/core/session/onnxruntime_c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -4202,7 +4202,7 @@ struct OrtApi {
*
* \snippet{doc} snippets.dox OrtStatus Return Value
*
* \since Version 1.15.
* \since Version 1.16.
*/
ORT_API2_STATUS(CreateROCMProviderOptions, _Outptr_ OrtROCMProviderOptions** out);

Expand All @@ -4221,7 +4221,7 @@ struct OrtApi {
*
* \snippet{doc} snippets.dox OrtStatus Return Value
*
* \since Version 1.15.
* \since Version 1.16.
*/
ORT_API2_STATUS(UpdateROCMProviderOptions, _Inout_ OrtROCMProviderOptions* rocm_options,
_In_reads_(num_keys) const char* const* provider_options_keys,
Expand All @@ -4240,15 +4240,15 @@ struct OrtApi {
*
* \snippet{doc} snippets.dox OrtStatus Return Value
*
* \since Version 1.15.
* \since Version 1.16.
*/
ORT_API2_STATUS(GetROCMProviderOptionsAsString, _In_ const OrtROCMProviderOptions* rocm_options, _Inout_ OrtAllocator* allocator, _Outptr_ char** ptr);

/** \brief Release an ::OrtROCMProviderOptions
*
* \note This is an exception in the naming convention of other Release* functions, as the name of the method does not have the V2 suffix, but the type does
*
* \since Version 1.15.
* \since Version 1.16.
*/
void(ORT_API_CALL* ReleaseROCMProviderOptions)(_Frees_ptr_opt_ OrtROCMProviderOptions* input);

Expand Down

0 comments on commit 1009466

Please sign in to comment.