ModelExecutor class

The ModelExecutor class implements a model executor. Using the ModelExecutor class, you can execute the loaded model on different backends. To execute the model, the ModelExecutor class uses the ModelLoader and a pointer to a backend instance received from a BackendLoader class object.

Each object of the ModelExecutor class has the following attributes:

Page top