I've been experimenting lately with tflite-micro on an nrf52840
One of the modules I want to run requires the LSTM operation that is not supported in the tflite-micro fork for zephyr
(https://github.com/zephyrproject-rtos/tflite-micro )
What is the best way to import the required functionality, which I see is already implemented in tflite-micro repository?