I am trying to use edgetpu USB accelerator with Intel ATOM single board computer and C++ API for real-time inference.
C++ API for edgetpu is based on TensorFlow lite C++ API. I need to include header files from tensorflow/lite directory (e.g. tensorflow/lite/interpreter.h).
My question is can I build tensorflow only with Lite (not other operations used for training )? if yes, how can I do it?
Because installing everything will take long time.