Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.h51 class MakeErrorStream {
61 explicit MakeErrorStreamWithOutput(MakeErrorStream* error_stream) in MakeErrorStreamWithOutput()
79 MakeErrorStream* wrapped_error_stream_;
90 MakeErrorStream(const char* file, int line, ERROR_CODE_TYPE code) in MakeErrorStream() function
101 MakeErrorStream& with_log_stack_trace() { in with_log_stack_trace()
116 MakeErrorStream* error_stream, bool is_logged_by_default = true);
118 const char* file, int line, MakeErrorStream* error_stream);
148 friend class MakeErrorStream; variable
160 TF_DISALLOW_COPY_AND_ASSIGN(MakeErrorStream);
185 return xla::status_macros::MakeErrorStream(__FILE__, __LINE__, \
Dstatus_macros.cc92 void MakeErrorStream::CheckNotDone() const { impl_->CheckNotDone(); } in CheckNotDone()
94 MakeErrorStream::Impl::Impl(const char* file, int line, in Impl()
96 MakeErrorStream* error_stream, in Impl()
107 MakeErrorStream::Impl::Impl(const Status& status, in Impl()
110 MakeErrorStream* error_stream) in Impl()
127 MakeErrorStream::Impl::~Impl() { in ~Impl()
136 Status MakeErrorStream::Impl::GetStatus() { in GetStatus()
165 void MakeErrorStream::Impl::CheckNotDone() const { in CheckNotDone()