Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.h59 class MakeErrorStreamWithOutput {
61 explicit MakeErrorStreamWithOutput(MakeErrorStream* error_stream) in MakeErrorStreamWithOutput() function
65 MakeErrorStreamWithOutput& operator<<(const T& value) {
81 TF_DISALLOW_COPY_AND_ASSIGN(MakeErrorStreamWithOutput);
94 MakeErrorStreamWithOutput& operator<<(const T& value) {
107 MakeErrorStreamWithOutput& add_ret_check_failure(const char* condition) { in add_ret_check_failure()
146 MakeErrorStreamWithOutput make_error_stream_with_output_wrapper_;