Home
last modified time | relevance | path

Searched refs:OH_NN_PERFORMANCE_NONE (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate.h42 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE;
94 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE;
H A Dnnrt_delegate_provider.cpp108 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; in GetExecutionPerformance()
118 executionPerformance = OH_NN_PERFORMANCE_NONE; in GetExecutionPerformance()
H A Dnnrt_delegate_kernel.cpp398 if (performance != OH_NN_PERFORMANCE_NONE) { in SetNnOptions()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dvalidation.cpp39 …if ((performanceMode >= OH_NN_PERFORMANCE_NONE) && (performanceMode <= OH_NN_PERFORMANCE_EXTREME))… in ValidatePerformanceMode()
H A Dcompilation.h38 OH_NN_PerformanceMode performance {OH_NN_PERFORMANCE_NONE};
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp411 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 Dcompilation_test.cpp411 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 Dnncompiler.h83 OH_NN_PerformanceMode m_performance {OH_NN_PERFORMANCE_NONE};
H A Dnncompiler.cpp191 if (!isSupportedPerformance && (performance != OH_NN_PERFORMANCE_NONE)) { in SetPerformance()
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime_type.h110 OH_NN_PERFORMANCE_NONE = 0, enumerator
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp358 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 Dneural__network__runtime__type_8h.md63 …nceMode](_neural_network_runtime.md#oh_nn_performancemode) {<br/>OH_NN_PERFORMANCE_NONE = 0, OH_NN…
H A D_neural_network_runtime.md64 | [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.md64 | [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 Dneural__network__runtime__type_8h.md63 …anceMode](_neural_network_runtime.md#oh_nn_performancemode) {<br>OH_NN_PERFORMANCE_NONE = 0, OH_NN…
H A D_neural_network_runtime.md64 | [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 Dneural_network_runtime_test.cpp908 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 Dneural_network_core_test.cpp793 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 Dneural_network_runtime_test.cpp961 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE;
979 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE;