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
If you manually point main.c to: #include "../../include/cppflow/ops.h"
you'll get another error in ops.h file.
Then remove cppflow/ to #include "cppflow/tensor.h" and you'll get: 'tensorflow/c/tf_tensor.h' file not found
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)
No description provided.
The text was updated successfully, but these errors were encountered: