Minimal program to read a .tflite
model and do inferences.
- Link of the original minimal program from Tensorflow repo.
- Original CMakeLists.txt file from Tensorflow repo.
- Regarding to source [2], our own CMakeLists.txt is generated by simplifying the original one and adding full
path of flatbuffers.h to
target_include_directories
& adding pthread totarget_link_libraries
.