Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Derror_util.cc24 : SourceMgrDiagnosticHandler(source_mgr_, context, diag_stream_), in StatusScopedDiagnosticHandler()
25 diag_stream_(diag_str_), in StatusScopedDiagnosticHandler()
74 diag_stream_.flush(); in handler()
Derror_util.h66 llvm::raw_string_ostream diag_stream_; variable