serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel
https://serizba.github.io/cppflow/
MIT License
779 stars 177 forks source link

C++11 support #153

Closed sappyb closed 2 years ago

sappyb commented 2 years ago

HI,

I am trying to use the cppflow libs to build standalone application with c++11? is there any workaround for it?

dskkato commented 2 years ago

See #108

serizba commented 2 years ago

I am not planing to make the code compatible with previous c++ standards. But you can take a look to #108. There shouldn't be many changes to do.