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

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

Open
shruthi0304 opened this issue May 13, 2024 · 1 comment

Comments

@shruthi0304
Copy link

No description provided.

@alesimattia
Copy link

alesimattia commented May 14, 2024

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)

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