Home
last modified time | relevance | path

Searched refs:algorithmVersion (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/test/function/init/
H A Dinit_function_test.cpp121 .algorithmVersion = ALGORITHM_VERSION,
169 .algorithmVersion = ALGORITHM_VERSION,
217 .algorithmVersion = ALGORITHM_VERSION,
263 .algorithmVersion = ALGORITHM_VERSION,
308 .algorithmVersion = ALGORITHM_VERSION,
353 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/test/function/prepare/
H A Dprepare_function_test.cpp102 .algorithmVersion = ALGORITHM_VERSION,
159 .algorithmVersion = ALGORITHM_VERSION,
221 .algorithmVersion = ALGORITHM_VERSION,
282 .algorithmVersion = ALGORITHM_VERSION,
344 .algorithmVersion = ALGORITHM_VERSION,
406 .algorithmVersion = ALGORITHM_VERSION,
467 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/test/function/destroy/
H A Ddestroy_function_test.cpp100 .algorithmVersion = ALGORITHM_VERSION,
148 .algorithmVersion = ALGORITHM_VERSION,
215 .algorithmVersion = ALGORITHM_VERSION,
283 .algorithmVersion = ALGORITHM_VERSION,
330 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/test/function/release/
H A Drelease_function_test.cpp100 .algorithmVersion = ALGORITHM_VERSION,
162 .algorithmVersion = ALGORITHM_VERSION,
224 .algorithmVersion = ALGORITHM_VERSION,
290 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/test/function/sync_process/
H A Dsync_process_function_test.cpp90 algoInfo.algorithmVersion = ALGORITHM_VERSION; in TestGetRightInfo()
176 .algorithmVersion = ALGORITHM_VERSION,
248 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/test/performance/reliability/aie_client/
H A Daie_client_reliability_test.cpp114 .algorithmVersion = ALGORITHM_VERSION,
186 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/struct_definition/
H A Daie_info_define.h49 long long algorithmVersion; member
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/
H A Dic_sdk_impl.h55 .algorithmVersion = ALGOTYPE_VERSION_IC,
/ohos5.0/foundation/ai/ai_engine/test/function/death_callback/
H A Ddeath_callback_test.cpp61 .algorithmVersion = ALGORITHM_VERSION, in main()
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
H A Dkws_sdk_impl.h63 .algorithmVersion = ALGOTYPE_VERSION_KWS,
/ohos5.0/foundation/ai/ai_engine/test/function/sa_client/
H A Dsa_client_test.cpp84 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/test/function/set_get_option/
H A Doption_function_test.cpp107 .algorithmVersion = ALGORITHM_VERSION, in GetSyncAlgorithmInfo()
126 .algorithmVersion = ALGORITHM_VERSION, in GetAsyncAlgorithmInfo()
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/sync_process/
H A Dsync_process_delay_test.cpp150 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/test/function/async_process/
H A Dasync_process_function_test.cpp97 .algorithmVersion = ALGORITHM_VERSION, in PreBuildInfo()
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp231 .algorithmVersion = ALGORITHM_VERSION,
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dengine_manager.cpp65 EngineKey engineKey(aid, algoInfo.algorithmVersion); in StartEngine()
/ohos5.0/foundation/ai/ai_engine/test/function/share_memory/
H A Dshare_memory_test.cpp124 .algorithmVersion = ALGORITHM_VERSION, in SetUp()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ai-aiframework-devguide.md252 …sp;algorithmType**:引擎框架根据插件加载顺序分配的算法类型ID <br/>**long&nbsp;long&nbsp;algorithmVersion**:算法版本号 <br/>…
330 开发者开发的SDK通过AlgorithmInfo结构体中algorithmVersion以及algorithmType识别出具体的插件类型,实现插件能力的调用。因此开发者需完成以下步骤:
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_proxy.cpp104 WriteInt64(request, algorithmInfo.algorithmVersion); in ParcelAlgorithmInfo()
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server.c109 ReadInt64(request, &(algorithmInfo->algorithmVersion)); in UnParcelAlgorithmInfo()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-ai-aiframework-devguide.md253 …ork based on the plug-in loading sequence.<br>**long&nbsp;long&nbsp;algorithmVersion**: algorithm …
331 The SDK identifies the plug-in type based on **algorithmVersion** and **algorithmType** in the **Al…