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