Searched defs:modelName (Results 1 - 4 of 4) sorted by relevance
/third_party/gptfdisk/ |
H A D | diskio.h | 50 std::string modelName; member in DiskIO
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | LSTMBreakEngineTest.java | 53 private LSTMBreakEngine createEngineFromTestData(String modelName, int script) { in createEngineFromTestData() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | lstmbetst.cpp | 52 UScriptCode getScriptFromModelName(const std::string& modelName) { in getScriptFromModelName() argument 113 std::string modelName; in runTestFromFile() local
|
/third_party/mindspore/test/utils/ |
H A D | model_utils.cpp | 100 void FillInputsData(OH_AI_TensorHandleArray inputs, std::string modelName, bool isTranspose) { in FillInputsData() argument 141 void CompareResult(OH_AI_TensorHandleArray outputs, std::string modelName, float atol, float rtol) { in CompareResult() argument 161 void ModelPredict(OH_AI_ModelHandle model, OH_AI_ContextHandle context, std::string modelName, in ModelPredict() argument 212 void ModelPredict_ModelBuild(OH_AI_ModelHandle model, OH_AI_ContextHandle context, std::string modelName, in ModelPredict_ModelBuild() argument 239 ModelTrain(OH_AI_ModelHandle model, OH_AI_ContextHandle context, std::string modelName, OH_AI_ShapeInfo shapeInfos, bool buildByGraph, bool isTranspose, bool isCallback) ModelTrain() argument [all...] |
Completed in 2 milliseconds