Disclaimer: This project is under development, and can not be promised to be stable or even functional.
Tensorflow on nRF with NCS Use NCS to include Tensorflow Lite Micro as a library.
As far as I know, Tensorflow Lite Micro is made for use with Linux.
If you are using Windows, you are mostly on your own. However, this might be a good place to begin.
After you clone this repository you need to load the tensorflow submodule>
git submodule init
git submodule update
You also need to install the NCS repository.
Oh, and since I can not get CmakeLists.txt to make make downloads external libraries when compilin, you need to manually run:
cd [this_git_home]/tensorflow
make -f tensorflow/lite/micro/tools/make/Makefile third_party_downloads