Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LogInfoRawStream (0.1 sec)

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

      }
      filename = llvm::Twine(filename).concat(".mlir").str();
      return filename;
    }
    
    // Simple raw_ostream that prints to stderr.
    struct LogInfoRawStream : public llvm::raw_ostream {
      LogInfoRawStream() { SetUnbuffered(); }
      ~LogInfoRawStream() override = default;
      uint64_t current_pos() const override { return 0; }
    
      void write_impl(const char* ptr, size_t size) override {
    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