gosha20777 / keras2cpp

it's a small library for running trained Keras 2 models from a native C++ code.
MIT License
185 stars 54 forks source link

VC++ dll #18

Closed FxMathSolution closed 5 years ago

FxMathSolution commented 5 years ago

Is that possible make VC++ dll from this source? instead exe file, compile in VC++ dll?

gosha20777 commented 5 years ago

No it copmiles with clang language. You can use cmake with clamg to compile it.