Closed abhinandanudupa closed 3 years ago
Is it the .onnx
file but as a C
unsigned char array
?
You can using xxd -i command, for onnx file to c code.
xxd -i model.onnx
You can using xxd -i command, for onnx file to c code.
xxd -i model.onnx
Thank you!
In the
main.c
file in theexamples/hello
folder, how did you convert the MNSIT model to a unsigned char array and use it?:If you have any code to do it can you share it?