FloopCZ / tensorflow_cc

Build and install TensorFlow C++ API library.
MIT License
761 stars 183 forks source link

Still requires building tensorflow #300

Closed Christian-Prather closed 10 months ago

Christian-Prather commented 1 year ago

Hello sorry for what may be a dumb question but from the top of the readme I thought this installation did not require bazel or building tensorflow however lower in the installation section it talks about needing to do both. I am confused how this is any different from just manually building tensorflow_cc.

FloopCZ commented 10 months ago

Hi, you are right. You still need to build tensorflow using Bazel, but this project allows you to use the resulting tensorflow library in CMake projects, which is otherwise somehow tricky (not only because of the tensorflow_cc library but also because of the header files).