Home
last modified time | relevance | path

Searched defs:op_stats (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_viewer_test.cc55 void CreateOpStats(OpStats* op_stats) { in CreateOpStats()
83 OpStats op_stats; in TEST() local
118 OpStats op_stats; in TEST() local
126 OpStats op_stats; in TEST() local
Dxplane_to_op_stats_test.cc72 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
87 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST() local
120 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
160 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
177 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST() local
188 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST() local
Dop_stats_to_pod_viewer.cc28 PodStatsSequence ConvertOpStatsToPodStatsSequence(const OpStats& op_stats, in ConvertOpStatsToPodStatsSequence()
49 PodViewerDatabase ConvertOpStatsToPodViewer(const OpStats& op_stats) { in ConvertOpStatsToPodViewer()
Dop_stats_to_pod_stats_test.cc54 void CreateOpStats(OpStats* op_stats) { in CreateOpStats()
82 OpStats op_stats; in TEST() local
114 OpStats op_stats; in TEST() local
Dop_stats_combiner.h61 const OpStats* op_stats; member
Dxplane_to_op_stats.cc133 OpStats* op_stats) { in PropagateXSpaceDiagnosticsToOpStats()
153 OpStats op_stats; in ConvertXSpaceToOpStats() local
Dop_stats_to_pod_stats.cc72 PodStatsDatabase ConvertOpStatsToPodStats(const OpStats& op_stats) { in ConvertOpStatsToPodStats()
Dxplane_to_profile_response.cc100 OpStats op_stats = ConvertXSpaceToOpStats(xspace, options); in ConvertXSpaceToProfileResponse() local
Dop_stats_to_tf_stats.cc108 TfStatsDatabase ConvertOpStatsToTfStats(const OpStats& op_stats) { in ConvertOpStatsToTfStats()
Dop_stats_to_overview_page.cc174 OverviewPageAnalysis ComputeAnalysisResult(const OpStats& op_stats) { in ComputeAnalysisResult()
367 OverviewPage ConvertOpStatsToOverviewPage(const OpStats& op_stats) { in ConvertOpStatsToOverviewPage()
Dop_stats_to_tf_stats_test.cc127 const OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
Dop_stats_to_input_pipeline_analysis.cc595 const OpStats& op_stats) { in ConvertOpStatsToInputPipelineAnalysis()
/external/tensorflow/tensorflow/core/profiler/utils/
Ddiagnostics.cc49 void PopulateStepDiagnostics(const OpStats& op_stats, Diagnostics* diag) { in PopulateStepDiagnostics()
61 void PopulateOverviewDiagnostics(const OpStats& op_stats, Diagnostics* diag) { in PopulateOverviewDiagnostics()