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 difference between pointer and array in c code #56

Closed pg020196 closed 4 years ago

pg020196 commented 5 years ago

Currently we are using pointer as reference as arguments and return values. To further improve out code, the concept behind those things should be evaluated.