I am having issues trying to integrate the tflite micro library in a keil project for an eventual embedding.
Following the guide Understand the C++ library | TensorFlow Lite
especially this part of the guide " TensorFlow Lite for Microcontrollers is able to generate standalone projects that contain all of the necessary source files, using a Makefile
. The current supported environments are Keil, Make, and Mbed.
To generate these projects with Make, clone the TensorFlow/tflite-micro repository and run the following command:
make -f tensorflow/lite/micro/tools/make/Makefile generate_projects
I haven’t found this target in the makefile which creates a “no rule to make target” error.
Can someone help me with my issue. Thanks in advance