Hi everyone,
I'm testing out the sample code from
ncs/v2.5.0/zephyr/samples/modules/tflite-micro/hello_world
using vscode with nrf extensions.
I'm wondering if there is a document showing how to install and config tflite-micro to work with ncs?
In file included from ../src/output_handler.cpp:17:
../src/output_handler.hpp:20:10: fatal error: tensorflow/lite/c/common.h: No such file or directory
20 | #include <tensorflow/lite/c/common.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
I had downloaded tflite-micro source from github and compiled a static library file. Should I change
the hello_world to use only the static library file or somehow configure this tflite-micro source directory
to work with ncs design flow? Thanks.