Home
last modified time | relevance | path

Searched refs:MakeReport (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc174 StrAppend(&s, table.MakeReport(total_discrepancy_in_microseconds)); in ToString()
197 StrAppend(&s, table.MakeReport(CyclesToMicroseconds(total_cycles_))); in ToString()
215 table.MakeReport(static_cast<double>(total_bytes) / (1 << 20))); in ToString()
/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.h94 string MakeReport(double expected_metric_sum);
Dmetric_table_report.cc50 string MetricTableReport::MakeReport(double expected_metric_sum) { in MakeReport() function in xla::MetricTableReport
82 const string report = MakeReport(expected_metric_sum); in WriteReportToInfoLog()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h166 std::string MakeReport();
Dspmd_partitioner.cc62 string SpmdLogger::MakeReport() { in MakeReport() function in xla::spmd::SpmdLogger
3718 XLA_VLOG_LINES(1, logger.MakeReport()); in Run()