What is the ONNX runtime used for in the portable Windows version? #1600
Closed
Nikita-181
started this conversation in
General
Replies: 1 comment
-
|
https://learn.microsoft.com/en-us/windows/ai/new-windows-ml/run-onnx-models?tabs=csharp I believe it's a WindowsAppSDK dependency |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, when I launched the application, I encountered DLL files belonging to the ONNX library, which allows you to run various neural networks. I couldn't find any calls or uses for them in the code. Is it possible that it was accidentally added to the project during compilation? I also didn't find it in the dependencies you referenced in the description (and in their dependencies either).
If this is a dependency on a set of cross-platform libraries, please indicate it (library name). If it is used elsewhere, please explain why.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions