Home
last modified time | relevance | path

Searched defs:CrashReproducerStream (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddump_mlir_util.cc101 struct CrashReproducerStream : public mlir::PassManager::ReproducerStream { struct
102 CrashReproducerStream(llvm::StringRef name, in CrashReproducerStream() argument
106 llvm::StringRef description() override { return name; } in description()
107 raw_ostream& os() override { return ostream; } in os()
110 std::string name;
111 WritableFileRawStream ostream;