/ohos5.0/foundation/ai/ai_engine/test/function/init/ |
H A D | init_function_test.cpp | 121 .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 D | prepare_function_test.cpp | 102 .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 D | destroy_function_test.cpp | 100 .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 D | release_function_test.cpp | 100 .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 D | sync_process_function_test.cpp | 90 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 D | aie_client_reliability_test.cpp | 114 .algorithmVersion = ALGORITHM_VERSION, 186 .algorithmVersion = ALGORITHM_VERSION,
|
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/struct_definition/ |
H A D | aie_info_define.h | 49 long long algorithmVersion; member
|
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/ |
H A D | ic_sdk_impl.h | 55 .algorithmVersion = ALGOTYPE_VERSION_IC,
|
/ohos5.0/foundation/ai/ai_engine/test/function/death_callback/ |
H A D | death_callback_test.cpp | 61 .algorithmVersion = ALGORITHM_VERSION, in main()
|
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/ |
H A D | kws_sdk_impl.h | 63 .algorithmVersion = ALGOTYPE_VERSION_KWS,
|
/ohos5.0/foundation/ai/ai_engine/test/function/sa_client/ |
H A D | sa_client_test.cpp | 84 .algorithmVersion = ALGORITHM_VERSION,
|
/ohos5.0/foundation/ai/ai_engine/test/function/set_get_option/ |
H A D | option_function_test.cpp | 107 .algorithmVersion = ALGORITHM_VERSION, in GetSyncAlgorithmInfo() 126 .algorithmVersion = ALGORITHM_VERSION, in GetAsyncAlgorithmInfo()
|
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/sync_process/ |
H A D | sync_process_delay_test.cpp | 150 .algorithmVersion = ALGORITHM_VERSION,
|
/ohos5.0/foundation/ai/ai_engine/test/function/async_process/ |
H A D | async_process_function_test.cpp | 97 .algorithmVersion = ALGORITHM_VERSION, in PreBuildInfo()
|
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/async_process/ |
H A D | async_process_delay_test.cpp | 231 .algorithmVersion = ALGORITHM_VERSION,
|
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/ |
H A D | engine_manager.cpp | 65 EngineKey engineKey(aid, algoInfo.algorithmVersion); in StartEngine()
|
/ohos5.0/foundation/ai/ai_engine/test/function/share_memory/ |
H A D | share_memory_test.cpp | 124 .algorithmVersion = ALGORITHM_VERSION, in SetUp()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-ai-aiframework-devguide.md | 252 …sp;algorithmType**:引擎框架根据插件加载顺序分配的算法类型ID <br/>**long long algorithmVersion**:算法版本号 <br/>… 330 开发者开发的SDK通过AlgorithmInfo结构体中algorithmVersion以及algorithmType识别出具体的插件类型,实现插件能力的调用。因此开发者需完成以下步骤:
|
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/ |
H A D | sa_client_proxy.cpp | 104 WriteInt64(request, algorithmInfo.algorithmVersion); in ParcelAlgorithmInfo()
|
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | sa_server.c | 109 ReadInt64(request, &(algorithmInfo->algorithmVersion)); in UnParcelAlgorithmInfo()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-ai-aiframework-devguide.md | 253 …ork based on the plug-in loading sequence.<br>**long long algorithmVersion**: algorithm … 331 The SDK identifies the plug-in type based on **algorithmVersion** and **algorithmType** in the **Al…
|