-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
It seems the commonly used torch.nn.LSTM module generates aten::lstm op, which we currently don't support. It is reported in https://discuss.tvm.apache.org/t/import-rnn-t-pytorch-model-into-tvm/7874 and it is likely we'll get more requests for this op in the future.
The corresponding PyTorch implementation is here https://github.com/pytorch/pytorch/blob/70c8daf43946b53af6493d058899ef952d27d339/aten/src/ATen/native/RNN.cpp#L1396