Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/
H A Dnnapi_delegate_provider.cc176 std::string string_execution_preference = in CreateTfLiteDelegate() local
180 if (!string_execution_preference.empty()) { in CreateTfLiteDelegate()
184 if (string_execution_preference == "low_power") { in CreateTfLiteDelegate()
187 } else if (string_execution_preference == "sustained_speed") { in CreateTfLiteDelegate()
190 } else if (string_execution_preference == "fast_single_answer") { in CreateTfLiteDelegate()
193 } else if (string_execution_preference == "undefined") { in CreateTfLiteDelegate()
198 << string_execution_preference in CreateTfLiteDelegate()