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

Check implementation of exp() function #46

Closed pg020196 closed 5 years ago

pg020196 commented 5 years ago

https://stackoverflow.com/questions/47025373/fastest-implementation-of-exponential-function-using-sse

ChristophBrandl commented 5 years ago

We decided to use the default implementation of the exp function for now