Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc309 writer = &execution_writer_; in WriteSerializedExecutionDebugEvent()
369 if (execution_writer_ != nullptr) { in FlushExecutionFiles()
374 execution_writer_->WriteSerializedDebugEvent(execution_buffer_.front()); in FlushExecutionFiles()
379 TF_RETURN_IF_ERROR(execution_writer_->Flush()); in FlushExecutionFiles()
443 if (execution_writer_ != nullptr) { in Close()
444 if (!execution_writer_->Close().ok()) { in Close()
445 failed_to_close_files.push_back(execution_writer_->FileName()); in Close()
447 execution_writer_.reset(nullptr); in Close()
544 *writer = &execution_writer_; in SelectWriter()
Ddebug_events_writer.h260 std::unique_ptr<SingleDebugEventFileWriter> execution_writer_; variable