Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetCloudPath (0.2 sec)

  1. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

    // `S3` and `GCS` require the `root_dir_` to have bucket name
    // `HDFS` requires the `root_dir` to have namenode
    // `root_dir_ = scheme + "://" cloud_path_ + root_dir_`
    static bool SetCloudPath(const std::string& cloud_path_) {
      ModularFileSystemTest::SetCloudPath(cloud_path_);
      return true;
    }
    
    static bool SetTmpDir(const std::string& tmp_dir_) {
      ModularFileSystemTest::SetTmpDir(tmp_dir_);
      return true;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
Back to top