tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.74k stars 770 forks source link

MNIST LSTM Example C #2533

Closed SethARhodes closed 3 months ago

SethARhodes commented 3 months ago

Where is the example implementation of the MNIST LSTM project in C/C++? I only see python code in that directory.

rascani commented 3 months ago

We don't currently have a C/C++ example for mnist lstm. I would suggest copying one of the other C++ examples and updating the op resolver and arena size for the mnist lstm model.