Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dreporter.cc57 : report_file_(fname, test_name) { in TestReporter()
62 if (report_file_.IsClosed()) return Status::OK(); in Close()
66 TF_RETURN_IF_ERROR(report_file_.Append(entries.SerializeAsString())); in Close()
69 return report_file_.Close(); in Close()
74 if (report_file_.IsClosed()) return Status::OK(); in Benchmark()
83 if (report_file_.IsClosed()) return Status::OK(); in SetProperty()
89 if (report_file_.IsClosed()) return Status::OK(); in SetProperty()
95 if (report_file_.IsClosed()) return Status::OK(); in AddMetric()
102 Status TestReporter::Initialize() { return report_file_.Initialize(); } in Initialize()
Dreporter.h125 TestReportFile report_file_; variable
/external/grpc-grpc/test/cpp/qps/
Dreport.h116 : Reporter(name), report_file_(report_file) {} in JsonReporter()
127 const string report_file_; variable
Dreport.cc169 std::ofstream output_file(report_file_); in ReportQPS()