mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
bumping up verson (#7731)
This commit is contained in:
parent
f977644324
commit
79854dda8f
1 changed files with 3 additions and 1 deletions
|
|
@ -2218,7 +2218,6 @@ static constexpr OrtApi ort_api_1_to_8 = {
|
|||
&OrtApis::GetCurrentGpuDeviceId,
|
||||
// End of Version 7 - DO NOT MODIFY ABOVE (see above text for more information)
|
||||
|
||||
// Version 8 - In development, feel free to add/remove/rearrange here
|
||||
&OrtApis::KernelInfoGetAttributeArray_float,
|
||||
&OrtApis::KernelInfoGetAttributeArray_int64,
|
||||
&OrtApis::CreateArenaCfgV2,
|
||||
|
|
@ -2227,6 +2226,9 @@ static constexpr OrtApi ort_api_1_to_8 = {
|
|||
&OrtApis::ReleasePrepackedWeightsContainer,
|
||||
&OrtApis::CreateSessionWithPrepackedWeightsContainer,
|
||||
&OrtApis::CreateSessionFromArrayWithPrepackedWeightsContainer,
|
||||
// End of Version 8 - DO NOT MODIFY ABOVE (see above text for more information)
|
||||
|
||||
// Version 9 - In development, feel free to add/remove/rearrange here
|
||||
};
|
||||
|
||||
// Assert to do a limited check to ensure Version 1 of OrtApi never changes (will detect an addition or deletion but not if they cancel out each other)
|
||||
|
|
|
|||
Loading…
Reference in a new issue