-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official c api build dll and lib do not include function of OrtGetDimensions #1550
Comments
Please check https://github.com/microsoft/onnxruntime/blob/master/onnxruntime/core/providers/cpu/symbols.txt Is the symbol there? If not, it's a bug |
I just downloaded the zip package from link. Run the command: Seems it does NOT have the function of OrtGetDimensionsCount, which differs from your link. |
Would you try our latest release instead?https://github.com/microsoft/onnxruntime/releases/download/v0.5.0/onnxruntime-win-x64-0.5.0.zip |
Then the link from the main page is not the newest. Thanks. |
Hello All,
So anyone know this issue, Please help me. Thanks all. |
The API was changed. Please refer #3050 as an example of how to update your existing code. |
Hi @snnn Thank you very much for your support,
So could you please help me for this remain issue. |
OrtCreateDefaultAllocator -> GetAllocatorWithDefaultOptions |
Hi @snnn Thank you very much for your support. |
Describe the bug
The official build of c lib and dll do not have ortgetdimensions. I do not find the function after running
dumpbin.exe onnxruntime.lib
. Is the official build correct? Or if I have to use capi, I have to build by myself?The text was updated successfully, but these errors were encountered: