Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/delegates/
Dnnapi_delegate_provider.cc115 std::string string_execution_preference = in CreateTfLiteDelegate() local
119 if (!string_execution_preference.empty()) { in CreateTfLiteDelegate()
123 if (string_execution_preference == "low_power") { in CreateTfLiteDelegate()
126 } else if (string_execution_preference == "sustained_speed") { in CreateTfLiteDelegate()
129 } else if (string_execution_preference == "fast_single_answer") { in CreateTfLiteDelegate()
132 } else if (string_execution_preference == "undefined") { in CreateTfLiteDelegate()
137 << string_execution_preference in CreateTfLiteDelegate()