C++ example how to compile a NN model into a binary?

I see that python code parses NN models in python/tvm/relay/frontend/

Is there an example of how can TF Lite model be compiled using C++/?