Home
last modified time | relevance | path

Searched refs:source_files_writer_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc354 if (source_files_writer_ != nullptr) { in FlushNonExecutionFiles()
355 TF_RETURN_IF_ERROR(source_files_writer_->Flush()); in FlushNonExecutionFiles()
423 if (source_files_writer_ != nullptr) { in Close()
424 if (!source_files_writer_->Close().ok()) { in Close()
425 failed_to_close_files.push_back(source_files_writer_->FileName()); in Close()
427 source_files_writer_.reset(nullptr); in Close()
535 *writer = &source_files_writer_; in SelectWriter()
Ddebug_events_writer.h257 std::unique_ptr<SingleDebugEventFileWriter> source_files_writer_; variable