You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm working on a benchmarking project within a Zephyr RTOS application on the Stamp_3c board (ESP32-C3).
I previously succeded in setting up the project with CMSIS_NN acceleration on another platform, and I would like to do something similar with the new board.
I'm a bit confused about how I can build TFLite with ESP_NN kernels and use these in a Zephyr project.
I first thought that I could add the project as a subdirectory from my CMakeLists file, but of course, this does not work, as the build system of Zephyr has no notion of ESP-IDF. I must admit I'm not very practical of build systems in general, which does not help.
Any idea on how I could achieve this?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Using ESP-NN in Zephyr project (or build with another build system)
Using ESP-NN in Zephyr project (or build with another build system) (TFMIC-11)
Dec 15, 2023
Hi,
I'm working on a benchmarking project within a Zephyr RTOS application on the Stamp_3c board (ESP32-C3).
I previously succeded in setting up the project with CMSIS_NN acceleration on another platform, and I would like to do something similar with the new board.
I'm a bit confused about how I can build TFLite with ESP_NN kernels and use these in a Zephyr project.
I first thought that I could add the project as a subdirectory from my CMakeLists file, but of course, this does not work, as the build system of Zephyr has no notion of ESP-IDF. I must admit I'm not very practical of build systems in general, which does not help.
Any idea on how I could achieve this?
The text was updated successfully, but these errors were encountered: