Home
last modified time | relevance | path

Searched refs:predictRet (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/test/utils/
Dmodel_utils.cpp192 OH_AI_Status predictRet = OH_AI_STATUS_SUCCESS; in ModelPredict() local
197 predictRet = OH_AI_ModelPredict(model, inputs, &outputs, beforeCallBack, afterCallBack); in ModelPredict()
200 predictRet = OH_AI_ModelPredict(model, inputs, &outputs, nullptr, nullptr); in ModelPredict()
203 ASSERT_EQ(predictRet, OH_AI_STATUS_SUCCESS); in ModelPredict()