Searched defs:model_name (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/ai/mindspore/mindsporectest/src/ |
| D | ohos_c_api_test_mslite.cpp | 223 void FillInputsData(OH_AI_TensorHandleArray inputs, string model_name, bool is_transpose) { in FillInputsData() 258 void CompareResult(OH_AI_TensorHandleArray outputs, string model_name, float atol = 0.01, float rto… in CompareResult() 278 void ModelPredict(OH_AI_ModelHandle model, OH_AI_ContextHandle context, string model_name, in ModelPredict() 329 void ModelTrain(OH_AI_ModelHandle model, OH_AI_ContextHandle context, string model_name, in ModelTrain() 3288 void RunMSLiteModel(OH_AI_ModelHandle model, string model_name, bool is_transpose) { in RunMSLiteModel() 3942 const char *model_name = "cache_model"; variable 3987 const char *model_name = "cache_model_quant"; variable 4026 const char *model_name = "cache_a"; variable 4096 const char *model_name = "cache_error"; variable 4125 const char *model_name = "cache_error"; variable [all …]
|