pg020196 / Neural-Network-Translator

This repository contains a neural network translator which can translate neural network models to native code.
MIT License
8 stars 4 forks source link

Investigate #ifdef #52

Closed pg020196 closed 4 years ago

pg020196 commented 5 years ago

Investigate if #ifdef construction can improve platform compatibility for the backend. Furthermore, it is interesting whether we can use them to only compile the required functions without having to manually change/write the .c file.

pg020196 commented 4 years ago

Compiler already removes code segments that are not used. Therefore, this is not required anymore.