I have tried to use tflite default package in Keil MDK environment, but I am facing some compiling problems.
As below~
My Device: Armv8-M Mainline based device
My TFlite runtime environment:
There are hundreds of errors existed.
error type1
error type2
What's maybe going wrong?
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.