Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/server/plugin_manager/source/
H A Daie_plugin_info.cpp22 int algorithmTypeNum = static_cast<int>(ALGORITHM_TYPE_ID_LIST.size()); in GetAlgorithmIdByType() local
23 CHK_RET(type >= algorithmTypeNum || type < 0, ALGORITHM_ID_INVALID); in GetAlgorithmIdByType()