/ohos5.0/foundation/ai/ai_engine/test/function/init/ |
H A D | init_function_test.cpp | 120 .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 D | prepare_function_test.cpp | 101 .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 D | destroy_function_test.cpp | 99 .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 D | release_function_test.cpp | 99 .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 D | sync_process_function_test.cpp | 89 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 D | client_factory.cpp | 257 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 D | aie_client_reliability_test.cpp | 113 .algorithmType = ALGORITHM_SYNC_TYPE, 185 .algorithmType = ALGORITHM_ASYNC_TYPE,
|
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/struct_definition/ |
H A D | aie_info_define.h | 44 int algorithmType; member
|
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | sa_server_adapter.cpp | 119 … RETCODE_OUT_OF_MEMORY, clientInfo.clientId, clientInfo.sessionId, algoInfo.algorithmType); in AsyncExecute() 144 request->SetAlgoPluginType(algoInfo.algorithmType); in ConvertToRequest()
|
H A D | adapter_wrapper.cpp | 183 transactionId, retCode, algoInfo->algorithmType); in LoadAlgoWrapper()
|
H A D | sa_server.c | 108 ReadInt32(request, &(algorithmInfo->algorithmType)); in UnParcelAlgorithmInfo()
|
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/ |
H A D | ic_sdk_impl.h | 54 .algorithmType = ALGORITHM_TYPE_IC,
|
/ohos5.0/foundation/ai/ai_engine/test/function/death_callback/ |
H A D | death_callback_test.cpp | 60 .algorithmType = ALGORITHM_TYPE, in main()
|
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/ |
H A D | kws_sdk_impl.h | 62 .algorithmType = ALGORITHM_TYPE_KWS,
|
/ohos5.0/foundation/ai/ai_engine/test/function/sa_client/ |
H A D | sa_client_test.cpp | 83 .algorithmType = ALGORITHM_TYPE_SYNC,
|
/ohos5.0/foundation/ai/ai_engine/test/function/set_get_option/ |
H A D | option_function_test.cpp | 106 .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 D | client_factory.h | 136 int GetSessionInfo(int sessionId, int &algorithmType);
|
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/sync_process/ |
H A D | sync_process_delay_test.cpp | 149 .algorithmType = ALGORITHM_SYNC_TYPE,
|
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/ |
H A D | server_executor.cpp | 87 …("[ServerExecutor]Begin to start engine for algorithm, algorithmType:%d.", algoInfo.algorithmType); in StartEngine()
|
H A D | engine_manager.cpp | 60 std::string aid = GetAlgorithmIdByType(algoInfo.algorithmType); in StartEngine()
|
/ohos5.0/foundation/ai/ai_engine/test/function/async_process/ |
H A D | async_process_function_test.cpp | 96 .algorithmType = ALGORITHM_ASYNC_TYPE, in PreBuildInfo()
|
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/async_process/ |
H A D | async_process_delay_test.cpp | 230 .algorithmType = ALGORITHM_ASYNC_TYPE,
|
/ohos5.0/foundation/ai/ai_engine/test/function/share_memory/ |
H A D | share_memory_test.cpp | 123 .algorithmType = ALGORITHM_TYPE_SYNC, in SetUp()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-ai-aiframework-devguide.md | 252 …*:客户端设备版本号(当前还未启用) <br/>**bool isAsync**:是否为异步执行 <br/>**int algorithmType**:引擎框架根据插件加载顺序… 330 开发者开发的SDK通过AlgorithmInfo结构体中algorithmVersion以及algorithmType识别出具体的插件类型,实现插件能力的调用。因此开发者需完成以下步骤:
|
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/ |
H A D | sa_client_proxy.cpp | 103 WriteInt32(request, algorithmInfo.algorithmType); in ParcelAlgorithmInfo()
|