alrevuelta / cONNXr

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

Move operator headers to implementation #65

Closed nopeslide closed 4 years ago

nopeslide commented 4 years ago

Imho it makes not much sense anymore to divide the header and implementations files for the operators. The whole operator directory tree inside /include/ is a little bit of overkill for just a single file in each dir. Everything related to a specific operator now resides in /src/operators/... simplifying the directory structure.