You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: