Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/
H A Dnnapi_delegate_provider.cc204 std::string string_execution_priority = in CreateTfLiteDelegate() local
208 if (!string_execution_priority.empty()) { in CreateTfLiteDelegate()
210 if (string_execution_priority == "default") { in CreateTfLiteDelegate()
212 } else if (string_execution_priority == "low") { in CreateTfLiteDelegate()
214 } else if (string_execution_priority == "medium") { in CreateTfLiteDelegate()
216 } else if (string_execution_priority == "high") { in CreateTfLiteDelegate()
219 TFLITE_LOG(WARN) << "The provided value (" << string_execution_priority in CreateTfLiteDelegate()