Searched refs:expensive_functions (Results 1 – 1 of 1) sorted by relevance
325 std::string expensive_functions = ""; in TfFunctionRecommendationHtml() local330 if (i > 0) absl::StrAppend(&expensive_functions, ", "); in TfFunctionRecommendationHtml()331 absl::StrAppend(&expensive_functions, "\"", candidates[i].function_name, in TfFunctionRecommendationHtml()335 absl::StrAppend(&expensive_functions, " and more"); in TfFunctionRecommendationHtml()336 return absl::StrCat("Expensive tf-functions detected (", expensive_functions, in TfFunctionRecommendationHtml()