Searched refs:LoadAlgoWrapper (Results 1 - 3 of 3) sorted by relevance
/foundation/ai/ai_engine/services/server/communication_adapter/include/ |
H A D | adapter_wrapper.h | 43 extern int LoadAlgoWrapper(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo,
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | adapter_wrapper.cpp | 163 int LoadAlgoWrapper(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo, const DataInfo *inputInfo, in LoadAlgoWrapper() function 166 HILOGI("[AdapterWrapper]Begin to call LoadAlgoWrapper."); in LoadAlgoWrapper()
|
H A D | sa_server.c | 254 int retCode = LoadAlgoWrapper(clientInfo, algorithmInfo, inputInfo, outputInfo); in LoadAlgorithm() 255 HILOGD("[SaServer][clientId:%d,sessionId:%d]LoadAlgoWrapper finished, retCode is [%d]", in LoadAlgorithm()
|
Completed in 2 milliseconds