torch.functional.RNN

I am trying to deal with sequential meta-learning. But I find that there are no functional.rnn/gru/lstm. I want to combine this function using torchmeta like MetaConv1d, MetaConv2d, and etc… How can I solve it?