Where is `torch::lstm` defined?

I see in this post where _VF.lstm is defined (presumably as LSTMImpl). Since it calls torch::lstm (this line), I’m trying to track down torch::lstm. Any pointers would be much appreciated!

Hi,

The torch::XXX binding is generated based on the info from here which then hits the native code here.
Hope this helps.

2 Likes