Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/ai/ai_engine/test/function/init/
H A 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,
/ohos5.0/foundation/ai/ai_engine/test/function/prepare/
H A 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,
466 .algorithmType = ALGORITHM_ASYNC_TYPE,
/ohos5.0/foundation/ai/ai_engine/test/function/destroy/
H A 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,
/ohos5.0/foundation/ai/ai_engine/test/function/release/
H A Drelease_function_test.cpp99 .algorithmType = ALGORITHM_TYPE_SYNC,
161 .algorithmType = ALGORITHM_TYPE_ASYNC,
223 .algorithmType = ALGORITHM_TYPE_SYNC,
289 .algorithmType = ALGORITHM_TYPE_ASYNC,
/ohos5.0/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,
247 .algorithmType = ALGORITHM_TYPE,
/ohos5.0/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()
/ohos5.0/foundation/ai/ai_engine/test/performance/reliability/aie_client/
H A Daie_client_reliability_test.cpp113 .algorithmType = ALGORITHM_SYNC_TYPE,
185 .algorithmType = ALGORITHM_ASYNC_TYPE,
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/struct_definition/
H A Daie_info_define.h44 int algorithmType; member
/ohos5.0/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()
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/
H A Dic_sdk_impl.h54 .algorithmType = ALGORITHM_TYPE_IC,
/ohos5.0/foundation/ai/ai_engine/test/function/death_callback/
H A Ddeath_callback_test.cpp60 .algorithmType = ALGORITHM_TYPE, in main()
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
H A Dkws_sdk_impl.h62 .algorithmType = ALGORITHM_TYPE_KWS,
/ohos5.0/foundation/ai/ai_engine/test/function/sa_client/
H A Dsa_client_test.cpp83 .algorithmType = ALGORITHM_TYPE_SYNC,
/ohos5.0/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()
/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/include/
H A Dclient_factory.h136 int GetSessionInfo(int sessionId, int &algorithmType);
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/sync_process/
H A Dsync_process_delay_test.cpp149 .algorithmType = ALGORITHM_SYNC_TYPE,
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dserver_executor.cpp87 …("[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()
/ohos5.0/foundation/ai/ai_engine/test/function/async_process/
H A Dasync_process_function_test.cpp96 .algorithmType = ALGORITHM_ASYNC_TYPE, in PreBuildInfo()
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp230 .algorithmType = ALGORITHM_ASYNC_TYPE,
/ohos5.0/foundation/ai/ai_engine/test/function/share_memory/
H A Dshare_memory_test.cpp123 .algorithmType = ALGORITHM_TYPE_SYNC, in SetUp()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ai-aiframework-devguide.md252 …*:客户端设备版本号(当前还未启用) <br/>**bool&nbsp;isAsync**:是否为异步执行 <br/>**int&nbsp;algorithmType**:引擎框架根据插件加载顺序…
330 开发者开发的SDK通过AlgorithmInfo结构体中algorithmVersion以及algorithmType识别出具体的插件类型,实现插件能力的调用。因此开发者需完成以下步骤:
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_proxy.cpp103 WriteInt32(request, algorithmInfo.algorithmType); in ParcelAlgorithmInfo()

12