Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include errors #8

Open
martinelles opened this issue Nov 8, 2023 · 1 comment
Open

Include errors #8

martinelles opened this issue Nov 8, 2023 · 1 comment

Comments

@martinelles
Copy link

Hi, I'm getting several include errors in files inside /usr/local/include/tensorflow
For example, when trying to #include <tensorflow/tensorflow/cc/saved_model/loader.h> in my project, I get an error inside loader.h that
#include "tensorflow/core/framework/graph_debug_info.pb.h" was not found. The correct relative path to solve the error would be #include "tensorflow/tensorflow/core/framework/graph_debug_info.pb.h". And this keep repeating in dozens of files.

Do you have any ideas of what may have happened?

@lreiher
Copy link
Member

lreiher commented Nov 8, 2023

I guess you need to provide a few more details. How did you install the library? How are you integrating it into your project? Are you using CMake?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants