Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H A Dkws_plugin.cpp33 const std::string PLUGIN_MODEL_PATH = "/storage/data/keyword_spotting.wk"; variable
105 if (adapter_->Init(PLUGIN_MODEL_PATH.c_str(), handle) != RETCODE_SUCCESS) { in Prepare()
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/cv/image_classification/source/
H A Dic_plugin.cpp38 const std::string PLUGIN_MODEL_PATH = "/storage/data/image_classification.wk"; variable
107 if (adapter_->Init(PLUGIN_MODEL_PATH.c_str(), handle) != RETCODE_SUCCESS) { in Prepare()