This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TensorflowLiteMicro package in Keil

I have tried to use tflite default package in Keil MDK environment, but I am facing some compiling  problems.

As below~

Parents Reply Children
  • Finally, I decided to separate tensorflow lite micro library and my project. It means that I builded a tensorflow lite micro interpreter library in another single project without other objects but tensorflow lite micro, and then imported the .lib file to my main project. It solved my problem.