Run a model without python frontend

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 ?

Would you like to compile model in C++ or just use C++ runtime for compiled model?

Just use the C ++ runtime, for executing TVM graphs, and not using the python frontend.

https://docs.tvm.ai/deploy/cpp_deploy.html

1 Like