/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | validation.cpp | 47 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 D | neural_network_runtime_type.h | 135 OH_NN_PRIORITY_HIGH = 3 enumerator
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate_provider.cpp | 141 executionPriority = OH_NN_PRIORITY_HIGH; in GetExecutionPriority()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 64 …ORITY_NONE = 0, OH_NN_PRIORITY_LOW = 1, OH_NN_PRIORITY_MEDIUM = 2, OH_NN_PRIORITY_HIGH = 3 } | 模型推…
|
H A D | _neural_network_runtime.md | 65 …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.md | 65 …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 D | hdi_device_v1_0.cpp | 82 case OH_NN_PRIORITY_HIGH: in TransPriority()
|
H A D | hdi_device_v2_0.cpp | 86 case OH_NN_PRIORITY_HIGH: in TransPriority()
|
H A D | hdi_device_v2_1.cpp | 86 case OH_NN_PRIORITY_HIGH: in TransPriority()
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 64 …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.md | 65 …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 D | neural-network-runtime-guidelines.md | 448 returnCode = OH_NNCompilation_SetPriority(compilation, OH_NN_PRIORITY_HIGH);
|
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/ |
H A D | neural-network-runtime-guidelines.md | 439 returnCode = OH_NNCompilation_SetPriority(compilation, OH_NN_PRIORITY_HIGH);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/ |
H A D | compilation_test.cpp | 103 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 D | compilation_test.cpp | 103 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 D | hdi_device_test.cpp | 1022 config.priority = OH_NN_PRIORITY_HIGH;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/ |
H A D | hdi_device_test.cpp | 1164 config.priority = OH_NN_PRIORITY_HIGH; 2536 config.priority = OH_NN_PRIORITY_HIGH;
|
/ohos5.0/docs/en/application-dev/ai/nnrt/ |
H A D | neural-network-runtime-guidelines.md | 439 returnCode = OH_NNCompilation_SetPriority(compilation, OH_NN_PRIORITY_HIGH);
|