How to make Tensorflow-lite available for the entire system in Ubuntu
My tflite directory is as follows: /home/me/tensorflow_src/tensorflow/lite/ However, I fail to import it in my C++ project: #include "tensorflow/lite/interpreter.h" // getting a not found error How can I add resolve this error? My assumption is that I'd need to add…