FloopCZ / tensorflow_cc

Build and install TensorFlow C++ API library.
MIT License
761 stars 183 forks source link

how to include tensorflow lite libraries also #297

Open ranjith502 opened 1 year ago

ranjith502 commented 1 year ago

iam running a simple code to load using tflite model ,but it shows lite headers are not including ,i have checked in bazel in directory it has some of folders like cc core not lite . how to include lite folders also

2