/minimal-test

Patch and Test for Yocto Environment

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

minimal-test

Minimal program to read a .tflite model and do inferences.

  1. Link of the original minimal program from Tensorflow repo.
  2. Original CMakeLists.txt file from Tensorflow repo.
  3. 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 to target_link_libraries.