Jannick

Results 3 issues of Jannick

### Issue description Small error in example code, the example contains two void draw()s, instead of one void start() and one void draw(). Proposed fix is to modify the first...

### Issue description Small error in example code, the example contains two void draw()s, instead of one void start() and one void draw(). Proposed fix is to modify the first...

The [MNIST LSTM example](https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/mnist_lstm) does not compile a correct TFLite model with the UnidirectionalSequenceLSTM operator for TFLite Micro. Instead it generates a large graph with many operators. Versions: - Python...