Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats_test.cc78 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
99 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST() local
132 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
172 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
189 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST() local
200 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST() local
284 OpStats op_stats = ConvertXSpaceToOpStats(xspace, OpStatsOptions()); in TEST() local
331 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
346 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST() local
402 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
[all …]
Dop_stats_to_pod_viewer_test.cc55 void CreateOpStats(OpStats* op_stats) { in CreateOpStats()
83 OpStats op_stats; in TEST() local
116 OpStats op_stats; in TEST() local
124 OpStats op_stats; in TEST() local
Dop_stats_to_pod_stats_test.cc54 void CreateOpStats(OpStats* op_stats) { in CreateOpStats()
82 OpStats op_stats; in TEST() local
112 OpStats op_stats; 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_op_profile.cc44 void BuildOpProfileNodeTree(const OpStats& op_stats, bool group_by_program, in BuildOpProfileNodeTree()
75 const OpStats& op_stats, tensorflow::profiler::HardwareType hardware_type, in ConvertOpStatsToOpProfile()
Dxplane_to_op_stats.cc131 OpStats* op_stats) { in PropagateXSpaceDiagnosticsToOpStats()
154 OpStats op_stats; in ConvertXSpaceToOpStats() local
Dop_stats_combiner.h61 const OpStats* op_stats; member
Dop_stats_to_pod_stats.cc72 PodStatsDatabase ConvertOpStatsToPodStats(const OpStats& op_stats) { in ConvertOpStatsToPodStats()
Dxplane_to_profile_response.cc109 OpStats op_stats = ConvertXSpaceToOpStats(xspace, options); in ConvertXSpaceToProfileResponse() local
Dop_stats_to_overview_page.cc176 OverviewPageAnalysis ComputeAnalysisResult(const OpStats& op_stats) { in ComputeAnalysisResult()
368 OverviewPage ConvertOpStatsToOverviewPage(const OpStats& op_stats) { in ConvertOpStatsToOverviewPage()
Dop_stats_to_tf_stats.cc101 TfStatsDatabase ConvertOpStatsToTfStats(const OpStats& op_stats) { in ConvertOpStatsToTfStats()
Dop_stats_to_tf_stats_test.cc127 const OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST() local
Dop_stats_to_input_pipeline_analysis.cc597 const OpStats& op_stats) { in ConvertOpStatsToInputPipelineAnalysis()
/external/tensorflow/tensorflow/core/profiler/utils/
Ddiagnostics.cc56 void PopulateStepDiagnostics(const OpStats& op_stats, Diagnostics* diag) { in PopulateStepDiagnostics()
70 void PopulateOverviewDiagnostics(const OpStats& op_stats, Diagnostics* diag) { in PopulateOverviewDiagnostics()
/external/federated-compute/fcp/client/opstats/
Dopstats_example_store.cc46 absl::Time GetLastUpdatedTime(const OperationalStats& op_stats) { in GetLastUpdatedTime()
87 std::string CreateExample(const OperationalStats& op_stats, in CreateExample()
148 explicit OpStatsExampleIterator(std::vector<OperationalStats> op_stats, in OpStatsExampleIterator()
Dpds_backed_opstats_db.cc140 const google::protobuf::RepeatedPtrField<OperationalStats>& op_stats) { in GetEarliestTrustWorthyTime()
153 auto* op_stats = data.mutable_opstats(); in RemoveOutdatedData() local
173 auto& op_stats = *(data.mutable_opstats()); in PruneOldDataUntilBelowSizeLimit() local
Dpds_backed_opstats_db_test.cc67 OperationalStats op_stats; in CreateOperationalStatsWithSingleEvent() local
103 OperationalStats op_stats = CreateOperationalStatsWithSingleEvent( in TEST_F() local
173 OperationalStats op_stats; in TEST_F() local
212 OperationalStats op_stats; in TEST_F() local
480 OperationalStats op_stats = CreateOperationalStatsWithSingleEvent( in TEST_F() local
/external/crosvm/metrics/src/
Dlocal_stats.rs468 let op_stats = stats.get_stats_for_op(info.operation); in collect_scoped_byte_latency_stat() localVariable