Searched refs:name_fun (Results 1 – 2 of 2) sorted by relevance
313 for (const auto& name_fun : tf_function_db.tf_functions()) { in TfFunctionRecommendationHtml() local314 const auto& fun = name_fun.second; in TfFunctionRecommendationHtml()316 candidates.push_back({name_fun.first, fun.expensive_call_percent()}); in TfFunctionRecommendationHtml()
239 for (auto& name_fun : *result.mutable_tf_functions()) { in ConvertToTfFunctionDb()240 TfFunction& fun = name_fun.second; in ConvertToTfFunctionDb()