pplonski / keras2cpp

This is a bunch of code to port Keras neural network model into pure C++.
MIT License
679 stars 153 forks source link

unroll loop, do less copying, makes it ~2x faster #12

Closed robertsulej closed 7 years ago

robertsulej commented 7 years ago

...and one can vectorize the loop