Home
last modified time | relevance | path

Searched defs:tf_function_db (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_tf_functions_test.cc50 TfFunctionDb tf_function_db = ConvertHostThreadsXLineToTfFunctionDb(line); in ConvertXSpaceToTfFunctionDb() local
80 TfFunctionDb tf_function_db = ConvertXSpaceToTfFunctionDb(space); in TEST() local
114 TfFunctionDb tf_function_db = ConvertXSpaceToTfFunctionDb(space); in TEST() local
155 TfFunctionDb tf_function_db = ConvertXSpaceToTfFunctionDb(space); in TEST() local
H A Dop_stats_to_overview_page.cc312 std::string TfFunctionRecommendationHtml(const TfFunctionDb& tf_function_db) { in TfFunctionRecommendationHtml()
H A Dxplane_to_tf_functions.cc276 std::string DebugString(const TfFunctionDb& tf_function_db) { in DebugString()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dop_stats.proto128 TfFunctionDb tf_function_db = 8; field