Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_provider.cpp130 std::string stringExecutionPriority = params.Get<std::string>("priority"); in GetExecutionPriority() local
131 if (stringExecutionPriority.empty()) { in GetExecutionPriority()
136 if (stringExecutionPriority == "low") { in GetExecutionPriority()
138 } else if (stringExecutionPriority == "medium") { in GetExecutionPriority()
140 } else if (stringExecutionPriority == "high") { in GetExecutionPriority()
142 } else if (stringExecutionPriority == "default") { in GetExecutionPriority()