/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate.h | 42 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; 94 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE;
|
H A D | nnrt_delegate_provider.cpp | 108 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; in GetExecutionPerformance() 118 executionPerformance = OH_NN_PERFORMANCE_NONE; in GetExecutionPerformance()
|
H A D | nnrt_delegate_kernel.cpp | 398 if (performance != OH_NN_PERFORMANCE_NONE) { in SetNnOptions()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | validation.cpp | 39 …if ((performanceMode >= OH_NN_PERFORMANCE_NONE) && (performanceMode <= OH_NN_PERFORMANCE_EXTREME))… in ValidatePerformanceMode()
|
H A D | compilation.h | 38 OH_NN_PerformanceMode performance {OH_NN_PERFORMANCE_NONE};
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/ |
H A D | compilation_test.cpp | 411 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 424 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 445 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 466 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 507 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/ |
H A D | compilation_test.cpp | 411 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 424 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 445 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 466 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE); 507 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE);
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiler.h | 83 OH_NN_PerformanceMode m_performance {OH_NN_PERFORMANCE_NONE};
|
H A D | nncompiler.cpp | 191 if (!isSupportedPerformance && (performance != OH_NN_PERFORMANCE_NONE)) { in SetPerformance()
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 110 OH_NN_PERFORMANCE_NONE = 0, enumerator
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 358 OH_NN_PerformanceMode performance = OH_NN_PERFORMANCE_NONE; 378 OH_NN_PerformanceMode performance = OH_NN_PERFORMANCE_NONE; 400 OH_NN_PerformanceMode performance = OH_NN_PERFORMANCE_NONE;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 63 …nceMode](_neural_network_runtime.md#oh_nn_performancemode) {<br/>OH_NN_PERFORMANCE_NONE = 0, OH_NN…
|
H A D | _neural_network_runtime.md | 64 | [OH_NN_PerformanceMode](#oh_nn_performancemode) {<br/>OH_NN_PERFORMANCE_NONE = 0, OH_NN_PERFORMAN… 700 | OH_NN_PERFORMANCE_NONE | 无性能模式偏好 | 1303 …置性能模式,满足低功耗到极致性能的需求。如果编译阶段没有调用该接口设置性能模式, 编译实例为模型默认分配OH_NN_PERFORMANCE_NONE模式。在OH_NN_PERFORMANCE_NO…
|
H A D | _neural_nework_runtime.md | 64 | [OH_NN_PerformanceMode](#oh_nn_performancemode) {<br/>OH_NN_PERFORMANCE_NONE = 0, OH_NN_PERFORMAN… 700 | OH_NN_PERFORMANCE_NONE | 无性能模式偏好 | 1303 …置性能模式,满足低功耗到极致性能的需求。如果编译阶段没有调用该接口设置性能模式, 编译实例为模型默认分配OH_NN_PERFORMANCE_NONE模式。在OH_NN_PERFORMANCE_NO…
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 63 …anceMode](_neural_network_runtime.md#oh_nn_performancemode) {<br>OH_NN_PERFORMANCE_NONE = 0, OH_NN…
|
H A D | _neural_network_runtime.md | 64 | [OH_NN_PerformanceMode](#oh_nn_performancemode) {<br>OH_NN_PERFORMANCE_NONE = 0, OH_NN_PERFORMANC… 700 | OH_NN_PERFORMANCE_NONE | No performance mode preference.| 1303 …de in the build phase, the model building instance assigns the **OH_NN_PERFORMANCE_NONE** mode for…
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 908 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE; 926 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 793 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE; 808 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 961 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE; 979 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE;
|