Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CrashReproducerStream (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util.cc

          file = nullptr;
        }
      }
    
      // The file being written to.
      std::unique_ptr<WritableFile> file;
    };
    
    struct CrashReproducerStream : public mlir::ReproducerStream {
      CrashReproducerStream(llvm::StringRef name,
                            std::unique_ptr<llvm::raw_ostream> file)
          : name(name), ostream(std::move(file)) {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 03:03:46 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top