serizba / cppflow

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

fatal error: cppflow/ops.h: No such file or directory 36 | #include <cppflow/ops.h> #261

Open shruthi0304 opened 2 months ago

alesimattia commented 2 months ago

Same!

Which it's actually not in this project repository 😕

EDIT: the tf_tensor.h library is part of the Tensorflow for C library so you have to install it first. (I haven't figured out how to integrate that in my project which will be deployed on another machine)