I tried to import a tflite model with a LSTM layer (created with Keras) and when I try to compile it in TVM, I get following errors from relay.frontend.from_tflite()
Assertion error: only support one subgraph (main subgraph)
Any ideas on how to execute these models?