Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_overview_page.cc313 for (const auto& name_fun : tf_function_db.tf_functions()) { in TfFunctionRecommendationHtml() local
314 const auto& fun = name_fun.second; in TfFunctionRecommendationHtml()
316 candidates.push_back({name_fun.first, fun.expensive_call_percent()}); in TfFunctionRecommendationHtml()
Dxplane_to_tf_functions.cc239 for (auto& name_fun : *result.mutable_tf_functions()) { in ConvertToTfFunctionDb()
240 TfFunction& fun = name_fun.second; in ConvertToTfFunctionDb()