I would like to implement an custom LSTM cell as in a keras layer. Actually this implementation exists in tensorflow, so I was wondering if it is possible to just wrap it as an keras layer and call it in the model.
I found official documentation too simplified to see how to build a custom RNN layer. There are similar questions here and here, but they seem unresolved.
Thanks in advance for your help !