Home
last modified time | relevance | path

Searched defs:modelName (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/test/utils/
Dmodel_utils.cpp100 void FillInputsData(OH_AI_TensorHandleArray inputs, std::string modelName, bool isTranspose) { in FillInputsData()
141 void CompareResult(OH_AI_TensorHandleArray outputs, std::string modelName, float atol, float rtol) { in CompareResult()
161 void ModelPredict(OH_AI_ModelHandle model, OH_AI_ContextHandle context, std::string modelName, in ModelPredict()
212 …odelPredict_ModelBuild(OH_AI_ModelHandle model, OH_AI_ContextHandle context, std::string modelName, in ModelPredict_ModelBuild()
239 void ModelTrain(OH_AI_ModelHandle model, OH_AI_ContextHandle context, std::string modelName, in ModelTrain()
/third_party/gptfdisk/
Ddiskio.h50 std::string modelName; variable
/third_party/icu/icu4c/source/test/intltest/
Dlstmbetst.cpp52 UScriptCode getScriptFromModelName(const std::string& modelName) { in getScriptFromModelName()
113 std::string modelName; in runTestFromFile() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DLSTMBreakEngineTest.java53 private LSTMBreakEngine createEngineFromTestData(String modelName, int script) { in createEngineFromTestData()