Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/include/
H A Dadapter_wrapper.h43 extern int LoadAlgoWrapper(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo,
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dadapter_wrapper.cpp163 int LoadAlgoWrapper(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo, const DataInfo *in… in LoadAlgoWrapper() function
H A Dsa_server.c254 int retCode = LoadAlgoWrapper(clientInfo, algorithmInfo, inputInfo, outputInfo); in LoadAlgorithm()