Home
last modified time | relevance | path

Searched refs:stringExecutionPerformance (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.cpp103 std::string stringExecutionPerformance = params.Get<std::string>("performance"); in GetExecutionPerformance() local
104 if (stringExecutionPerformance.empty()) { in GetExecutionPerformance()
109 if (stringExecutionPerformance == "low") { in GetExecutionPerformance()
111 } else if (stringExecutionPerformance == "medium") { in GetExecutionPerformance()
113 } else if (stringExecutionPerformance == "high") { in GetExecutionPerformance()
115 } else if (stringExecutionPerformance == "extreme") { in GetExecutionPerformance()
117 } else if (stringExecutionPerformance == "default") { in GetExecutionPerformance()