Home
last modified time | relevance | path

Searched refs:algorithmType (Results 1 - 24 of 24) sorted by relevance

/foundation/ai/ai_engine/test/function/init/
H A Dinit_function_test.cpp120 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
168 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
216 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
262 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
307 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
352 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
/foundation/ai/ai_engine/test/function/destroy/
H A Ddestroy_function_test.cpp99 .algorithmType = ALGORITHM_TYPE_SYNC, in HWTEST_F()
147 .algorithmType = ALGORITHM_TYPE_SYNC, in HWTEST_F()
214 .algorithmType = ALGORITHM_TYPE_ASYNC, in HWTEST_F()
282 .algorithmType = ALGORITHM_TYPE_ASYNC, in HWTEST_F()
329 .algorithmType = ALGORITHM_TYPE_SYNC, in HWTEST_F()
/foundation/ai/ai_engine/test/function/prepare/
H A Dprepare_function_test.cpp101 .algorithmType = ALGORITHM_SYNC_TYPE, in HWTEST_F()
158 .algorithmType = ALGORITHM_ASYNC_TYPE, in HWTEST_F()
220 .algorithmType = ALGORITHM_SYNC_TYPE, in HWTEST_F()
281 .algorithmType = ALGORITHM_ASYNC_TYPE, in HWTEST_F()
343 .algorithmType = ALGORITHM_SYNC_TYPE, in HWTEST_F()
405 .algorithmType = ALGORITHM_ASYNC_TYPE, in HWTEST_F()
466 .algorithmType = ALGORITHM_ASYNC_TYPE, in HWTEST_F()
/foundation/ai/ai_engine/services/common/protocol/struct_definition/
H A Daie_info_define.h43 // determine ALGORITHM_TYPE_ID_LIST[algorithmType]
44 int algorithmType; member
46 // algorithmType+algorithmVersion determines section in
/foundation/ai/ai_engine/test/function/release/
H A Drelease_function_test.cpp99 .algorithmType = ALGORITHM_TYPE_SYNC, in HWTEST_F()
161 .algorithmType = ALGORITHM_TYPE_ASYNC, in HWTEST_F()
223 .algorithmType = ALGORITHM_TYPE_SYNC, in HWTEST_F()
289 .algorithmType = ALGORITHM_TYPE_ASYNC, in HWTEST_F()
/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/
H A Dic_sdk_impl.h54 .algorithmType = ALGORITHM_TYPE_IC,
/foundation/ai/ai_engine/test/performance/reliability/aie_client/
H A Daie_client_reliability_test.cpp113 .algorithmType = ALGORITHM_SYNC_TYPE, in HWTEST_F()
185 .algorithmType = ALGORITHM_ASYNC_TYPE, in HWTEST_F()
/foundation/ai/ai_engine/test/function/death_callback/
H A Ddeath_callback_test.cpp60 .algorithmType = ALGORITHM_TYPE, in main()
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
H A Dkws_sdk_impl.h62 .algorithmType = ALGORITHM_TYPE_KWS,
/foundation/ai/ai_engine/test/function/sa_client/
H A Dsa_client_test.cpp83 .algorithmType = ALGORITHM_TYPE_SYNC, in HWTEST_F()
/foundation/ai/ai_engine/services/client/client_executor/source/
H A 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/ai_engine/test/function/sync_process/
H A Dsync_process_function_test.cpp89 algoInfo.algorithmType = ALGORITHM_TYPE; in TestGetRightInfo()
175 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
247 .algorithmType = ALGORITHM_TYPE, in HWTEST_F()
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server_adapter.cpp119 RETCODE_OUT_OF_MEMORY, clientInfo.clientId, clientInfo.sessionId, algoInfo.algorithmType); in AsyncExecute()
144 request->SetAlgoPluginType(algoInfo.algorithmType); in ConvertToRequest()
H A Dadapter_wrapper.cpp183 transactionId, retCode, algoInfo->algorithmType); in LoadAlgoWrapper()
H A Dsa_server.c108 ReadInt32(request, &(algorithmInfo->algorithmType)); in UnParcelAlgorithmInfo()
/foundation/ai/ai_engine/test/performance/delay/sync_process/
H A Dsync_process_delay_test.cpp149 .algorithmType = ALGORITHM_SYNC_TYPE, in HWTEST_F()
/foundation/ai/ai_engine/services/client/client_executor/include/
H A Dclient_factory.h136 int GetSessionInfo(int sessionId, int &algorithmType);
171 // map <sessionId, algorithmType>
/foundation/ai/ai_engine/test/function/set_get_option/
H A Doption_function_test.cpp106 .algorithmType = ALGORITHM_SYNC_TYPE, in GetSyncAlgorithmInfo()
125 .algorithmType = ALGORITHM_ASYNC_TYPE, in GetAsyncAlgorithmInfo()
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dserver_executor.cpp87 HILOGI("[ServerExecutor]Begin to start engine for algorithm, algorithmType:%d.", algoInfo.algorithmType); in StartEngine()
H A Dengine_manager.cpp60 std::string aid = GetAlgorithmIdByType(algoInfo.algorithmType); in StartEngine()
/foundation/ai/ai_engine/test/function/async_process/
H A Dasync_process_function_test.cpp96 .algorithmType = ALGORITHM_ASYNC_TYPE, in PreBuildInfo()
/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp230 .algorithmType = ALGORITHM_ASYNC_TYPE, in HWTEST_F()
/foundation/ai/ai_engine/test/function/share_memory/
H A Dshare_memory_test.cpp33 constexpr int ALGORITHM_TYPE_SYNC = 0; // identity for sync algorithm, determines ALGORITHM_TYPE_ID_LIST[algorithmType]
123 .algorithmType = ALGORITHM_TYPE_SYNC,
/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_proxy.cpp103 WriteInt32(request, algorithmInfo.algorithmType); in ParcelAlgorithmInfo()

Completed in 19 milliseconds