Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dstatus_macros.h57 class MakeErrorStreamWithOutput {
59 explicit MakeErrorStreamWithOutput(MakeErrorStream* error_stream) in MakeErrorStreamWithOutput() function
63 MakeErrorStreamWithOutput& operator<<(const T& value) {
79 MakeErrorStreamWithOutput(const MakeErrorStreamWithOutput&) = delete;
80 MakeErrorStreamWithOutput& operator=(const 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_;