ModelInferenceProcessor
If a ModelinferenceProcessor object is created by allocating heap memory, you must destroy it after using it to prevent unexpected errors.
If an exception indicating that the constructor fails to be executed due to memory exhaustion occurs, do not call subsequent member functions.
Function Usage
Class constructor, which is used to create a model inference object.
Prototype
1 | ModelInferenceProcessor::ModelInferenceProcessor(); |
Parent topic: ModelInferenceProcessor