Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WritableFileWrapper (0.17 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/debugging/mlir_dump.cc

        }
      }
    
      return dump_dir;
    }
    
    // A simple wrapper of tsl::WritableFile so that mlir Pass infra can use it.
    class WritableFileWrapper : public llvm::raw_ostream {
     public:
      ~WritableFileWrapper() override { flush(); }
      static absl::StatusOr<std::unique_ptr<WritableFileWrapper>> Create(
          const std::string& filepath) {
        std::unique_ptr<tsl::WritableFile> file;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:38:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top