espressif / esp-nn

Optimised Neural Network functions for Espressif chipsets
Apache License 2.0
146 stars 24 forks source link

Arduino IDE support #16

Open eloquentarduino opened 2 months ago

eloquentarduino commented 2 months ago

Checklist

Issue or Suggestion Description

I'd like to add esp-nn optimizations in the Arduino IDE environment. I have a TFLite model exported as C header and I'm able to run it on my ESP32S3 "as-is", without esp-nn. How do I make the Arduino IDE compile the esp-nn optimizations?