Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Devents_writer.cc37 num_outstanding_events_(0) {} in EventsWriter()
55 if (num_outstanding_events_ > 0) { in InitIfNeeded()
57 << num_outstanding_events_ << " events will be lost."; in InitIfNeeded()
83 num_outstanding_events_ = 0; in InitIfNeeded()
112 num_outstanding_events_++; in WriteSerializedEvent()
125 if (num_outstanding_events_ == 0) return Status::OK(); in Flush()
129 num_outstanding_events_, " events to ", in Flush()
132 num_outstanding_events_, " events to ", in Flush()
134 VLOG(1) << "Wrote " << num_outstanding_events_ << " events to disk."; in Flush()
135 num_outstanding_events_ = 0; in Flush()
[all …]
Ddebug_events_writer.cc38 num_outstanding_events_(0), in SingleDebugEventFileWriter()
60 num_outstanding_events_.store(0); in Init()
73 num_outstanding_events_.fetch_add(1); in WriteSerializedDebugEvent()
81 const int num_outstanding = num_outstanding_events_.load(); in Flush()
99 num_outstanding_events_.store(0); in Flush()
113 num_outstanding_events_ = 0; in Close()
Devents_writer.h92 int num_outstanding_events_; variable
Ddebug_events_writer.h63 std::atomic_int_fast32_t num_outstanding_events_; variable