Home
last modified time | relevance | path

Searched refs:OH_NN_PRIORITY_HIGH (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dvalidation.cpp47 if ((priority >= OH_NN_PRIORITY_NONE) && (priority <= OH_NN_PRIORITY_HIGH)) { in ValidatePriority()
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime_type.h135 OH_NN_PRIORITY_HIGH = 3 enumerator
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_provider.cpp141 executionPriority = OH_NN_PRIORITY_HIGH; in GetExecutionPriority()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md64 …ORITY_NONE = 0, OH_NN_PRIORITY_LOW = 1, OH_NN_PRIORITY_MEDIUM = 2, OH_NN_PRIORITY_HIGH = 3 } | 模型推…
H A D_neural_network_runtime.md65 …ORITY_NONE = 0, OH_NN_PRIORITY_LOW = 1, OH_NN_PRIORITY_MEDIUM = 2, OH_NN_PRIORITY_HIGH = 3 } | 模型推…
724 | OH_NN_PRIORITY_HIGH | 高优先级 |
H A D_neural_nework_runtime.md65 …ORITY_NONE = 0, OH_NN_PRIORITY_LOW = 1, OH_NN_PRIORITY_MEDIUM = 2, OH_NN_PRIORITY_HIGH = 3 } | 模型推…
724 | OH_NN_PRIORITY_HIGH | 高优先级 |
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.cpp82 case OH_NN_PRIORITY_HIGH: in TransPriority()
H A Dhdi_device_v2_0.cpp86 case OH_NN_PRIORITY_HIGH: in TransPriority()
H A Dhdi_device_v2_1.cpp86 case OH_NN_PRIORITY_HIGH: in TransPriority()
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md64 …ORITY_NONE = 0, OH_NN_PRIORITY_LOW = 1, OH_NN_PRIORITY_MEDIUM = 2, OH_NN_PRIORITY_HIGH = 3 } | Pri…
H A D_neural_network_runtime.md65 …ORITY_NONE = 0, OH_NN_PRIORITY_LOW = 1, OH_NN_PRIORITY_MEDIUM = 2, OH_NN_PRIORITY_HIGH = 3 } | Pri…
724 | OH_NN_PRIORITY_HIGH | High priority.|
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md448 returnCode = OH_NNCompilation_SetPriority(compilation, OH_NN_PRIORITY_HIGH);
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md439 returnCode = OH_NNCompilation_SetPriority(compilation, OH_NN_PRIORITY_HIGH);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp103 EXPECT_EQ(OH_NN_SUCCESS, compilationTest.SetPriority(OH_NN_PRIORITY_HIGH)); in SetConfig()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/
H A Dcompilation_test.cpp103 EXPECT_EQ(OH_NN_SUCCESS, compilationTest.SetPriority(OH_NN_PRIORITY_HIGH)); in SetConfig()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp1022 config.priority = OH_NN_PRIORITY_HIGH;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp1164 config.priority = OH_NN_PRIORITY_HIGH;
2536 config.priority = OH_NN_PRIORITY_HIGH;
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md439 returnCode = OH_NNCompilation_SetPriority(compilation, OH_NN_PRIORITY_HIGH);