Implementation of Jordan RNN

Hi PyTorch Community!

I was studying RNN and curious to check the difference in performance between Elman and Jordan RNN. It appears the RNN in PyTorch uses Elman RNN. But, I was not able to find an implementation of Jordan RNN in PyTorch. Is there any open source implementation of Jordan RNN in PyTorch?

Thanks for any advice in advance!