Home
last modified time | relevance | path

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

/foundation/ai/engine/test/function/init/
Dinit_function_test.cpp120 .algorithmType = ALGORITHM_TYPE,
168 .algorithmType = ALGORITHM_TYPE,
216 .algorithmType = ALGORITHM_TYPE,
262 .algorithmType = ALGORITHM_TYPE,
307 .algorithmType = ALGORITHM_TYPE,
352 .algorithmType = ALGORITHM_TYPE,
/foundation/ai/engine/test/function/prepare/
Dprepare_function_test.cpp101 .algorithmType = ALGORITHM_SYNC_TYPE,
158 .algorithmType = ALGORITHM_ASYNC_TYPE,
220 .algorithmType = ALGORITHM_SYNC_TYPE,
281 .algorithmType = ALGORITHM_ASYNC_TYPE,
343 .algorithmType = ALGORITHM_SYNC_TYPE,
405 .algorithmType = ALGORITHM_ASYNC_TYPE,
/foundation/ai/engine/test/function/destroy/
Ddestroy_function_test.cpp99 .algorithmType = ALGORITHM_TYPE_SYNC,
147 .algorithmType = ALGORITHM_TYPE_SYNC,
214 .algorithmType = ALGORITHM_TYPE_ASYNC,
282 .algorithmType = ALGORITHM_TYPE_ASYNC,
329 .algorithmType = ALGORITHM_TYPE_SYNC,
/foundation/ai/engine/services/common/protocol/struct_definition/
Daie_info_define.h44 int algorithmType; member
/foundation/ai/engine/test/function/release/
Drelease_function_test.cpp99 .algorithmType = ALGORITHM_TYPE_SYNC,
161 .algorithmType = ALGORITHM_TYPE_ASYNC,
223 .algorithmType = ALGORITHM_TYPE_SYNC,
289 .algorithmType = ALGORITHM_TYPE_ASYNC,
/foundation/ai/engine/test/function/sync_process/
Dsync_process_function_test.cpp89 algoInfo.algorithmType = ALGORITHM_TYPE; in TestGetRightInfo()
175 .algorithmType = ALGORITHM_TYPE,
247 .algorithmType = ALGORITHM_TYPE,
/foundation/ai/engine/services/client/algorithm_sdk/cv/image_classification/include/
Dic_sdk_impl.h54 .algorithmType = ALGORITHM_TYPE_IC,
/foundation/ai/engine/test/performance/reliability/aie_client/
Daie_client_reliability_test.cpp113 .algorithmType = ALGORITHM_SYNC_TYPE,
185 .algorithmType = ALGORITHM_ASYNC_TYPE,
/foundation/ai/engine/test/function/death_callback/
Ddeath_callback_test.cpp60 .algorithmType = ALGORITHM_TYPE, in main()
/foundation/ai/engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
Dkws_sdk_impl.h62 .algorithmType = ALGORITHM_TYPE_KWS,
/foundation/ai/engine/services/client/client_executor/source/
Dclient_factory.cpp257 sessionInfos_.insert(std::make_pair(clientInfo.sessionId, algorithmInfo.algorithmType)); in AddSessionInfo()
271 int ClientFactory::GetSessionInfo(int sessionId, int &algorithmType) in GetSessionInfo() argument
276 algorithmType = iter->second; in GetSessionInfo()
/foundation/ai/engine/services/server/communication_adapter/source/
Dsa_server_adapter.cpp122 … RETCODE_OUT_OF_MEMORY, clientInfo.clientId, clientInfo.sessionId, algoInfo.algorithmType); in AsyncExecute()
147 request->SetAlgoPluginType(algoInfo.algorithmType); in ConvertToRequest()
Dadapter_wrapper.cpp183 transactionId, retCode, algoInfo->algorithmType); in LoadAlgoWrapper()
Dsa_server.c108 algorithmInfo->algorithmType = IpcIoPopInt32(request); in UnParcelAlgorithmInfo()
/foundation/ai/engine/services/client/client_executor/include/
Dclient_factory.h136 int GetSessionInfo(int sessionId, int &algorithmType);
/foundation/ai/engine/test/function/set_get_option/
Doption_function_test.cpp106 .algorithmType = ALGORITHM_SYNC_TYPE, in GetSyncAlgorithmInfo()
125 .algorithmType = ALGORITHM_ASYNC_TYPE, in GetAsyncAlgorithmInfo()
/foundation/ai/engine/test/performance/delay/sync_process/
Dsync_process_delay_test.cpp150 .algorithmType = ALGORITHM_SYNC_TYPE,
/foundation/ai/engine/services/server/server_executor/source/
Dserver_executor.cpp87 …("[ServerExecutor]Begin to start engine for algorithm, algorithmType:%d.", algoInfo.algorithmType); in StartEngine()
Dengine_manager.cpp60 std::string aid = GetAlgorithmIdByType(algoInfo.algorithmType); in StartEngine()
/foundation/ai/engine/test/function/async_process/
Dasync_process_function_test.cpp96 .algorithmType = ALGORITHM_ASYNC_TYPE, in PreBuildInfo()
/foundation/ai/engine/test/performance/delay/async_process/
Dasync_process_delay_test.cpp231 .algorithmType = ALGORITHM_ASYNC_TYPE,
/foundation/ai/engine/test/function/share_memory/
Dshare_memory_test.cpp123 .algorithmType = ALGORITHM_TYPE_SYNC, in SetUp()
/foundation/ai/engine/services/client/communication_adapter/source/
Dsa_client_proxy.cpp102 IpcIoPushInt32(request, algorithmInfo.algorithmType); in ParcelAlgorithmInfo()