Runing multiple models at the sme time

How can we run multiple models sequentially with tvm by loading all models at the beginning?
For example I want to create a class and load models inside the class, then use it inside methods by only one time loading the models.