cppflow icon indicating copy to clipboard operation
cppflow copied to clipboard

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

Open shruthi0304 opened this issue 1 year ago • 1 comments

shruthi0304 avatar May 13 '24 18:05 shruthi0304

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)

alesimattia avatar May 14 '24 13:05 alesimattia