Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFileSystemForFile (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/io_test.cc

        return tsl::string("dummy_path");
      }
    
      // This is the part that would break the `CreateTmpDir` function because it
      // fails to provide a valid file system.
      absl::Status GetFileSystemForFile(const std::string& fname,
                                        tsl::FileSystem** result) override {
        return absl::InternalError("Broken file system");
      }
    
     private:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top