Hi there,
I just compiled from source and the output is the same now:
loop = 0
Pytorch : 0.048932
OnnxRuntime : 0.048932
TVM : 0.048932
loop = 1
Pytorch : 0.079360
OnnxRuntime : 0.079360
TVM : 0.079360
---
[Visit
Topic](https://discu
Hi, I am struggling for several hours with the following issue:
I’ve got a lstm model in pytorch that I want to convert to TVM. Here is the
sample code of the model. It includes one lstm layer. From what I’ve found
until now, TVM does not support yet LSTM operators if converting from pytorch