Trying to load an onnx file in C #21265
Unanswered
victorbrandaoa
asked this question in
API Q&A
Replies: 1 comment 5 replies
-
Hi @victorbrandaoa, Is your question towards asking how to include the headerfile into your project? or this example would be of some help with program onnxrt c example I would suggest to try with c++ than c, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use the onnxruntime_c_api.h in C, but I couldn't. I intend to train a model in python and save it as onnx, then load it in C to do inference. Is there any documentation to help me with that? Bear in mind that I am using Linux.
Beta Was this translation helpful? Give feedback.
All reactions