Searched refs:string_execution_preference (Results 1 – 1 of 1) sorted by relevance
115 std::string string_execution_preference = in CreateTfLiteDelegate() local119 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()