Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_overview_page.cc325 std::string expensive_functions = ""; in TfFunctionRecommendationHtml() local
330 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()