It seems python has a flow where we can run a graph without the python frontend (using AOT graphs perhaps).
I could not find any tutorials on the same, maybe this is useful but I cannot find how to use this : https://docs.tvm.ai/deploy/cpp_deploy.html
I want to build simple resnet/mxnet/keras models in C++ and not use the python frontend.
Is that doable in TVM ?