Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetReproducerStreamFactory (0.44 sec)

  1. tensorflow/compiler/mlir/lite/debug/debug.cc

      std::unique_ptr<llvm::raw_ostream> os_;
    };
    
    // Returns a function that builds a reproducer stream, or nullptr if the MLIR
    // reproducer will not be enabled.
    mlir::ReproducerStreamFactory GetReproducerStreamFactory(
        absl::string_view dump_dir) {
      std::string path = tsl::io::JoinPath(dump_dir, "tfl_mlir_crash_repro.mlir");
    
      return [path = std::move(path)](
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 02:44:52 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top