Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/include/
H A Dsa_client_proxy.h96 int UnloadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &al…
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client.cpp180 return UnloadAlgorithmProxy(*proxy_, clientInfo, algorithmInfo, inputInfo); in UnloadAlgorithm()
H A Dsa_client_proxy.cpp276 int UnloadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &al… in UnloadAlgorithmProxy() function