Skip to content

Commit 18124ff

Browse files
author
Gopalakrishnan Nallasamy
committed
Update \since version to 1.28 for new EPContext callback APIs
1 parent 5fc3eaa commit 18124ff

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

include/onnxruntime/core/session/onnxruntime_c_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7563,7 +7563,7 @@ struct OrtApi {
75637563
*
75647564
* \snippet{doc} snippets.dox OrtStatus Return Value
75657565
*
7566-
* \since Version 1.27.
7566+
* \since Version 1.28.
75677567
*/
75687568
ORT_API2_STATUS(SessionOptions_SetEpContextDataReadFunc, _Inout_ OrtSessionOptions* options,
75697569
_In_ OrtReadNamedBufferFunc read_func, _In_opt_ void* state);
@@ -8408,7 +8408,7 @@ struct OrtCompileApi {
84088408
*
84098409
* \snippet{doc} snippets.dox OrtStatus Return Value
84108410
*
8411-
* \since Version 1.27.
8411+
* \since Version 1.28.
84128412
*/
84138413
ORT_API2_STATUS(ModelCompilationOptions_SetEpContextDataWriteFunc,
84148414
_In_ OrtModelCompilationOptions* model_compile_options,

include/onnxruntime/core/session/onnxruntime_ep_c_api.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ struct OrtEpApi {
20942094
*
20952095
* \snippet{doc} snippets.dox OrtStatus Return Value
20962096
*
2097-
* \since Version 1.27.
2097+
* \since Version 1.28.
20982098
*/
20992099
ORT_API2_STATUS(SessionOptions_GetEpContextConfig,
21002100
_In_ const OrtSessionOptions* session_options,
@@ -2104,7 +2104,7 @@ struct OrtEpApi {
21042104
*
21052105
* \param[in] input The OrtEpContextConfig instance to release. May be NULL.
21062106
*
2107-
* \since Version 1.27.
2107+
* \since Version 1.28.
21082108
*/
21092109
ORT_CLASS_RELEASE(EpContextConfig);
21102110

@@ -2121,7 +2121,7 @@ struct OrtEpApi {
21212121
*
21222122
* \snippet{doc} snippets.dox OrtStatus Return Value
21232123
*
2124-
* \since Version 1.27.
2124+
* \since Version 1.28.
21252125
*/
21262126
ORT_API2_STATUS(EpContextConfig_GetEpContextDataReadFunc,
21272127
_In_ const OrtEpContextConfig* config,
@@ -2141,7 +2141,7 @@ struct OrtEpApi {
21412141
*
21422142
* \snippet{doc} snippets.dox OrtStatus Return Value
21432143
*
2144-
* \since Version 1.27.
2144+
* \since Version 1.28.
21452145
*/
21462146
ORT_API2_STATUS(EpContextConfig_GetEpContextDataWriteFunc,
21472147
_In_ const OrtEpContextConfig* config,

0 commit comments

Comments
 (0)