I have tried tensorflow example on nRF Connect SDK v1.6.1, v1.7.0 and v1.7.1 but all of them are not working.
To reproduce the behavior, build any example under zephyr\sample\modules\tensorflow
Here is the error from output console:
1> Compiling ‘model.cc’ 2> Compiling ‘output_handler.cc’ 4> [01m[K../src/main_functions.cc:19:10:[m[K [01;31m[Kfatal error: [m[Ktensorflow/lite/micro/all_ops_resolver.h: No such file or directory 4> compilation terminated. 2> In file included from [01m[K../src/output_handler.cc:17[m[K: 2> [01m[K../src/output_handler.h:20:10:[m[K [01;31m[Kfatal error: [m[Ktensorflow/lite/c/common.h: No such file or directory 2> compilation terminated. Build failed