Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/include/
H A Dadapter_wrapper.h66 extern int AsyncExecAlgoWrapper(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo, const …
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dadapter_wrapper.cpp140 int AsyncExecAlgoWrapper(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo, const DataInf… in AsyncExecAlgoWrapper() function
H A Dsa_server.c199 int retCode = AsyncExecAlgoWrapper(clientInfo, algoInfo, inputInfo); in AsyncExecuteAlgorithm()