Deploying the model with TVM using the AoT executor on the host machine
In this recipe, we will employ TVM for the first time to convert the pre-trained CIFAR-10 model into generic C code. Instead of deploying this code on a microcontroller, we will leverage the host-driven executor through Python. This simple approach will allow us to focus more on the essential TVM components needed for generating code.