bumping up verson (#7731)

This commit is contained in:
Xueyun Zhu 2021-05-17 17:55:42 -07:00 committed by GitHub
parent f977644324
commit 79854dda8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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