Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_op_metrics_db.h47 OpMetricsDb ConvertHostThreadsXPlaneToOpMetricsDb(const XPlane& host_trace);
H A Dxplane_to_op_stats.cc205 ConvertHostThreadsXPlaneToOpMetricsDb(*host_plane); in ConvertXSpaceToOpStats()
H A Dxplane_to_op_metrics_db_test.cc107 OpMetricsDb op_metrics = ConvertHostThreadsXPlaneToOpMetricsDb(*xplane); in TEST()
H A Dxplane_to_op_metrics_db.cc298 OpMetricsDb ConvertHostThreadsXPlaneToOpMetricsDb(const XPlane& host_trace) { in ConvertHostThreadsXPlaneToOpMetricsDb() function