Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_stats_to_overview_page.cc326 std::string expensive_functions = ""; in TfFunctionRecommendationHtml() local
331 if (i > 0) absl::StrAppend(&expensive_functions, ", "); in TfFunctionRecommendationHtml()
332 absl::StrAppend(&expensive_functions, "\"", candidates[i].function_name, in TfFunctionRecommendationHtml()
336 absl::StrAppend(&expensive_functions, " and more"); in TfFunctionRecommendationHtml()
337 return absl::StrCat("Expensive tf-functions detected (", expensive_functions, in TfFunctionRecommendationHtml()