alrevuelta / cONNXr

Pure C ONNX runtime with zero dependancies for embedded devices
MIT License
192 stars 31 forks source link

Support for hardware without file systems #77

Open Coderitter-GmbH opened 3 years ago

Coderitter-GmbH commented 3 years ago

There is already an example how to run a model, without a file system. My suggestion is, that with an additional flag, the file system supporting functions can be disabled, which makes porting easier, because there is no need to mock it.

alrevuelta commented 3 years ago

Fair request. I kind of ran into this when trying to use cONNXr with Arduino Is that the example you are referring to?

Coderitter-GmbH commented 3 years ago

No, i used https://github.com/alrevuelta/cONNXr/blob/master/examples/example2/example2.c