Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.cc87 void Send(const TFLogEntry& entry);
91 void SendToSink(TFLogSink& sink, const TFLogEntry& entry);
93 std::queue<TFLogEntry> log_entry_queue_;
142 void TFLogSinks::Send(const TFLogEntry& entry) { in Send()
169 void TFLogSinks::SendToSink(TFLogSink& sink, const TFLogEntry& entry) { in SendToSink()
319 TFLogSinks::Instance().Send(TFLogEntry(severity_, fname_, line_, str())); in GenerateLogMessage()
489 void TFDefaultLogSink::Send(const TFLogEntry& entry) { in Send()
Dlogging.h480 class TFLogEntry {
486 explicit TFLogEntry(int severity, absl::string_view message) in TFLogEntry() function
489 explicit TFLogEntry(int severity, absl::string_view fname, int line, in TFLogEntry() function
521 virtual void Send(const TFLogEntry& entry) = 0;
541 void Send(const TFLogEntry& entry) override;
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc105 void Send(const TFLogEntry& entry) override { in Send()
Dstatus.cc72 void Send(const TFLogEntry& entry) override TF_LOCKS_EXCLUDED(mu_) { in Send()