cppflow
cppflow copied to clipboard
fatal error: cppflow/ops.h: No such file or directory 36 | #include <cppflow/ops.h>
Same!
- 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)