Searched defs:predict_ret (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/ai/mindspore/mindsporectest/src/ |
| D | ohos_c_api_test_mslite.cpp | 339 OH_AI_Status predict_ret = OH_AI_STATUS_SUCCESS; in ModelPredict() local 1375 OH_AI_Status predict_ret = OH_AI_ModelPredict(model2, inputs, &outputs, nullptr, nullptr); variable 2277 OH_AI_Status predict_ret = OH_AI_ModelPredict(model, inputs, &outputs, nullptr, nullptr); variable 3084 OH_AI_Status predict_ret = OH_AI_ModelPredict(model, inputs, &outputs, nullptr, nullptr); variable 3263 OH_AI_Status predict_ret = OH_AI_ModelPredict(model, inputs, &outputs, nullptr, nullptr); variable 3676 … auto predict_ret = OH_AI_ModelPredict(model, in_tensor_array, &out_tensor_array, NULL, NULL); variable 3749 auto predict_ret = OH_AI_ModelPredict(model, in_tensor_array, &out_tensor_array, NULL, NULL); variable 3785 … auto predict_ret = OH_AI_ModelPredict(model, in_tensor_array, &out_tensor_array, NULL, NULL); variable 3967 auto predict_ret = OH_AI_ModelPredict(model, in_tensor_array, &out_tensor_array, NULL, NULL); variable 4009 … auto predict_ret = OH_AI_ModelPredict(model, in_tensor_array, &out_tensor_array, NULL, NULL); variable [all …]
|