I am aware there is an example about building a standalone for the image classification model (bundle). Is there a similar example for compiling an NLP model (that contains operators like RNN and LSTM)?
The TVM doc includes many examples of compiling CV models for the CPU, but I can’t seem to find any examples of NLP models, so I also wonder how well TVM supports NLP on CPU now? Thanks.