Searched refs:graphs_writer_ (Results 1 – 2 of 2) sorted by relevance
347 graphs_writer_->WriteSerializedDebugEvent(serialized); in RegisterDeviceAndGetId()360 if (graphs_writer_ != nullptr) { in FlushNonExecutionFiles()361 TF_RETURN_IF_ERROR(graphs_writer_->Flush()); in FlushNonExecutionFiles()435 if (graphs_writer_ != nullptr) { in Close()436 if (!graphs_writer_->Close().ok()) { in Close()437 failed_to_close_files.push_back(graphs_writer_->FileName()); in Close()439 graphs_writer_.reset(nullptr); in Close()541 *writer = &graphs_writer_; in SelectWriter()
259 std::unique_ptr<SingleDebugEventFileWriter> graphs_writer_; variable