ModelInferenceProcessor 如果使用堆申请内存方式创建ModelinferenceProcessor对象,在使用结束后,请务必释放ModelinferenceProcessor对象,防止出现不可预知的错误。 如出现因内存耗尽,导致构造函数执行失败抛出的异常时,请勿继续调用后续的成员函数。 函数功能类构造函数,创建模型推理对象。 函数原型ModelInferenceProcessor(); 父主题: ModelInferenceProcessor