Searched refs:MakeReport (Results 1 – 5 of 5) sorted by relevance
174 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()
94 string MakeReport(double expected_metric_sum);
50 string MetricTableReport::MakeReport(double expected_metric_sum) { in MakeReport() function in xla::MetricTableReport82 const string report = MakeReport(expected_metric_sum); in WriteReportToInfoLog()
166 std::string MakeReport();
62 string SpmdLogger::MakeReport() { in MakeReport() function in xla::spmd::SpmdLogger3718 XLA_VLOG_LINES(1, logger.MakeReport()); in Run()