Any examples for lstm network?

Try to implement tvm with a trained lstm, since the graphic and the parameters are trained by tensorflow, is it possilbe to use TVM to optmise the runtime? Any examples?

checkout https://github.com/dmlc/tvm/tree/master/topi/recipe/rnn for some reference, these are preliminary experiments that could be helpful